Unknown RADIUS client errors

We are running Novell Netware 6.0 SP4 and eDirectory 8.6.2. We have set up
iChain 2.3 with the included NMAS and RADIUS services. iChain with NDS
password authentication works properly. Now we are trying to add token
authentication, and it is not working. The RADIUS screen keeps showing
"Access Request Dropped", "<ip address>, <user>, Unknown RADIUS client".
I have turned on debug mode, refreshed the cache, tried logging in again,
and checked the debug file. The error I am getting I have not seen
referenced in previous newsgroup posts. The important section shows this:
Context Lookup List set to:
[2004-08-05 09:42:21 AM] 1) DEN.RJL
[2004-08-05 09:42:21 AM] 2) RJL
[2004-08-05 09:42:21 AM] Number of contexts = 2
[2004-08-05 09:42:21 AM] tag extracted: 10.1.1.242, size: 11, tagLength: 22
[2004-08-05 09:42:21 AM] (->)NDSSetUpClientTable(DAS_RJL.RJL) failed, no
such entry (-601)
[2004-08-05 09:42:21 AM] Cache: Error from NDSSetUpClientTable: failed, no
such entry (-601)
[2004-08-05 09:42:21 AM] Cache: Successfully set up client table
It looks like it is not reading the client table properly, but I don't know
how to fix it. We have recreated the DAS object, removed and re-added the
client address in the DAS object, etc.
If anyone has any ideas on what else we can try, I would really appreciate
it. Thanks.

You should always administer NMAS from a Windows workstation, Unfortunately
you can't administer NMAS, and therefore NMAS RADIUS, on any other platform
right now. The NMAS ConsoleOne snapins make native calls to nmaswrap.dll,
and this module is only available on Windows.
You can map a drive to your server from a Windows box and run ConsoleOne
from the mapped drive to see if this works. However, for best results with
RADIUS, you will want to install ConsoleOne locally on a Windows box. When
run over a mapped drive, the RADIUS snapin can take a very long time (5-15
minutes in my experience) to load the RADIUS attribute file.
You mentioned that you've been running ConsoleOne from a workstation, so I
assume that you've tried setting the DAS client information from a Windows
box already. If you have not tried this yet, then please do so.
The -601 you're getting from NMAS_GetLoginConfig is interesting.
Unfortunately this method is implemented in NMAS.NLM, which is maintained by
a different team, so I'm not sure how much more help I can provide with
this. However, I do have a few ideas:
1) When RADIUS calls NMAS_GetLoginConfig, its asking NMAS to read encrypted
data that is stored in attributes on the DAS object. If I remember
correctly, NMAS.NLM cannot go off the box when it does this. Does your
RADIUS server have a local replica that contains the DAS object? If it does
not, then this might be your problem.
2) If putting the DAS in a local replica does not work, then a DS Trace with
the NMAS and Resolve Name options turned on may provide some insight. (I
can't remember if NMAS is a DS Trace option in eDir 8.6 - if you don't see
the NMAS option, then don't worry about it.) Start DSTrace while RADIUS is
running and issue a "radius refreshcache" command like you did before.
If neither of the above suggestions is helpful, then tell the support
engineer you're working with that the -601 error is coming from
NMAS_GetLoginConfig and which version of NMAS.NLM you have. Please also tell
the support engineer that you've been working with me (Scott Kiester) on
this, and that he/she may call me they have any questions.
>>> Stephen Taylor<[email protected]> 08/06/04 12:38 PM >>>
Hi Scott,
Thank you for the follow-up. Based on suggestions from some of your other
posts, I had already run ConsoleOne with the debug window, and I did not
see
any errors when I added a DAS client. I ran the SDIDiag utility and went
through the three recommended steps. There were no errors, and the tree key
looked the same on all our servers. I did not know about the NMAS log file.
I followed your directions, and this is all that the log file shows:
0: Screen and file output started at Fri Aug 6 10:49:53 2004
GetLoginConfig: -601
NMAS_GetLoginConfig: -601
Based on a couple of other posts, I decided to try deleting the DAS object
and recreating it using ConsoleOne from the NMAS server instead of from a
workstation. It asks me for the password when creating the object, then
immediately abends the serve and locks up ConsoleOne. This has happened
three times now, even after reloading the snap-ins. I don't know what to
try
next. We have run dsrepair and it runs cleanly.
"Scott Kiester" <[email protected]> wrote in message
news:_uOQc.4698$8%[email protected]...
> Hi Stephen,
>
> Based on the log snippet that you posted, it appears that an NMAS call is
> failing and returning the -601 error. NMAS RADIUS makes a call to NMAS to
> obtain the client shared secrets because NMAS will encrypt them before
> storing them in eDirectory. It looks like your server is able to read the
> client IP address off of the DAS object, but is unable to obtain the
> corresponding shared secret from NMAS.
>
> I can think of a couple of things that might cause this:
>
> 1) Perhaps ConsoleOne is not storing the shared secret. Unfortunately,
the
> ConsoleOne snapin will not report errors it encounters while storing
entries
> in the client table. ConsoleOne must make an NMAS call to store the
shared
> secret, and if this call fails it will not report the error. You can
usually
> tell if this call failed by closing the DAS "Properties" dialog and
> re-opening it after adding a new entry. If your new entry is not there
when
> the dialog is re-opened, then the call failed.
>
> To find out if this call is failing, please start ConsoleOne with the
> following command line: "consoleone -debug -windowout". This will make
> ConsoleOne display a debug window in the top-left portion of your screen.
If
> an error occurs when you add a DAS client, you will see an error code and
> stack dump in this window. If this happens, please post the error code
and
> stack dump.
>
> Problems with the tree key are the most common reason for this call to
fail.
> You can resolve tree key issues using the SDIDIAG utility, which is
> available from the support site.
>
> 2) It is unusual to get a -601 ("object not found" - this is _not_ the
same
> as "attribute not found") error when RADIUS attempts to make this NMAS
call.
> RADIUS must set up and log in a new DS context before it calls NMAS here.
> It's possible that this is where the failure is, but I think it's
unlikely.
> The -601 error is probably coming from the NMAS call. If you determine
that
> ConsoleOne is storing this data properly using the instructions in step
1,
> then it would be helpful to see a log file from NMAS when this call is
made.
> To get this log file, please do the following:
>
> A) Load RADIUS and provide the DAS name and password
> B) At the server console, type "nmasmon * sys:\etc\nmasmon.log"
> C) At the server console, type "radius refreshcache"
> D) At the server console, type "unload nmasmon"
>
> This will cause NMAS log information to be written to
sys:\etc\nmasmon.log.
> Please post this file here, or send it to me at [email protected].
>

