Hi, I managed to get some more info on this bug. It seems to indeed be a regression in systemd. I tried the following:
wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/systemd_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/libsystemd-daemon0_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/libsystemd-id128-0_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/libsystemd-journal0_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/libsystemd-login0_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/udev_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/libudev1_204-14_amd64.deb wget http://snapshot.debian.org/archive/debian/20140628T163326Z/pool/main/s/systemd/libudev1_204-14_i386.deb sudo dpkg -i systemd_204-14_amd64.deb libsystemd-daemon0_204-14_amd64.deb \ libsystemd-journal0_204-14_amd64.deb libsystemd-login0_204-14_amd64.deb \ udev_204-14_amd64.deb libudev1_204-14_amd64.deb libudev1_204-14_i386.deb Then I rebooted with init=/lib/systemd/systemd and everything worked. Then I upgraded udev and libudev1 back to 208-6 and rebooted again with init=/lib/systemd/systemd. Things still worked. Then I upgraded libsystemd-daemon0, libsystemd-journal0, libsystemd-login0 and systemd to 208-6 and I got the error I described initially. Hope this helps! cheers, josch _______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
