Le 21.12.2006, à 12:24:13, Steinar H. Gunderson a écrit: > Sorry, this still does not work (I missed the close message, so I assumed it > was still open, I guess): > > fugl:~/nmu> sudo /etc/init.d/pcscd restart > > Stopping PCSC Lite resource manager: pcscd. > Starting PCSC Lite resource manager: pcscd already running, Stopping PCSC > Lite resource manager: pcscd. > Starting PCSC Lite resource manager: pcscd already running, Stopping PCSC > Lite resource manager: pcscd. > Starting PCSC Lite resource manager: pcscd already running, Stopping PCSC > Lite resource manager: pcscd. > > Even better, if I'm stupid enough to close the xterm at that point, it turns > into a forkbomb and kills my machine :-)
It looks like pcscd does not want to die. We will try to debug. Do: $ cat /var/run/pcscd.pid $ ps -eo "pid args" -ww|grep $(cat /var/run/pcscd.pid) $ sudo /etc/init.d/pcscd stop $ cat /var/run/pcscd.pid $ ps -eo "pid args" -ww|grep $(cat /var/run/pcscd.pid) $ sleep 10 $ cat /var/run/pcscd.pid $ ps -eo "pid args" -ww|grep $(cat /var/run/pcscd.pid) Also send me the output of: $ find /usr/lib/pcsc/ Thanks -- Dr. Ludovic Rousseau [EMAIL PROTECTED] -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --