Discussion:
[Thinkfinger-devel] 0.2.3 fails in Fedora Core
Jose Plans
2007-02-23 00:27:58 UTC
Permalink
Hello list,

OK 0.2.3 fails on Fedora Core, since the device uinput is not found,
pam_set_item still expects "\n" from the input device. I'm writing a
patch and will submit it ASAP so we can have a common code.

Good night,

Jose
Jose Plans
2007-02-23 09:16:01 UTC
Permalink
Post by Jose Plans
Hello list,
OK 0.2.3 fails on Fedora Core, since the device uinput is not found,
pam_set_item still expects "\n" from the input device. I'm writing a
patch and will submit it ASAP so we can have a common code.
I stop myself and thank Stephan for the hint. For those trying 0.2.3 on
Fedora Core 5 or 6, just add the following rule
in /etc/udev/rules.d/50-udev.rules (line 352):
--
# input devices
KERNEL=="input/*", MODE="0660"
+ KERNEL=="uinput", NAME="input/%k"
--
I will see if we can get this in udev in Fedora Core, if not we could
just add it on a separate rule on %post (thinkfinger rpm)

Jose

Loading...