From: Stephen D. <sd...@gm...> - 2007-09-10 14:12:43
|
On 9/10/07, Bernd Eidenschink <eid...@we...> wrote: > > Hi Stephen, > > > There's no error messages that match this pattern? > > "nslog: logging disabled: write() failed: '%s'" > > You're saying you only nslog error message you get is: > > "nslog: flush failed: '%s'" > > > > Are you sure? This doesn't make sense to me... > > Hm, what I have is this: > > # grep nslog: server1.log*| grep -v "'Success'"| \ > grep -v "Inappropriate ioctl"| \ > grep -v "No such file or dir"| \ > grep -v "Resource temporarily unavailable"| \ > grep -v closed | grep -v opened Oh, you're ignoring all the interesting messages... 'flush failed' is bogus. grep -C1 'nslog:' server1.log, from the time the server last started. Attach it, or post it to a website if it's > 100k. |