https://bugzilla.novell.com/show_bug.cgi?id=387202 User robin.listas@telefonica.net added comment https://bugzilla.novell.com/show_bug.cgi?id=387202#c81 --- Comment #81 from Carlos Robinson <robin.listas@telefonica.net> 2009-01-23 17:54:26 MST --- Yet another watchdog. root's crontab entry: -0,*/5 * * * 1-7 /root/bin/watchdog_nscd > /dev/null script: #!/bin/bash # watchdog para reiniciar el servicio nscd # idea del case en "307:rc" /usr/sbin/rcnscd status start; status=$? echo "Status= "$status case $status in [1-47]) echo "failed" /bin/logger -p user.warn -t watchdog \ "nscd is not running, restarting. -- Bugzilla 387202; "\ "see root's crontab to disable this wd" /usr/sbin/rcnscd restart ;; [56]) echo "skipped" ;; 0|*) echo "Nothing to do" ;; esac I believe you should create some kind of watchdog and push it via YOU to systems, till this problem is really solved. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.