The pkcsslotd.pid file gets the wrong pid, because pkcsslotd forks. So the stop script still doesn't work (and its failure complicates upgrades)

whitestar:/var/log# pidof pkcsslotd
whitestar:/var/log# cat /var/run/pkcsslotd.pid
cat: /var/run/pkcsslotd.pid: No such file or directory
whitestar:/var/log# invoke-rc.d opencryptoki start
Starting PKCS#11 slot daemon: pkcsslotd.
whitestar:/var/log# pidof pkcsslotd
24579
whitestar:/var/log# cat /var/run/pkcsslotd.pid
24578
whitestar:/var/log# invoke-rc.d opencryptoki stop
Stopping PKCS#11 slot daemon: invoke-rc.d: initscript opencryptoki, action "stop" failed.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to