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#c88 --- Comment #88 from Carlos Robinson <robin.listas@telefonica.net> 2009-02-03 12:43:24 MST --- (In reply to comment #87)
Carlos, can you please follow the reporting guidelines I outlined in comment 66? Thank you.
Let me see...
(i) Set persistent to 0 for all databases in your /etc/nscd.conf
Huh? I have: nimrodel:~ # grep -i persistent /etc/nscd.conf # persistent <service> <yes|no> persistent passwd yes persistent group yes persistent hosts no persistent services yes What exactly do I edit? My configuration is your default supplied config, I think.
(ii) /etc/init.d/nscd stop and run ulimit -c unlimited; nscd -d
Done. I now have in the startup script this: case "$1" in start) echo -n "Starting Name Service Cache Daemon" #/sbin/startproc -p $NSCD_PID $NSCD_BIN # Bug 387202#c66 ulimit -c unlimited /sbin/startproc -p $NSCD_PID $NSCD_BIN -d rc_status -v ;; If this is not adequate, please tell me how I change the script - it has to be that way, I have a watchdog restarting the daemon automatically. [...] No, it is not adequate, status says "unused". Undoing the "-d" till you expand the instructions. -- 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.