[OpenAFS] v1.3.6200 on windows fails to start

Jeffrey Altman jaltman@columbia.edu
Thu, 01 Apr 2004 14:03:51 -0500


This is a cryptographically signed message in MIME format.

--------------ms070709060205060501030500
Content-Type: multipart/alternative;
 boundary="------------080704010002050305050903"

This is a multi-part message in MIME format.
--------------080704010002050305050903
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

The more interesting item is the fact that the name of the SMB service
is being set to "WILSN202-A-AFS" which indicates that the adapter
being used is not in fact a MS Loopback Adapter. 

The panic: 

   time 28.140000, pid 684 **PANIC** (file smb.c:6714)

indicates that the LANA list is invalid by the time the
SMB service initializes.  This is true because of the
statement:

	4/1/2004 9:44:25 AM: lana_list.length 0

there is definitely funky with your network configuration.   Perhaps
you don't have any interfaces which support protocols which can be
used with NETBIOS.

Jeffrey Altman


Douglas E. Engert wrote:

>Do you have a firewall that is not letting you get to the loopback 
>adapter? It looks like it was picking 169.254.25.129. Is this the loopback?
>On my W2000 the loopback is 10.0.0.10
>
>What does ipconfig /all say is the loopback address?
>
>
>
>David Bear wrote:
>
>>Installed v1.3.62 on Windows 2000 machine.
>>
>>Prior to installation had the msloopback adapter installed.
>>
>>System is configured for dhcp.  This is a stock win2k install from
>>dell. First thing I did was apply ms critical updates. Then install
>>loopback. Then install OpenAFS.
>>
>>The system doesn't complain about a failure to start, but any attempt
>>to get tokens fails with the message the client service is likely not
>>started.
>>
>>Also noticed the service name was changed form "IBM AFS client" to
>>"OpenAFS Client Service".. Yet, any attempt to try a net start on that
>>service fails.  Has this interface been removed?
>>
>>on the whole, this setup is completely unusable.  any
>>recommendations?
>>=========== afs logs ================
>>time 28.046000, pid 684 Log init
>>time 28.140000, pid 684 **PANIC** (file smb.c:6714)
>>
>>9:44:25 AM: Create log file
>>9:44:25 AM: Created log file
>>PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\OpenAFS\Client\Program;C:\Program Files\OpenAFS\Common
>>4/1/2004 9:44:25 AM: osi_InitDebug code 0
>>4/1/2004 9:44:25 AM: gethostname WILSN202-A
>>4/1/2004 9:44:25 AM: Default cache size 20480
>>4/1/2004 9:44:25 AM: Default chunk size 15
>>4/1/2004 9:44:25 AM: Defaulting to 2 background daemons
>>4/1/2004 9:44:25 AM: Defaulting to 4 server threads
>>4/1/2004 9:44:25 AM: Default status cache size 1000
>>4/1/2004 9:44:25 AM: Logoff token transfer on by default
>>4/1/2004 9:44:25 AM: Default logoff token transfer timeout 10 seconds
>>4/1/2004 9:44:25 AM: Default root volume name root.afs
>>4/1/2004 9:44:25 AM: Mount root /afs
>>4/1/2004 9:44:25 AM: Default cache path C:\AFSCache
>>4/1/2004 9:44:25 AM: Default trace buffer size 5000
>>4/1/2004 9:44:25 AM: Default sys name i386_nt40
>>4/1/2004 9:44:25 AM: SecurityLevel is crypt
>>4/1/2004 9:44:25 AM: DNS will be used to find AFS cell servers
>>4/1/2004 9:44:25 AM: Freelance client feature is activated
>>4/1/2004 9:44:25 AM: Explicit NetBios name is used AFS
>>4/1/2004 9:44:25 AM: Dot files/dirs will be marked hidden
>>4/1/2004 9:44:25 AM: Maximum number of multiplexed sessions is 50
>>4/1/2004 9:44:25 AM: Maximum number of VCs per server is 100
>>4/1/2004 9:44:25 AM: RX maximum MTU is 1260
>>4/1/2004 9:44:25 AM: LAN adapter number not determined
>>4/1/2004 9:44:25 AM: Using >WILSN202-A-AFS< as SMB server name
>>4/1/2004 9:44:25 AM: osi_LogCreate log addr 544030
>>4/1/2004 9:44:25 AM: First Network address a9fe1981 SubnetMask ffff0000
>>4/1/2004 9:44:25 AM: rx_SetMaxMTU 1260 successful
>>4/1/2004 9:44:25 AM: rx_Init code 0
>>4/1/2004 9:44:25 AM: rx_NewService addr 547c58
>>4/1/2004 9:44:25 AM: rx_NewService addr 5488c0
>>4/1/2004 9:44:25 AM: RPC server listening
>>4/1/2004 9:44:25 AM: rx_StartServer
>>4/1/2004 9:44:25 AM: cm_InitDCache code 0
>>4/1/2004 9:44:25 AM: cm_GetRootCellName code 0, cm_freelanceEnabled= 1, rcn= openafs.org
>>4/1/2004 9:44:25 AM: cm_GetSCache code 0 scache 1132d10
>>4/1/2004 9:44:25 AM: cm_InitDaemon
>>4/1/2004 9:44:25 AM: smb_localNamep is >WILSN202-A-AFS<
>>4/1/2004 9:44:25 AM: lana_list.length 0
>>4/1/2004 9:44:26 AM: --- begin dump ---
>>a - dumping scache - cm_currentSCaches=1, cm_maxSCaches=1000
>>a fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
>>a - dumping cm_hashTable - cm_hashTableSize=500
>>a scp=0x01132D10, hash=415, fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
>>a - Done dumping scache.
>>a - dumping buf_HashTable - buf_hashSize=1021
>>a - Done dumping buf_HashTable.
>>4/1/2004 9:44:26 AM: --- end   dump ---
>>4/1/2004 9:44:26 AM: UnhandledException : code : 0x80000003, address: 0x77fa144b
>>
>>--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
>>  0 .V 77fa144b 004128d8 0079fccc 00000000 DbgBreakPoint
>>  1 .V 004128d8 004134a1 0079fe18 00000000
>>  2 .V 004134a1 004028f3 0079ff5c 00000000
>>  3 .V 004028f3 0040159c 0079ff7c 00000000
>>  4 .V 0040159c 7c2e02f7 0079ffa4 00000000
>>  5 .V 7c2e02f7 00000000 0079ffec 00000000 StartServiceCtrlDispatcherW +1739 bytes
>>EXCEPTION_BREAKPOINT - continue execution ...
>>10:06:05 AM: Create log file
>>10:06:05 AM: Created log file
>>PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\OpenAFS\Client\Program;C:\Program Files\OpenAFS\Common
>>4/1/2004 10:06:06 AM: osi_InitDebug code 0
>>4/1/2004 10:06:06 AM: gethostname WILSN202-A
>>4/1/2004 10:06:06 AM: Default cache size 20480
>>4/1/2004 10:06:06 AM: Default chunk size 15
>>4/1/2004 10:06:06 AM: Defaulting to 2 background daemons
>>4/1/2004 10:06:06 AM: Defaulting to 4 server threads
>>4/1/2004 10:06:06 AM: Default status cache size 1000
>>4/1/2004 10:06:06 AM: Logoff token transfer on by default
>>4/1/2004 10:06:06 AM: Default logoff token transfer timeout 10 seconds
>>4/1/2004 10:06:06 AM: Default root volume name root.afs
>>4/1/2004 10:06:06 AM: Mount root /afs
>>4/1/2004 10:06:06 AM: Default cache path C:\AFSCache
>>4/1/2004 10:06:06 AM: Session startups will be recorded in the Event Log
>>4/1/2004 10:06:06 AM: Default trace buffer size 5000
>>4/1/2004 10:06:06 AM: Default sys name i386_nt40
>>4/1/2004 10:06:06 AM: SecurityLevel is crypt
>>4/1/2004 10:06:06 AM: DNS will be used to find AFS cell servers
>>4/1/2004 10:06:06 AM: Freelance client feature is activated
>>4/1/2004 10:06:06 AM: Explicit NetBios name is used AFS
>>4/1/2004 10:06:06 AM: Dot files/dirs will be marked hidden
>>4/1/2004 10:06:06 AM: Maximum number of multiplexed sessions is 50
>>4/1/2004 10:06:06 AM: Maximum number of VCs per server is 100
>>4/1/2004 10:06:06 AM: RX maximum MTU is 1260
>>4/1/2004 10:06:06 AM: LAN adapter number 3
>>4/1/2004 10:06:06 AM: Using >WILSN202-A-AFS< as SMB server name
>>4/1/2004 10:06:06 AM: osi_LogCreate log addr 544030
>>4/1/2004 10:06:06 AM: First Network address a9fe1981 SubnetMask ffff0000
>>4/1/2004 10:06:06 AM: rx_SetMaxMTU 1260 successful
>>4/1/2004 10:06:06 AM: rx_Init code 0
>>4/1/2004 10:06:06 AM: rx_NewService addr 547c58
>>4/1/2004 10:06:06 AM: rx_NewService addr 5488c0
>>4/1/2004 10:06:06 AM: RPC server listening
>>4/1/2004 10:06:06 AM: rx_StartServer
>>4/1/2004 10:06:06 AM: cm_InitDCache code 0
>>4/1/2004 10:06:06 AM: cm_GetRootCellName code 0, cm_freelanceEnabled= 1, rcn= asu.edu
>>4/1/2004 10:06:06 AM: cm_GetSCache code 0 scache 1132d20
>>4/1/2004 10:06:06 AM: cm_InitDaemon
>>4/1/2004 10:06:06 AM: smb_localNamep is >WILSN202-A-AFS<
>>4/1/2004 10:06:06 AM: Netbios NCBRESET lana 3 error code 35
>>4/1/2004 10:06:06 AM: lana_list.length 1
>>4/1/2004 10:06:06 AM: Netbios NCBADDNAME lana=255 code=35 retcode=35 complete=35
>>4/1/2004 10:06:06 AM: Netbios NCBADDNAME added new name >WILSN202-A-AFS  <
>>4/1/2004 10:06:06 AM: Netbios NCBADDNAME lana 255 error code 35
>>4/1/2004 10:06:06 AM: --- begin dump ---
>>a - dumping scache - cm_currentSCaches=1, cm_maxSCaches=1000
>>a fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
>>a - dumping cm_hashTable - cm_hashTableSize=500
>>a scp=0x01132D20, hash=415, fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
>>a - Done dumping scache.
>>a - dumping buf_HashTable - buf_hashSize=1021
>>a - Done dumping buf_HashTable.
>>4/1/2004 10:06:06 AM: --- end   dump ---
>>4/1/2004 10:06:06 AM: UnhandledException : code : 0x80000003, address: 0x77fa144b
>>
>>--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
>>  0 .V 77fa144b 004128d8 0079fccc 00000000 DbgBreakPoint
>>  1 .V 004128d8 004134a1 0079fe18 00000000
>>  2 .V 004134a1 004028f3 0079ff5c 00000000
>>  3 .V 004028f3 0040159c 0079ff7c 00000000
>>  4 .V 0040159c 7c2e02f7 0079ffa4 00000000
>>  5 .V 7c2e02f7 00000000 0079ffec 00000000 StartServiceCtrlDispatcherW +1739 bytes
>>EXCEPTION_BREAKPOINT - continue execution ...
>>10:32:48 AM: Create log file
>>10:32:48 AM: Created log file
>>PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\OpenAFS\Client\Program;C:\Program Files\OpenAFS\Common
>>4/1/2004 10:32:49 AM: osi_InitDebug code 0
>>4/1/2004 10:32:49 AM: gethostname WILSN202-A
>>4/1/2004 10:32:49 AM: Default cache size 20480
>>4/1/2004 10:32:49 AM: Default chunk size 15
>>4/1/2004 10:32:49 AM: Defaulting to 2 background daemons
>>4/1/2004 10:32:49 AM: Defaulting to 4 server threads
>>4/1/2004 10:32:49 AM: Default status cache size 1000
>>4/1/2004 10:32:49 AM: Logoff token transfer on by default
>>4/1/2004 10:32:49 AM: Default logoff token transfer timeout 10 seconds
>>4/1/2004 10:32:49 AM: Default root volume name root.afs
>>4/1/2004 10:32:49 AM: Mount root /afs
>>4/1/2004 10:32:49 AM: Default cache path C:\AFSCache
>>4/1/2004 10:32:49 AM: Session startups will be recorded in the Event Log
>>4/1/2004 10:32:49 AM: Default trace buffer size 5000
>>4/1/2004 10:32:49 AM: Default sys name i386_nt40
>>4/1/2004 10:32:49 AM: SecurityLevel is crypt
>>4/1/2004 10:32:49 AM: DNS will be used to find AFS cell servers
>>4/1/2004 10:32:49 AM: Freelance client feature is activated
>>4/1/2004 10:32:49 AM: Explicit NetBios name is used AFS
>>4/1/2004 10:32:49 AM: Dot files/dirs will be marked hidden
>>4/1/2004 10:32:49 AM: Maximum number of multiplexed sessions is 50
>>4/1/2004 10:32:49 AM: Maximum number of VCs per server is 100
>>4/1/2004 10:32:49 AM: RX maximum MTU is 1260
>>4/1/2004 10:32:49 AM: LAN adapter number 3
>>4/1/2004 10:32:49 AM: Using >WILSN202-A-AFS< as SMB server name
>>4/1/2004 10:32:49 AM: osi_LogCreate log addr 544030
>>4/1/2004 10:32:49 AM: First Network address a9fe1981 SubnetMask ffff0000
>>4/1/2004 10:32:49 AM: rx_SetMaxMTU 1260 successful
>>4/1/2004 10:32:49 AM: rx_Init code 0
>>4/1/2004 10:32:49 AM: rx_NewService addr 547c58
>>4/1/2004 10:32:49 AM: rx_NewService addr 5488c0
>>4/1/2004 10:32:49 AM: RPC server listening
>>4/1/2004 10:32:49 AM: rx_StartServer
>>4/1/2004 10:32:49 AM: cm_InitDCache code 0
>>4/1/2004 10:32:49 AM: cm_GetRootCellName code 0, cm_freelanceEnabled= 1, rcn= asu.edu
>>4/1/2004 10:32:49 AM: cm_GetSCache code 0 scache 1132d20
>>4/1/2004 10:32:49 AM: cm_InitDaemon
>>4/1/2004 10:32:49 AM: smb_localNamep is >WILSN202-A-AFS<
>>4/1/2004 10:32:49 AM: Netbios NCBRESET lana 3 error code 35
>>4/1/2004 10:32:49 AM: lana_list.length 1
>>4/1/2004 10:32:49 AM: Netbios NCBADDNAME lana=255 code=35 retcode=35 complete=35
>>4/1/2004 10:32:49 AM: Netbios NCBADDNAME added new name >WILSN202-A-AFS  <
>>4/1/2004 10:32:49 AM: Netbios NCBADDNAME lana 255 error code 35
>>4/1/2004 10:32:49 AM: --- begin dump ---
>>a - dumping scache - cm_currentSCaches=1, cm_maxSCaches=1000
>>a fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
>>a - dumping cm_hashTable - cm_hashTableSize=500
>>a scp=0x01132D20, hash=415, fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
>>a - Done dumping scache.
>>a - dumping buf_HashTable - buf_hashSize=1021
>>a - Done dumping buf_HashTable.
>>4/1/2004 10:32:49 AM: --- end   dump ---
>>4/1/2004 10:32:49 AM: UnhandledException : code : 0x80000003, address: 0x77fa144b
>>
>>--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
>>  0 .V 77fa144b 004128d8 0079fccc 00000000 DbgBreakPoint
>>  1 .V 004128d8 004134a1 0079fe18 00000000
>>  2 .V 004134a1 004028f3 0079ff5c 00000000
>>  3 .V 004028f3 0040159c 0079ff7c 00000000
>>  4 .V 0040159c 7c2e02f7 0079ffa4 00000000
>>  5 .V 7c2e02f7 00000000 0079ffec 00000000 StartServiceCtrlDispatcherW +1739 bytes
>>EXCEPTION_BREAKPOINT - continue execution ...
>>
>>--
>>David Bear
>>phone:  480-965-8257
>>fax:    480-965-9189
>>College of Public Programs/ASU
>>Wilson Hall 232
>>Tempe, AZ 85287-0803
>> "Beware the IP portfolio, everyone will be suspect of trespassing"
>>_______________________________________________
>>OpenAFS-info mailing list
>>OpenAFS-info@openafs.org
>>https://lists.openafs.org/mailman/listinfo/openafs-info
>>
>

