Displaying 1 result from an estimated 1 matches for "tunp".
Did you mean:
tun
2007 Nov 20
1
number of processes (501) is over allowed limit (500)
...501) is over allowed limit (500)' messages
every few weeks. But if I check the running smbd processes I never find more
than 70-80. This is also the number of procs that are usually running.
# smbstatus -p -b | wc -l
60
# ps -eLf | grep smbd | wc -l
58
# pgrep -lf smbd | wc -l
57
# netstat -tunp | grep smb | wc -l
55
# ps aux | grep nmbd | wc -l
1
So my questions are:
* why is smbd complaining about >500 processes if only 74 are running?
* how can I check what the resason for the message/number of proecesses is?
Thanks, Ralf