Hello Werner, I also encounter this problem on Ubuntu 12.04
I tried to make the log, but both the file S.log and mycombinedlog are empty. Did I wrong somewhere? hongquan@Pangolin ~ $ cat .gnupg/scdaemon.conf log-file socket://home/hongquan/.gnupg/S.log verbose debug 1024 debug 2048 debug-ccid-driver hongquan@Pangolin ~ $ cat .gnupg/gpg-agent.conf log-file socket://home/hongquan/.gnupg/S.log verbose debug 1024 On Wed 30 May 2012 04:13:03 PM ICT, Werner Koch wrote: > On Wed, 30 May 2012 10:50, [email protected] said: > >> for a bit. If anyone has any advice, I'll be coming back to this >> problem tomorrow. Maybe letting it sit for a while will spur my brain >> into solving it. > > The "sudo gpg2" might indicate that root has a running gpg-agent and > thus scdaemon. Scdaemon requests exclusive access to the card (but see > --timeout) and thus you can't access the card from the user. > > The usual debug hints are: > > log-file socket://home/USER/.gnupg/S.log > verbose > debug 1024 > debug 2048 > debug-ccid-driver > > to scdaemon.conf and > > log-file socket://home/USER/.gnupg/S.log > verbose > debug 1024 > > to gpg-agent.conf. Then start in another xterm > > watchgnupg --force /home/USER/.gnupg/S.log | tee mycombinedlog > > Run > > gpg2 --card-status > > and watch what happens. You may send me the log output. You may also > try to stop pcscd and add write access to the reader's USB device. > > > Salam-Shalom, > > Werner > -- Regards, Quân _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