--------------080704010002050305050903
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Bitstream Cyberbit">The more interesting item is the fact
that the name of the SMB service<br>
is being set to "WILSN202-A-AFS" which indicates that the adapter<br>
being used is not in fact a MS Loopback Adapter.&nbsp; <br>
<br>
The panic:&nbsp; </font><br>
<pre wrap="">   time 28.140000, pid 684 **PANIC** (file smb.c:6714)

indicates that the LANA list is invalid by the time the
SMB service initializes.  This is true because of the
statement:

<font face="Bitstream Cyberbit">	4/1/2004 9:44:25 AM: lana_list.length 0</font>
</pre>
<font face="Bitstream Cyberbit">there is definitely funky with your
network configuration.&nbsp;&nbsp; Perhaps<br>
you don't have any interfaces which support protocols which can be<br>
used with NETBIOS.<br>
<br>
Jeffrey Altman<br>
<br>
<br>
Douglas E. Engert wrote:<br>
</font>
<blockquote cite="mid406C638E.C3384558@anl.gov" type="cite">
  <pre wrap=""><font face="Bitstream Cyberbit">Do you have a firewall that is not letting you get to the loopback 
adapter? It looks like it was picking 169.254.25.129. Is this the loopback?
On my W2000 the loopback is 10.0.0.10

