[Touch-packages] [Bug 1319047] Re: udev rule file naming requirements changed breaking compatibility to Ubuntu 12.04

2014-09-11 Thread linuxball
I investigated this issue again and it is more tricky than I initially thought. The rules (see attachment) are supposed to create a symbolic link in /etc/X11/ (it worked ALWAYS perfectly in Ubuntu 12.04 on the same hardware). The problem seems to be due to a race condition (and not due to naming.

[Touch-packages] [Bug 1319047] Re: udev rule file naming requirements changed breaking compatibility to Ubuntu 12.04

2014-08-04 Thread Martin Pitt
I cannot reproduce this. On current Utopic (Ubuntu 14.10): $ ls -l /dev/success ls: cannot access /dev/success: No such file or directory $ echo 'KERNEL=="zero", SYMLINK+="success"' | sudo tee /lib/udev/rules.d/graphics-xorg.conf.rules $ sudo udevadm trigger --verbose --sysname-match=zero/sys/d