Similar Messages

  • Unknown RADIUS Client error again with NMAS RADIUS

    I had this problem before and it seemed to be related to the FDN being
    assigned at the container level. Now (for some reason) it's come back
    and the previous fix doesn't work.
    Running NW 6.5SP5
    NMAS.NLM ver 2.65
    RADIUS.NLM ver 4.15
    GAMS.NLM ver 1.30
    NMASGPXY.NLM ver 1.04
    When I use NTRADPING to query the RADIUS server, it times out. The
    following is the debug output from RADIUS:
    [2006-05-08 05:27:21 PM] 2) [(ip) 172.22.105.81:1944], Received 46
    Bytes (Access-Request (1))
    [2006-05-08 05:27:21 PM] [(total=2) (p=1) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2006-05-08 05:27:21 PM] <4> Done GetNextMessage [(ip)
    172.22.105.81:1944]: time:1608203
    [2006-05-08 05:27:21 PM] -------- START : (Access-Request (1)) [(ip)
    172.22.105.81:1944]: time:891983657---
    [2006-05-08 05:27:21 PM] CACHE:
    CacheDomainListExist(testdas1.radius.mc), using cache
    [2006-05-08 05:27:21 PM] AuthRequestHandler(), Calling
    RequestHandler.
    [2006-05-08 05:27:21 PM] CACHE:
    CacheReadSecretForNASAddress(testdas1.radius.mc), using cache
    [2006-05-08 05:27:21 PM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822),
    Packet Dropped
    [2006-05-08 05:27:21 PM] -------- END : (Access-Request (1)) [(ip)
    172.22.105.81:1944]: time:891983668---
    However, the client is configured in the DAS as a generic radius
    client.
    This is a newly created DAS and Profile for test purposes. The user has
    been configured for this DAS and profile but the properties have NOT
    been added to avoid conflict.
    On a RADIUS REFRESHCACHE, the debug output is as follows:
    [2006-05-08 05:27:03 PM] Cacher: Console initiated rebuild of cache
    [2006-05-08 05:27:03 PM] (->)Cacher:
    NWDSReadObjectInfo(testdas1.radius.mc), succeeded, time:3
    [2006-05-08 05:27:03 PM] Cacher: Rebuilding cache, mod time different,
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:D AS Version)
    succeeded, time:5
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:P assword Policy)
    failed, no such attribute (-603), time:4
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:C ommon Name
    Resolution) succeeded, time:4
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:C oncurrent Limit)
    failed, no such attribute (-603), time:3
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:I nterim Accting
    Timeout) failed, no such attribute (-603), time:3
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:A ged Interval)
    failed, no such attribute (-603), time:3
    [2006-05-08 05:27:03 PM]
    (->)NDSReadData:NWDSRead(testdas1.radius.mc,RADIUS:M aximum History
    Record) failed, no such attribute (-603), time:4
    [2006-05-08 05:27:03 PM] CACHE: Use Netware Password for
    "testdas1.radius.mc": Enabled
    [2006-05-08 05:27:03 PM] CACHE: CN Login for "testdas1.radius.mc":
    Enabled
    [2006-05-08 05:27:03 PM] CACHE: Concurrent Limit for
    "testdas1.radius.mc": 0x80000000
    [2006-05-08 05:27:03 PM] CACHE: Interim Timeout for
    "testdas1.radius.mc": 10 minutes
    [2006-05-08 05:27:03 PM] CACHE: Interval For Aging for
    "testdas1.radius.mc": 7 days
    [2006-05-08 05:27:03 PM] CACHE: Max History Record for
    "testdas1.radius.mc": 30
    [2006-05-08 05:27:03 PM] tag extracted: 172.22.105.81, size: 14,
    tagLength: 28
    [2006-05-08 05:27:03 PM] (->)NDSSetUpClientTable(testdas1.radius.mc)
    failed, no such entry (-601)
    [2006-05-08 05:27:03 PM] Cache: Error from NDSSetUpClientTable: failed,
    no such entry (-601)
    [2006-05-08 05:27:03 PM] Cache: Successfully set up client table
    [2006-05-08 05:27:03 PM] Cache: Successfully set up context list
    [2006-05-08 05:27:04 PM] NDSSetUpDomainList(testdas1.radius.mc),
    Invalid Proxy Authentication Secret entry found, type = 00000000,
    Skipped, failed, no such entry (-601)
    [2006-05-08 05:27:04 PM] (->)NDSSetUpDomainList(), failed, -826
    (0xfffffcc6)
    [2006-05-08 05:27:04 PM] NDSSetUpDomainList failed. Error: failed,
    -826 (0xfffffcc6)
    [2006-05-08 05:27:04 PM] Cache: Successfully set up search domain list
    [2006-05-08 05:27:04 PM] Cache: Successfully build context list
    [2006-05-08 05:27:04 PM] CACHE: Cache reloaded at [2006-05-08
    05:27:04 PM], current reload count is 4
    [2006-05-08 05:27:04 PM] Cacher: RefreshCache(), succeeded
    [2006-05-08 05:27:04 PM] CACHE: Cache loaded at [2006-05-08 05:26:17
    PM] has been discarded , current reload count is 4
    Suggestions?
    Wayne

    Fixed by updating eDir to 8.7.3.8 and applying ssp201
    Regards,
    Wayne

  • Unknown radius Client, Netware 6.0 HELP project needs assistance!

    Radius help!
    Unknown Radius Client error
    using netware 6.0
    Have tried using freeradius but no luck there also.
    [2005-04-05 12:16:30 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:16:30 PM] Parameter count = 9
    [2005-04-05 12:16:30 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:16:30 PM] argv[1] = name=radiusserver
    [2005-04-05 12:16:30 PM] argv[3] = THREADS=20
    [2005-04-05 12:16:30 PM] argv[4] = auththreads=10
    [2005-04-05 12:16:30 PM] argv[5] = port=1645
    [2005-04-05 12:16:30 PM] argv[6] = serverType=authentication
    [2005-04-05 12:16:30 PM] argv[7] = Tree=Pine_Tech
    [2005-04-05 12:16:30 PM] argv[8] = affinity=ogema
    [2005-04-05 12:16:30 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:16:30 PM] Login Name = "<null>"
    [2005-04-05 12:16:30 PM] Name = "radiusserver"
    [2005-04-05 12:16:30 PM] Workers = 20
    [2005-04-05 12:16:30 PM] Port = 1645
    [2005-04-05 12:16:30 PM] Error encountered = 0
    [2005-04-05 12:16:30 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:16:30 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:16:30 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:16:30 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:16:30 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:16:30 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:16:30 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:16:30 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:16:30 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:28:20 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:28:20 PM] Parameter count = 12
    [2005-04-05 12:28:20 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:28:20 PM] argv[1] =
    name=CN=radiusserver.OU=CIS.O=Pine_tech
    [2005-04-05 12:28:20 PM] argv[2] = Login
    [2005-04-05 12:28:20 PM] argv[3] = name
    [2005-04-05 12:28:20 PM] argv[4] = used
    [2005-04-05 12:28:20 PM] argv[5] = =CN=radiusserver.OU=CIS.O=Pine_tech
    [2005-04-05 12:28:20 PM] argv[7] = Tree=Pine_Tech
    [2005-04-05 12:28:20 PM] argv[8] = THREADS=20
    [2005-04-05 12:28:20 PM] argv[9] = auththreads=10
    [2005-04-05 12:28:20 PM] argv[10] = port=1645
    [2005-04-05 12:28:20 PM] argv[11] = affinity=ogema
    [2005-04-05 12:28:20 PM] Tree Name = "<null>"
    [2005-04-05 12:28:20 PM] Login Name = "<null>"
    [2005-04-05 12:28:20 PM] Name = "CN=radiusserver.OU=CIS.O=Pine_tech"
    [2005-04-05 12:28:20 PM] Workers = 0
    [2005-04-05 12:28:20 PM] Port = 0
    [2005-04-05 12:28:20 PM] Error encountered = -809
    [2005-04-05 12:29:43 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:29:43 PM] Parameter count = 8
    [2005-04-05 12:29:43 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:29:43 PM] argv[1] =
    name=CN=radiusserver.OU=CIS.O=Pine_tech
    [2005-04-05 12:29:43 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:29:43 PM] argv[4] = THREADS=20
    [2005-04-05 12:29:43 PM] argv[5] = auththreads=10
    [2005-04-05 12:29:43 PM] argv[6] = port=1645
    [2005-04-05 12:29:43 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:29:43 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:29:43 PM] Login Name = "<null>"
    [2005-04-05 12:29:43 PM] Name = "CN=radiusserver.OU=CIS.O=Pine_tech"
    [2005-04-05 12:29:43 PM] Workers = 20
    [2005-04-05 12:29:43 PM] Port = 1645
    [2005-04-05 12:29:43 PM] Error encountered = 0
    [2005-04-05 12:29:43 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:29:43 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:29:43 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:29:43 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:29:43 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:29:43 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:29:43 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:29:43 PM] Services supported, [2005-04-05 12:29:43
    PM] "authentication" [2005-04-05 12:29:43 PM] "accounting" [2005-04-05
    12:29:43 PM]
    [2005-04-05 12:29:43 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:29:43 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:30:08 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:30:08 PM] Parameter count = 8
    [2005-04-05 12:30:08 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:30:08 PM] argv[1] = name=CN=radiusserver
    [2005-04-05 12:30:08 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:30:08 PM] argv[4] = THREADS=20
    [2005-04-05 12:30:08 PM] argv[5] = auththreads=10
    [2005-04-05 12:30:08 PM] argv[6] = port=1645
    [2005-04-05 12:30:08 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:30:08 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:30:08 PM] Login Name = "<null>"
    [2005-04-05 12:30:08 PM] Name = "CN=radiusserver"
    [2005-04-05 12:30:08 PM] Workers = 20
    [2005-04-05 12:30:08 PM] Port = 1645
    [2005-04-05 12:30:08 PM] Error encountered = 0
    [2005-04-05 12:30:08 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:30:08 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:30:08 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:30:08 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:30:08 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:30:08 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:30:08 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:30:08 PM] Services supported, [2005-04-05 12:30:08
    PM] "authentication" [2005-04-05 12:30:08 PM] "accounting" [2005-04-05
    12:30:08 PM]
    [2005-04-05 12:30:08 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:30:08 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:37:03 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:37:03 PM] Parameter count = 8
    [2005-04-05 12:37:03 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:37:03 PM] argv[1] = name=CN=radiusserver
    [2005-04-05 12:37:03 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:37:03 PM] argv[4] = THREADS=20
    [2005-04-05 12:37:03 PM] argv[5] = auththreads=10
    [2005-04-05 12:37:03 PM] argv[6] = port=1645
    [2005-04-05 12:37:03 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:37:03 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:37:03 PM] Login Name = "<null>"
    [2005-04-05 12:37:03 PM] Name = "CN=radiusserver"
    [2005-04-05 12:37:03 PM] Workers = 20
    [2005-04-05 12:37:03 PM] Port = 1645
    [2005-04-05 12:37:03 PM] Error encountered = 0
    [2005-04-05 12:37:03 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:37:03 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:37:03 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:37:03 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:37:03 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:37:03 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:37:03 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:37:03 PM] Services supported, [2005-04-05 12:37:03
    PM] "authentication" [2005-04-05 12:37:03 PM] "accounting" [2005-04-05
    12:37:03 PM]
    [2005-04-05 12:37:03 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:37:03 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:48:06 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:48:06 PM] Parameter count = 8
    [2005-04-05 12:48:06 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:48:06 PM] argv[1] = name=CN=radius.pine_tech
    [2005-04-05 12:48:06 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:48:06 PM] argv[4] = THREADS=20
    [2005-04-05 12:48:06 PM] argv[5] = auththreads=10
    [2005-04-05 12:48:06 PM] argv[6] = port=1645
    [2005-04-05 12:48:06 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:48:06 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:48:06 PM] Login Name = "<null>"
    [2005-04-05 12:48:06 PM] Name = "CN=radius.pine_tech"
    [2005-04-05 12:48:06 PM] Workers = 20
    [2005-04-05 12:48:06 PM] Port = 1645
    [2005-04-05 12:48:06 PM] Error encountered = 0
    [2005-04-05 12:48:06 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:48:06 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:48:06 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:48:06 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:48:06 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:48:06 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:48:06 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:48:06 PM] Services supported, [2005-04-05 12:48:06
    PM] "authentication" [2005-04-05 12:48:06 PM] "accounting" [2005-04-05
    12:48:06 PM]
    [2005-04-05 12:48:06 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:48:06 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:48:57 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:48:57 PM] Parameter count = 8
    [2005-04-05 12:48:57 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:48:57 PM] argv[1] = name=CN=radius
    [2005-04-05 12:48:57 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:48:57 PM] argv[4] = THREADS=20
    [2005-04-05 12:48:57 PM] argv[5] = auththreads=10
    [2005-04-05 12:48:57 PM] argv[6] = port=1645
    [2005-04-05 12:48:57 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:48:57 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:48:57 PM] Login Name = "<null>"
    [2005-04-05 12:48:57 PM] Name = "CN=radius"
    [2005-04-05 12:48:57 PM] Workers = 20
    [2005-04-05 12:48:57 PM] Port = 1645
    [2005-04-05 12:48:57 PM] Error encountered = 0
    [2005-04-05 12:48:57 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:48:57 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:48:57 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:48:57 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:48:57 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:48:57 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:48:57 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:48:57 PM] Services supported, [2005-04-05 12:48:57
    PM] "authentication" [2005-04-05 12:48:57 PM] "accounting" [2005-04-05
    12:48:57 PM]
    [2005-04-05 12:48:57 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:48:57 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:49:31 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:49:31 PM] Parameter count = 8
    [2005-04-05 12:49:31 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:49:31 PM] argv[1] = name=radius
    [2005-04-05 12:49:31 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:49:31 PM] argv[4] = THREADS=20
    [2005-04-05 12:49:31 PM] argv[5] = auththreads=10
    [2005-04-05 12:49:31 PM] argv[6] = port=1645
    [2005-04-05 12:49:31 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:49:31 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:49:31 PM] Login Name = "<null>"
    [2005-04-05 12:49:31 PM] Name = "radius"
    [2005-04-05 12:49:31 PM] Workers = 20
    [2005-04-05 12:49:31 PM] Port = 1645
    [2005-04-05 12:49:31 PM] Error encountered = 0
    [2005-04-05 12:49:31 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:49:31 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:49:31 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:49:31 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:49:31 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:49:31 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:49:31 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:49:31 PM] Services supported, [2005-04-05 12:49:31
    PM] "authentication" [2005-04-05 12:49:31 PM] "accounting" [2005-04-05
    12:49:31 PM]
    [2005-04-05 12:49:31 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:49:31 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:49:39 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:49:39 PM] Parameter count = 1
    [2005-04-05 12:49:39 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:49:39 PM] Tree Name = "<null>"
    [2005-04-05 12:49:39 PM] Login Name = "<null>"
    [2005-04-05 12:49:39 PM] Name = "<null>"
    [2005-04-05 12:49:39 PM] Workers = 0
    [2005-04-05 12:49:39 PM] Port = 0
    [2005-04-05 12:49:39 PM] Error encountered = 0
    [2005-04-05 12:49:39 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:49:39 PM] Got Tree Name from registry, "<null>"
    [2005-04-05 12:49:39 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:49:39 PM] Got Service Name from registry, "<null>"
    [2005-04-05 12:49:39 PM] Got Number Threads from registry, 5
    [2005-04-05 12:49:39 PM] Got Service Port from registry, 1645
    [2005-04-05 12:49:39 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:49:39 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:49:39 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:49:39 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:49:39 PM] Services supported, [2005-04-05 12:49:39
    PM] "authentication" [2005-04-05 12:49:39 PM] "accounting" [2005-04-05
    12:49:39 PM]
    [2005-04-05 12:49:39 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:49:39 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:53:15 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:53:15 PM] Parameter count = 1
    [2005-04-05 12:53:15 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:53:15 PM] Tree Name = "<null>"
    [2005-04-05 12:53:15 PM] Login Name = "<null>"
    [2005-04-05 12:53:15 PM] Name = "<null>"
    [2005-04-05 12:53:15 PM] Workers = 0
    [2005-04-05 12:53:15 PM] Port = 0
    [2005-04-05 12:53:15 PM] Error encountered = 0
    [2005-04-05 12:53:15 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:53:15 PM] Got Tree Name from registry, "<null>"
    [2005-04-05 12:53:15 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:53:15 PM] Got Service Name from registry, "<null>"
    [2005-04-05 12:53:15 PM] Got Number Threads from registry, 5
    [2005-04-05 12:53:15 PM] Got Service Port from registry, 1645
    [2005-04-05 12:53:15 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:53:15 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:53:15 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:53:15 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:53:15 PM] Services supported, [2005-04-05 12:53:15
    PM] "authentication" [2005-04-05 12:53:15 PM] "accounting" [2005-04-05
    12:53:15 PM]
    [2005-04-05 12:53:15 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:53:15 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-05 12:54:02 PM] Deleting
    file "sys:etc\radius\log\20050329.log", failed
    [2005-04-05 12:54:02 PM] Parameter count = 8
    [2005-04-05 12:54:02 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-05 12:54:02 PM] argv[1] = name=radiusserver
    [2005-04-05 12:54:02 PM] argv[3] = Tree=Pine_Tech
    [2005-04-05 12:54:02 PM] argv[4] = THREADS=20
    [2005-04-05 12:54:02 PM] argv[5] = auththreads=10
    [2005-04-05 12:54:02 PM] argv[6] = port=1645
    [2005-04-05 12:54:02 PM] argv[7] = affinity=134.29.165.215
    [2005-04-05 12:54:02 PM] Tree Name = "Pine_Tech"
    [2005-04-05 12:54:02 PM] Login Name = "<null>"
    [2005-04-05 12:54:02 PM] Name = "radiusserver"
    [2005-04-05 12:54:02 PM] Workers = 20
    [2005-04-05 12:54:02 PM] Port = 1645
    [2005-04-05 12:54:02 PM] Error encountered = 0
    [2005-04-05 12:54:02 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-05 12:54:02 PM] Got Login Name from registry, "<null>"
    [2005-04-05 12:54:02 PM] Number of threads in thread pool kept at 20
    [2005-04-05 12:54:02 PM] Got Accounting Port from registry, 1646
    [2005-04-05 12:54:02 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-05 12:54:02 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-05 12:54:02 PM] Got RollOver from registry, "daily"
    [2005-04-05 12:54:02 PM] Services supported, [2005-04-05 12:54:02
    PM] "authentication" [2005-04-05 12:54:02 PM] "accounting" [2005-04-05
    12:54:02 PM]
    [2005-04-05 12:54:02 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-05 12:54:02 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-06 07:52:44 AM] Deleting
    file "sys:etc\radius\log\20050330.log", failed
    [2005-04-06 07:52:44 AM] Parameter count = 8
    [2005-04-06 07:52:44 AM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-06 07:52:44 AM] argv[1] = name=radiusserver
    [2005-04-06 07:52:44 AM] argv[3] = Tree=Pine_Tech
    [2005-04-06 07:52:44 AM] argv[4] = THREADS=20
    [2005-04-06 07:52:44 AM] argv[5] = auththreads=10
    [2005-04-06 07:52:44 AM] argv[6] = port=1645
    [2005-04-06 07:52:44 AM] argv[7] = affinity=134.29.165.215
    [2005-04-06 07:52:44 AM] Tree Name = "Pine_Tech"
    [2005-04-06 07:52:44 AM] Login Name = "<null>"
    [2005-04-06 07:52:44 AM] Name = "radiusserver"
    [2005-04-06 07:52:44 AM] Workers = 20
    [2005-04-06 07:52:44 AM] Port = 1645
    [2005-04-06 07:52:44 AM] Error encountered = 0
    [2005-04-06 07:52:44 AM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-06 07:52:44 AM] Got Login Name from registry, "<null>"
    [2005-04-06 07:52:44 AM] Number of threads in thread pool kept at 20
    [2005-04-06 07:52:44 AM] Got Accounting Port from registry, 1646
    [2005-04-06 07:52:44 AM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-06 07:52:44 AM] Got Accounting File Format from
    registry, "comma"
    [2005-04-06 07:52:44 AM] Got RollOver from registry, "daily"
    [2005-04-06 07:52:44 AM] Services supported, [2005-04-06 07:52:44
    AM] "authentication" [2005-04-06 07:52:44 AM] "accounting" [2005-04-06
    07:52:44 AM]
    [2005-04-06 07:52:44 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-06 07:52:44 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-06 08:19:41 AM] Deleting
    file "sys:etc\radius\log\20050330.log", failed
    [2005-04-06 08:19:41 AM] Parameter count = 8
    [2005-04-06 08:19:41 AM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-06 08:19:41 AM] argv[1] = name=radiusserver
    [2005-04-06 08:19:41 AM] argv[3] = Tree=Pine_Tech
    [2005-04-06 08:19:41 AM] argv[4] = THREADS=20
    [2005-04-06 08:19:41 AM] argv[5] = auththreads=10
    [2005-04-06 08:19:41 AM] argv[6] = port=1645
    [2005-04-06 08:19:41 AM] argv[7] = affinity=134.29.165.215
    [2005-04-06 08:19:41 AM] Tree Name = "Pine_Tech"
    [2005-04-06 08:19:41 AM] Login Name = "<null>"
    [2005-04-06 08:19:41 AM] Name = "radiusserver"
    [2005-04-06 08:19:41 AM] Workers = 20
    [2005-04-06 08:19:41 AM] Port = 1645
    [2005-04-06 08:19:41 AM] Error encountered = 0
    [2005-04-06 08:19:41 AM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-06 08:19:41 AM] Got Login Name from registry, "<null>"
    [2005-04-06 08:19:41 AM] Number of threads in thread pool kept at 20
    [2005-04-06 08:19:41 AM] Got Accounting Port from registry, 1646
    [2005-04-06 08:19:41 AM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-06 08:19:41 AM] Got Accounting File Format from
    registry, "comma"
    [2005-04-06 08:19:41 AM] Got RollOver from registry, "daily"
    [2005-04-06 08:19:41 AM] Services supported, [2005-04-06 08:19:41
    AM] "authentication" [2005-04-06 08:19:41 AM] "accounting" [2005-04-06
    08:19:41 AM]
    [2005-04-06 08:19:41 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-06 08:19:41 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-07 07:57:07 AM] Deleting
    file "sys:etc\radius\log\20050331.log", failed
    [2005-04-07 07:57:07 AM] Parameter count = 9
    [2005-04-07 07:57:07 AM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-07 07:57:07 AM] argv[1] = name=Radiusserver
    [2005-04-07 07:57:07 AM] argv[3] = Tree=Pine_Tech
    [2005-04-07 07:57:07 AM] argv[4] = login=.admin.pine_tech
    [2005-04-07 07:57:07 AM] argv[5] = THREADS=20
    [2005-04-07 07:57:07 AM] argv[6] = auththreads=10
    [2005-04-07 07:57:07 AM] argv[7] = port=1645
    [2005-04-07 07:57:07 AM] argv[8] = affinity=ogema
    [2005-04-07 07:57:07 AM] Tree Name = "Pine_Tech"
    [2005-04-07 07:57:07 AM] Login Name = ".admin.pine_tech"
    [2005-04-07 07:57:07 AM] Name = "Radiusserver"
    [2005-04-07 07:57:07 AM] Workers = 20
    [2005-04-07 07:57:07 AM] Port = 1645
    [2005-04-07 07:57:07 AM] Error encountered = 0
    [2005-04-07 07:57:07 AM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-07 07:57:07 AM] Number of threads in thread pool kept at 20
    [2005-04-07 07:57:07 AM] Got Accounting Port from registry, 1646
    [2005-04-07 07:57:07 AM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-07 07:57:07 AM] Got Accounting File Format from
    registry, "comma"
    [2005-04-07 07:57:07 AM] Got RollOver from registry, "daily"
    [2005-04-07 07:57:07 AM] Services supported, [2005-04-07 07:57:07
    AM] "authentication" [2005-04-07 07:57:07 AM] "accounting" [2005-04-07
    07:57:07 AM]
    [2005-04-07 07:57:07 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-07 07:57:07 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-07 07:58:55 AM] Deleting
    file "sys:etc\radius\log\20050331.log", failed
    [2005-04-07 07:58:55 AM] Parameter count = 9
    [2005-04-07 07:58:55 AM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-07 07:58:55 AM] argv[1] = name=Radiusserver
    [2005-04-07 07:58:55 AM] argv[3] = Tree=Pine_Tech
    [2005-04-07 07:58:55 AM] argv[4] = login=cn=admin.0=pine_tech
    [2005-04-07 07:58:55 AM] argv[5] = THREADS=20
    [2005-04-07 07:58:55 AM] argv[6] = auththreads=10
    [2005-04-07 07:58:55 AM] argv[7] = port=1645
    [2005-04-07 07:58:55 AM] argv[8] = affinity=ogema
    [2005-04-07 07:58:55 AM] Tree Name = "Pine_Tech"
    [2005-04-07 07:58:55 AM] Login Name = "cn=admin.0=pine_tech"
    [2005-04-07 07:58:55 AM] Name = "Radiusserver"
    [2005-04-07 07:58:55 AM] Workers = 20
    [2005-04-07 07:58:55 AM] Port = 1645
    [2005-04-07 07:58:55 AM] Error encountered = 0
    [2005-04-07 07:58:55 AM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-07 07:58:55 AM] Number of threads in thread pool kept at 20
    [2005-04-07 07:58:55 AM] Got Accounting Port from registry, 1646
    [2005-04-07 07:58:55 AM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-07 07:58:55 AM] Got Accounting File Format from
    registry, "comma"
    [2005-04-07 07:58:55 AM] Got RollOver from registry, "daily"
    [2005-04-07 07:58:55 AM] Services supported, [2005-04-07 07:58:55
    AM] "authentication" [2005-04-07 07:58:55 AM] "accounting" [2005-04-07
    07:58:55 AM]
    [2005-04-07 07:58:55 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-07 07:58:55 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-07 07:59:50 AM] Deleting
    file "sys:etc\radius\log\20050331.log", failed
    [2005-04-07 07:59:50 AM] Parameter count = 8
    [2005-04-07 07:59:50 AM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-07 07:59:50 AM] argv[1] = name=Radiusserver
    [2005-04-07 07:59:50 AM] argv[3] = Tree=Pine_Tech
    [2005-04-07 07:59:50 AM] argv[4] = THREADS=20
    [2005-04-07 07:59:50 AM] argv[5] = auththreads=10
    [2005-04-07 07:59:50 AM] argv[6] = port=1645
    [2005-04-07 07:59:50 AM] argv[7] = affinity=ogema
    [2005-04-07 07:59:50 AM] Tree Name = "Pine_Tech"
    [2005-04-07 07:59:50 AM] Login Name = "<null>"
    [2005-04-07 07:59:50 AM] Name = "Radiusserver"
    [2005-04-07 07:59:50 AM] Workers = 20
    [2005-04-07 07:59:50 AM] Port = 1645
    [2005-04-07 07:59:50 AM] Error encountered = 0
    [2005-04-07 07:59:50 AM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-07 07:59:50 AM] Got Login Name from registry, "<null>"
    [2005-04-07 07:59:50 AM] Number of threads in thread pool kept at 20
    [2005-04-07 07:59:50 AM] Got Accounting Port from registry, 1646
    [2005-04-07 07:59:50 AM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-07 07:59:50 AM] Got Accounting File Format from
    registry, "comma"
    [2005-04-07 07:59:50 AM] Got RollOver from registry, "daily"
    [2005-04-07 07:59:50 AM] Services supported, [2005-04-07 07:59:50
    AM] "authentication" [2005-04-07 07:59:50 AM] "accounting" [2005-04-07
    07:59:50 AM]
    [2005-04-07 07:59:50 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-07 07:59:50 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-07 08:01:59 AM] Deleting
    file "sys:etc\radius\log\20050331.log", failed
    [2005-04-07 08:01:59 AM] Parameter count = 9
    [2005-04-07 08:01:59 AM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-07 08:01:59 AM] argv[1] = name=Radiusserver
    [2005-04-07 08:01:59 AM] argv[3] = Tree=Pine_Tech
    [2005-04-07 08:01:59 AM] argv[4] = login=.cn=admin.0=pine_tech
    [2005-04-07 08:01:59 AM] argv[5] = THREADS=20
    [2005-04-07 08:01:59 AM] argv[6] = auththreads=10
    [2005-04-07 08:01:59 AM] argv[7] = port=1645
    [2005-04-07 08:01:59 AM] argv[8] = affinity=ogema
    [2005-04-07 08:01:59 AM] Tree Name = "Pine_Tech"
    [2005-04-07 08:01:59 AM] Login Name = ".cn=admin.0=pine_tech"
    [2005-04-07 08:01:59 AM] Name = "Radiusserver"
    [2005-04-07 08:01:59 AM] Workers = 20
    [2005-04-07 08:01:59 AM] Port = 1645
    [2005-04-07 08:01:59 AM] Error encountered = 0
    [2005-04-07 08:01:59 AM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-07 08:01:59 AM] Number of threads in thread pool kept at 20
    [2005-04-07 08:01:59 AM] Got Accounting Port from registry, 1646
    [2005-04-07 08:01:59 AM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-07 08:01:59 AM] Got Accounting File Format from
    registry, "comma"
    [2005-04-07 08:01:59 AM] Got RollOver from registry, "daily"
    [2005-04-07 08:01:59 AM] Services supported, [2005-04-07 08:01:59
    AM] "authentication" [2005-04-07 08:01:59 AM] "accounting" [2005-04-07
    08:01:59 AM]
    [2005-04-07 08:01:59 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-07 08:01:59 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2005-04-07 11:36:56 AM] Debug logging enabled to file
    sys:etc\radius\debug\raddbg.log
    [2005-04-07 11:36:56 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:37:40 AM] Cacher: Console initiated rebuild of cache
    [2005-04-07 11:37:40 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:84
    [2005-04-07 11:37:40 AM] Cacher: Rebuilding cache, mod time different,
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:DAS Version) succeeded, time:11
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:Password Policy) failed, no such
    attribute (-603), time:10
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:Common Name Resolution) succeeded,
    time:8
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:Concurrent Limit) failed, no such
    attribute (-603), time:9
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:Interim Accting Timeout) failed, no
    such attribute (-603), time:8
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:Aged Interval) failed, no such
    attribute (-603), time:8
    [2005-04-07 11:37:40 AM] (->)NDSReadData:NWDSRead
    (Radiusserver.CIS.Pine_tech,RADIUS:Maximum History Record) failed, no
    such attribute (-603), time:8
    [2005-04-07 11:37:40 AM] CACHE: Use Netware Password
    for "Radiusserver.CIS.Pine_tech": Enabled
    [2005-04-07 11:37:40 AM] CACHE: CN Login
    for "Radiusserver.CIS.Pine_tech": Enabled
    [2005-04-07 11:37:40 AM] CACHE: Concurrent Limit
    for "Radiusserver.CIS.Pine_tech": 0x80000000
    [2005-04-07 11:37:40 AM] CACHE: Interim Timeout
    for "Radiusserver.CIS.Pine_tech": 10 minutes
    [2005-04-07 11:37:40 AM] CACHE: Interval For Aging
    for "Radiusserver.CIS.Pine_tech": 7 days
    [2005-04-07 11:37:40 AM] CACHE: Max History Record
    for "Radiusserver.CIS.Pine_tech": 30
    [2005-04-07 11:37:40 AM]
    Context Lookup List set to:
    [2005-04-07 11:37:40 AM] 1) STAFF.Pine_tech
    [2005-04-07 11:37:40 AM] 2) Pine_tech
    [2005-04-07 11:37:40 AM] 3) CIS.Pine_tech
    [2005-04-07 11:37:40 AM] 4) STUDENTS.Pine_tech
    [2005-04-07 11:37:40 AM] Number of contexts = 4
    [2005-04-07 11:37:40 AM] tag extracted: 134.29.165.238, size: 15,
    tagLength: 30
    [2005-04-07 11:37:40 AM] (->)NDSSetUpClientTable
    (Radiusserver.CIS.Pine_tech) failed, -1659 (0xfffff985)
    [2005-04-07 11:37:40 AM] Cache: Error from NDSSetUpClientTable: failed, -
    1659 (0xfffff985)
    [2005-04-07 11:37:40 AM] Cache: Successfully set up client table
    [2005-04-07 11:37:40 AM] (->)NDSSetUpContextList
    (Radiusserver.CIS.Pine_tech), ProxyContext is empty
    [2005-04-07 11:37:40 AM] Cache: Successfully set up context list
    [2005-04-07 11:37:40 AM] (->)NDSSetUpDomainList
    (Radiusserver.CIS.Pine_tech), Domain list is empty.
    [2005-04-07 11:37:40 AM] Cache: Successfully set up domain list
    [2005-04-07 11:37:40 AM] Cache: Successfully set up search domain list
    [2005-04-07 11:37:40 AM] Cache: Successfully build context list
    [2005-04-07 11:37:40 AM] CACHE: Cache reloaded at [2005-04-07 11:37:40
    AM], current reload count is 4
    [2005-04-07 11:37:40 AM] Cacher: RefreshCache(), succeeded
    [2005-04-07 11:37:40 AM] CACHE: Cache loaded at [2005-04-07 11:12:04
    AM] has been discarded , current reload count is 4
    [2005-04-07 11:38:39 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:39:39 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:3
    [2005-04-07 11:40:39 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:41:38 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:42:38 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:43:38 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:44:38 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:45:37 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:46:37 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:47:37 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:48:36 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:49:36 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:50:36 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:51:35 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:52:35 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:53:35 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:54:35 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:55:34 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:56:34 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:57:34 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 11:58:33 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 11:59:33 AM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:00:33 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:01:33 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:02:32 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:03:32 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:04:32 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:05:31 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:06:31 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:07:31 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:08:30 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:09:30 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:10:30 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:11:30 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:12:29 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:13:29 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:14:29 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:15:28 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:16:28 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:17:28 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:18:28 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:19:27 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:20:27 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:21:27 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:22:26 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:23:26 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:24:26 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:2
    [2005-04-07 12:25:26 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:26:25 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:27:25 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:28:25 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:29:24 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:2
    [2005-04-07 12:30:24 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:31:24 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:32:24 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:33:23 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:34:23 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:35:23 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:36:22 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:37:22 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:38:22 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:39:22 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:3
    [2005-04-07 12:40:21 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:3
    [2005-04-07 12:41:21 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:42:21 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:43:20 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:44:20 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:45:02 PM] 23) [(ip) 134.29.165.60:4934], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 12:45:02 PM] [(total=23) (p=22) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 12:45:02 PM] <4> Done GetNextMessage [(ip)
    134.29.165.60:4934]: time:146272011
    [2005-04-07 12:45:02 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4934]: time:1735261046---
    [2005-04-07 12:45:02 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 12:45:02 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 12:45:02 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 12:45:02 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4934]: time:1735261050---
    [2005-04-07 12:45:05 PM] 24) [(ip) 134.29.165.60:4934], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 12:45:05 PM] [(total=24) (p=23) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 12:45:05 PM] <5> Done GetNextMessage [(ip)
    134.29.165.60:4934]: time:143980515
    [2005-04-07 12:45:05 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4934]: time:1735291043---
    [2005-04-07 12:45:05 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 12:45:05 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 12:45:05 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 12:45:05 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4934]: time:1735291046---
    [2005-04-07 12:45:08 PM] 25) [(ip) 134.29.165.60:4934], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 12:45:08 PM] [(total=25) (p=24) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 12:45:08 PM] <6> Done GetNextMessage [(ip)
    134.29.165.60:4934]: time:143812276
    [2005-04-07 12:45:08 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4934]: time:1735321041---
    [2005-04-07 12:45:08 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 12:45:08 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 12:45:08 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 12:45:08 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4934]: time:1735321044---
    [2005-04-07 12:45:20 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:46:02 PM] 26) [(ip) 134.29.165.60:4938], Received 32 Bytes
    (Status-Server (experimental) (12))
    [2005-04-07 12:46:02 PM] [(total=26) (p=25) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 12:46:02 PM] <17> Done GetNextMessage [(ip)
    134.29.165.60:4938]: time:143498905
    [2005-04-07 12:46:02 PM] -------- START : (Status-Server (experimental)
    (12)) [(ip) 134.29.165.60:4938]: time:1735862279---
    [2005-04-07 12:46:02 PM] -------- END : (Status-Server (experimental)
    (12)) [(ip) 134.29.165.60:4938]: time:1735862280---
    [2005-04-07 12:46:05 PM] 27) [(ip) 134.29.165.60:4938], Received 32 Bytes
    (Status-Server (experimental) (12))
    [2005-04-07 12:46:05 PM] [(total=27) (p=25) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 12:46:05 PM] <7> Done GetNextMessage [(ip)
    134.29.165.60:4938]: time:143283413
    [2005-04-07 12:46:05 PM] -------- START : (Status-Server (experimental)
    (12)) [(ip) 134.29.165.60:4938]: time:1735892273---
    [2005-04-07 12:46:05 PM] -------- END : (Status-Server (experimental)
    (12)) [(ip) 134.29.165.60:4938]: time:1735892273---
    [2005-04-07 12:46:08 PM] 28) [(ip) 134.29.165.60:4938], Received 32 Bytes
    (Status-Server (experimental) (12))
    [2005-04-07 12:46:08 PM] [(total=28) (p=25) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 12:46:08 PM] <8> Done GetNextMessage [(ip)
    134.29.165.60:4938]: time:142537503
    [2005-04-07 12:46:08 PM] -------- START : (Status-Server (experimental)
    (12)) [(ip) 134.29.165.60:4938]: time:1735922272---
    [2005-04-07 12:46:08 PM] -------- END : (Status-Server (experimental)
    (12)) [(ip) 134.29.165.60:4938]: time:1735922273---
    [2005-04-07 12:46:20 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:47:19 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:48:19 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:49:19 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:50:18 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:51:18 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:52:18 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:8
    [2005-04-07 12:53:18 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 12:54:17 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 12:55:17 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:56:17 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:12
    [2005-04-07 12:57:16 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 12:58:16 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:8
    [2005-04-07 12:59:16 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 01:00:16 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 01:01:15 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 01:02:15 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 01:03:15 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:6
    [2005-04-07 01:04:14 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:8
    [2005-04-07 01:05:14 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 01:06:14 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 01:07:14 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 01:07:26 PM] 29) [(ip) 134.29.165.60:4977], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 01:07:26 PM] [(total=29) (p=25) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 01:07:26 PM] <9> Done GetNextMessage [(ip)
    134.29.165.60:4977]: time:155284791
    [2005-04-07 01:07:26 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4977]: time:1748699558---
    [2005-04-07 01:07:26 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 01:07:26 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 01:07:26 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 01:07:26 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4977]: time:1748699561---
    [2005-04-07 01:07:29 PM] 30) [(ip) 134.29.165.60:4977], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 01:07:29 PM] [(total=30) (p=26) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 01:07:29 PM] <10> Done GetNextMessage [(ip)
    134.29.165.60:4977]: time:155284778
    [2005-04-07 01:07:29 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4977]: time:1748729551---
    [2005-04-07 01:07:29 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 01:07:29 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 01:07:29 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 01:07:29 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4977]: time:1748729556---
    [2005-04-07 01:07:32 PM] 31) [(ip) 134.29.165.60:4977], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 01:07:32 PM] [(total=31) (p=27) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 01:07:32 PM] <12> Done GetNextMessage [(ip)
    134.29.165.60:4977]: time:152984549
    [2005-04-07 01:07:32 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4977]: time:1748759554---
    [2005-04-07 01:07:32 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 01:07:32 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 01:07:32 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 01:07:32 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4977]: time:1748759557---
    [2005-04-07 01:07:57 PM] 32) [(ip) 134.29.165.60:4978], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 01:07:57 PM] [(total=32) (p=28) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 01:07:57 PM] <13> Done GetNextMessage [(ip)
    134.29.165.60:4978]: time:153203593
    [2005-04-07 01:07:57 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4978]: time:1749008609---
    [2005-04-07 01:07:57 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 01:07:57 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 01:07:57 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 01:07:57 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4978]: time:1749008612---
    [2005-04-07 01:08:00 PM] 33) [(ip) 134.29.165.60:4978], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 01:08:00 PM] [(total=33) (p=29) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 01:08:00 PM] <14> Done GetNextMessage [(ip)
    134.29.165.60:4978]: time:153203544
    [2005-04-07 01:08:00 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4978]: time:1749038589---
    [2005-04-07 01:08:00 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 01:08:00 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 01:08:00 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 01:08:00 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4978]: time:1749038592---
    [2005-04-07 01:08:03 PM] 34) [(ip) 134.29.165.60:4978], Received 32 Bytes
    (Access-Request (1))
    [2005-04-07 01:08:03 PM] [(total=34) (p=30) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-04-07 01:08:03 PM] <15> Done GetNextMessage [(ip)
    134.29.165.60:4978]: time:152642772
    [2005-04-07 01:08:03 PM] -------- START : (Access-Request (1)) [(ip)
    134.29.165.60:4978]: time:1749068591---
    [2005-04-07 01:08:03 PM] CACHE: CacheDomainListExist
    (Radiusserver.CIS.Pine_tech), using cache
    [2005-04-07 01:08:03 PM] AuthRequestHandler(), Calling RequestHandler.
    [2005-04-07 01:08:03 PM] RequestHandler(), Invalid Packet being
    dropped, failed, no such attribute (-803)
    [2005-04-07 01:08:03 PM] -------- END : (Access-Request (1)) [(ip)
    134.29.165.60:4978]: time:1749068595---
    [2005-04-07 01:08:13 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:12
    [2005-04-07 01:09:13 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 01:10:13 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:8
    [2005-04-07 01:11:12 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 01:12:12 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 01:13:12 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 01:14:12 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 01:15:11 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:4
    [2005-04-07 01:16:11 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:8
    [2005-04-07 01:17:11 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 01:18:10 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:9
    [2005-04-07 01:19:10 PM] (->)Cacher: NWDSReadObjectInfo
    (Radiusserver.CIS.Pine_tech), succeeded, time:5
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] <Cache thread stopped>
    [2005-04-07 01:19:41 PM] <Rx thread stopped>
    [2005-04-07 01:19:41 PM] UnloadHandler: Unloading workers
    [2005-04-07 01:19:41 PM] .[2005-04-07 01:19:41 PM] GetNextMessage()
    failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] GetNextMessage() failed, generic failure (-1)
    [2005-04-07 01:19:41 PM] <Worker (13) Stopped, errL generic failure (-1),
    (workers remaining = 19)>
    [2005-04-07 01:19:41 PM] <Worker (17) Stopped, errL generic failure (-1),
    (workers remaining = 18)>
    [2005-04-07 01:19:41 PM] <Worker (18) Stopped, errL generic failure (-1),
    (workers remaining = 17)>
    [2005-04-07 01:19:41 PM] <Worker (19) Stopped, errL generic failure (-1),
    (workers remaining = 16)>
    [2005-04-07 01:19:41 PM] <Worker (8) Stopped, errL generic failure (-1),
    (workers remaining = 15)>
    [2005-04-07 01:19:41 PM] <Worker (0) Stopped, errL generic failure (-1),
    (workers remaining = 14)>
    [2005-04-07 01:19:41 PM] <Worker (1) Stopped, errL generic failure (-1),
    (workers remaining = 13)>
    [2005-04-07 01:19:41 PM] <Worker (7) Stopped, errL generic failure (-1),
    (workers remaining = 12)>
    [2005-04-07 01:19:41 PM] <Worker (2) Stopped, errL generic failure (-1),
    (workers remaining = 11)>
    [2005-04-07 01:19:41 PM] <Worker (3) Stopped, errL generic failure (-1),
    (workers remaining = 10)>
    [2005-04-07 01:19:41 PM] <Worker (14) Stopped, errL generic failure (-1),
    (workers remaining = 9)>
    [2005-04-07 01:19:41 PM] <Worker (16) Stopped, errL generic failure (-1),
    (workers remaining = 8)>
    [2005-04-07 01:19:41 PM] <Worker (4) Stopped, errL generic failure (-1),
    (workers remaining = 7)>
    [2005-04-07 01:19:41 PM] <Worker (5) Stopped, errL generic failure (-1),
    (workers remaining = 6)>
    [2005-04-07 01:19:41 PM] <Worker (6) Stopped, errL generic failure (-1),
    (workers remaining = 5)>
    [2005-04-07 01:19:41 PM] <Worker (9) Stopped, errL generic failure (-1),
    (workers remaining = 4)>
    [2005-04-07 01:19:41 PM] <Worker (10) Stopped, errL generic failure (-1),
    (workers remaining = 3)>
    [2005-04-07 01:19:41 PM] <Worker (11) Stopped, errL generic failure (-1),
    (workers remaining = 2)>
    [2005-04-07 01:19:41 PM] <Worker (12) Stopped, errL generic failure (-1),
    (workers remaining = 1)>
    [2005-04-07 01:19:41 PM] <Worker (15) Stopped, errL generic failure (-1),
    (workers remaining = 0)>
    [2005-04-07 01:19:42 PM] UnloadHandler: Unload Cache Thread
    [2005-04-07 01:19:42 PM] FreeProxyQ(), Free authentication proxy
    queue...
    [2005-04-07 01:19:42 PM] FreeProxyQ(), Free accounting proxy queue...
    [2005-04-07 01:19:47 PM] Deleting
    file "sys:etc\radius\log\20050331.log", failed
    [2005-04-07 01:19:47 PM] Parameter count = 9
    [2005-04-07 01:19:47 PM] argv[0] = SYS:\SYSTEM\RADIUS.NLM
    [2005-04-07 01:19:47 PM] argv[1] = name=Radiusserver
    [2005-04-07 01:19:47 PM] argv[3] = Tree=Pine_Tech
    [2005-04-07 01:19:47 PM] argv[4] = login=.cn=admin.0=pine_tech
    [2005-04-07 01:19:47 PM] argv[5] = THREADS=20
    [2005-04-07 01:19:47 PM] argv[6] = auththreads=10
    [2005-04-07 01:19:47 PM] argv[7] = port=1645
    [2005-04-07 01:19:47 PM] argv[8] = affinity=ogema
    [2005-04-07 01:19:47 PM] Tree Name = "Pine_Tech"
    [2005-04-07 01:19:47 PM] Login Name = ".cn=admin.0=pine_tech"
    [2005-04-07 01:19:47 PM] Name = "Radiusserver"
    [2005-04-07 01:19:47 PM] Workers = 20
    [2005-04-07 01:19:47 PM] Port = 1645
    [2005-04-07 01:19:47 PM] Error encountered = 0
    [2005-04-07 01:19:47 PM] Checking if parameters are to be retrieved
    from Registry
    [2005-04-07 01:19:47 PM] Number of threads in thread pool kept at 20
    [2005-04-07 01:19:47 PM] Got Accounting Port from registry, 1646
    [2005-04-07 01:19:47 PM] Got Accounting Path from
    registry, "sys:\etc\radius\acct"
    [2005-04-07 01:19:47 PM] Got Accounting File Format from
    registry, "comma"
    [2005-04-07 01:19:47 PM] Got RollOver from registry, "daily"
    [2005-04-07 01:19:47 PM] Services supported, [2005-04-07 01:19:47
    PM] "authentication" [2005-04-07 01:19:47 PM] "accounting" [2005-04-07
    01:19:47 PM]
    [2005-04-07 01:19:47 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2005-04-07 01:19:47 PM] Got Authentication Path from registry,
    sys:etc\radius

    Your RADIUS server is getting a -1659 error from NMAS when it tries to read
    the client table. You need to install the latest NMAS server patch. If
    memory serves, this problem was fixed in NMAS 2.3.5.
    >>> <[email protected]> 4/7/2005 1:28 PM >>>
    Radius help!
    Unknown Radius Client error
    using netware 6.0
    Have tried using freeradius but no luck there also.
    [2005-04-07 11:37:40 AM] tag extracted: 134.29.165.238, size: 15,
    tagLength: 30
    [2005-04-07 11:37:40 AM] (->)NDSSetUpClientTable
    (Radiusserver.CIS.Pine_tech) failed, -1659 (0xfffff985)
    [2005-04-07 11:37:40 AM] Cache: Error from NDSSetUpClientTable: failed, -
    1659 (0xfffff985)
    [2005-04-07 11:37:40 AM] Cache: Successfully set up client table
    [2005-04-07 11:37:40 AM] (->)NDSSetUpContextList
    (Radiusserver.CIS.Pine_tech), ProxyContext is empty
    [2005-04-07 11:37:40 AM] Cache: Successfully set up context list
    [2005-04-07 11:37:40 AM] (->)NDSSetUpDomainList
    (Radiusserver.CIS.Pine_tech), Domain list is empty.
    [2005-04-07 11:37:40 AM] Cache: Successfully set up domain list
    [2005-04-07 11:37:40 AM] Cache: Successfully set up search domain list
    [2005-04-07 11:37:40 AM] Cache: Successfully build context list
    [2005-04-07 11:37:40 AM] CACHE: Cache reloaded at [2005-04-07 11:37:40
    AM], current reload count is 4
    [2005-04-07 11:37:40 AM] Cacher: RefreshCache(), succeeded
    [2005-04-07 11:37:40 AM] CACHE: Cache loaded at [2005-04-07 11:12:04
    AM] has been discarded , current reload count is 4

  • Unknown Radius client (frustrated!!to say the least)

    I am having unknown radius user issues i have a nw65 sp2 server and
    installed the nmas radius from BM3.8,i followed TID 10078616 (how to
    install and configure radius on nmas) when i use NTRADping it times out
    the errors on the radius screen are Access Request Dropped and Unknown
    RADIUS client,
    I know there are a number of threads on this and the only thing i haven't
    done is patch my NMAS?didn't really see anything pertaining to this issue
    on the download site and the TID that mentioned patching NMAS from an
    earlier post had been removed from the knowledgebase.
    here is the debug log with the errors....
    Cacher: Console initiated rebuild of cache
    [2005-01-21 00:13:23 AM] (->)Cacher: NWDSReadObjectInfo
    (DenDAS.RADIUS.Security.TMG), succeeded, time:69
    [2005-01-21 00:13:23 AM] Cacher: Rebuilding cache, mod time different,
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:DAS Version) succeeded, time:96
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:Password Policy) failed, no such
    attribute (-603), time:8
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:Common Name Resolution) succeeded,
    time:5
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:Concurrent Limit) failed, no such
    attribute (-603), time:4
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:Interim Accting Timeout) failed, no
    such attribute (-603), time:4
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:Aged Interval) failed, no such
    attribute (-603), time:4
    [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    (DenDAS.RADIUS.Security.TMG,RADIUS:Maximum History Record) failed, no
    such attribute (-603), time:4
    [2005-01-21 00:13:23 AM] CACHE: Use Netware Password
    for "DenDAS.RADIUS.Security.TMG": Enabled
    [2005-01-21 00:13:23 AM] CACHE: CN Login
    for "DenDAS.RADIUS.Security.TMG": Enabled
    [2005-01-21 00:13:23 AM] CACHE: Concurrent Limit
    for "DenDAS.RADIUS.Security.TMG": 0x80000000
    [2005-01-21 00:13:23 AM] CACHE: Interim Timeout
    for "DenDAS.RADIUS.Security.TMG": 10 minutes
    [2005-01-21 00:13:23 AM] CACHE: Interval For Aging
    for "DenDAS.RADIUS.Security.TMG": 7 days
    [2005-01-21 00:13:23 AM] CACHE: Max History Record
    for "DenDAS.RADIUS.Security.TMG": 30
    [2005-01-21 00:13:23 AM]
    Context Lookup List set to:
    [2005-01-21 00:13:23 AM] 1) Denver.TMG
    [2005-01-21 00:13:23 AM] 2) IT.Denver.TMG
    [2005-01-21 00:13:23 AM] 3) TMG
    [2005-01-21 00:13:23 AM] Number of contexts = 3
    [2005-01-21 00:13:23 AM] tag extracted: 10.1.32.10, size: 11, tagLength:
    22
    [2005-01-21 00:13:23 AM] (->)NDSSetUpClientTable
    (DenDAS.RADIUS.Security.TMG) failed, -1460 (0xfffffa4c)
    [2005-01-21 00:13:23 AM] Cache: Error from NDSSetUpClientTable: failed, -
    1460 (0xfffffa4c)
    [2005-01-21 00:13:23 AM] Cache: Successfully set up client table
    [2005-01-21 00:13:23 AM] (->)NDSSetUpContextList
    (DenDAS.RADIUS.Security.TMG), ProxyContext is empty
    [2005-01-21 00:13:23 AM] Cache: Successfully set up context list
    [2005-01-21 00:13:23 AM] (->)NDSSetUpDomainList
    (DenDAS.RADIUS.Security.TMG), Domain list is empty.
    [2005-01-21 00:13:23 AM] Cache: Successfully set up domain list
    [2005-01-21 00:13:23 AM] Cache: Successfully set up search domain list
    [2005-01-21 00:13:23 AM] Cache: Successfully build context list
    [2005-01-21 00:13:23 AM] CACHE: Cache reloaded at [2005-01-21 00:13:23
    AM], current reload count is 3
    [2005-01-21 00:13:23 AM] Cacher: RefreshCache(), succeeded
    [2005-01-21 00:13:23 AM] CACHE: Cache loaded at [2005-01-21 00:12:47
    AM] has been discarded , current reload count is 3
    [2005-01-21 00:13:37 AM] 13) [(ip) 10.1.32.10:1679], Received 46 Bytes
    (Access-Request (1))
    [2005-01-21 00:13:37 AM] [(total=13) (p=12) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-01-21 00:13:37 AM] <3> Done GetNextMessage [(ip) 10.1.32.10:1679]:
    time:7890707
    [2005-01-21 00:13:37 AM] -------- START : (Access-Request (1)) [(ip)
    10.1.32.10:1679]: time:365263663---
    [2005-01-21 00:13:37 AM] CACHE: CacheDomainListExist
    (DenDAS.RADIUS.Security.TMG), using cache
    [2005-01-21 00:13:37 AM] AuthRequestHandler(), Calling RequestHandler.
    [2005-01-21 00:13:37 AM] CACHE: CacheReadSecretForNASAddress
    (DenDAS.RADIUS.Security.TMG), using cache
    [2005-01-21 00:13:37 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2005-01-21 00:13:37 AM] Deleting
    file "sys:etc\radius\log\20050114.log", failed
    [2005-01-21 00:13:37 AM] -------- END : (Access-Request (1)) [(ip)
    10.1.32.10:1679]: time:365263976---
    [2005-01-21 00:13:41 AM] 14) [(ip) 10.1.32.10:1679], Received 46 Bytes
    (Access-Request (1))
    [2005-01-21 00:13:41 AM] [(total=14) (p=13) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-01-21 00:13:41 AM] <5> Done GetNextMessage [(ip) 10.1.32.10:1679]:
    time:7890449
    [2005-01-21 00:13:41 AM] -------- START : (Access-Request (1)) [(ip)
    10.1.32.10:1679]: time:365298757---
    [2005-01-21 00:13:41 AM] CACHE: CacheDomainListExist
    (DenDAS.RADIUS.Security.TMG), using cache
    [2005-01-21 00:13:41 AM] AuthRequestHandler(), Calling RequestHandler.
    [2005-01-21 00:13:41 AM] CACHE: CacheReadSecretForNASAddress
    (DenDAS.RADIUS.Security.TMG), using cache
    [2005-01-21 00:13:41 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2005-01-21 00:13:41 AM] -------- END : (Access-Request (1)) [(ip)
    10.1.32.10:1679]: time:365298770---
    [2005-01-21 00:13:45 AM] 15) [(ip) 10.1.32.10:1679], Received 46 Bytes
    (Access-Request (1))
    [2005-01-21 00:13:45 AM] [(total=15) (p=14) (d=0) (r=0) (acc=0)
    (rej=0)]
    [2005-01-21 00:13:45 AM] <6> Done GetNextMessage [(ip) 10.1.32.10:1679]:
    time:7261379
    [2005-01-21 00:13:45 AM] -------- START : (Access-Request (1)) [(ip)
    10.1.32.10:1679]: time:365335091---
    [2005-01-21 00:13:45 AM] CACHE: CacheDomainListExist
    (DenDAS.RADIUS.Security.TMG), using cache
    [2005-01-21 00:13:45 AM] AuthRequestHandler(), Calling RequestHandler.
    [2005-01-21 00:13:45 AM] CACHE: CacheReadSecretForNASAddress
    (DenDAS.RADIUS.Security.TMG), using cache
    [2005-01-21 00:13:45 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2005-01-21 00:13:45 AM] -------- END : (Access-Request (1)) [(ip)
    10.1.32.10:1679]: time:365335260---
    [2005-01-21 00:14:35 AM] (->)Cacher: NWDSReadObjectInfo
    (DenDAS.RADIUS.Security.TMG), succeeded, time:110
    [2005-01-21 00:15:46 AM] (->)Cacher: NWDSReadObjectInfo
    (DenDAS.RADIUS.Security.TMG), succeeded, time:40
    [2005-01-21 00:16:58 AM] (->)Cacher: NWDSReadObjectInfo
    (DenDAS.RADIUS.Security.TMG), succeeded, time:401
    any direction would be greatly appreciated.
    Thanks

    Just thought i woukld give an update on this, it appeared that on my
    NW6.0 server (which holds the Certificate of Authority) when i service
    packed it awhile back it didn't install all the files and so my nici
    version was 2.0.2, so i reran the support pack update and everything
    appears to work in conjunction with Radius running on my 6.5 server.
    Thanks for the suggestions though
    > Patching NMAS will not help. Here's the problem:
    >
    > [2005-01-21 00:13:23 AM] (->)NDSSetUpClientTable
    > (DenDAS.RADIUS.Security.TMG) failed, -1460 (0xfffffa4c)
    > [2005-01-21 00:13:23 AM] Cache: Error from NDSSetUpClientTable:
    failed, -
    > 1460 (0xfffffa4c)
    >
    > The -1460 error indicates that NICI could not find a copy of your tree
    key.
    > RADIUS needs the tree key to decrypt the shared secrets for your
    clients.
    > You can use SDIDIAG (available from the support site) to diagnose and
    > correct tree key problems.
    >
    > >>> <[email protected]> 1/20/2005 3:40:25 PM >>>
    > I am having unknown radius user issues i have a nw65 sp2 server and
    > installed the nmas radius from BM3.8,i followed TID 10078616 (how to
    > install and configure radius on nmas) when i use NTRADping it times out
    > the errors on the radius screen are Access Request Dropped and Unknown
    > RADIUS client,
    > I know there are a number of threads on this and the only thing i
    haven't
    > done is patch my NMAS?didn't really see anything pertaining to this
    issue
    > on the download site and the TID that mentioned patching NMAS from an
    > earlier post had been removed from the knowledgebase.
    > here is the debug log with the errors....
    >
    > Cacher: Console initiated rebuild of cache
    > [2005-01-21 00:13:23 AM] (->)Cacher: NWDSReadObjectInfo
    > (DenDAS.RADIUS.Security.TMG), succeeded, time:69
    > [2005-01-21 00:13:23 AM] Cacher: Rebuilding cache, mod time different,
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:DAS Version) succeeded, time:96
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:Password Policy) failed, no such
    > attribute (-603), time:8
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:Common Name Resolution) succeeded,
    > time:5
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:Concurrent Limit) failed, no such
    > attribute (-603), time:4
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:Interim Accting Timeout) failed, no
    > such attribute (-603), time:4
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:Aged Interval) failed, no such
    > attribute (-603), time:4
    > [2005-01-21 00:13:23 AM] (->)NDSReadData:NWDSRead
    > (DenDAS.RADIUS.Security.TMG,RADIUS:Maximum History Record) failed, no
    > such attribute (-603), time:4
    > [2005-01-21 00:13:23 AM] CACHE: Use Netware Password
    > for "DenDAS.RADIUS.Security.TMG": Enabled
    > [2005-01-21 00:13:23 AM] CACHE: CN Login
    > for "DenDAS.RADIUS.Security.TMG": Enabled
    > [2005-01-21 00:13:23 AM] CACHE: Concurrent Limit
    > for "DenDAS.RADIUS.Security.TMG": 0x80000000
    > [2005-01-21 00:13:23 AM] CACHE: Interim Timeout
    > for "DenDAS.RADIUS.Security.TMG": 10 minutes
    > [2005-01-21 00:13:23 AM] CACHE: Interval For Aging
    > for "DenDAS.RADIUS.Security.TMG": 7 days
    > [2005-01-21 00:13:23 AM] CACHE: Max History Record
    > for "DenDAS.RADIUS.Security.TMG": 30
    > [2005-01-21 00:13:23 AM]
    > Context Lookup List set to:
    > [2005-01-21 00:13:23 AM] 1) Denver.TMG
    > [2005-01-21 00:13:23 AM] 2) IT.Denver.TMG
    > [2005-01-21 00:13:23 AM] 3) TMG
    > [2005-01-21 00:13:23 AM] Number of contexts = 3
    > [2005-01-21 00:13:23 AM] tag extracted: 10.1.32.10, size: 11,
    tagLength:
    > 22
    > [2005-01-21 00:13:23 AM] (->)NDSSetUpClientTable
    > (DenDAS.RADIUS.Security.TMG) failed, -1460 (0xfffffa4c)
    > [2005-01-21 00:13:23 AM] Cache: Error from NDSSetUpClientTable:
    failed, -
    > 1460 (0xfffffa4c)
    > [2005-01-21 00:13:23 AM] Cache: Successfully set up client table
    > [2005-01-21 00:13:23 AM] (->)NDSSetUpContextList
    > (DenDAS.RADIUS.Security.TMG), ProxyContext is empty
    > [2005-01-21 00:13:23 AM] Cache: Successfully set up context list
    > [2005-01-21 00:13:23 AM] (->)NDSSetUpDomainList
    > (DenDAS.RADIUS.Security.TMG), Domain list is empty.
    > [2005-01-21 00:13:23 AM] Cache: Successfully set up domain list
    > [2005-01-21 00:13:23 AM] Cache: Successfully set up search domain list
    > [2005-01-21 00:13:23 AM] Cache: Successfully build context list
    > [2005-01-21 00:13:23 AM] CACHE: Cache reloaded at [2005-01-21
    00:13:23
    > AM], current reload count is 3
    > [2005-01-21 00:13:23 AM] Cacher: RefreshCache(), succeeded
    > [2005-01-21 00:13:23 AM] CACHE: Cache loaded at [2005-01-21 00:12:47
    > AM] has been discarded , current reload count is 3
    > [2005-01-21 00:13:37 AM] 13) [(ip) 10.1.32.10:1679], Received 46 Bytes
    > (Access-Request (1))
    > [2005-01-21 00:13:37 AM] [(total=13) (p=12) (d=0) (r=0) (acc=0)
    > (rej=0)]
    > [2005-01-21 00:13:37 AM] <3> Done GetNextMessage [(ip)
    10.1.32.10:1679]:
    > time:7890707
    > [2005-01-21 00:13:37 AM] -------- START : (Access-Request (1)) [(ip)
    > 10.1.32.10:1679]: time:365263663---
    > [2005-01-21 00:13:37 AM] CACHE: CacheDomainListExist
    > (DenDAS.RADIUS.Security.TMG), using cache
    > [2005-01-21 00:13:37 AM] AuthRequestHandler(), Calling RequestHandler.
    > [2005-01-21 00:13:37 AM] CACHE: CacheReadSecretForNASAddress
    > (DenDAS.RADIUS.Security.TMG), using cache
    > [2005-01-21 00:13:37 AM] HandleLocalRequest(),
    > CacheReadSecretForNASAddress failed, no such RADIUS client (-822),
    Packet
    > Dropped
    > [2005-01-21 00:13:37 AM] Deleting
    > file "sys:etc\radius\log\20050114.log", failed
    > [2005-01-21 00:13:37 AM] -------- END : (Access-Request (1)) [(ip)
    > 10.1.32.10:1679]: time:365263976---
    > [2005-01-21 00:13:41 AM] 14) [(ip) 10.1.32.10:1679], Received 46 Bytes
    > (Access-Request (1))
    > [2005-01-21 00:13:41 AM] [(total=14) (p=13) (d=0) (r=0) (acc=0)
    > (rej=0)]
    > [2005-01-21 00:13:41 AM] <5> Done GetNextMessage [(ip)
    10.1.32.10:1679]:
    > time:7890449
    > [2005-01-21 00:13:41 AM] -------- START : (Access-Request (1)) [(ip)
    > 10.1.32.10:1679]: time:365298757---
    > [2005-01-21 00:13:41 AM] CACHE: CacheDomainListExist
    > (DenDAS.RADIUS.Security.TMG), using cache
    > [2005-01-21 00:13:41 AM] AuthRequestHandler(), Calling RequestHandler.
    > [2005-01-21 00:13:41 AM] CACHE: CacheReadSecretForNASAddress
    > (DenDAS.RADIUS.Security.TMG), using cache
    > [2005-01-21 00:13:41 AM] HandleLocalRequest(),
    > CacheReadSecretForNASAddress failed, no such RADIUS client (-822),
    Packet
    > Dropped
    > [2005-01-21 00:13:41 AM] -------- END : (Access-Request (1)) [(ip)
    > 10.1.32.10:1679]: time:365298770---
    > [2005-01-21 00:13:45 AM] 15) [(ip) 10.1.32.10:1679], Received 46 Bytes
    > (Access-Request (1))
    > [2005-01-21 00:13:45 AM] [(total=15) (p=14) (d=0) (r=0) (acc=0)
    > (rej=0)]
    > [2005-01-21 00:13:45 AM] <6> Done GetNextMessage [(ip)
    10.1.32.10:1679]:
    > time:7261379
    > [2005-01-21 00:13:45 AM] -------- START : (Access-Request (1)) [(ip)
    > 10.1.32.10:1679]: time:365335091---
    > [2005-01-21 00:13:45 AM] CACHE: CacheDomainListExist
    > (DenDAS.RADIUS.Security.TMG), using cache
    > [2005-01-21 00:13:45 AM] AuthRequestHandler(), Calling RequestHandler.
    > [2005-01-21 00:13:45 AM] CACHE: CacheReadSecretForNASAddress
    > (DenDAS.RADIUS.Security.TMG), using cache
    > [2005-01-21 00:13:45 AM] HandleLocalRequest(),
    > CacheReadSecretForNASAddress failed, no such RADIUS client (-822),
    Packet
    > Dropped
    > [2005-01-21 00:13:45 AM] -------- END : (Access-Request (1)) [(ip)
    > 10.1.32.10:1679]: time:365335260---
    > [2005-01-21 00:14:35 AM] (->)Cacher: NWDSReadObjectInfo
    > (DenDAS.RADIUS.Security.TMG), succeeded, time:110
    > [2005-01-21 00:15:46 AM] (->)Cacher: NWDSReadObjectInfo
    > (DenDAS.RADIUS.Security.TMG), succeeded, time:40
    > [2005-01-21 00:16:58 AM] (->)Cacher: NWDSReadObjectInfo
    > (DenDAS.RADIUS.Security.TMG), succeeded, time:401
    >
    > any direction would be greatly appreciated.
    > Thanks
    >
    >
    >

  • Unknown Radius Client (Nw6.5 / BM3.8)

    Hi All
    We recently built a test NW6.5 server, installed BM3.8 and setup radius,
    tested using radping and worked.
    We then built the server into the live LAN and we get the error "Unknown
    Radius Client"
    Versions on server are:
    EDIR 87.3.0
    NICI 2.6.4
    NMAS 2.3.3
    Errors we get:
    Radius screen : "Unknown Radius Client"
    Radius debug screen : "CacheReadSecretForNASAddress failed, no such radius
    client (-822)
    We are using the consoleone from the new server, created new objects and
    objects retain info
    We did TID100911107 followed all instructions and still no change.
    Just ran NMASMON and get the following log entry when running RADIUS
    REFRESHCACHE:
    GetLoginConfig: -672
    NMAS_GetLoginConfig: -672
    Any ideas/assistance will be appreciated
    Jason Cowie
    Macmahon

    Hello,
    maybe the TID 10091107 from Novell will help.
    http://support.novell.com/cgi-bin/se...?/10091107.htm
    fix
    1. RADIUS REFRESHCACHE- Forces radius to re-read the Dialup access
    system object.
    2. Verify the SDI (Security Domain Infrastructure) is synchronized and
    all servers have the same set of SDI keys.
    a. Follow TID - 10088626 Using SDIDiag to gather specific SDKey
    information from servers to create the LIST.TXT, SERVER.TXT and
    PROCESS.TXT.
    Review the PROCESS.TXT file and verify all servers have the exact same
    keys.
    Keys must be sychronized.
    3. Apply the latest NMAS public patch available at Security Updates at
    http://support.novell.com (when this solution was written, the latest
    public
    release that resolved this issue was NMAS 2.3.4 (nmsrv234.tgz)
    Kind regards from Germany
    Arndt
    [email protected] wrote in message news:<j4wVc.1612$[email protected]>...
    > Hi All
    >
    > We recently built a test NW6.5 server, installed BM3.8 and setup radius,
    > tested using radping and worked.
    >
    > We then built the server into the live LAN and we get the error "Unknown
    > Radius Client"
    >
    > Versions on server are:
    > EDIR 87.3.0
    > NICI 2.6.4
    > NMAS 2.3.3
    >
    > Errors we get:
    > Radius screen : "Unknown Radius Client"
    > Radius debug screen : "CacheReadSecretForNASAddress failed, no such radius
    > client (-822)
    >
    > We are using the consoleone from the new server, created new objects and
    > objects retain info
    >
    > We did TID100911107 followed all instructions and still no change.
    >
    > Just ran NMASMON and get the following log entry when running RADIUS
    > REFRESHCACHE:
    >
    > GetLoginConfig: -672
    > NMAS_GetLoginConfig: -672
    >
    > Any ideas/assistance will be appreciated
    >
    > Jason Cowie
    > Macmahon

  • UNKNOWN RADIUS CLIENT

    Hi all.
    Have seen several posts on this topic, but none that fixes my problem. Had
    a perfectly working Cisco Dial-up authenticating to Novell 5.1/BM3.7 radius.
    Replaced (not upgraded) the server with a 6.5, sp2, and BM 3.8 sp2 and fp3a.
    Using perfect logic, I figured I could simply load RADIUS on the new server
    pointing to my existing DA. But no, going to the latest and greatest, once
    again breaks something.
    Several posts point to TID 2969057 solving the problem, which of course is
    no longer available. Another TID talks about rights in the Security
    container, LPO, etc, but is very vague. Other TIDs talk about SDIDIAG, and
    updating NMAS components, which I have done (SECUPD6A and NMSRV235.TGZ).
    I'm ready to create the users on the Cisco box and remove RADIUS
    altogether. I really hate to do that because when it works, it works great.
    Any help is greatly appreciated.
    Here is the rad debug log, noticed some "no such attribute" near the end
    when trying to login.
    2004-11-08 02:11:40 PM] Deleting file "sys:etc\radius\log\20041101.log",
    failed
    [2004-11-08 02:11:40 PM] Parameter count = 1
    [2004-11-08 02:11:40 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-08 02:11:40 PM] Tree Name = "<null>"
    [2004-11-08 02:11:40 PM] Login Name = "<null>"
    [2004-11-08 02:11:40 PM] Name = "<null>"
    [2004-11-08 02:11:40 PM] Workers = 0
    [2004-11-08 02:11:40 PM] Port = 0
    [2004-11-08 02:11:40 PM] Error encountered = 0
    [2004-11-08 02:11:40 PM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-08 02:11:40 PM] Got Tree Name from registry, "<null>"
    [2004-11-08 02:11:40 PM] Got Login Name from registry, "<null>"
    [2004-11-08 02:11:40 PM] Got Service Name from registry, "<null>"
    [2004-11-08 02:11:40 PM] Got Number Threads from registry, 5
    [2004-11-08 02:11:40 PM] Got Service Port from registry, 1645
    [2004-11-08 02:11:40 PM] Got Accounting Port from registry, 1646
    [2004-11-08 02:11:40 PM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-08 02:11:40 PM] Got Accounting File Format from registry, "comma"
    [2004-11-08 02:11:40 PM] Got RollOver from registry, "daily"
    [2004-11-08 02:11:40 PM] Services supported, [2004-11-08 02:11:40 PM]
    "authentication" [2004-11-08 02:11:40 PM] "accounting" [2004-11-08
    02:11:40 PM]
    [2004-11-08 02:11:40 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-08 02:11:40 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-08 03:27:48 PM] Deleting file "sys:etc\radius\log\20041101.log",
    failed
    [2004-11-08 03:27:48 PM] Parameter count = 1
    [2004-11-08 03:27:48 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-08 03:27:48 PM] Tree Name = "<null>"
    [2004-11-08 03:27:48 PM] Login Name = "<null>"
    [2004-11-08 03:27:48 PM] Name = "<null>"
    [2004-11-08 03:27:48 PM] Workers = 0
    [2004-11-08 03:27:48 PM] Port = 0
    [2004-11-08 03:27:48 PM] Error encountered = 0
    [2004-11-08 03:27:48 PM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-08 03:27:48 PM] Got Tree Name from registry, "<null>"
    [2004-11-08 03:27:48 PM] Got Login Name from registry, "<null>"
    [2004-11-08 03:27:48 PM] Got Service Name from registry, "<null>"
    [2004-11-08 03:27:48 PM] Got Number Threads from registry, 5
    [2004-11-08 03:27:48 PM] Got Service Port from registry, 1645
    [2004-11-08 03:27:48 PM] Got Accounting Port from registry, 1646
    [2004-11-08 03:27:48 PM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-08 03:27:48 PM] Got Accounting File Format from registry, "comma"
    [2004-11-08 03:27:48 PM] Got RollOver from registry, "daily"
    [2004-11-08 03:27:48 PM] Services supported, [2004-11-08 03:27:48 PM]
    "authentication" [2004-11-08 03:27:48 PM] "accounting" [2004-11-08
    03:27:48 PM]
    [2004-11-08 03:27:48 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-08 03:27:48 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-08 04:03:12 PM] Deleting file "sys:etc\radius\log\20041101.log",
    failed
    [2004-11-08 04:03:12 PM] Parameter count = 3
    [2004-11-08 04:03:12 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-08 04:03:12 PM] argv[1] = NAME-.wg-isp.isp.wgd
    [2004-11-08 04:03:12 PM] Tree Name = "<null>"
    [2004-11-08 04:03:12 PM] Login Name = "<null>"
    [2004-11-08 04:03:12 PM] Name = "<null>"
    [2004-11-08 04:03:12 PM] Workers = 0
    [2004-11-08 04:03:12 PM] Port = 0
    [2004-11-08 04:03:12 PM] Error encountered = -809
    [2004-11-08 04:04:41 PM] Deleting file "sys:etc\radius\log\20041101.log",
    failed
    [2004-11-08 04:04:41 PM] Parameter count = 1
    [2004-11-08 04:04:41 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-08 04:04:41 PM] Tree Name = "<null>"
    [2004-11-08 04:04:41 PM] Login Name = "<null>"
    [2004-11-08 04:04:41 PM] Name = "<null>"
    [2004-11-08 04:04:41 PM] Workers = 0
    [2004-11-08 04:04:41 PM] Port = 0
    [2004-11-08 04:04:41 PM] Error encountered = 0
    [2004-11-08 04:04:41 PM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-08 04:04:41 PM] Got Tree Name from registry, "<null>"
    [2004-11-08 04:04:41 PM] Got Login Name from registry, "<null>"
    [2004-11-08 04:04:41 PM] Got Service Name from registry, "<null>"
    [2004-11-08 04:04:41 PM] Got Number Threads from registry, 5
    [2004-11-08 04:04:41 PM] Got Service Port from registry, 1645
    [2004-11-08 04:04:41 PM] Got Accounting Port from registry, 1646
    [2004-11-08 04:04:41 PM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-08 04:04:41 PM] Got Accounting File Format from registry, "comma"
    [2004-11-08 04:04:41 PM] Got RollOver from registry, "daily"
    [2004-11-08 04:04:41 PM] Services supported, [2004-11-08 04:04:41 PM]
    "authentication" [2004-11-08 04:04:41 PM] "accounting" [2004-11-08
    04:04:41 PM]
    [2004-11-08 04:04:41 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-08 04:04:41 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-08 04:06:26 PM] Deleting file "sys:etc\radius\log\20041101.log",
    failed
    [2004-11-08 04:06:26 PM] Parameter count = 3
    [2004-11-08 04:06:26 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-08 04:06:26 PM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-08 04:06:26 PM] Tree Name = "<null>"
    [2004-11-08 04:06:26 PM] Login Name = "<null>"
    [2004-11-08 04:06:26 PM] Name = ".wg-isp.isp.wgd"
    [2004-11-08 04:06:26 PM] Workers = 0
    [2004-11-08 04:06:26 PM] Port = 0
    [2004-11-08 04:06:26 PM] Error encountered = 0
    [2004-11-08 04:06:26 PM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-08 04:06:26 PM] Got Tree Name from registry, "<null>"
    [2004-11-08 04:06:26 PM] Got Login Name from registry, "<null>"
    [2004-11-08 04:06:26 PM] Got Number Threads from registry, 5
    [2004-11-08 04:06:26 PM] Got Service Port from registry, 1645
    [2004-11-08 04:06:26 PM] Got Accounting Port from registry, 1646
    [2004-11-08 04:06:26 PM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-08 04:06:26 PM] Got Accounting File Format from registry, "comma"
    [2004-11-08 04:06:26 PM] Got RollOver from registry, "daily"
    [2004-11-08 04:06:26 PM] Services supported, [2004-11-08 04:06:26 PM]
    "authentication" [2004-11-08 04:06:26 PM] "accounting" [2004-11-08
    04:06:26 PM]
    [2004-11-08 04:06:26 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-08 04:06:26 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-09 06:56:19 AM] Deleting file "sys:etc\radius\log\20041102.log",
    failed
    [2004-11-09 06:56:19 AM] Parameter count = 3
    [2004-11-09 06:56:19 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-09 06:56:19 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-09 06:56:19 AM] Tree Name = "<null>"
    [2004-11-09 06:56:19 AM] Login Name = "<null>"
    [2004-11-09 06:56:19 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-09 06:56:19 AM] Workers = 0
    [2004-11-09 06:56:19 AM] Port = 0
    [2004-11-09 06:56:19 AM] Error encountered = 0
    [2004-11-09 06:56:19 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-09 06:56:19 AM] Got Tree Name from registry, "<null>"
    [2004-11-09 06:56:19 AM] Got Login Name from registry, "<null>"
    [2004-11-09 06:56:19 AM] Got Number Threads from registry, 5
    [2004-11-09 06:56:19 AM] Got Service Port from registry, 1645
    [2004-11-09 06:56:19 AM] Got Accounting Port from registry, 1646
    [2004-11-09 06:56:19 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-09 06:56:19 AM] Got Accounting File Format from registry, "comma"
    [2004-11-09 06:56:19 AM] Got RollOver from registry, "daily"
    [2004-11-09 06:56:19 AM] Services supported, [2004-11-09 06:56:19 AM]
    "authentication" [2004-11-09 06:56:19 AM] "accounting" [2004-11-09
    06:56:19 AM]
    [2004-11-09 06:56:19 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-09 06:56:19 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-09 07:07:25 AM] Deleting file "sys:etc\radius\log\20041102.log",
    failed
    [2004-11-09 07:07:25 AM] Parameter count = 3
    [2004-11-09 07:07:25 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-09 07:07:25 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-09 07:07:25 AM] Tree Name = "<null>"
    [2004-11-09 07:07:25 AM] Login Name = "<null>"
    [2004-11-09 07:07:25 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-09 07:07:25 AM] Workers = 0
    [2004-11-09 07:07:25 AM] Port = 0
    [2004-11-09 07:07:25 AM] Error encountered = 0
    [2004-11-09 07:07:25 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-09 07:07:25 AM] Got Tree Name from registry, "<null>"
    [2004-11-09 07:07:25 AM] Got Login Name from registry, "<null>"
    [2004-11-09 07:07:25 AM] Got Number Threads from registry, 5
    [2004-11-09 07:07:25 AM] Got Service Port from registry, 1645
    [2004-11-09 07:07:25 AM] Got Accounting Port from registry, 1646
    [2004-11-09 07:07:25 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-09 07:07:25 AM] Got Accounting File Format from registry, "comma"
    [2004-11-09 07:07:25 AM] Got RollOver from registry, "daily"
    [2004-11-09 07:07:25 AM] Services supported, [2004-11-09 07:07:25 AM]
    "authentication" [2004-11-09 07:07:25 AM] "accounting" [2004-11-09
    07:07:25 AM]
    [2004-11-09 07:07:25 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-09 07:07:25 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-09 07:55:28 AM] Deleting file "sys:etc\radius\log\20041102.log",
    failed
    [2004-11-09 07:55:28 AM] Parameter count = 3
    [2004-11-09 07:55:28 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-09 07:55:28 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-09 07:55:28 AM] Tree Name = "<null>"
    [2004-11-09 07:55:28 AM] Login Name = "<null>"
    [2004-11-09 07:55:28 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-09 07:55:28 AM] Workers = 0
    [2004-11-09 07:55:28 AM] Port = 0
    [2004-11-09 07:55:28 AM] Error encountered = 0
    [2004-11-09 07:55:28 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-09 07:55:28 AM] Got Tree Name from registry, "<null>"
    [2004-11-09 07:55:28 AM] Got Login Name from registry, "<null>"
    [2004-11-09 07:55:28 AM] Got Number Threads from registry, 5
    [2004-11-09 07:55:28 AM] Got Service Port from registry, 1645
    [2004-11-09 07:55:28 AM] Got Accounting Port from registry, 1646
    [2004-11-09 07:55:28 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-09 07:55:28 AM] Got Accounting File Format from registry, "comma"
    [2004-11-09 07:55:28 AM] Got RollOver from registry, "daily"
    [2004-11-09 07:55:28 AM] Services supported, [2004-11-09 07:55:28 AM]
    "authentication" [2004-11-09 07:55:28 AM] "accounting" [2004-11-09
    07:55:28 AM]
    [2004-11-09 07:55:28 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-09 07:55:28 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-09 08:23:57 AM] Deleting file "sys:etc\radius\log\20041102.log",
    failed
    [2004-11-09 08:23:57 AM] Parameter count = 3
    [2004-11-09 08:23:57 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-09 08:23:57 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-09 08:23:57 AM] Tree Name = "<null>"
    [2004-11-09 08:23:57 AM] Login Name = "<null>"
    [2004-11-09 08:23:57 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-09 08:23:57 AM] Workers = 0
    [2004-11-09 08:23:57 AM] Port = 0
    [2004-11-09 08:23:57 AM] Error encountered = 0
    [2004-11-09 08:23:57 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-09 08:23:57 AM] Got Tree Name from registry, "<null>"
    [2004-11-09 08:23:57 AM] Got Login Name from registry, "<null>"
    [2004-11-09 08:23:57 AM] Got Number Threads from registry, 5
    [2004-11-09 08:23:57 AM] Got Service Port from registry, 1645
    [2004-11-09 08:23:57 AM] Got Accounting Port from registry, 1646
    [2004-11-09 08:23:57 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-09 08:23:57 AM] Got Accounting File Format from registry, "comma"
    [2004-11-09 08:23:57 AM] Got RollOver from registry, "daily"
    [2004-11-09 08:23:57 AM] Services supported, [2004-11-09 08:23:57 AM]
    "authentication" [2004-11-09 08:23:57 AM] "accounting" [2004-11-09
    08:23:57 AM]
    [2004-11-09 08:23:57 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-09 08:23:57 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-09 09:35:59 AM] Deleting file "sys:etc\radius\log\20041102.log",
    failed
    [2004-11-09 09:35:59 AM] Parameter count = 3
    [2004-11-09 09:35:59 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-09 09:35:59 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-09 09:35:59 AM] Tree Name = "<null>"
    [2004-11-09 09:35:59 AM] Login Name = "<null>"
    [2004-11-09 09:35:59 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-09 09:35:59 AM] Workers = 0
    [2004-11-09 09:35:59 AM] Port = 0
    [2004-11-09 09:35:59 AM] Error encountered = 0
    [2004-11-09 09:35:59 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-09 09:35:59 AM] Got Tree Name from registry, "<null>"
    [2004-11-09 09:35:59 AM] Got Login Name from registry, "<null>"
    [2004-11-09 09:35:59 AM] Got Number Threads from registry, 5
    [2004-11-09 09:35:59 AM] Got Service Port from registry, 1645
    [2004-11-09 09:35:59 AM] Got Accounting Port from registry, 1646
    [2004-11-09 09:35:59 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-09 09:35:59 AM] Got Accounting File Format from registry, "comma"
    [2004-11-09 09:35:59 AM] Got RollOver from registry, "daily"
    [2004-11-09 09:35:59 AM] Services supported, [2004-11-09 09:35:59 AM]
    "authentication" [2004-11-09 09:35:59 AM] "accounting" [2004-11-09
    09:35:59 AM]
    [2004-11-09 09:35:59 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-09 09:35:59 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-09 02:56:14 PM] Deleting file "sys:etc\radius\log\20041102.log",
    failed
    [2004-11-09 02:56:14 PM] Parameter count = 3
    [2004-11-09 02:56:14 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-09 02:56:14 PM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-09 02:56:14 PM] Tree Name = "<null>"
    [2004-11-09 02:56:14 PM] Login Name = "<null>"
    [2004-11-09 02:56:14 PM] Name = ".wg-isp.isp.wgd"
    [2004-11-09 02:56:14 PM] Workers = 0
    [2004-11-09 02:56:14 PM] Port = 0
    [2004-11-09 02:56:14 PM] Error encountered = 0
    [2004-11-09 02:56:14 PM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-09 02:56:14 PM] Got Tree Name from registry, "<null>"
    [2004-11-09 02:56:14 PM] Got Login Name from registry, "<null>"
    [2004-11-09 02:56:14 PM] Got Number Threads from registry, 5
    [2004-11-09 02:56:14 PM] Got Service Port from registry, 1645
    [2004-11-09 02:56:14 PM] Got Accounting Port from registry, 1646
    [2004-11-09 02:56:14 PM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-09 02:56:14 PM] Got Accounting File Format from registry, "comma"
    [2004-11-09 02:56:14 PM] Got RollOver from registry, "daily"
    [2004-11-09 02:56:14 PM] Services supported, [2004-11-09 02:56:14 PM]
    "authentication" [2004-11-09 02:56:14 PM] "accounting" [2004-11-09
    02:56:14 PM]
    [2004-11-09 02:56:14 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-09 02:56:14 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-15 09:09:13 AM] Deleting file "sys:etc\radius\log\20041108.log",
    failed
    [2004-11-15 09:09:13 AM] Parameter count = 3
    [2004-11-15 09:09:13 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-15 09:09:13 AM] argv[1] = name=.wg-isp.isp.wgd
    [2004-11-15 09:09:13 AM] Tree Name = "<null>"
    [2004-11-15 09:09:13 AM] Login Name = "<null>"
    [2004-11-15 09:09:13 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-15 09:09:13 AM] Workers = 0
    [2004-11-15 09:09:13 AM] Port = 0
    [2004-11-15 09:09:13 AM] Error encountered = 0
    [2004-11-15 09:09:13 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-15 09:09:13 AM] Got Tree Name from registry, "<null>"
    [2004-11-15 09:09:13 AM] Got Login Name from registry, "<null>"
    [2004-11-15 09:09:13 AM] Got Number Threads from registry, 5
    [2004-11-15 09:09:13 AM] Got Service Port from registry, 1645
    [2004-11-15 09:09:13 AM] Got Accounting Port from registry, 1646
    [2004-11-15 09:09:13 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-15 09:09:13 AM] Got Accounting File Format from registry, "comma"
    [2004-11-15 09:09:13 AM] Got RollOver from registry, "daily"
    [2004-11-15 09:09:13 AM] Services supported, [2004-11-15 09:09:13 AM]
    "authentication" [2004-11-15 09:09:13 AM] "accounting" [2004-11-15
    09:09:13 AM]
    [2004-11-15 09:09:13 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-15 09:09:13 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-15 09:35:42 PM] Deleting file "sys:etc\radius\log\20041108.log",
    failed
    [2004-11-15 09:35:42 PM] Parameter count = 2
    [2004-11-15 09:35:42 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-15 09:35:42 PM] argv[1] = refreshcache
    [2004-11-15 09:35:42 PM] Tree Name = "<null>"
    [2004-11-15 09:35:42 PM] Login Name = "<null>"
    [2004-11-15 09:35:42 PM] Name = "<null>"
    [2004-11-15 09:35:42 PM] Workers = 0
    [2004-11-15 09:35:42 PM] Port = 0
    [2004-11-15 09:35:42 PM] Error encountered = -809
    [2004-11-15 10:01:35 PM] Deleting file "sys:etc\radius\log\20041108.log",
    failed
    [2004-11-15 10:01:35 PM] Parameter count = 3
    [2004-11-15 10:01:35 PM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-15 10:01:35 PM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-15 10:01:35 PM] Tree Name = "<null>"
    [2004-11-15 10:01:35 PM] Login Name = "<null>"
    [2004-11-15 10:01:35 PM] Name = ".wg-isp.isp.wgd"
    [2004-11-15 10:01:35 PM] Workers = 0
    [2004-11-15 10:01:35 PM] Port = 0
    [2004-11-15 10:01:35 PM] Error encountered = 0
    [2004-11-15 10:01:35 PM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-15 10:01:35 PM] Got Tree Name from registry, "<null>"
    [2004-11-15 10:01:35 PM] Got Login Name from registry, "<null>"
    [2004-11-15 10:01:35 PM] Got Number Threads from registry, 5
    [2004-11-15 10:01:35 PM] Got Service Port from registry, 1645
    [2004-11-15 10:01:35 PM] Got Accounting Port from registry, 1646
    [2004-11-15 10:01:35 PM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-15 10:01:35 PM] Got Accounting File Format from registry, "comma"
    [2004-11-15 10:01:35 PM] Got RollOver from registry, "daily"
    [2004-11-15 10:01:35 PM] Services supported, [2004-11-15 10:01:35 PM]
    "authentication" [2004-11-15 10:01:35 PM] "accounting" [2004-11-15
    10:01:35 PM]
    [2004-11-15 10:01:35 PM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-15 10:01:35 PM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 07:29:52 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 07:29:52 AM] Parameter count = 3
    [2004-11-17 07:29:52 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 07:29:52 AM] argv[1] = name=.wg-isp.isp.wgd
    [2004-11-17 07:29:52 AM] Tree Name = "<null>"
    [2004-11-17 07:29:52 AM] Login Name = "<null>"
    [2004-11-17 07:29:52 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 07:29:52 AM] Workers = 0
    [2004-11-17 07:29:52 AM] Port = 0
    [2004-11-17 07:29:52 AM] Error encountered = 0
    [2004-11-17 07:29:52 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 07:29:52 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 07:29:52 AM] Got Login Name from registry, "<null>"
    [2004-11-17 07:29:52 AM] Got Number Threads from registry, 5
    [2004-11-17 07:29:52 AM] Got Service Port from registry, 1645
    [2004-11-17 07:29:52 AM] Got Accounting Port from registry, 1646
    [2004-11-17 07:29:52 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 07:29:52 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 07:29:52 AM] Got RollOver from registry, "daily"
    [2004-11-17 07:29:52 AM] Services supported, [2004-11-17 07:29:52 AM]
    "authentication" [2004-11-17 07:29:52 AM] "accounting" [2004-11-17
    07:29:52 AM]
    [2004-11-17 07:29:52 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 07:29:52 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 07:41:32 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 07:41:32 AM] Parameter count = 3
    [2004-11-17 07:41:32 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 07:41:32 AM] argv[1] = name=.wg-isp.isp.wgd
    [2004-11-17 07:41:32 AM] Tree Name = "<null>"
    [2004-11-17 07:41:32 AM] Login Name = "<null>"
    [2004-11-17 07:41:32 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 07:41:32 AM] Workers = 0
    [2004-11-17 07:41:32 AM] Port = 0
    [2004-11-17 07:41:32 AM] Error encountered = 0
    [2004-11-17 07:41:32 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 07:41:32 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 07:41:32 AM] Got Login Name from registry, "<null>"
    [2004-11-17 07:41:32 AM] Got Number Threads from registry, 5
    [2004-11-17 07:41:32 AM] Got Service Port from registry, 1645
    [2004-11-17 07:41:32 AM] Got Accounting Port from registry, 1646
    [2004-11-17 07:41:32 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 07:41:32 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 07:41:32 AM] Got RollOver from registry, "daily"
    [2004-11-17 07:41:32 AM] Services supported, [2004-11-17 07:41:32 AM]
    "authentication" [2004-11-17 07:41:32 AM] "accounting" [2004-11-17
    07:41:32 AM]
    [2004-11-17 07:41:32 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 07:41:32 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 08:25:27 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 08:25:27 AM] Parameter count = 3
    [2004-11-17 08:25:27 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 08:25:27 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-17 08:25:27 AM] Tree Name = "<null>"
    [2004-11-17 08:25:27 AM] Login Name = "<null>"
    [2004-11-17 08:25:27 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 08:25:27 AM] Workers = 0
    [2004-11-17 08:25:27 AM] Port = 0
    [2004-11-17 08:25:27 AM] Error encountered = 0
    [2004-11-17 08:25:27 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 08:25:27 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 08:25:27 AM] Got Login Name from registry, "<null>"
    [2004-11-17 08:25:27 AM] Got Number Threads from registry, 5
    [2004-11-17 08:25:27 AM] Got Service Port from registry, 1645
    [2004-11-17 08:25:27 AM] Got Accounting Port from registry, 1646
    [2004-11-17 08:25:27 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 08:25:27 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 08:25:27 AM] Got RollOver from registry, "daily"
    [2004-11-17 08:25:27 AM] Services supported, [2004-11-17 08:25:27 AM]
    "authentication" [2004-11-17 08:25:27 AM] "accounting" [2004-11-17
    08:25:27 AM]
    [2004-11-17 08:25:27 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 08:25:27 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 08:30:57 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 08:30:57 AM] Parameter count = 3
    [2004-11-17 08:30:57 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 08:30:57 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-17 08:30:57 AM] Tree Name = "<null>"
    [2004-11-17 08:30:57 AM] Login Name = "<null>"
    [2004-11-17 08:30:57 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 08:30:57 AM] Workers = 0
    [2004-11-17 08:30:57 AM] Port = 0
    [2004-11-17 08:30:57 AM] Error encountered = 0
    [2004-11-17 08:30:57 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 08:30:57 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 08:30:57 AM] Got Login Name from registry, "<null>"
    [2004-11-17 08:30:57 AM] Got Number Threads from registry, 5
    [2004-11-17 08:30:57 AM] Got Service Port from registry, 1645
    [2004-11-17 08:30:57 AM] Got Accounting Port from registry, 1646
    [2004-11-17 08:30:57 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 08:30:57 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 08:30:57 AM] Got RollOver from registry, "daily"
    [2004-11-17 08:30:57 AM] Services supported, [2004-11-17 08:30:57 AM]
    "authentication" [2004-11-17 08:30:57 AM] "accounting" [2004-11-17
    08:30:57 AM]
    [2004-11-17 08:30:57 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 08:30:57 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 09:07:30 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 09:07:30 AM] Parameter count = 3
    [2004-11-17 09:07:30 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 09:07:30 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-17 09:07:30 AM] Tree Name = "<null>"
    [2004-11-17 09:07:30 AM] Login Name = "<null>"
    [2004-11-17 09:07:30 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 09:07:30 AM] Workers = 0
    [2004-11-17 09:07:30 AM] Port = 0
    [2004-11-17 09:07:30 AM] Error encountered = 0
    [2004-11-17 09:07:30 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 09:07:30 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 09:07:30 AM] Got Login Name from registry, "<null>"
    [2004-11-17 09:07:30 AM] Got Number Threads from registry, 5
    [2004-11-17 09:07:30 AM] Got Service Port from registry, 1645
    [2004-11-17 09:07:30 AM] Got Accounting Port from registry, 1646
    [2004-11-17 09:07:30 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 09:07:30 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 09:07:30 AM] Got RollOver from registry, "daily"
    [2004-11-17 09:07:30 AM] Services supported, [2004-11-17 09:07:30 AM]
    "authentication" [2004-11-17 09:07:30 AM] "accounting" [2004-11-17
    09:07:30 AM]
    [2004-11-17 09:07:30 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 09:07:30 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 09:07:38 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 09:07:38 AM] Parameter count = 3
    [2004-11-17 09:07:38 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 09:07:38 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-17 09:07:38 AM] Tree Name = "<null>"
    [2004-11-17 09:07:38 AM] Login Name = "<null>"
    [2004-11-17 09:07:38 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 09:07:38 AM] Workers = 0
    [2004-11-17 09:07:38 AM] Port = 0
    [2004-11-17 09:07:38 AM] Error encountered = 0
    [2004-11-17 09:07:38 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 09:07:38 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 09:07:38 AM] Got Login Name from registry, "<null>"
    [2004-11-17 09:07:38 AM] Got Number Threads from registry, 5
    [2004-11-17 09:07:38 AM] Got Service Port from registry, 1645
    [2004-11-17 09:07:38 AM] Got Accounting Port from registry, 1646
    [2004-11-17 09:07:38 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 09:07:38 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 09:07:38 AM] Got RollOver from registry, "daily"
    [2004-11-17 09:07:38 AM] Services supported, [2004-11-17 09:07:38 AM]
    "authentication" [2004-11-17 09:07:38 AM] "accounting" [2004-11-17
    09:07:38 AM]
    [2004-11-17 09:07:38 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 09:07:38 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 09:17:50 AM] Deleting file "sys:etc\radius\log\20041110.log",
    failed
    [2004-11-17 09:17:50 AM] Parameter count = 3
    [2004-11-17 09:17:50 AM] argv[0] = SYS:SYSTEM\RADIUS.NLM
    [2004-11-17 09:17:50 AM] argv[1] = NAME=.wg-isp.isp.wgd
    [2004-11-17 09:17:50 AM] Tree Name = "<null>"
    [2004-11-17 09:17:50 AM] Login Name = "<null>"
    [2004-11-17 09:17:50 AM] Name = ".wg-isp.isp.wgd"
    [2004-11-17 09:17:50 AM] Workers = 0
    [2004-11-17 09:17:50 AM] Port = 0
    [2004-11-17 09:17:50 AM] Error encountered = 0
    [2004-11-17 09:17:50 AM] Checking if parameters are to be retrieved from
    Registry
    [2004-11-17 09:17:50 AM] Got Tree Name from registry, "<null>"
    [2004-11-17 09:17:50 AM] Got Login Name from registry, "<null>"
    [2004-11-17 09:17:50 AM] Got Number Threads from registry, 5
    [2004-11-17 09:17:50 AM] Got Service Port from registry, 1645
    [2004-11-17 09:17:50 AM] Got Accounting Port from registry, 1646
    [2004-11-17 09:17:50 AM] Got Accounting Path from registry,
    "sys:\etc\radius\acct"
    [2004-11-17 09:17:50 AM] Got Accounting File Format from registry, "comma"
    [2004-11-17 09:17:50 AM] Got RollOver from registry, "daily"
    [2004-11-17 09:17:50 AM] Services supported, [2004-11-17 09:17:50 AM]
    "authentication" [2004-11-17 09:17:50 AM] "accounting" [2004-11-17
    09:17:50 AM]
    [2004-11-17 09:17:50 AM] Got Accounting Attribute File from registry,
    sys:\etc\radius\radacct.atr
    [2004-11-17 09:17:50 AM] Got Authentication Path from registry,
    sys:etc\radius
    [2004-11-17 09:32:55 AM] Debug logging enabled to file
    sys:etc\radius\debug\raddbg.log
    [2004-11-17 09:33:05 AM] Cacher: Console initiated rebuild of cache
    [2004-11-17 09:33:05 AM] (->)Cacher: NWDSReadObjectInfo(wg-isp.isp.wgd),
    succeeded, time:1
    [2004-11-17 09:33:05 AM] Cacher: Rebuilding cache, mod time different,
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:DAS Version) succeeded, time:4
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:Password Policy) failed, no
    such attribute (-603), time:3
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:Common Name Resolution)
    succeeded, time:3
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:Concurrent Limit) failed, no
    such attribute (-603), time:3
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:Interim Accting Timeout)
    failed, no such attribute (-603), time:3
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:Aged Interval) failed, no
    such attribute (-603), time:3
    [2004-11-17 09:33:05 AM]
    (->)NDSReadData:NWDSRead(wg-isp.isp.wgd,RADIUS:Maximum History Record)
    failed, no such attribute (-603), time:3
    [2004-11-17 09:33:05 AM] CACHE: Use Netware Password for
    "wg-isp.isp.wgd": Enabled
    [2004-11-17 09:33:05 AM] CACHE: CN Login for "wg-isp.isp.wgd": Enabled
    [2004-11-17 09:33:05 AM] CACHE: Concurrent Limit for "wg-isp.isp.wgd":
    0x80000000
    [2004-11-17 09:33:05 AM] CACHE: Interim Timeout for "wg-isp.isp.wgd": 10
    minutes
    [2004-11-17 09:33:05 AM] CACHE: Interval For Aging for "wg-isp.isp.wgd":
    7 days
    [2004-11-17 09:33:05 AM] CACHE: Max History Record for "wg-isp.isp.wgd": 30
    [2004-11-17 09:33:05 AM]
    Context Lookup List set to:
    [2004-11-17 09:33:05 AM] 1) ISP.WGD
    [2004-11-17 09:33:05 AM] Number of contexts = 1
    [2004-11-17 09:33:05 AM] (->)NDSSetUpClientTable(wg-isp.isp.wgd) failed, no
    such attribute (-603)
    [2004-11-17 09:33:05 AM] Cache: Error from NDSSetUpClientTable: failed, no
    such attribute (-603)
    [2004-11-17 09:33:05 AM] Cache: Successfully set up client table
    [2004-11-17 09:33:05 AM] (->)NDSSetUpContextList(wg-isp.isp.wgd),
    ProxyContext is empty
    [2004-11-17 09:33:05 AM] Cache: Successfully set up context list
    [2004-11-17 09:33:05 AM] (->)NDSSetUpDomainList(wg-isp.isp.wgd), Domain
    list is empty.
    [2004-11-17 09:33:05 AM] Cache: Successfully set up domain list
    [2004-11-17 09:33:05 AM] Cache: Successfully set up search domain list
    [2004-11-17 09:33:05 AM] Cache: Successfully build context list
    [2004-11-17 09:33:05 AM] CACHE: Cache reloaded at [2004-11-17 09:33:05
    AM], current reload count is 2
    [2004-11-17 09:33:05 AM] Cacher: RefreshCache(), succeeded
    [2004-11-17 09:33:05 AM] CACHE: Cache loaded at [2004-11-17 09:17:50 AM]
    has been discarded , current reload count is 2
    [2004-11-17 09:34:04 AM] (->)Cacher: NWDSReadObjectInfo(wg-isp.isp.wgd),
    succeeded, time:3
    [2004-11-17 09:35:04 AM] (->)Cacher: NWDSReadObjectInfo(wg-isp.isp.wgd),
    succeeded, time:2
    [2004-11-17 09:36:02 AM] 5) [(ip) 192.168.30.2:1645], Received 79 Bytes
    (Access-Request (1))
    [2004-11-17 09:36:02 AM] [(total=5) (p=4) (d=0) (r=0) (acc=0) (rej=0)]
    [2004-11-17 09:36:02 AM] <6> Done GetNextMessage [(ip) 192.168.30.2:1645]:
    time:10917475
    [2004-11-17 09:36:02 AM] -------- START : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41167179---
    [2004-11-17 09:36:02 AM] CACHE: CacheDomainListExist(wg-isp.isp.wgd),
    using cache
    [2004-11-17 09:36:02 AM] AuthRequestHandler(), Calling RequestHandler.
    [2004-11-17 09:36:02 AM] CACHE:
    CacheReadSecretForNASAddress(wg-isp.isp.wgd), using cache
    [2004-11-17 09:36:02 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2004-11-17 09:36:02 AM] -------- END : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41167182---
    [2004-11-17 09:36:04 AM] (->)Cacher: NWDSReadObjectInfo(wg-isp.isp.wgd),
    succeeded, time:4
    [2004-11-17 09:36:07 AM] 6) [(ip) 192.168.30.2:1645], Received 79 Bytes
    (Access-Request (1))
    [2004-11-17 09:36:07 AM] [(total=6) (p=5) (d=0) (r=0) (acc=0) (rej=0)]
    [2004-11-17 09:36:07 AM] <2> Done GetNextMessage [(ip) 192.168.30.2:1645]:
    time:10354275
    [2004-11-17 09:36:07 AM] -------- START : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41217170---
    [2004-11-17 09:36:07 AM] CACHE: CacheDomainListExist(wg-isp.isp.wgd),
    using cache
    [2004-11-17 09:36:07 AM] AuthRequestHandler(), Calling RequestHandler.
    [2004-11-17 09:36:07 AM] CACHE:
    CacheReadSecretForNASAddress(wg-isp.isp.wgd), using cache
    [2004-11-17 09:36:07 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2004-11-17 09:36:07 AM] -------- END : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41217173---
    [2004-11-17 09:36:12 AM] 7) [(ip) 192.168.30.2:1645], Received 79 Bytes
    (Access-Request (1))
    [2004-11-17 09:36:12 AM] [(total=7) (p=6) (d=0) (r=0) (acc=0) (rej=0)]
    [2004-11-17 09:36:12 AM] <4> Done GetNextMessage [(ip) 192.168.30.2:1645]:
    time:10354286
    [2004-11-17 09:36:12 AM] -------- START : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41267175---
    [2004-11-17 09:36:12 AM] CACHE: CacheDomainListExist(wg-isp.isp.wgd),
    using cache
    [2004-11-17 09:36:12 AM] AuthRequestHandler(), Calling RequestHandler.
    [2004-11-17 09:36:12 AM] CACHE:
    CacheReadSecretForNASAddress(wg-isp.isp.wgd), using cache
    [2004-11-17 09:36:12 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2004-11-17 09:36:12 AM] -------- END : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41267177---
    [2004-11-17 09:36:17 AM] 8) [(ip) 192.168.30.2:1645], Received 79 Bytes
    (Access-Request (1))
    [2004-11-17 09:36:17 AM] [(total=8) (p=7) (d=0) (r=0) (acc=0) (rej=0)]
    [2004-11-17 09:36:17 AM] <5> Done GetNextMessage [(ip) 192.168.30.2:1645]:
    time:10354286
    [2004-11-17 09:36:17 AM] -------- START : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41317178---
    [2004-11-17 09:36:17 AM] CACHE: CacheDomainListExist(wg-isp.isp.wgd),
    using cache
    [2004-11-17 09:36:17 AM] AuthRequestHandler(), Calling RequestHandler.
    [2004-11-17 09:36:17 AM] CACHE:
    CacheReadSecretForNASAddress(wg-isp.isp.wgd), using cache
    [2004-11-17 09:36:17 AM] HandleLocalRequest(),
    CacheReadSecretForNASAddress failed, no such RADIUS client (-822), Packet
    Dropped
    [2004-11-17 09:36:17 AM] -------- END : (Access-Request (1)) [(ip)
    192.168.30.2:1645]: time:41317181---
    [2004-11-17 09:37:04 AM] (->)Cacher: NWDSReadObjectInfo(wg-isp.isp.wgd),
    succeeded, time:3
    [2004-11-17 09:38:03 AM] (->)Cacher: NWDSReadObjectInfo(wg-isp.isp.wgd),
    succeeded, time:1
    [2004-11-17 09:38:56 AM] Debug logging disabled

    You need to upgrade your DAS object. When you installed BMAS 3.8, there
    should have been a screen that prompted you to do this. You can do this
    manually by loading RADMIG.NLM at the server console and following the
    on-screen instructions.
    Since you're now running BMAS 3.8, use ConsoleOne to do your RADIUS
    administration. You'll also need to create a login rule for your BMAS 3.8
    DAS. TID 10078616 (linked below) tells you how to create a login rule for
    BMAS 3.8 (aka NMAS RADIUS).
    TID 10078616:
    http://support.novell.com/cgi-bin/se...?/10078616.htm
    >>> <[email protected]> 11/17/04 7:46 AM >>>
    Hi all.
    Have seen several posts on this topic, but none that fixes my problem. Had
    a perfectly working Cisco Dial-up authenticating to Novell 5.1/BM3.7 radius.
    Replaced (not upgraded) the server with a 6.5, sp2, and BM 3.8 sp2 and
    fp3a.
    Using perfect logic, I figured I could simply load RADIUS on the new server
    pointing to my existing DA. But no, going to the latest and greatest, once
    again breaks something.
    Several posts point to TID 2969057 solving the problem, which of course is
    no longer available. Another TID talks about rights in the Security
    container, LPO, etc, but is very vague. Other TIDs talk about SDIDIAG, and
    updating NMAS components, which I have done (SECUPD6A and NMSRV235.TGZ).
    I'm ready to create the users on the Cisco box and remove RADIUS
    altogether. I really hate to do that because when it works, it works great.
    Any help is greatly appreciated.
    Here is the rad debug log, noticed some "no such attribute" near the end
    when trying to login.

  • Authentication via RADIUS : MSCHAPv2 Error 691

    Hello All,
    I am working on setting up authentication into an Acme Packet Net-Net 3820 (SBC) via RADIUS. The accounting side of things is working just fine with no issues. The authentication side of things is another matter. I can see from a packet capture that the access-request
    messages are in fact getting to the RADIUS server at which point the RADIUS server starts communicating with the domain controllers. I then see the chain of communication going back to the RADIUS and then finally back to the SBC. The problem is the response
    I get back is always an access-reject message with a reason code of 16 (Authentication failed due to a user credentials mismatch. Either the user name provided does not match an existing user account or the password was incorrect). This is confirmed by looking
    at the security event logs where I can see events 4625 and 6273. See the events below (Note: The names and IPs have been changed to protect the innocent):
    Event ID: 6273
    Network Policy Server denied access to a user.
    Contact the Network Policy Server administrator for more information.
    User:
    Security ID:
    NULL SID
    Account Name:
    real_username
    Account Domain:
    real_domain
    Fully Qualified Account Name:
    real_domain\real_username
    Client Machine:
    Security ID:
    NULL SID
    Account Name:
    Fully Qualified Account Name:
    OS-Version:
    Called Station Identifier:
    Calling Station Identifier:
    NAS:
    NAS IPv4 Address:
    10.0.0.10
    NAS IPv6 Address:
    NAS Identifier:
    radius1.real_domain
    NAS Port-Type:
    NAS Port:
    101451540
    RADIUS Client:
    Client Friendly Name:
    sbc1mgmt
    Client IP Address:
    10.0.0.10
    Authentication Details:
    Connection Request Policy Name:
    SBC Authentication
    Network Policy Name:
    Authentication Provider:
    Windows
    Authentication Server:
    RADIUS1.real_domain
    Authentication Type:
    MS-CHAPv2
    EAP Type:
    Account Session Identifier:
    Logging Results:
    Accounting information was written to the SQL data store and the local log file.
    Reason Code:
    16
    Reason:
    Authentication failed due to a user credentials mismatch. Either the user name provided does not map to an existing user account or the password was incorrect.
    Event ID: 4625
    An account failed to log on.
    Subject:
    Security ID:
    SYSTEM
    Account Name:
    RADIUS1$
    Account Domain:
    REAL_DOMAIN
    Logon ID:
    0x3E7
    Logon Type: 3
    Account For Which Logon Failed:
    Security ID:
    NULL SID
    Account Name:
    real_username
    Account Domain:
    REAL_DOMAIN
    Failure Information:
    Failure Reason:
    Unknown user name or bad password.
    Status:
    0xC000006D
    Sub Status:
    0xC000006A
    Process Information:
    Caller Process ID:
    0x2cc
    Caller Process Name:
    C:\Windows\System32\svchost.exe
    Network Information:
    Workstation Name:
    Source Network Address:
    Source Port:
    Detailed Authentication Information:
    Logon Process:
    IAS
    Authentication Package:
    MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
    Transited Services:
    Package Name (NTLM only):
    Key Length:
    0
    This event is generated when a logon request fails. It is generated on the computer where access was attempted.
    The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
    The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
    The Process Information fields indicate which account and process on the system requested the logon.
    The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
    The authentication information fields provide detailed information about this specific logon request.
    - Transited services indicate which intermediate services have participated in this logon request.
    - Package name indicates which sub-protocol was used among the NTLM protocols.
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
    So at first glance it would seem that the issue is merely a case of an invalid username or mismatched password. This is further confirmed in the packet capture where I can see the MSCHAPv2 response has an error code of 691 (Access denied because username or
    password, or both, are not valid on the domain). The thing is I know I am using a valid username and I have tried many usernames including new ones I created just for troubleshooting. I don't know how many times I have reset the password in an attempt to ensure
    it is not a mismatch password. I have even made sure to use passwords that are fairly short and contain only letters to ensure there was no terminal encoding issues (we connect to the SBC via SSH clients). I have also done this same thing with the shared secret
    used during communication between the SBC and the RADIUS server. I have tried prefixing the username with the domain name at login (though I don't think that should be necessary). I have also tried using the full UPN of the user to login. I have tried several
    RADIUS testing clients (NTRadPing, RadiusTest, etc.), but they either don't support MSCHAPv2 or only support EAP-MSCHAPv2. I have even created my own client using PHP's PECL RADIUS module. Still it always seems to fail with the MSCHAPv2 authentication with
    an error code of 691. Does anyone have any ideas as to why I always get an invalid username or bad password response when I have done everything possible to ensure that is not the case?
    Here are the specs for our RADIUS configuration:
    Windows Server 2012 R2
    SQL Server 2012 Back End Database for accounting.
    The server has been authorized on the domain and is a member of the "RAS and IAS Servers" group. For which that group does have access to the accounts we are testing with.
    The accounts we are testing with do have the "Control access through NPS Network Policy" option checked under their "Dial-in" property tab.
    RADIUS clients configured to simply match on the IP address which you can see from the events above that it is applying the client friendly name.
    Connection Request Policy: The "SBC Authenication" policy is being applied as seen above. The only condition is a regex expression that does successfully match the friendly name.
    Network Policy: As seen in events above, none are getting applied. For troubleshooting purposes I have created a Network Policy that is set to "1" for the processing order and its only condition is a Day and Time Restriction currently set to any
    time, any day.
    The authentication method is set to only MSCHAPv2 or MSCHAPv2 (User can change password after it has expired). I have tried adding this to just the Network Policy and I have also tried adding this to the Connection Request Policy and setting it to override
    the authentication method of the Network Policy.
    We do have other RADIUS servers in our domain that use PEAP to authenticate wireless clients and they all work fine. However, we need this to work with MSCHAPv2 only (No EAP).
    All other configurations are set to the defaults.
    The only other things of note to consider is the fact that in the events above you can see that the Security ID is "NULL SID". Now I know this is common especially among failed logons but given that this issue is stating an invalid username or
    bad password, perhaps it matters in this case. Also, this server has been rebuilt using the same computer account in Active Directory. I do not know if it would have worked before the rebuild. Essentially we built this server and only got as far as authorizing
    the server to the domain and adding SQL when we decided to separate out the SQL role onto another server. Rather than uninstalling SQL we just rebuilt the machine. However, before reinstalling Windows I did do a reset on the computer account. I don't think
    this should matter but thought I would point it out if there is some weird quirk where reusing the same SID of a previously authorized NPS server would cause an issue.
    All in all it is a fairly basic setup and hopefully I have provided enough information for someone to get an idea of what might be going on. I hope this was the right forum to post this too, I figured there would be a higher number of RADIUS experts here than
    any of the other categories. Apologies if my understanding of this seems a bit basic, after all, when it comes to RADIUS servers I guess you could say I'm the new guy here.

    Update 1:
    In an attempt to further troubleshoot this issue I have tried bringing up additional servers for testing. Here are the additional tests I have performed.
    Multiple Domains
    I have now tried this in 3 different isolated domains. Both our test and production domains as well as my private home domain which has very little in the way of customizations aside from the modifications made for Exchange and ConfigMgr. All have the same
    results described above.
    VPN Service
    Using Windows Server 2012 R2 we brought up a separate server to run a standard VPN setup. The intent was to see if we could use RADIUS authentication with the VPN and if that worked we would know the issue is with the SBCs. However, before we could even
    configure it to use RADIUS we just attempted to make sure it worked with standard Windows Authentication on the local VPN server. Interestingly, it too fails with the same events getting logged as the RADIUS servers. The client machine being a Windows 8.1
    workstation. Again I point out that we have working RADIUS servers used specifically for our wireless environment. The only difference between those RADIUS servers and the ones I am having problems with is that the working wireless servers are using PEAP instead
    of MSCHAPv2.
    FreeRADIUS
    Now I'm no Linux guru but I believe I have it up and running. I am able to use ntlm_auth to authenticate users when logged on to the console. However, when the radiusd service tries to use ntlm_auth to do essentially the same thing it fails and returns the
    same message I've been getting with the Windows server (E=691). I have the radiusd service running in debug mode so I can see more of what is going on. I can post the debug info I am getting if requested. The lines I am seeing of particular interest however
    are as follows:
    (1) ERROR: mschap : Program returned code (1) and output 'Logon failure (0xc000006d)'
    (1) mschap : External script failed.
    (1) ERROR: mschap : External script says: Logon Failure (0xc000006d)
    (1) ERROR: mschap : MS-CHAP2-Response is incorrect
    The thing to note here is that while we are essentially still getting a "wrong password" message, the actual status code (0xc000006d) is slightly different than what I was getting on the Windows Servers which was (0xc000006a). From this document
    you can see what these codes mean:
    NTSTATUS values . The good thing about this FreeRADIUS server is that I can see all of the challenge responses when it is in debug mode. So if I can wrap my head around how a MSCHAPv2 response is computed I can compare it to see if this is simply a miscomputed
    challenge response. Update: Was just noticing that the 6a code is just the sub-status code for the 6d code. So nothing different from the Windows Servers, I still wonder if there is a computation error with the challenge responses though.
    Currently, I am working on bringing up a Windows Server 2008 R2 instance of a RADIUS server to see if that helps at all. However, I would be surprised if something with the service broke between W2K8 R2 and W2K12 R2 without anyone noticing until now. If this
    doesn't work I may have to open a case with Microsoft. Update: Same results with W2K8 R2.

  • Unable to retrieve Object.Error in File: Unknown Database Connector Error

    Hi,
    I have deployed two report on BO XI server. Both the reports are designed in Crystal Report designer XI.
    I got all database credentilas, saved in CMC by my administrator so that these reports should not prompt me for any database login parameters when I am trying to run them from BOXI test server.
    When I am running one of my report, the report is working fine. But this is not the case with other report.
    This second report is working well with some inputs.
    Case 1 - It is having to input date parameter(Date1 and Date2), when I am entering one input date parameter (Date1) and other (Date2) is set to NULL, it is displaying correct result. But when I am giving any date for Date2 it is throwing me an error -
    "Error in File Manager_Agent_Report.rpt: Unknown Database Connector Error
    Unable to retrieve Object.
    Error in File Manager_Agent_Report.rpt: Unknown Database Connector Error "
    Case 2 - Similiarly it is having an other input field which I am using in filetering the records in Report.
    If I am setting it to NULL or If I am not giving this field, while entering the input. I am getting an output.
    But incase I am giving this particular field then again it is promptig me the  above mentioned error.
    The report are working fine if I am executing them from crystal report designer.
    Please help me to find a solution for the same.
    Thanks
    Deepak

    Deepak, firstly are you trying to connect to one database or two in these reports? I would check the ODBC connections both in server and client machine (testing server or whatever you testing it on). Make sure both connection settings are exactly the same.
    Secondly I will check the parameters values under Objects under the CMC and see if there is anything changed there.
    Report back if you have checked both and it still giving errors
    Regards
    Jehanzeb

  • RADIUS Authentication Error Across the Subnet

    Hi Guyz
    I have configured Microsoft Server 2012 R2 as a RADIUS for Cisco IOS Devices
    Server IP Address :  10.95.6.12
    Router IP Address Fa 0/0.192                    ---->>>    192.193.194.195
    Router IP Address Fa 0/0.6                          --->>>    10.95.6.1
    Switch IP Address VLAN 192                     ---->>>    192.193.194.2010.95.6.11
    Switch IP Address VLAN 6                          ---->>>    10.95.6.11
    When i access the Cisco Devices RADIUS CLIENT with 10.95.6.x Subnet, It works fine 
    When i access the Cisco Devices through RADIUS CLIENT 192.193.194.x Subnet, It does not pass through the RADIUS Authentication.
    Attached in the Picture i can not access the 192.193.194.20 Device but I can access 10.95.6.1 Device.  As soon as I change the IP Address 10.95.6.11 I can access the Device.
    Ping is successful across the  Routers / Switches and Server as well.  Below is unsuccessful debug details as well:
    ===
    Home_Switch#
    01:52:30: RADIUS/ENCODE(00000008): ask "Password: "
    Home_Switch#
    01:52:41: RADIUS/ENCODE(00000008):Orig. component type = EXEC
    01:52:41: RADIUS:  AAA Unsupported Attr: interface         [171] 4   
    01:52:41: RADIUS:   74 74                [ tt]
    01:52:41: RADIUS/ENCODE(00000008): dropping service type, "radius-server attribute 6 on-for-login-auth" is off
    01:52:41: RADIUS(00000008): Config NAS IP: 0.0.0.0
    01:52:41: RADIUS/ENCODE(00000008): acct_session_id: 8
    01:52:41: RADIUS(00000008): sending
    01:52:41: RADIUS/ENCODE: Best Local IP-Address 10.95.6.11 for Radius-Server 10.95.6.12
    01:52:41: RADIUS(00000008): Send Access-Request to 10.95.6.12:1812 id 1645/6, len 85
    Home_Switch#
    01:52:41: RADIUS:  authenticator 95 FB 3F FE 79 BB AA D6 - C9 26 F4 EC 95 32 80 06
    01:52:41: RADIUS:  User-Name           [1]   7   "cisco"
    01:52:41: RADIUS:  User-Password       [2]   18  *
    01:52:41: RADIUS:  NAS-Port            [5]   6   2                         
    01:52:41: RADIUS:  NAS-Port-Id         [87]  6   "tty2"
    01:52:41: RADIUS:  NAS-Port-Type       [61]  6   Virtual                   [5]
    01:52:41: RADIUS:  Calling-Station-Id  [31]  16  "192.193.194.50"
    01:52:41: RADIUS:  NAS-IP-Address      [4]   6   10.95.6.11                
    01:52:41: RADIUS(00000008): Started 5 sec timeout
    Home_Switch#
    01:52:46: RADIUS(00000008): Request timed out 
    01:52:46: RADIUS: Retransmit to (10.95.6.12:1812,1813) for id 1645/6
    01:52:46: RADIUS(00000008): Started 5 sec timeout
    Home_Switch#
    ===
    Any help will really appreciate. 

    Duplicate posts.  
    Go here:  http://supportforums.cisco.com/discussion/12154866/radius-authentication-error-across-subnet

  • Cannot create client error with sample SAP JCO code

    Hi,
    I am encountering the following error when trying to connect to a R/3 system using the WAS 6.40 on my laptop. I have cut and pasted the Example1 code from the SAPJCO into my NetWeaver developer studio IDE.
    java.lang.UnsatisfiedLinkError: no CpicNative in java.library.path
         at java.lang.ClassLoader.loadLibrary(Unknown Source)
         at java.lang.Runtime.loadLibrary0(Unknown Source)
         at java.lang.System.loadLibrary(Unknown Source)
         at com.sap.mw.rfc.api.RfcApi.initializeDLL(RfcApi.java:1285)
         at com.sap.mw.rfc.api.RfcApi.<clinit>(RfcApi.java:1299)
         at com.sap.mw.jco.MiddlewareJRfc.<clinit>(MiddlewareJRfc.java:228)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at com.sap.mw.jco.JCO.<clinit>(JCO.java:630)
         at com.sap.mw.jco.support.JRfcTest.correctProperties(JRfcTest.java:1043)
         at com.sap.mw.jco.support.JRfcTest.initCall(JRfcTest.java:1072)
         at com.sap.mw.jco.support.JRfcTest.runConnectionTest(JRfcTest.java:735)
         at com.sap.mw.jco.support.JRfcTest.main(JRfcTest.java:202)
    Cannot create client, error message:
    java.lang.NoClassDefFoundError occured:
       Message:null
    I have a system user defined in R/3 but still this isn't working. I am new to Java so any light you could shed would be greatly appreciated.
    Cheers and TIA,
    Rich

    The unsatisfied link error should be because sapjco.jar cannot link to the sapjco.dll.
    I tried to simulate the problem by
    1) Opening a java perspective.
    2) Create a new 'java' project.
    3) Add libraries sapjco.jar from the path <Drive>:\Program Files\SAP\JDT\eclipse\plugins\com.sap.mw.jco\lib
    You will see sapjcorfc.dll in this path
    4)Add a new class file ,Wrote a sample jco code and executed and it worked..
    The key is to have the sapjcorfc.dll in the same directory as sapjco.jar
    I hope this helps

  • Radius Authentification Error

    Hello,
    I have installed and reinstalled Radius but couldn't connect any computer
    Reason Code:            23
    Reason:                An error occurred during the Network Policy Server use of the Extensible Authentication Protocol (EAP). Check EAP log files for EAP errors. 
    Schannel
    The following fatal alert was generated: 20. The internal error state is 960.
    Thanks

    Hi,
    Based on the events which you provided, it seems that the two events were related to certificate. If you have installed a certificate on the RADIUS server, a possible cause is that the certificate has something wrong. So please check the configuration of
    certificate in your RADIUS server and client.
    And for a better analysis about this issue, please provide more details about the configuration in your environment. Such as, what are you deploying with RADIUS, the operating system of your RADIUS server
    and RADIUS client, the network policy and other configurations in the NPS, the configuration of the client etc.
    Here are some related threads and articles with similar events.
    802.1x Authentication fails, Reason Code 23
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/07e14473-b597-4060-8fab-39d443cccb07/8021x-authentication-fails-reason-code-23?forum=winserverNAP
    Event ID 6273 — NPS Authentication Status
    http://technet.microsoft.com/en-us/library/cc735399(WS.10).aspx
    The client could not be authenticated because the Extensible Authentication Protocol (EAP) Type cannot be processed by the server.
    https://social.technet.microsoft.com/Forums/en-US/5fb22134-c12b-4ff1-8764-b10aa37c8b9c/the-client-could-not-be-authenticated-because-the-extensible-authentication-protocol-eap-type?forum=winserverNAP
    Best Regards,
    Tina

  • [SOLVED] Unknown SSL protocol error in connection

    Hi there. I'm trying to get a website with curl but i'm getting this error:
    [martriay@atila ~]$ curl -v "https://servicios1.afip.gov.ar"
    * Rebuilt URL to: https://servicios1.afip.gov.ar/
    * Hostname was NOT found in DNS cache
    * Adding handle: conn: 0x20412c0
    * Adding handle: send: 0
    * Adding handle: recv: 0
    * Curl_addHandleToPipeline: length: 1
    * - Conn 0 (0x20412c0) send_pipe: 1, recv_pipe: 0
    * Trying 200.1.116.53...
    * Connected to servicios1.afip.gov.ar (200.1.116.53) port 443 (#0)
    * successfully set certificate verify locations:
    * CAfile: /etc/ssl/certs/ca-certificates.crt
    CApath: none
    * SSLv3, TLS handshake, Client hello (1):
    * Unknown SSL protocol error in connection to servicios1.afip.gov.ar:443
    * Closing connection 0
    curl: (35) Unknown SSL protocol error in connection to servicios1.afip.gov.ar:443
    And when i try with SSLv3:
    [martriay@atila ~]$ curl -3 -v "https://servicios1.afip.gov.ar"
    * Rebuilt URL to: https://servicios1.afip.gov.ar/
    * Hostname was NOT found in DNS cache
    * Adding handle: conn: 0x8032c0
    * Adding handle: send: 0
    * Adding handle: recv: 0
    * Curl_addHandleToPipeline: length: 1
    * - Conn 0 (0x8032c0) send_pipe: 1, recv_pipe: 0
    * Trying 200.1.116.53...
    * Connected to servicios1.afip.gov.ar (200.1.116.53) port 443 (#0)
    * Unsupported SSL protocol version
    * Closing connection 0
    curl: (35) Unsupported SSL protocol version
    That's from my archlinux server, while on my desktop's fedora it works just fine. Both computers are within the same network.
    openssl version:
    [martriay@atila ~]$ openssl version
    OpenSSL 1.0.1e 11 Feb 2013
    openssl connection attempt
    [martriay@atila ~]$ openssl s_client -connect servicios1.afip.gov.ar:443
    CONNECTED(00000003)
    write:errno=104
    no peer certificate available
    No client certificate CA names sent
    SSL handshake has read 0 bytes and written 322 bytes
    New, (NONE), Cipher is (NONE)
    Secure Renegotiation IS NOT supported
    Compression: NONE
    Expansion: NONE
    If I add the -ssl3 option:
    [martriay@atila ~]$ openssl s_client -connect servicios1.afip.gov.ar:443 -ssl3
    CONNECTED(00000003)
    depth=1 C = GB, ST = Greater Manchester, L = Salford, O = COMODO CA Limited, CN = COMODO High-Assurance Secure Server CA
    verify error:num=20:unable to get local issuer certificate
    verify return:0
    Certificate chain
    0 s:/C=AR/postalCode=1086/ST=Ciudad Autonoma de Buenos Aires/L=Capital Federal/street=Hipolito Yirigoyen 370/O=ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS/OU=Issued through ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS E-PKI/OU=InstantSSL/CN=servicios1.afip.gov.ar
    i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA
    1 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA
    i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External CA Root
    Server certificate
    -----BEGIN CERTIFICATE-----
    -----END CERTIFICATE-----
    subject=/C=AR/postalCode=1086/ST=Ciudad Autonoma de Buenos Aires/L=Capital Federal/street=Hipolito Yirigoyen 370/O=ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS/OU=Issued through ADMINISTRACION FEDERAL DE INGRESOS PUBLICOS E-PKI/OU=InstantSSL/CN=servicios1.afip.gov.ar
    issuer=/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO High-Assurance Secure Server CA
    No client certificate CA names sent
    SSL handshake has read 3048 bytes and written 485 bytes
    New, TLSv1/SSLv3, Cipher is RC4-MD5
    Server public key is 2048 bit
    Secure Renegotiation IS NOT supported
    Compression: NONE
    Expansion: NONE
    SSL-Session:
    Protocol : SSLv3
    Cipher : RC4-MD5
    Session-ID: F34244E0C2E402103FC9B7216E504E89761FDAF31CC1AC3A7939BE99AD8D0C57
    Session-ID-ctx:
    Master-Key: 146C91E59E259AD38C1E7A0B8E5DBEAE2D768622DE4045CD927D60A40FF8CA527A2694E227FEE30CC0909ADE0B72B0C8
    Key-Arg : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1389232087
    Timeout : 7200 (sec)
    Verify return code: 20 (unable to get local issuer certificate)
    Any ideas?
    Last edited by martriay (2014-01-09 14:05:02)

    Downgrade curl to 7.33.0-3. There is a known bug that is now fixed and should be released with the next version. I got bit by this too
    Scott

  • Unknown Database Connector Error - when published

    Post Author: dommurphy21
    CA Forum: Deployment
    Hi,
    Im trying to get a Crystal Report to run when published to my BOXI Enterprise server.  I get the following error when trying to run the report
    CrystalReportViewer
    Unable to retrieve Object.Error in File UseTable.rpt: Unknown Database Connector Error
    The report runs on my PC using an oracle connection and I have also setup the orace driver and client on the Server and can connect to the database from the server.  I'm using the same TNSNAMES entries on my client that are also on the server.
    Could you please respond asap as once this simple issue is resolved I can get on with completing my Proof of Concept.
    RegardsDominic

    Post Author: colin mackenzie
    CA Forum: Deployment
    Hi Dominic. I had a similar problem in the past.When you go to publish your report try this.Select the Object.Select the Process Tab.Select the Database Tab.Select the radio button or option button "Use custom database logon information specified here"Inside the drop down list select Oracle.Enter your server name or tnsname "whatever.world"Enter your database name, this doesn't really matter you can enter anything will work here. (Whatever world - Production)Try that and let me know if that solves the problem.

  • Unknown Database Connector Error using Crystal Report XI with Windows 7

    My current configuration is:
    Windows XP Professional
    Crystal Reports XI Professional
    Oracle Client 10g
    This is working great, however we are switching to Windows 7 Professional and I need to get this same configuration working on the new machines.
    I have loaded Windows 7 Professional and Oracle Client 10g.  Oracle makes the data connection without any problems.  I loaded Crystal Reports XI Professional, but it will not connect to the Oracle database.  It keeps giving me the Unknown Database Connector error.  Can anyone assist me with this problem?  This is the final software package that is holding up the project. 
    Thanks

    Hello Uher,
    Thanks for quickly response.
    I have attached the details of my issue, the most confuse part is that I'm not sure is there any conflict btw software.
    Appreciating your professional advise.

  • Epson SX218 doesn't print (client-error-document-format-not-supported)

    Hi there,
    I'm currently trying to figure out how to get my Epson Stylus SX 218 to work. Unfortunately, cups (or the printer or whatever causes my problems...) obviously just doesn't want me to get this to work.
    Here's what I've done so far:
    I installed everything as described in the CUPS wiki article (so ghostscript and all the foomatic-stuff is installed, usblp is NOT blacklisted, see why below)
    I installed epson-inkjet-printer-workforce-sx218 from AUR
    I started cups...
    Nothing worked (Printer not recognized, either with or without blacklisted usblp module...)
    I searched the forums for a solution
    I installed cups-usblp and reinstalled all the cups stuff
    Printer got recognized! Yay!
    So, now the printer is set up in cups using the avasys driver. But...
    It doesn't print!
    When I try to print a test page via the cups webinterface it keeps telling me
    Unsupported format "application/vnd.cups-banner".
    The following packages are installed now:
    $ pacman -Qs cups
    local/cups-usblp 1.5.0-1
    local/libcups 1.5.0-1
    $ pacman -Qs foomatic
    local/foomatic-db 1:4.0.7_20110707-1
    local/foomatic-db-engine 1:4.0.7_20110707-1
    local/foomatic-db-nonfree 1:4.0.7_20110707-1
    local/foomatic-filters 1:4.0.7_20110707-1
    $ pacman -Qs epson
    local/epson-inkjet-printer-workforce-320-sx218 1.0.0-6
    $ pacman -Qs ghostscript
    local/ghostscript 9.04-5
    Here's my cups error log:
    I [01/Jan/2012:18:59:01 +0100] Listening to [v1.::1]:631 (IPv6)
    I [01/Jan/2012:18:59:01 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [01/Jan/2012:18:59:01 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [01/Jan/2012:18:59:01 +0100] Remote access is disabled.
    D [01/Jan/2012:18:59:01 +0100] Added auto ServerAlias mamapc
    I [01/Jan/2012:18:59:01 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    I [01/Jan/2012:18:59:01 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [01/Jan/2012:18:59:01 +0100] Configured for up to 100 clients.
    I [01/Jan/2012:18:59:01 +0100] Allowing up to 100 client connections per host.
    I [01/Jan/2012:18:59:01 +0100] Using policy "default" as the default.
    D [01/Jan/2012:18:59:01 +0100] cupsdMarkDirty(---p--)
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Not busy"
    I [01/Jan/2012:18:59:01 +0100] Partial reload complete.
    I [01/Jan/2012:18:59:01 +0100] Listening to [v1.::1]:631 on fd 6...
    I [01/Jan/2012:18:59:01 +0100] Listening to 127.0.0.1:631 on fd 8...
    I [01/Jan/2012:18:59:01 +0100] Listening to /var/run/cups/cups.sock:631 on fd 9...
    I [01/Jan/2012:18:59:01 +0100] Resuming new connection processing...
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:01 +0100] Discarding unused server-restarted event...
    D [01/Jan/2012:18:59:01 +0100] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [01/Jan/2012:18:59:01 +0100] Report: clients=1
    D [01/Jan/2012:18:59:01 +0100] Report: jobs=0
    D [01/Jan/2012:18:59:01 +0100] Report: jobs-active=0
    D [01/Jan/2012:18:59:01 +0100] Report: printers=0
    D [01/Jan/2012:18:59:01 +0100] Report: printers-implicit=0
    D [01/Jan/2012:18:59:01 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:18:59:01 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:18:59:01 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:18:59:01 +0100] PID 928 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [01/Jan/2012:18:59:01 +0100] cupsdReadClient: 13 GET /images/wait.gif HTTP/1.1
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:01 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:01 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 13 GET /admin/?OP=redirect HTTP/1.1
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:06 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [01/Jan/2012:18:59:06 +0100] [CGI] argv[1] = "OP=redirect"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@mamapc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.5.0"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[13] = "USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[16] = "IPP_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[23] = "REMOTE_ADDR=127.0.0.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[25] = "SCRIPT_NAME=/admin/"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin/"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[27] = "REMOTE_USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[30] = "HTTP_USER_AGENT=Opera/9.80 (X11; Linux i686; U; de) Presto/2.10.229 Version/11.60"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[32] = "REQUEST_METHOD=GET"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[33] = "QUERY_STRING=OP=redirect"
    D [01/Jan/2012:18:59:06 +0100] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 929)
    I [01/Jan/2012:18:59:06 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=929)
    D [01/Jan/2012:18:59:06 +0100] cupsdSendCommand: 13 file=14
    D [01/Jan/2012:18:59:06 +0100] [CGI] admin.cgi started...
    D [01/Jan/2012:18:59:06 +0100] cupsdAcceptClient: 16 from localhost (Domain)
    D [01/Jan/2012:18:59:06 +0100] [CGI] http=0xb9359360
    D [01/Jan/2012:18:59:06 +0100] [CGI] org.cups.sid cookie is "960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] redirecting with prefix http://localhost:631!
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 16 WAITING Closing on EOF
    D [01/Jan/2012:18:59:06 +0100] cupsdCloseClient: 16
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] Script header: Location: http://localhost:631/admin
    D [01/Jan/2012:18:59:06 +0100] Script header:
    D [01/Jan/2012:18:59:06 +0100] cupsdAcceptClient: 16 from localhost:631 (IPv4)
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 16 GET /admin HTTP/1.1
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:06 +0100] [CGI] argv[0] = "/usr/lib/cups/cgi-bin/admin.cgi"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@mamapc"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.5.0"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[13] = "USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[16] = "IPP_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[17] = "AUTH_TYPE=Basic"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[18] = "LANG=de_DE.UTF8"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[23] = "REMOTE_ADDR=127.0.0.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[25] = "SCRIPT_NAME=/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[27] = "REMOTE_USER=root"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[29] = "HTTP_COOKIE=org.cups.sid=960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[30] = "HTTP_USER_AGENT=Opera/9.80 (X11; Linux i686; U; de) Presto/2.10.229 Version/11.60"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[31] = "HTTP_REFERER=http://localhost:631/admin"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[32] = "REQUEST_METHOD=GET"
    D [01/Jan/2012:18:59:06 +0100] [CGI] envp[33] = "QUERY_STRING="
    D [01/Jan/2012:18:59:06 +0100] [CGI] Started /usr/lib/cups/cgi-bin/admin.cgi (PID 930)
    I [01/Jan/2012:18:59:06 +0100] Started "/usr/lib/cups/cgi-bin/admin.cgi" (pid=930)
    D [01/Jan/2012:18:59:06 +0100] cupsdSendCommand: 16 file=17
    D [01/Jan/2012:18:59:06 +0100] PID 929 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] [CGI] admin.cgi started...
    D [01/Jan/2012:18:59:06 +0100] cupsdAcceptClient: 14 from localhost (Domain)
    D [01/Jan/2012:18:59:06 +0100] [CGI] http=0xb866c360
    D [01/Jan/2012:18:59:06 +0100] [CGI] org.cups.sid cookie is "960956618ce3e170434dd2afacd4fad3"
    D [01/Jan/2012:18:59:06 +0100] [CGI] No form data, showing main menu...
    D [01/Jan/2012:18:59:06 +0100] [CGI] /usr/share/cups/drivers/pscript5.dll: Datei oder Verzeichnis nicht gefunden
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 14 POST / HTTP/1.1
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] cupsdAuthorize: No authentication data provided.
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 14 1.1 Get-Subscriptions 1
    D [01/Jan/2012:18:59:06 +0100] Get-Subscriptions ipp://localhost/
    D [01/Jan/2012:18:59:06 +0100] Get-Subscriptions client-error-not-found: No subscriptions found.
    D [01/Jan/2012:18:59:06 +0100] Returning IPP client-error-not-found for Get-Subscriptions (ipp://localhost/) from localhost
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] Script header: Content-Type: text/html;charset=utf-8
    D [01/Jan/2012:18:59:06 +0100] Script header:
    D [01/Jan/2012:18:59:06 +0100] cupsdReadClient: 14 WAITING Closing on EOF
    D [01/Jan/2012:18:59:06 +0100] cupsdCloseClient: 14
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:06 +0100] PID 930 (/usr/lib/cups/cgi-bin/admin.cgi) exited with no errors.
    D [01/Jan/2012:18:59:06 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:11 +0100] cupsdReadClient: 13 GET / HTTP/1.1
    D [01/Jan/2012:18:59:11 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:11 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:11 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    D [01/Jan/2012:18:59:11 +0100] cupsdReadClient: 13 WAITING Closing on EOF
    D [01/Jan/2012:18:59:11 +0100] cupsdCloseClient: 13
    D [01/Jan/2012:18:59:11 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:12 +0100] cupsdReadClient: 16 WAITING Closing on EOF
    D [01/Jan/2012:18:59:12 +0100] cupsdCloseClient: 16
    D [01/Jan/2012:18:59:12 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:12 +0100] cupsdAcceptClient: 13 from localhost:631 (IPv4)
    D [01/Jan/2012:18:59:12 +0100] cupsdReadClient: 13 GET /admin/log/access_log? HTTP/1.1
    D [01/Jan/2012:18:59:12 +0100] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
    D [01/Jan/2012:18:59:12 +0100] cupsdAuthorize: Authorized as root using Basic
    D [01/Jan/2012:18:59:12 +0100] cupsdSetBusyState: newbusy="Dirty files", busy="Active clients and dirty files"
    I [01/Jan/2012:18:59:32 +0100] Generating printcap /etc/printcap...
    D [01/Jan/2012:18:59:32 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Dirty files"
    D [01/Jan/2012:18:59:35 +0100] cupsdAcceptClient: 14 from localhost (Domain)
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 POST / HTTP/1.1
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
    D [01/Jan/2012:18:59:35 +0100] cupsdAuthorize: No authentication data provided.
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 1.1 CUPS-Get-Devices 1
    D [01/Jan/2012:18:59:35 +0100] CUPS-Get-Devices
    D [01/Jan/2012:18:59:35 +0100] cupsdIsAuthorized: username=""
    D [01/Jan/2012:18:59:35 +0100] Returning HTTP Unauthorized for CUPS-Get-Devices (no URI) from localhost
    D [01/Jan/2012:18:59:35 +0100] cupsdSendHeader: 14 WWW-Authenticate: Basic realm="CUPS", trc="y"
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 WAITING Closing on EOF
    D [01/Jan/2012:18:59:35 +0100] cupsdCloseClient: 14
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
    D [01/Jan/2012:18:59:35 +0100] cupsdAcceptClient: 14 from localhost (Domain)
    D [01/Jan/2012:18:59:35 +0100] cupsdAcceptClient: 16 from localhost (Domain)
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 14 WAITING Closing on EOF
    D [01/Jan/2012:18:59:35 +0100] cupsdCloseClient: 14
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 16 POST / HTTP/1.1
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Active clients", busy="Not busy"
    D [01/Jan/2012:18:59:35 +0100] cupsdAuthorize: Authorized as root using PeerCred
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 16 1.1 CUPS-Get-Devices 1
    D [01/Jan/2012:18:59:35 +0100] CUPS-Get-Devices
    D [01/Jan/2012:18:59:35 +0100] cupsdIsAuthorized: username="root"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[0] = "/usr/lib/cups/daemon/cups-deviced"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[1] = "1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[2] = "0"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[3] = "2"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[4] = "2"
    D [01/Jan/2012:18:59:35 +0100] [CGI] argv[5] = "requested-attributes=all exclude-schemes='beh','cups-pdf','bluetooth','dnssd','http','https','ipp','lpd','ncp','parallel','scsi','smb','snmp','socket'"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[0] = "CUPS_CACHEDIR=/var/cache/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[1] = "CUPS_DATADIR=/usr/share/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[2] = "CUPS_DOCROOT=/usr/share/cups/doc"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[3] = "CUPS_FONTPATH=/usr/share/cups/fonts"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[4] = "CUPS_REQUESTROOT=/var/spool/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[5] = "CUPS_SERVERBIN=/usr/lib/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[6] = "CUPS_SERVERROOT=/etc/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[7] = "CUPS_STATEDIR=/var/run/cups"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[8] = "HOME=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[9] = "PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[10] = "SERVER_ADMIN=root@mamapc"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[11] = "SOFTWARE=CUPS/1.5.0"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[12] = "TMPDIR=/var/spool/cups/tmp"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[13] = "USER=root"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[14] = "CUPS_SERVER=/var/run/cups/cups.sock"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[15] = "CUPS_ENCRYPTION=IfRequested"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[16] = "IPP_PORT=631"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[17] = "AUTH_TYPE=PeerCred"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[18] = "LANG=en_US.UTF8"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[19] = "REDIRECT_STATUS=1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[20] = "GATEWAY_INTERFACE=CGI/1.1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[21] = "SERVER_NAME=localhost"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[22] = "SERVER_PORT=631"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[23] = "REMOTE_ADDR="
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[24] = "REMOTE_HOST=localhost"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[25] = "SCRIPT_NAME=/"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[26] = "SCRIPT_FILENAME=/usr/share/cups/doc/"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[27] = "REMOTE_USER=root"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[28] = "SERVER_PROTOCOL=HTTP/1.1"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[29] = "HTTP_USER_AGENT=CUPS/1.5.0"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[30] = "REQUEST_METHOD=POST"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[31] = "CONTENT_LENGTH=244"
    D [01/Jan/2012:18:59:35 +0100] [CGI] envp[32] = "CONTENT_TYPE=application/ipp"
    D [01/Jan/2012:18:59:35 +0100] [CGI] Started /usr/lib/cups/daemon/cups-deviced (PID 948)
    I [01/Jan/2012:18:59:35 +0100] Started "/usr/lib/cups/daemon/cups-deviced" (pid=948)
    D [01/Jan/2012:18:59:35 +0100] cupsdSendCommand: 16 file=14
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/mdns (PID 949)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/usb (PID 950)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/ipps (PID 951)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Started backend /usr/lib/cups/backend/serial (PID 952)
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 949 (mdns) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] [CGI] list_devices
    D [01/Jan/2012:18:59:35 +0100] [CGI] usb_find_busses=2
    D [01/Jan/2012:18:59:35 +0100] [CGI] usb_find_devices=7
    D [01/Jan/2012:18:59:35 +0100] [CGI] libusb couldn't open USB device /dev/bus/usb/002/002: Permission denied.
    D [01/Jan/2012:18:59:35 +0100] [CGI] libusb requires write access to USB device nodes.
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 950 (usb) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] [CGI] Flushed attributes...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Found device "ipps"...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 951 (ipps) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] Script header: Content-Type: application/ipp
    D [01/Jan/2012:18:59:35 +0100] Script header:
    D [01/Jan/2012:18:59:35 +0100] [CGI] Flushed attributes...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Found device "serial:/dev/ttyS0?baud=115200"...
    D [01/Jan/2012:18:59:35 +0100] [CGI] Flushed attributes...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] Found device "serial:/dev/ttyS1?baud=115200"...
    D [01/Jan/2012:18:59:35 +0100] [cups-deviced] PID 952 (serial) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] PID 948 (/usr/lib/cups/daemon/cups-deviced) exited with no errors.
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Active clients"
    D [01/Jan/2012:18:59:35 +0100] cupsdReadClient: 16 WAITING Closing on EOF
    D [01/Jan/2012:18:59:35 +0100] cupsdCloseClient: 16
    D [01/Jan/2012:18:59:35 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:19:00:23 +0100] Report: clients=1
    D [01/Jan/2012:19:00:23 +0100] Report: jobs=0
    D [01/Jan/2012:19:00:23 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:00:23 +0100] Report: printers=0
    D [01/Jan/2012:19:00:23 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:00:23 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:00:23 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:00:23 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:01:15 +0100] cupsdReadClient: 13 WAITING Closing on EOF
    D [01/Jan/2012:19:01:15 +0100] cupsdCloseClient: 13
    D [01/Jan/2012:19:01:15 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:19:19:03 +0100] Report: clients=0
    D [01/Jan/2012:19:19:03 +0100] Report: jobs=0
    D [01/Jan/2012:19:19:03 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:19:03 +0100] Report: printers=0
    D [01/Jan/2012:19:19:03 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:19:03 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:19:03 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:19:03 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:22:10 +0100] Report: clients=0
    D [01/Jan/2012:19:22:11 +0100] Report: jobs=0
    D [01/Jan/2012:19:22:11 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:22:11 +0100] Report: printers=0
    D [01/Jan/2012:19:22:11 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:22:11 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:22:11 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:22:11 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:24:21 +0100] Report: clients=0
    D [01/Jan/2012:19:24:21 +0100] Report: jobs=0
    D [01/Jan/2012:19:24:21 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:24:21 +0100] Report: printers=0
    D [01/Jan/2012:19:24:21 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:24:21 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:24:21 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:24:21 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:27:26 +0100] Report: clients=0
    D [01/Jan/2012:19:27:26 +0100] Report: jobs=0
    D [01/Jan/2012:19:27:26 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:27:26 +0100] Report: printers=0
    D [01/Jan/2012:19:27:26 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:27:26 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:27:26 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:27:26 +0100] Report: stringpool-total-bytes=5736
    D [01/Jan/2012:19:37:11 +0100] Report: clients=0
    D [01/Jan/2012:19:37:11 +0100] Report: jobs=0
    D [01/Jan/2012:19:37:11 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:37:11 +0100] Report: printers=0
    D [01/Jan/2012:19:37:11 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:37:11 +0100] Report: stringpool-string-count=407
    D [01/Jan/2012:19:37:11 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:37:11 +0100] Report: stringpool-total-bytes=5736
    I [01/Jan/2012:19:37:41 +0100] Scheduler shutting down normally.
    D [01/Jan/2012:19:37:41 +0100] Discarding unused server-stopped event...
    I [01/Jan/2012:19:37:41 +0100] Saving job.cache...
    I [01/Jan/2012:19:38:18 +0100] Listening to [v1.::1]:631 (IPv6)
    I [01/Jan/2012:19:38:18 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [01/Jan/2012:19:38:18 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [01/Jan/2012:19:38:18 +0100] Remote access is disabled.
    D [01/Jan/2012:19:38:18 +0100] Added auto ServerAlias mamapc
    I [01/Jan/2012:19:38:18 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [01/Jan/2012:19:38:18 +0100] Creating missing directory "/var/run/cups"
    D [01/Jan/2012:19:38:18 +0100] Repairing ownership of "/var/run/cups"
    D [01/Jan/2012:19:38:18 +0100] Repairing access permissions of "/var/run/cups"
    D [01/Jan/2012:19:38:18 +0100] Creating missing directory "/var/run/cups/certs"
    D [01/Jan/2012:19:38:18 +0100] Repairing ownership of "/var/run/cups/certs"
    D [01/Jan/2012:19:38:18 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [01/Jan/2012:19:38:18 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [01/Jan/2012:19:38:18 +0100] Configured for up to 100 clients.
    I [01/Jan/2012:19:38:18 +0100] Allowing up to 100 client connections per host.
    I [01/Jan/2012:19:38:18 +0100] Using policy "default" as the default.
    I [01/Jan/2012:19:38:18 +0100] Full reload is required.
    I [01/Jan/2012:19:38:19 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [01/Jan/2012:19:38:19 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [01/Jan/2012:19:38:19 +0100] Full reload complete.
    D [01/Jan/2012:19:38:19 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [01/Jan/2012:19:38:19 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [01/Jan/2012:19:38:19 +0100] Removed "/var/spool/cups/tmp/0039f4f0366a5"...
    D [01/Jan/2012:19:38:19 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [01/Jan/2012:19:38:19 +0100] Cleaning out old files in "/var/cache/cups"...
    I [01/Jan/2012:19:38:19 +0100] Listening to [v1.::1]:631 on fd 8...
    I [01/Jan/2012:19:38:19 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [01/Jan/2012:19:38:19 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [01/Jan/2012:19:38:19 +0100] Resuming new connection processing...
    D [01/Jan/2012:19:38:19 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:19:38:19 +0100] Discarding unused server-started event...
    D [01/Jan/2012:19:38:20 +0100] Report: clients=0
    D [01/Jan/2012:19:38:20 +0100] Report: jobs=0
    D [01/Jan/2012:19:38:20 +0100] Report: jobs-active=0
    D [01/Jan/2012:19:38:20 +0100] Report: printers=0
    D [01/Jan/2012:19:38:20 +0100] Report: printers-implicit=0
    D [01/Jan/2012:19:38:20 +0100] Report: stringpool-string-count=289
    D [01/Jan/2012:19:38:20 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:19:38:20 +0100] Report: stringpool-total-bytes=4792
    I [01/Jan/2012:20:53:48 +0100] Scheduler shutting down normally.
    D [01/Jan/2012:20:53:48 +0100] Discarding unused server-stopped event...
    I [01/Jan/2012:20:53:48 +0100] Saving job.cache...
    I [01/Jan/2012:20:54:26 +0100] Listening to [v1.::1]:631 (IPv6)
    I [01/Jan/2012:20:54:26 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [01/Jan/2012:20:54:26 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [01/Jan/2012:20:54:26 +0100] Remote access is disabled.
    D [01/Jan/2012:20:54:26 +0100] Added auto ServerAlias mamapc
    I [01/Jan/2012:20:54:26 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [01/Jan/2012:20:54:26 +0100] Creating missing directory "/var/run/cups"
    D [01/Jan/2012:20:54:26 +0100] Repairing ownership of "/var/run/cups"
    D [01/Jan/2012:20:54:26 +0100] Repairing access permissions of "/var/run/cups"
    D [01/Jan/2012:20:54:26 +0100] Creating missing directory "/var/run/cups/certs"
    D [01/Jan/2012:20:54:26 +0100] Repairing ownership of "/var/run/cups/certs"
    D [01/Jan/2012:20:54:26 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [01/Jan/2012:20:54:26 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [01/Jan/2012:20:54:26 +0100] Configured for up to 100 clients.
    I [01/Jan/2012:20:54:26 +0100] Allowing up to 100 client connections per host.
    I [01/Jan/2012:20:54:26 +0100] Using policy "default" as the default.
    I [01/Jan/2012:20:54:26 +0100] Full reload is required.
    I [01/Jan/2012:20:54:27 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [01/Jan/2012:20:54:27 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [01/Jan/2012:20:54:27 +0100] Full reload complete.
    D [01/Jan/2012:20:54:27 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [01/Jan/2012:20:54:27 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [01/Jan/2012:20:54:27 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [01/Jan/2012:20:54:27 +0100] Cleaning out old files in "/var/cache/cups"...
    I [01/Jan/2012:20:54:27 +0100] Listening to [v1.::1]:631 on fd 8...
    I [01/Jan/2012:20:54:27 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [01/Jan/2012:20:54:27 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [01/Jan/2012:20:54:27 +0100] Resuming new connection processing...
    D [01/Jan/2012:20:54:27 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [01/Jan/2012:20:54:27 +0100] Discarding unused server-started event...
    D [01/Jan/2012:20:54:28 +0100] Report: clients=0
    D [01/Jan/2012:20:54:28 +0100] Report: jobs=0
    D [01/Jan/2012:20:54:28 +0100] Report: jobs-active=0
    D [01/Jan/2012:20:54:28 +0100] Report: printers=0
    D [01/Jan/2012:20:54:28 +0100] Report: printers-implicit=0
    D [01/Jan/2012:20:54:28 +0100] Report: stringpool-string-count=289
    D [01/Jan/2012:20:54:28 +0100] Report: stringpool-alloc-bytes=4648
    D [01/Jan/2012:20:54:28 +0100] Report: stringpool-total-bytes=4792
    I [02/Jan/2012:05:34:23 +0100] Scheduler shutting down normally.
    D [02/Jan/2012:05:34:24 +0100] Discarding unused server-stopped event...
    I [02/Jan/2012:05:34:24 +0100] Saving job.cache...
    I [02/Jan/2012:05:35:05 +0100] Listening to [v1.::1]:631 (IPv6)
    I [02/Jan/2012:05:35:05 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [02/Jan/2012:05:35:05 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [02/Jan/2012:05:35:05 +0100] Remote access is disabled.
    D [02/Jan/2012:05:35:05 +0100] Added auto ServerAlias mamapc
    I [02/Jan/2012:05:35:05 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [02/Jan/2012:05:35:05 +0100] Creating missing directory "/var/run/cups"
    D [02/Jan/2012:05:35:05 +0100] Repairing ownership of "/var/run/cups"
    D [02/Jan/2012:05:35:05 +0100] Repairing access permissions of "/var/run/cups"
    D [02/Jan/2012:05:35:05 +0100] Creating missing directory "/var/run/cups/certs"
    D [02/Jan/2012:05:35:05 +0100] Repairing ownership of "/var/run/cups/certs"
    D [02/Jan/2012:05:35:05 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [02/Jan/2012:05:35:05 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [02/Jan/2012:05:35:05 +0100] Configured for up to 100 clients.
    I [02/Jan/2012:05:35:05 +0100] Allowing up to 100 client connections per host.
    I [02/Jan/2012:05:35:05 +0100] Using policy "default" as the default.
    I [02/Jan/2012:05:35:05 +0100] Full reload is required.
    I [02/Jan/2012:05:35:06 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [02/Jan/2012:05:35:06 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [02/Jan/2012:05:35:06 +0100] Full reload complete.
    D [02/Jan/2012:05:35:06 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [02/Jan/2012:05:35:06 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [02/Jan/2012:05:35:06 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [02/Jan/2012:05:35:06 +0100] Cleaning out old files in "/var/cache/cups"...
    I [02/Jan/2012:05:35:06 +0100] Listening to [v1.::1]:631 on fd 8...
    I [02/Jan/2012:05:35:06 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [02/Jan/2012:05:35:06 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [02/Jan/2012:05:35:06 +0100] Resuming new connection processing...
    D [02/Jan/2012:05:35:06 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [02/Jan/2012:05:35:06 +0100] Discarding unused server-started event...
    D [02/Jan/2012:05:35:07 +0100] Report: clients=0
    D [02/Jan/2012:05:35:07 +0100] Report: jobs=0
    D [02/Jan/2012:05:35:07 +0100] Report: jobs-active=0
    D [02/Jan/2012:05:35:07 +0100] Report: printers=0
    D [02/Jan/2012:05:35:07 +0100] Report: printers-implicit=0
    D [02/Jan/2012:05:35:07 +0100] Report: stringpool-string-count=289
    D [02/Jan/2012:05:35:07 +0100] Report: stringpool-alloc-bytes=4648
    D [02/Jan/2012:05:35:07 +0100] Report: stringpool-total-bytes=4792
    I [02/Jan/2012:05:56:24 +0100] Scheduler shutting down normally.
    D [02/Jan/2012:05:56:24 +0100] Discarding unused server-stopped event...
    I [02/Jan/2012:05:56:24 +0100] Saving job.cache...
    I [02/Jan/2012:17:22:51 +0100] Listening to [v1.::1]:631 (IPv6)
    I [02/Jan/2012:17:22:51 +0100] Listening to 127.0.0.1:631 (IPv4)
    I [02/Jan/2012:17:22:51 +0100] Listening to /var/run/cups/cups.sock (Domain)
    I [02/Jan/2012:17:22:51 +0100] Remote access is disabled.
    D [02/Jan/2012:17:22:51 +0100] Added auto ServerAlias mamapc
    I [02/Jan/2012:17:22:51 +0100] Loaded configuration file "/etc/cups/cupsd.conf"
    D [02/Jan/2012:17:22:51 +0100] Creating missing directory "/var/run/cups"
    D [02/Jan/2012:17:22:51 +0100] Repairing ownership of "/var/run/cups"
    D [02/Jan/2012:17:22:51 +0100] Repairing access permissions of "/var/run/cups"
    D [02/Jan/2012:17:22:51 +0100] Creating missing directory "/var/run/cups/certs"
    D [02/Jan/2012:17:22:51 +0100] Repairing ownership of "/var/run/cups/certs"
    D [02/Jan/2012:17:22:51 +0100] Repairing access permissions of "/var/run/cups/certs"
    I [02/Jan/2012:17:22:51 +0100] Using default TempDir of /var/spool/cups/tmp...
    I [02/Jan/2012:17:22:51 +0100] Configured for up to 100 clients.
    I [02/Jan/2012:17:22:51 +0100] Allowing up to 100 client connections per host.
    I [02/Jan/2012:17:22:51 +0100] Using policy "default" as the default.
    I [02/Jan/2012:17:22:51 +0100] Full reload is required.
    I [02/Jan/2012:17:22:52 +0100] Loaded MIME database from "/usr/share/cups/mime" and "/etc/cups": 35 types, 42 filters...
    I [02/Jan/2012:17:22:52 +0100] Loading job cache file "/var/cache/cups/job.cache"...
    I [02/Jan/2012:17:22:52 +0100] Full reload complete.
    D [02/Jan/2012:17:22:52 +0100] cupsdCleanFiles(path="/var/spool/cups/tmp", pattern="(null)")
    I [02/Jan/2012:17:22:52 +0100] Cleaning out old files in "/var/spool/cups/tmp"...
    D [02/Jan/2012:17:22:52 +0100] cupsdCleanFiles(path="/var/cache/cups", pattern="*.ipp")
    I [02/Jan/2012:17:22:52 +0100] Cleaning out old files in "/var/cache/cups"...
    I [02/Jan/2012:17:22:52 +0100] Listening to [v1.::1]:631 on fd 8...
    I [02/Jan/2012:17:22:52 +0100] Listening to 127.0.0.1:631 on fd 9...
    I [02/Jan/2012:17:22:52 +0100] Listening to /var/run/cups/cups.sock:631 on fd 10...
    I [02/Jan/2012:17:22:52 +0100] Resuming new connection processing...
    D [02/Jan/2012:17:22:52 +0100] cupsdSetBusyState: newbusy="Not busy", busy="Not busy"
    D [02/Jan/2012:17:22:52 +0100] Discarding unused server-started event...
    D [02/Jan/2012:17:22:53 +0100] Report: clients=0
    D [02/Jan/2012:17:22:53 +0100] Report: jobs=0
    D [02/Jan/2012:17:22:53 +0100] Report: jobs-active=0
    D [02/Jan/2012:17:22:53 +0100] Report: printers=0
    D [02/Jan/2012:17:22:53 +0100] Report: printers-implicit=0
    D [02/Jan/2012:17:22:53 +0100] Report: stringpool-string-count=289
    D [02/Jan/2012:17:22:53 +0100] Report: stringpool-alloc-bytes=4648
    D [02/Jan/2012:17:22:53 +0100] Report: stringpool-total-bytes=4792
    I [02/Jan/2012:18:15:27 +0100] Scheduler shutting down normally.
    D [02/Jan/2012:18:15:27 +0100] Discarding unused server-stopped event...
    I [02/Jan/2012:18:15:27 +0100] Saving job.cache...
    E [02/Jan/2012:18:40:40 +0100] cupsdAuthorize: pam_authenticate() returned 7 (Authentication failure)!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:03 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:41:04 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:44:36 +0100] Returning HTTP Forbidden for CUPS-Delete-Printer (ipp://localhost/printers/Epson-Stylus-SX218) from localhost
    E [02/Jan/2012:18:46:25 +0100] Returning IPP client-error-document-format-not-supported for Print-Job (ipp://localhost:631/printers/Epson_Stylus_SX218) from localhost
    E [02/Jan/2012:18:54:25 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:54:25 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:54:25 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:54:26 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:56:58 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:58:04 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:18:58:04 +0100] Bad request line "%16%03%01" from localhost!
    W [02/Jan/2012:19:01:48 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:01:49 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:01:53 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:01:53 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:01:54 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:02:06 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:02:11 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:02:11 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:02:11 +0100] Bad request line "%16%03%01" from localhost!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:02:57 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:02:57 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    W [02/Jan/2012:19:03:42 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:03:42 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:03:42 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:03:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:04:46 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:04:46 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:05:17 +0100] Bad request line "%16%03%01" from localhost!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:06:12 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:06:12 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:06:57 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:06:58 +0100] Bad request line "%16%03%01" from localhost!
    E [02/Jan/2012:19:15:57 +0100] Avahi client failed, closing client to allow a clean restart
    W [02/Jan/2012:19:18:48 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:18:48 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:18:49 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Brother/BR5070DN_GPL.ppd.gz!
    E [02/Jan/2012:19:19:55 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/KONICA_MINOLTA/KOC451JX.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Xerox/xrx6120pu.ppd!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp950c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp960s.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp9100.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp880c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp850c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp920c.ppd.gz!
    W [02/Jan/2012:19:19:55 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!
    E [02/Jan/2012:19:20:30 +0100] Returning IPP client-error-document-format-not-supported for Print-Job (ipp://localhost:631/printers/Epson_Stylus_SX218) from localhost
    E [02/Jan/2012:19:24:03 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/Epson_Stylus_SX218) from localhost
    Please let me know if you should need other outputs, logfiles, etc. I appreciate any idea that could help me to get this damn thing to finally print something.
    Thank you very much!

    Hi Radhakrishnan,
    ORARRP doesn't actually do any printing itself. Via COM/Active-X, it calls the appropriate program that corresponds to the type of output, and then this program does the actual printing. For PDF, it calls Acrobat Reader to print the document. Acrobat Reader displays the printer dialog to let you choose which printer to use, and then when you click OK, Acrobat Reader prints the document and sends it to the printer.
    I expect that you'll find that when you use Acrobat Reader yourself on this machine it has exactly the same problems with this particular printer configuration. If so, you'll need to contact Adobe for further assistance.
    regards,
    Stewart

Maybe you are looking for