https://bugzilla.novell.com/show_bug.cgi?id=580144 https://bugzilla.novell.com/show_bug.cgi?id=580144#c10 Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |luizluca@tre-sc.gov.br --- Comment #10 from Luiz Angelo Daros de Luca <luizluca@tre-sc.gov.br> 2013-11-07 20:16:16 UTC --- Is there anyone still dealing with this bug? It is still present in 13.1 RC2. openct uses the user scard/group scard. However, the usb devices are not readable/writable by this user. So, openct always fails. 2013-11-07T17:16:27.983943-02:00 tresc031501 ifdhandler[15838]: Unable to open USB device /dev/bus/usb/001/011: Permission denied 2013-11-07T17:16:27.984205-02:00 tresc031501 ifdhandler[15838]: usb:/dev/bus/usb/001/011: initialization failed (driver ccid) 2013-11-07T17:16:27.984441-02:00 tresc031501 ifdhandler[15838]: unable to open reader ccid usb /dev/bus/usb/001/011 2013-11-07T17:16:27.985665-02:00 tresc031501 ifdhandler[15840]: Unable to open USB device /dev/bus/usb/001/017: Permission denied 2013-11-07T17:16:27.985904-02:00 tresc031501 ifdhandler[15840]: usb:/dev/bus/usb/001/017: initialization failed (driver etoken64) 2013-11-07T17:16:27.986177-02:00 tresc031501 ifdhandler[15840]: unable to open reader etoken64 usb /dev/bus/usb/001/017 udev rule must be updated to add permissions to scard user/group. As a workarround, I added scard to root user and updated /etc/openct.conf with: ifdhandler { groups = { - scard, + scard,root, }; }; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.