Shutdown hangs

When I shutdown the server, it hangs leaving 3 processes still running.

server

logasio NOTESLOGGER reserved

smtp

When I press control-c, it resumes with an error message.

06/27/2003 08:28:19 AM Event Monitor shutdown

06/27/2003 08:28:19 AM Calendar Connector shutdown

06/27/2003 08:28:20 AM Schedule Manager shutdown complete

06/27/2003 08:28:20 AM Administration Process shutdown

06/27/2003 08:28:20 AM AMgr: Executive ‘1’ shutting down

06/27/2003 08:28:20 AM SMTP Server: Waiting for all tasks to complete

06/27/2003 08:28:20 AM Database Replicator shutdown

06/27/2003 08:28:20 AM Index update process shutdown

06/27/2003 08:28:21 AM Agent Manager shutdown complete

06/27/2003 08:28:21 AM Router: Shutdown is in progress

06/27/2003 08:28:21 AM Mail Router shutdown

CONTROL-C PRESSED HERE

06/27/2003 08:28:29 AM Unexpected TCP/IP error func: 0004h error Notes: 1C5B, NTI: 1000h, Stack: 00000009h

06/27/2003 08:28:29 AM SMTP Server: Listener failure: Unexpected TCP error. See the Notes log file on this system for error code.

06/27/2003 08:28:29 AM Suspending listen task for 20 seconds due to network errors

06/27/2003 08:28:49 AM SMTP Server: Listener failure: Internal Error

06/27/2003 08:28:49 AM SMTP Server: All tasks have completed

06/27/2003 08:28:49 AM SMTP Server: Shutdown

06/27/2003 08:28:49 AM Server shutdown complete

I am running Redhat 9 with lattest patches and Server is 6.0.1 CF2. All else seems to run fine. Any ideas are appreciated. Thanks.

Durwin

Subject: Shutdown hangs

I’m sure this solution is one which is used in many places under like circumstances. So I am posting the solution to my problem for others to benifit.

This I found in other posts for problems seemingly unrelated to my problem. Enter this line either in .bash_profile for notes user, or enteractively before running server.

export LD_ASSUME_KERNEL=2.2.5

So, untile Lotus starts developing for current OS’, this will have to do.