On 9/10/07, Bernd Eidenschink <[EMAIL PROTECTED]> 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.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to