https://bugzilla.novell.com/show_bug.cgi?id=661643 https://bugzilla.novell.com/show_bug.cgi?id=661643#c5 --- Comment #5 from Martin Christeson <martin@etainable.com> 2011-01-01 00:15:04 UTC --- I get this error with the udpated pcscd. I validated that the update-reader.conf is not in /usr/sbin. /etc/init.d/pcscd start Starting PC/SC smart card daemon (pcscd): ./pcscd: line 50: /usr/sbin/update-reader.conf: No such file or directory The pcscd -f will run from command line but /etc/init.d/pcscd startup script doesn't work with error above. Not sure what the original intent of the third line of the startup script below. Is the update-reader an artifact from the old version of pcscd-lite? .. from startup script start() { echo -n $"Starting PC/SC smart card daemon ($prog): " /usr/sbin/update-reader.conf && startproc $exec $PCSCD_OPTIONS retval=$? rc_status echo [ $retval -eq 0 ] && touch $lockfile rc_status -v } -- 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.