From: Stephen D. <sd...@gm...> - 2007-09-10 15:34:01
|
On 9/10/07, Bernd Eidenschink <eid...@we...> wrote: > > grep -C1 'nslog:' server1.log > > Sent to your private mail. Last correct shutdown and startup: [08/Sep/2007:19:02:47] Notice: nslog: closed '/usr/local/nsroot/logs/access-server1.log' [08/Sep/2007:21:14:24] Notice: nslog: opened '/usr/local/nsroot/logs/access-server1.log' Here's the problem: [09/Sep/2007:00:00:00][-sched-] Notice: nslog: closed '/usr/local/nsroot/logs/access-server1.log' [09/Sep/2007:00:00:00][-sched-] Error: nslog: failed: roll '/usr/local/nsroot/logs/access-server1.log': 'No such file or directory' So, access log rolling is enabled, and it failed this past midnight. Are you sure 'ls -l /usr/local/nsroot/logs' looks good? Search your error log near '09/Sep/2007:00:00:00' and there may be more info, from rollfile etc. |