What does ipconfig /all say is the loopback address?



David Bear wrote:
</font></pre>
  <blockquote type="cite">
    <pre wrap=""><font face="Bitstream Cyberbit">Installed v1.3.62 on Windows 2000 machine.

Prior to installation had the msloopback adapter installed.

System is configured for dhcp.  This is a stock win2k install from
dell. First thing I did was apply ms critical updates. Then install
loopback. Then install OpenAFS.

The system doesn't complain about a failure to start, but any attempt
to get tokens fails with the message the client service is likely not
started.

Also noticed the service name was changed form "IBM AFS client" to
"OpenAFS Client Service".. Yet, any attempt to try a net start on that
service fails.  Has this interface been removed?

on the whole, this setup is completely unusable.  any
recommendations?
=========== afs logs ================
time 28.046000, pid 684 Log init
time 28.140000, pid 684 **PANIC** (file smb.c:6714)

9:44:25 AM: Create log file
9:44:25 AM: Created log file
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\OpenAFS\Client\Program;C:\Program Files\OpenAFS\Common
4/1/2004 9:44:25 AM: osi_InitDebug code 0
4/1/2004 9:44:25 AM: gethostname WILSN202-A
4/1/2004 9:44:25 AM: Default cache size 20480
4/1/2004 9:44:25 AM: Default chunk size 15
4/1/2004 9:44:25 AM: Defaulting to 2 background daemons
4/1/2004 9:44:25 AM: Defaulting to 4 server threads
4/1/2004 9:44:25 AM: Default status cache size 1000
4/1/2004 9:44:25 AM: Logoff token transfer on by default
4/1/2004 9:44:25 AM: Default logoff token transfer timeout 10 seconds
4/1/2004 9:44:25 AM: Default root volume name root.afs
4/1/2004 9:44:25 AM: Mount root /afs
4/1/2004 9:44:25 AM: Default cache path C:\AFSCache
4/1/2004 9:44:25 AM: Default trace buffer size 5000
4/1/2004 9:44:25 AM: Default sys name i386_nt40
4/1/2004 9:44:25 AM: SecurityLevel is crypt
4/1/2004 9:44:25 AM: DNS will be used to find AFS cell servers
4/1/2004 9:44:25 AM: Freelance client feature is activated
4/1/2004 9:44:25 AM: Explicit NetBios name is used AFS
4/1/2004 9:44:25 AM: Dot files/dirs will be marked hidden
4/1/2004 9:44:25 AM: Maximum number of multiplexed sessions is 50
4/1/2004 9:44:25 AM: Maximum number of VCs per server is 100
4/1/2004 9:44:25 AM: RX maximum MTU is 1260
4/1/2004 9:44:25 AM: LAN adapter number not determined
4/1/2004 9:44:25 AM: Using &gt;WILSN202-A-AFS&lt; as SMB server name
4/1/2004 9:44:25 AM: osi_LogCreate log addr 544030
4/1/2004 9:44:25 AM: First Network address a9fe1981 SubnetMask ffff0000
4/1/2004 9:44:25 AM: rx_SetMaxMTU 1260 successful
4/1/2004 9:44:25 AM: rx_Init code 0
4/1/2004 9:44:25 AM: rx_NewService addr 547c58
4/1/2004 9:44:25 AM: rx_NewService addr 5488c0
4/1/2004 9:44:25 AM: RPC server listening
4/1/2004 9:44:25 AM: rx_StartServer
4/1/2004 9:44:25 AM: cm_InitDCache code 0
4/1/2004 9:44:25 AM: cm_GetRootCellName code 0, cm_freelanceEnabled= 1, rcn= openafs.org
4/1/2004 9:44:25 AM: cm_GetSCache code 0 scache 1132d10
4/1/2004 9:44:25 AM: cm_InitDaemon
4/1/2004 9:44:25 AM: smb_localNamep is &gt;WILSN202-A-AFS&lt;
4/1/2004 9:44:25 AM: lana_list.length 0
4/1/2004 9:44:26 AM: --- begin dump ---
a - dumping scache - cm_currentSCaches=1, cm_maxSCaches=1000
a fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
a - dumping cm_hashTable - cm_hashTableSize=500
a scp=0x01132D10, hash=415, fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
a - Done dumping scache.
a - dumping buf_HashTable - buf_hashSize=1021
a - Done dumping buf_HashTable.
4/1/2004 9:44:26 AM: --- end   dump ---
4/1/2004 9:44:26 AM: UnhandledException : code : 0x80000003, address: 0x77fa144b

