[OpenAFS] RE: Problems under WinNT 4.0sp6
Cameron, Frank
Cameron@ctc.com
Tue, 29 Jan 2002 07:34:11 -0500
I've never seen this error before. IIRC, NBC stands for Network Control
Block; but, I don't really understand what it does.
from OpenAFS-1.2.2 src/WINNT/smb.c:
if (i == numSessions) {
/* Add new NCB for new session */
InitNCBslot(numNCBs);
numNCBs++;
thrd_SetEvent(NCBavails[0]);
thrd_SetEvent(NCBevents[0]);
6063 for (j = 0; j < smb_NumServerThreads; j++)
thrd_SetEvent(NCBreturns[j][0]);
/* Also add new session event */
SessionEvents[i] = thrd_CreateEvent(NULL, FALSE,
TRUE, NULL);
numSessions++;
thrd_SetEvent(SessionEvents[0]);
} else {
thrd_SetEvent(SessionEvents[i]);
}
> -----Original Message-----
> From: Steven N. Hirsch [mailto:shirsch@adelphia.net]
> Sent: Monday, January 28, 2002 9:45 PM
> Cc: Cameron, Frank; openafs-info@openafs.org
> Subject: RE: [OpenAFS] RE: Problems under WinNT 4.0sp6
>
>
> On Mon, 28 Jan 2002, Steven N. Hirsch wrote:
>
> Following up on myself. I'm quite Windows-ignorant, but
> finally found the
> logs. This is what it's reporting at startup:
>
>
> The description for Event ID ( 6063 ) in Source ( AFS Client
> ) could not
> be found. It contains the following insertion string(s): Error at file
> smb.c, line 6063: Netbios NCBENUM error code 63.
>
> Hopefully this means something to the maintainers?
>
> Steve