https://bugzilla.novell.com/show_bug.cgi?id=387202 User x_pedro_x@hotmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=387202#c60 --- Comment #60 from Pedro Oliveira <x_pedro_x@hotmail.com> 2008-12-09 05:23:41 MST --- Hi! I've switched to unscd too and it rocks, i'm using it in 32 and 64 bit environments, with a few servers and a with my lap. Never had a problem with it. with regular nscd well i have 2 simple scripts, to make it restart without much hassle: here they are: MartiniMan-lap:~/bin # cat nscd_check #!/bin/bash while true ; do if [ ! "`pidof nscd`" ] ; then echo "`date +%d:%m:%y-%H:%M:%S` restarting nscd" sudo rcnscd restart ; fi sleep 1 ; done ---------------------------------------------------------------------------------------------------------- Pedro Oliveira IT Consultant Email: pmsoliveira@gmail.com URL: http://pedro.linux-geex.com Telefone: +351 96 5867227 ---------------------------------------------------------------------------------------------------------- -- 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.