0% found this document useful (0 votes)
75 views1 page

Netlog

The net driver log file documents the startup and shutdown of a network driver. It records the initialization of the ID system, callback handler, user list, server read queue, and group handler. It then confirms the network service is running using port 7073 and that the server thread has started, with the driver reaching a ready state. Finally, it logs the removal and deletion of the master thread and termination of the server thread during shutdown.

Uploaded by

treyzzztyler
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views1 page

Netlog

The net driver log file documents the startup and shutdown of a network driver. It records the initialization of the ID system, callback handler, user list, server read queue, and group handler. It then confirms the network service is running using port 7073 and that the server thread has started, with the driver reaching a ready state. Finally, it logs the removal and deletion of the master thread and termination of the server thread during shutdown.

Uploaded by

treyzzztyler
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

: --------------------------------------------------------------------------------

: Net Driver LOG file


: Kernel Version 2.02, 20-JUL-2004
: (c) TriNodE Systems, germany 1996-2004
: (c) Instance Four, germany 2004
: --------------------------------------------------------------------------------
INFO: Net Driver: Starting new driver.
: Net Driver: Starting up...
: Net Driver: ID system initialized (20154 entries).
: Net Driver: Callbackhandler ready (10052 calls reserved).
: Net Driver: User list for >> 5000 << user created.
: Net Driver: Server read queue created.
: Net Driver: Network service initialised, using port: >> 7073 <<.
: Net Driver: Server thread started.
: Net Driver: Group handler for >> 100 << groups initialized.
INFO: Server thread: running.
: Net Driver: READY!
INFO: (00:15:25) Net Driver: removing...
INFO: (00:15:25) Net Driver: deleting master thread.
INFO: (00:15:25) Server thread: got terminate signal.
INFO: (00:15:25) Server thread: exiting...

You might also like