--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
  0 .V 77fa144b 004128d8 0079fccc 00000000 DbgBreakPoint
  1 .V 004128d8 004134a1 0079fe18 00000000
  2 .V 004134a1 004028f3 0079ff5c 00000000
  3 .V 004028f3 0040159c 0079ff7c 00000000
  4 .V 0040159c 7c2e02f7 0079ffa4 00000000
  5 .V 7c2e02f7 00000000 0079ffec 00000000 StartServiceCtrlDispatcherW +1739 bytes
EXCEPTION_BREAKPOINT - continue execution ...
10:06:05 AM: Create log file
10:06:05 AM: Created log file
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\OpenAFS\Client\Program;C:\Program Files\OpenAFS\Common
4/1/2004 10:06:06 AM: osi_InitDebug code 0
4/1/2004 10:06:06 AM: gethostname WILSN202-A
4/1/2004 10:06:06 AM: Default cache size 20480
4/1/2004 10:06:06 AM: Default chunk size 15
4/1/2004 10:06:06 AM: Defaulting to 2 background daemons
4/1/2004 10:06:06 AM: Defaulting to 4 server threads
4/1/2004 10:06:06 AM: Default status cache size 1000
4/1/2004 10:06:06 AM: Logoff token transfer on by default
4/1/2004 10:06:06 AM: Default logoff token transfer timeout 10 seconds
4/1/2004 10:06:06 AM: Default root volume name root.afs
4/1/2004 10:06:06 AM: Mount root /afs
4/1/2004 10:06:06 AM: Default cache path C:\AFSCache
4/1/2004 10:06:06 AM: Session startups will be recorded in the Event Log
4/1/2004 10:06:06 AM: Default trace buffer size 5000
4/1/2004 10:06:06 AM: Default sys name i386_nt40
4/1/2004 10:06:06 AM: SecurityLevel is crypt
4/1/2004 10:06:06 AM: DNS will be used to find AFS cell servers
4/1/2004 10:06:06 AM: Freelance client feature is activated
4/1/2004 10:06:06 AM: Explicit NetBios name is used AFS
4/1/2004 10:06:06 AM: Dot files/dirs will be marked hidden
4/1/2004 10:06:06 AM: Maximum number of multiplexed sessions is 50
4/1/2004 10:06:06 AM: Maximum number of VCs per server is 100
4/1/2004 10:06:06 AM: RX maximum MTU is 1260
4/1/2004 10:06:06 AM: LAN adapter number 3
4/1/2004 10:06:06 AM: Using &gt;WILSN202-A-AFS&lt; as SMB server name
4/1/2004 10:06:06 AM: osi_LogCreate log addr 544030
4/1/2004 10:06:06 AM: First Network address a9fe1981 SubnetMask ffff0000
4/1/2004 10:06:06 AM: rx_SetMaxMTU 1260 successful
4/1/2004 10:06:06 AM: rx_Init code 0
4/1/2004 10:06:06 AM: rx_NewService addr 547c58
4/1/2004 10:06:06 AM: rx_NewService addr 5488c0
4/1/2004 10:06:06 AM: RPC server listening
4/1/2004 10:06:06 AM: rx_StartServer
4/1/2004 10:06:06 AM: cm_InitDCache code 0
4/1/2004 10:06:06 AM: cm_GetRootCellName code 0, cm_freelanceEnabled= 1, rcn= asu.edu
4/1/2004 10:06:06 AM: cm_GetSCache code 0 scache 1132d20
4/1/2004 10:06:06 AM: cm_InitDaemon
4/1/2004 10:06:06 AM: smb_localNamep is &gt;WILSN202-A-AFS&lt;
4/1/2004 10:06:06 AM: Netbios NCBRESET lana 3 error code 35
4/1/2004 10:06:06 AM: lana_list.length 1
4/1/2004 10:06:06 AM: Netbios NCBADDNAME lana=255 code=35 retcode=35 complete=35
4/1/2004 10:06:06 AM: Netbios NCBADDNAME added new name &gt;WILSN202-A-AFS  &lt;
4/1/2004 10:06:06 AM: Netbios NCBADDNAME lana 255 error code 35
4/1/2004 10:06:06 AM: --- begin dump ---
a - dumping scache - cm_currentSCaches=1, cm_maxSCaches=1000
a fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
a - dumping cm_hashTable - cm_hashTableSize=500
a scp=0x01132D20, hash=415, fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
a - Done dumping scache.
a - dumping buf_HashTable - buf_hashSize=1021
a - Done dumping buf_HashTable.
4/1/2004 10:06:06 AM: --- end   dump ---
4/1/2004 10:06:06 AM: UnhandledException : code : 0x80000003, address: 0x77fa144b

