I can confirm this is broken on my system with the 117-3 upgrade. udev starts up, but it totally ignores the rules. I have a temporary workaround that will at least let me log in until this is addressed, thanks to Google. Add these lines to my /etc/rc.local file:
chmod 666 /dev/null chmod 666 /dev/pty* chmod 666 /dev/random chmod 666 /dev/urandom Note: All ALSA devices (/dev/snd/*) are also missing. The OSS compatibility dev nodes are still there, though. To get sound to work through these, I added these lines to rc.local: chmod 666 /dev/audio* chmod 666 /dev/pcm* chmod 666 /dev/seq* chmod 666 /dev/controlC* chmod 666 /dev/dsp* chmod 666 /dev/mixer* chmod 666 /dev/adsp -- /dev/null has wrong mode https://bugs.launchpad.net/bugs/175060 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
