Gerald (Jerry) Carter wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Elvar wrote:

| |
| | [2008/04/08 09:40:54, 0] nsswitch/winbindd.c:process_loop(850)
| |  winbindd: Exceeding 600 client connections, no idle connection found
| | [2008/04/08 09:40:55, 0] nsswitch/winbindd.c:rw_callback(383)
| |  PANIC: assert failed at nsswitch/winbindd.c(383)
| | [2008/04/08 09:40:55, 0] nsswitch/winbindd.c:process_loop(850)
| |  winbindd: Exceeding 600 client connections, no idle connection found
| | [2008/04/08 09:40:55, 0] nsswitch/winbindd.c:rw_callback(383)
|
| which log file are these showing up in?  And what version
| of Samba is this?
|
|> These show up in /var/log/samba/log.winbindd. Samba 3.0.28,1.

That would make the most sense but doesn't really indicate
which pipe it is talking about.  If you can get lsof up and
running or use the equivalent or /proc/<pid>/fd from Linux
on FreeBSD to look at open file descriptors, that will help.



Using sockstat I found many entries which look similar to below. I'm obviously not pasting them all but I tried to copy / paste some of each. The 4th column over is the FD number of the socket.

squid ntlm_auth 49260 4 stream -> /var/db/samba/winbindd_privileged/pipe squid ntlm_auth 49259 4 stream -> /var/db/samba/winbindd_privileged/pipe root smbd 1137 19 stream -> /var/db/samba/winbindd_privileged/pipe
root     winbindd   1134  11 stream /tmp/.winbindd/pipe
root     winbindd   1134  12 stream /var/db/samba/winbindd_privileged/pipe
root     winbindd   1134  14 stream -> ??
root     winbindd   1134  18 stream /var/db/samba/winbindd_privileged/pipe
root     winbindd   1134  19 stream /var/db/samba/winbindd_privileged/pipe


Thanks,
Elvar

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to