Package: ekeyd Version: 1.1.1-1 Severity: normal User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid
Hello, I have an entropy key with a "/" in its serial number. Udev handles this by changing "/" to "_", but ekey-rekey changes "/" to ".", which causes it to be unable to find the device. I assume just changing: # alter the serial number to ensure it contains no path separators SERIALP="$(echo "$1" | tr / .)" to this: # alter the serial number to ensure it contains no path separators SERIALP="$(echo "$1" | tr / _)" Would do the trick to fix this. Thanks, -Kees -- Kees Cook @debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org