Bugzilla – Bug 112928
"rcpcscd stop" does not correctly remove /var/run/pcscd.pub
Last modified: 2005-08-29 12:37:28 UTC
linux:/usr/lib/readers # rcpcscd stop Shutting down pcscd done linux:/usr/lib/readers # rcpcscd start Starting pcscdstartproc: exit status of parent of /usr/sbin/pcscd: 1 failed linux:/usr/lib/readers # rm /var/run/pcscd.pub <<<<<<<<<<<<<<<<<<<<< linux:/usr/lib/readers # rcpcscd start Starting pcscdstartproc: ok linux:/usr/lib/readers #
This is not a usability bug. Aj? Base system?
Sonja, this is just a matter of removing the file (actually it's a unix domain socket) before starting the daemon. start) echo -n "Starting pcscd" + rm -f /var/run/pcscd.pub startproc $pcscd_BIN rc_status -v
Submitted for beta 4.
... and closed.