--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
  0 .V 77fa144b 004128d8 0079fccc 00000000 DbgBreakPoint
  1 .V 004128d8 004134a1 0079fe18 00000000
  2 .V 004134a1 004028f3 0079ff5c 00000000
  3 .V 004028f3 0040159c 0079ff7c 00000000
  4 .V 0040159c 7c2e02f7 0079ffa4 00000000
  5 .V 7c2e02f7 00000000 0079ffec 00000000 StartServiceCtrlDispatcherW +1739 bytes
EXCEPTION_BREAKPOINT - continue execution ...
10:32:48 AM: Create log file
10:32:48 AM: Created log file
PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\OpenAFS\Client\Program;C:\Program Files\OpenAFS\Common
4/1/2004 10:32:49 AM: osi_InitDebug code 0
4/1/2004 10:32:49 AM: gethostname WILSN202-A
4/1/2004 10:32:49 AM: Default cache size 20480
4/1/2004 10:32:49 AM: Default chunk size 15
4/1/2004 10:32:49 AM: Defaulting to 2 background daemons
4/1/2004 10:32:49 AM: Defaulting to 4 server threads
4/1/2004 10:32:49 AM: Default status cache size 1000
4/1/2004 10:32:49 AM: Logoff token transfer on by default
4/1/2004 10:32:49 AM: Default logoff token transfer timeout 10 seconds
4/1/2004 10:32:49 AM: Default root volume name root.afs
4/1/2004 10:32:49 AM: Mount root /afs
4/1/2004 10:32:49 AM: Default cache path C:\AFSCache
4/1/2004 10:32:49 AM: Session startups will be recorded in the Event Log
4/1/2004 10:32:49 AM: Default trace buffer size 5000
4/1/2004 10:32:49 AM: Default sys name i386_nt40
4/1/2004 10:32:49 AM: SecurityLevel is crypt
4/1/2004 10:32:49 AM: DNS will be used to find AFS cell servers
4/1/2004 10:32:49 AM: Freelance client feature is activated
4/1/2004 10:32:49 AM: Explicit NetBios name is used AFS
4/1/2004 10:32:49 AM: Dot files/dirs will be marked hidden
4/1/2004 10:32:49 AM: Maximum number of multiplexed sessions is 50
4/1/2004 10:32:49 AM: Maximum number of VCs per server is 100
4/1/2004 10:32:49 AM: RX maximum MTU is 1260
4/1/2004 10:32:49 AM: LAN adapter number 3
4/1/2004 10:32:49 AM: Using &gt;WILSN202-A-AFS&lt; as SMB server name
4/1/2004 10:32:49 AM: osi_LogCreate log addr 544030
4/1/2004 10:32:49 AM: First Network address a9fe1981 SubnetMask ffff0000
4/1/2004 10:32:49 AM: rx_SetMaxMTU 1260 successful
4/1/2004 10:32:49 AM: rx_Init code 0
4/1/2004 10:32:49 AM: rx_NewService addr 547c58
4/1/2004 10:32:49 AM: rx_NewService addr 5488c0
4/1/2004 10:32:49 AM: RPC server listening
4/1/2004 10:32:49 AM: rx_StartServer
4/1/2004 10:32:49 AM: cm_InitDCache code 0
4/1/2004 10:32:49 AM: cm_GetRootCellName code 0, cm_freelanceEnabled= 1, rcn= asu.edu
4/1/2004 10:32:49 AM: cm_GetSCache code 0 scache 1132d20
4/1/2004 10:32:49 AM: cm_InitDaemon
4/1/2004 10:32:49 AM: smb_localNamep is &gt;WILSN202-A-AFS&lt;
4/1/2004 10:32:49 AM: Netbios NCBRESET lana 3 error code 35
4/1/2004 10:32:49 AM: lana_list.length 1
4/1/2004 10:32:49 AM: Netbios NCBADDNAME lana=255 code=35 retcode=35 complete=35
4/1/2004 10:32:49 AM: Netbios NCBADDNAME added new name &gt;WILSN202-A-AFS  &lt;
4/1/2004 10:32:49 AM: Netbios NCBADDNAME lana 255 error code 35
4/1/2004 10:32:49 AM: --- begin dump ---
a - dumping scache - cm_currentSCaches=1, cm_maxSCaches=1000
a fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
a - dumping cm_hashTable - cm_hashTableSize=500
a scp=0x01132D20, hash=415, fid (cell=1, volume=536870913, vnode=1, unique=1) refCount=1
a - Done dumping scache.
a - dumping buf_HashTable - buf_hashSize=1021
a - Done dumping buf_HashTable.
4/1/2004 10:32:49 AM: --- end   dump ---
4/1/2004 10:32:49 AM: UnhandledException : code : 0x80000003, address: 0x77fa144b

