/dev/autopilot-uinput and udev rules files does not exist

Bug #1188824 reported by Nicholas Skaggs
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Autopilot
Fix Released
High
Francis Ginther

Bug Description

Running saucy with autopilot 1.3.1 and recieved this error on boot:

[ 16.942650] systemd-udevd[647]: NAME="autopilot-uinput" ignored, kernel device nodes can not be renamed; please fix it in /lib/udev/rules.d/61-autopilot-uinput.rules:2

Upon investigation it appears the udev rules and /dev/autopilot* is missing completely.

Revision history for this message
Francis Ginther (fginther) wrote :

After installing python-autopilot on a saucy box, I see:
fginther@sandman:~$ ll /dev/autopilot-uinput
ls: cannot access /dev/autopilot-uinput: No such file or directory
fginther@sandman:~$ ll /dev/uinput
crw-rw---- 1 root autopilot 10, 223 Jun 7 15:55 /dev/uinput

So instead of creating the expected /dev/autopilot-uinput node as happens (or at least did happen) on raring, udev now appears to be just modifying the permissions on /dev/uinput. This isn't what we want, but it should still allow uinput based tests to run as autopilot will fallback to using /dev/uinput if /dev/autopilot-uinput is not writable.

Changed in autopilot:
importance: Undecided → High
status: New → Confirmed
assignee: nobody → Francis Ginther (fginther)
milestone: none → 1.3.2
Revision history for this message
I Ahmad (iahmad) wrote :

I was able to reproduce it on raring and have to manually use the command to fix the problem sudo chmod 666 /dev/autopilot-uinput. Ideally this should be handled during the python-autopilot pkg installation.

Revision history for this message
Andy Doan (doanac) wrote :

I think this is related to:

 https://bugs.launchpad.net/autopilot/+bug/1207386

Do we really need a /dev/autopilot-uinput node? or should we just remove the udev rule altogether on touch installs?

Revision history for this message
Christopher Lee (veebers) wrote :

Francis, is this still an issue or was it resolved with the release of the above bug (lp:1207386)?

Revision history for this message
Francis Ginther (fginther) wrote :

Chris, I can no longer reproduce this. Please close.

Changed in autopilot:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.