Comment 1Zbigniew Jędrzejewski-Szmek
2014-01-17 00:41:11 UTC
Hm, the prein script in its entirety:
getent group cdrom >/dev/null 2>&1 || groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
getent group tape >/dev/null 2>&1 || groupadd -r -g 33 tape >/dev/null 2>&1 || :
getent group dialout >/dev/null 2>&1 || groupadd -r -g 18 dialout >/dev/null 2>&1 || :
getent group floppy >/dev/null 2>&1 || groupadd -r -g 19 floppy >/dev/null 2>&1 || :
getent group systemd-journal >/dev/null 2>&1 || groupadd -r -g 190 systemd-journal 2>&1 || :
systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service >/dev/null 2>&1 || :
I don't see how it could fail. Also two other scripts fail in the same way...
Reassigning to RPM, since this doesn't seem to be package specific.
(This update was unpushed. The rpm is here: http://kojipkgs.fedoraproject.org//packages/systemd/208/11.fc20/x86_64/systemd-208-11.fc20.x86_64.rpm).