On Wed, Apr 07, 2004 at 11:07:29AM -0500, Chris Garrigues wrote: > I have upgraded to 3.0.2a-2mdk in order to solve another issue, but this still > happens about once a day (but not always the same time). Can anybody suggest > a useful debugging strategy? > > > read(8, "\1 \4\23dc=borderent,dc=com\4\0", 25) = 25 > > time(NULL) = 1080325192 > > rt_sigprocmask(SIG_SETMASK, [FPE USR2], NULL, 8) = 0 > > --- SIGPIPE (Broken pipe) @ 0 (0) --- > > +++ killed by SIGPIPE +++ > > > > I'm in over my head on this one. Any idea where I should look next?
Looks like you have a bug in your libc somewhere. nmbd always sets SIGPIPE to be ignored (as does smbd). Something is resetting this. Jeremy. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
