[Bug 1845314] Re: udisks2 fails to install in a container with systemd 243
Jose Manuel Santamaria Lema
1845314 at bugs.launchpad.net
Wed Sep 25 11:39:37 UTC 2019
2. Why this is happening?
First of all, the udisks2 installation fails because the postinst script
fails. Inspecting the postinst script of udisks2, we can see these
lines:
if [ "$1" = "configure" ]; then
# we ship udev rules, so trigger an update
udevadm trigger --subsystem-match=block --action=change
fi
That udevadm command fails, i.e. ends with non-zero status with systemd
>= 243. This new different behaviour of udevadm makes the postinst
script fail, and that makes the package installation fail.
While I didn't git bisect the thing, reading the systemd git history makes me believe that the specific commit which produced this new behaviour could be this one:
https://github.com/systemd/systemd/commit/0584b17a8c7d17649aef9f06a8aee304dc80eb7e
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1845314
Title:
udisks2 fails to install in a container with systemd 243
Status in systemd package in Ubuntu:
New
Bug description:
santa_ | rbalint: hey while systemd 243 was available in eoan I still
got one of "my" issues (udisks2 fails to install in a container)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1845314/+subscriptions
More information about the foundations-bugs
mailing list