debhelper restarts services marked --no-restart-on-upgrade
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
debconf (Debian) |
Fix Released
|
Unknown
|
|||
debconf (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned | ||
debhelper (Debian) |
Fix Released
|
Unknown
|
|||
debhelper (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned | ||
docker.io (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned | ||
libvirt (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Debian bug #994204 (https:/
Please note: this is nothing to do with the --no-restart-
I've confirmed that the flaw appears to be present in the jammy version of debhelper (though not impish) and that packages generated with it appear to contain the flawed postinst (I first encountered this whilst working on the open-iscsi merge), though I haven't yet managed to test that the flaw exhibits itself on upgrade (though I'd say from the presence of the flaw in the postinst, that it's a reasonable inference that it will).
In dbus (the merge of which I'm currently working on), Debian has worked around this but given I've now run into two affected packages (open-iscsi and dbus), only one of which has a work-around, I'd much rather we got debhelper fixed up and rebuilt affected packages?
Related branches
- Sergio Durigan Junior (community): Approve
- Canonical Server: Pending requested
- git-ubuntu import: Pending requested
-
Diff: 10026 lines (+9063/-67)38 files modifieddebian/changelog (+7651/-11)
debian/control (+13/-11)
debian/libvirt-clients.install (+1/-0)
debian/libvirt-clients.lintian-overrides (+1/-0)
debian/libvirt-daemon-system.dirs (+2/-0)
debian/libvirt-daemon-system.install (+1/-0)
debian/libvirt-daemon-system.postinst (+170/-0)
debian/libvirt-daemon-system.postrm (+42/-1)
debian/libvirt-daemon.README.Debian (+82/-22)
debian/libvirt-daemon.apport (+22/-0)
debian/libvirt-daemon.dnsmasq (+2/-0)
debian/libvirt-daemon.install (+1/-0)
debian/libvirt-uri.sh (+27/-0)
debian/patches/backport/qemuDomainSetupDisk-Initialize-targetPaths.patch (+42/-0)
debian/patches/backport/util-fix-syslog-facility-value.patch (+58/-0)
debian/patches/series (+22/-0)
debian/patches/ubuntu-aa/0020-virt-aa-helper-ubuntu-storage-paths.patch (+37/-0)
debian/patches/ubuntu-aa/0029-appmor-libvirt-qemu-Add-9p-support.patch (+34/-0)
debian/patches/ubuntu-aa/0031-virt-aa-helper-Ask-for-no-deny-rule-for-readonly-dis.patch (+43/-0)
debian/patches/ubuntu-aa/0032-apparmor-libvirt-qemu-Allow-reading-charm-specific-c.patch (+34/-0)
debian/patches/ubuntu-aa/0033-UBUNTU-only-apparmor-for-kvm.powerpc-LP-1680384.patch (+41/-0)
debian/patches/ubuntu-aa/0034-apparmor-virt-aa-helper-access-for-snapped-nova.patch (+33/-0)
debian/patches/ubuntu-aa/lp-1815910-allow-vhost-hotplug.patch (+57/-0)
debian/patches/ubuntu/Allow-libvirt-group-to-access-the-socket.patch (+50/-0)
debian/patches/ubuntu/daemon-augeas-fix-expected.patch (+21/-0)
debian/patches/ubuntu/dnsmasq-as-priv-user (+290/-0)
debian/patches/ubuntu/lp-1861125-ubuntu-models.patch (+21/-0)
debian/patches/ubuntu/ovmf_paths.patch (+60/-0)
debian/patches/ubuntu/parallel-shutdown.patch (+25/-0)
debian/patches/ubuntu/set-default-machine-to-ubuntu.patch (+45/-0)
debian/patches/ubuntu/swtpm-by-swtpm-user.patch (+40/-0)
debian/patches/ubuntu/ubuntu_machine_type.patch (+14/-0)
debian/patches/ubuntu/wait-for-qemu-kvm.patch (+23/-0)
debian/rules (+18/-14)
debian/tests/control (+3/-2)
debian/tests/smoke-lxc (+30/-4)
debian/tests/smoke-qemu-session (+5/-0)
debian/tests/smoke-qemu-session.xml (+2/-2)
tags: | added: rls-jj-incoming |
description: | updated |
Changed in debhelper (Debian): | |
status: | Unknown → New |
tags: | added: fr-2008 |
tags: | removed: rls-jj-incoming |
Changed in debhelper (Ubuntu Jammy): | |
assignee: | nobody → Dave Jones (waveform) |
Changed in debconf (Debian): | |
status: | Unknown → New |
tags: | added: regression-release |
Changed in libvirt (Ubuntu Jammy): | |
status: | Fix Committed → Fix Released |
assignee: | Christian Ehrhardt (paelzer) → nobody |
Changed in debhelper (Ubuntu Jammy): | |
assignee: | Dave Jones (waveform) → nobody |
Changed in debhelper (Debian): | |
status: | New → Fix Released |
Changed in debconf (Debian): | |
status: | New → Fix Released |
Hi,
recent tests with libvirt 8.0 (in PPA, but even rebuilding our current libvirt in Jammy has the same result) shows that we are affected as expected. On reinstall or upgrade guests are shut down due to this.
Trying to work around that until resolved in debhelper: /salsa. debian. org/libvirt- team/libvirt/ -/merge_ requests/ 132
=> https:/