--# FV EIP----- RetAddr- FramePtr StackPtr Symbol
  0 .V 77fa144b 004128d8 0079fccc 00000000 DbgBreakPoint
  1 .V 004128d8 004134a1 0079fe18 00000000
  2 .V 004134a1 004028f3 0079ff5c 00000000
  3 .V 004028f3 0040159c 0079ff7c 00000000
  4 .V 0040159c 7c2e02f7 0079ffa4 00000000
  5 .V 7c2e02f7 00000000 0079ffec 00000000 StartServiceCtrlDispatcherW +1739 bytes
EXCEPTION_BREAKPOINT - continue execution ...

--
David Bear
phone:  480-965-8257
fax:    480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 "Beware the IP portfolio, everyone will be suspect of trespassing"
_______________________________________________
OpenAFS-info mailing list
<a class="moz-txt-link-abbreviated" href="mailto:OpenAFS-info@openafs.org">OpenAFS-info@openafs.org</a>
<a class="moz-txt-link-freetext" href="https://lists.openafs.org/mailman/listinfo/openafs-info">https://lists.openafs.org/mailman/listinfo/openafs-info</a>
</font></pre>
  </blockquote>
  <pre wrap=""><!----><font face="Bitstream Cyberbit">
</font></pre>
</blockquote>
</body>
</html>

