|
Blue Forest http://www.lslnet.com at 20:18 on April 6, 2006
Cron strange problem Kok following the rebind
#!/bin/csh-F
Set length=`/ps -auxgrep named|grep-V 'grep named' |wc -c`
If ($length ====== 0) then
/usr/local/sbin/named N 2
Else
Echo "i am OK"
Endif
Separate operating normally placed in cron operations strange, as if to kill named manual process, and every time cron, named a new production process, so named process more and more. . .
Redhat but in the normal angle of this, I wonder if freebsd to be reformed? |
| |