Am 17.09.2013 10:53, schrieb Itaï BEN YAACOV:
> Package: udev
> Version: 204-3
> Severity: critical
> Justification: breaks the whole system
> 
> Dear Maintainer,
> 
> I am surprised to be the first to report this, but it looks unrelated to
> 722580 or 722604.
> On sid, udev 204-3 no longer copies /sbin/udevd to the initrd.  It just copies
> /lib/systemd/systemd-udevd which is the real name, but this does not prevent
> the boot process from choking on "cannot find udevd".  Machine unbootable.
> 
> Here is the relevant snippet from the diff of the udev initramfs hook between 
> 175 and 204:
> 
> -copy_exec /sbin/udevd      /sbin
> -copy_exec /sbin/udevadm    /sbin
> +mkdir -p $DESTDIR/lib/systemd
> +copy_exec /lib/systemd/systemd-udevd      /lib/systemd
> +copy_exec /bin/udevadm    /bin
> +
> +# copy compat symlink
> +cp -a /sbin/udevadm $DESTDIR/sbin/udevadm
> 

You only quoted half of the diff [1]. If you look at
/usr/share/initramfs-tools/scripts/init-top/udev you'll notice, that it
starts
/lib/systemd/systemd-udevd --daemon --resolve-names=never
directly now. So no compat symlink is needed.

> I guess adding a copat symlink for udevd would solve it.  Still, it is weird
> nobody has reported this yet... 

Can you attach the output of
"grep udevd /usr/share/initramfs-tools -R"


Michael


[1]
http://anonscm.debian.org/gitweb/?p=pkg-systemd/systemd.git;a=commitdiff;h=11cd7b54492108ffea52de6862c68a470fb4928a

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to