Le Friday 01 February 2002 � 12:42:52, Douglas Atique a �crit:
> Also, I wonder which signal Solaris sends pcscd when I shut Solaris 
> down, as Solaris seems to hang on killing it (or something else which 
> happens only when I have started pcscd as a daemon).

Can you try to kill the daemon yourself using kill?
$ kill -SIGINT pid   (pid is the pid number of pcscd)
or
$ kill -SIGQUIT pid
or
$ kill -SIGKILL pid

and see if the process exits or not. The process should exit with
-SIGKILL signal.

You can also try pcsclite version 1.0.2.beta.3 available here [1]. I
added some signal management.

You should see a log message when the process catch the signal.

Regards,

[1] http://www.linuxnet.com/developer.html

-- 
 Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le Camembert, L.R. --
***************************************************************
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
***************************************************************

Reply via email to