--------------080704010002050305050903--

--------------ms070709060205060501030500
Content-Type: application/x-pkcs7-signature; name="smime.p7s"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="smime.p7s"
Content-Description: S/MIME Cryptographic Signature

MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJUDCC
AwYwggJvoAMCAQICAwpxijANBgkqhkiG9w0BAQQFADCBkjELMAkGA1UEBhMCWkExFTATBgNV
BAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUx
HTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVl
bWFpbCBSU0EgMjAwMC44LjMwMB4XDTAzMDczMDAyMDkyOFoXDTA0MDcyOTAyMDkyOFowRjEf
MB0GA1UEAxMWVGhhd3RlIEZyZWVtYWlsIE1lbWJlcjEjMCEGCSqGSIb3DQEJARYUamFsdG1h
bkBjb2x1bWJpYS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDBtDG6ZyGA
sK+rZOfKPKGBn6oCTLYSLk/mpeX9QTmTG71qh308KUeN35qqoRXjLvscfw6NPOYXiuxE/RqL
sx7WKEnK3C4gzzpioCTX1b7o4M7YbpvCRBFPE9Jgsd0yz2EN+mk/pPuK1GP+iQNot2m4A56A
aPe6F5T25GqffU535GNIdAtWPao6wHcOm17se25ny/TNzb9mlA4UzYl9XP7MF1fkpJyaDDAy
DNNTSSjxBdPVs2EaYq1p/xadXbIpysQiySXAxoeiZusgJopRHLcBsBmmY9QVD4QnUqZVmfJ5
f1CiNri5vlexKCmdFSrxMLuoLr4EQZCECdusp6ZnIt75AgMBAAGjMTAvMB8GA1UdEQQYMBaB
FGphbHRtYW5AY29sdW1iaWEuZWR1MAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQEEBQADgYEA
DPKe/CuAgEUxsrPskJQx2fL6soAEG2iqrqOGIRREHDaXWDBNMEWEbOEMLvh3+yhqHOUc9x3r
2IfsP/XHnujaqsMVXLagokVTnpPN675wv8LZ8hLHblLnykaTCq6RZpVskh2iAiJwpYMcKNF6
jyYaQyGHBGT3PK8uVGVCG4Pp9k4wggMGMIICb6ADAgECAgMKcYowDQYJKoZIhvcNAQEEBQAw
gZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUg
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
AgCAMA0GCCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3
EAQxgZ0wgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNV
BAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBT
ZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCnGK
MIGtBgsqhkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rl
cm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsT
FENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0Eg
MjAwMC44LjMwAgMKcYowDQYJKoZIhvcNAQEBBQAEggEApOiPToTh78C0LnWj07ecWSPrpCg3
cCO4RSkgi6HMDmFeil8C1BQjjr8klEIrdL0muDgfLwgKQOXzdRhD48oogpK2VUcZtl2RHNZR
cHGSburhiHj1WDGVL6vsSg8MdqiWtTQm0BocfUg66ytSlaEf+ghZVaHGBohbwSDjMzLdnwM3
1MXW2qESCaI59ahuf0Z3yJSXxXi9jHFB4qBhTu12D6gRtNAovvCwk4vg2skyE/GjMB+e5FXg
JkQXKAzj8JaSQ5juOVsegNfRWdT902DyKC3+nMN9dXts4JpIlstCcwRldyR8u1DhCATDg/k3
6jzZOoz9AVvZoYi/kI7Ua7FXsAAAAAAAAA==
--------------ms070709060205060501030500--