Hello, Matthias Apitz <g...@unixarea.de> wrote: > After an update of FreeBSD from 13-CURRENT to 14-CURRENT I can't used > my OpenPGP card with the USB token anymore. In /var/log/messages > it says: [...] > Any hints how to debug this
You can run scdaemon as a foreground process to debug. An example session is like: $ SOME_PATH_TO_scdaemon --debug-all --verbose --verbose --server ... SERIALNO ... BYE $ (Here, "SERIALNO" and "BYE" is input from terminal by a user) Likewise, you can invoke scdaemon as a foreground process from GDB. Then, you may locate the place where it crashes. -- _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org https://lists.gnupg.org/mailman/listinfo/gnupg-users