Hi, There have been several questions regarding this. 1.1.0 pcscd is compiled by default as a daemon so it will fork() into the background. Also, this version determines whether another pcscd is running by checking to see if /tmp/pcsc exists. Your pcscd might be exiting if it finds this. One nice feature of the new pcscd is that pcscd has command line arguments like: pcscd -d stdout | stderr | syslog If you use stdout pcscd will not fork() and will print debugging to stdout, no recompilation needed.
When in doubt, try pcscd -d stdout. It will probably tell you what is wrong ...... Cheers, Dave *************************************************************** Unix Smart Card Developers - M.U.S.C.L.E. (Movement for the Use of Smart Cards in a Linux Environment) http://www.linuxnet.com/ To unsubscribe send an email to [EMAIL PROTECTED] with unsubscribe sclinux ***************************************************************
