Today I was getting indications of an issue with a FreeBSD 8.3-RELEASE 64bit server when I noticed hundreds of sendmail processes in the process table. Digging deeper, I also noticed hundreds of netstat commands in the process table that came from the /etc/periodic/daily/420.status-network script which daily executed the
So I tried to execute different
Thoughts?
SK
netstat -i && rc=0 || rc=3;;
command. So I tried to execute different
netstat
commands to see if netstat was the problem using different opt switches, and every time it would hang and never return the shell prompt. So I would have to reconnect eventually. Thoughts?
SK