Le 19/03/18 à 11:36, Guido Günther a écrit :
On Mon, Mar 19, 2018 at 11:23:17AM +0100, Laurent Bigonville wrote:
On Mon, 19 Mar 2018 11:15:24 +0100 Laurent Bigonville <[email protected]>
wrote:
Hi,
On installation, the admin socket units are not started.
Please find a patch attached that fixes this.
Not tested though!
Removing the patch flag then until we know it works. Would be great if
you could report if it works for you,
Debdiff gives me the follwing output:
$ debdiff --controlfiles=postinst,preinst,prerm,postrm
libvirt_4.1.0-2_amd64.changes libvirt_4.1.0-2bigon1_amd64.changes
[differences in -dbgsyms file because the package is not reproducible]
Postinst files of package libvirt-daemon-system: lines which differ (wdiff
format)
----------------------------------------------------------------------------------
deb-systemd-invoke start {+'virtlockd-admin.socket'+}
'virtlockd.service' 'virtlockd.socket' {+'virtlogd-admin.socket'+} >/dev/null
|| true
Prerm files of package libvirt-daemon-system: lines which differ (wdiff format)
-------------------------------------------------------------------------------
deb-systemd-invoke stop {+'virtlockd-admin.socket'+} 'virtlockd.service'
'virtlockd.socket' {+'virtlogd-admin.socket'+} >/dev/null || true
No differences were encountered between the postrm files of package
libvirt-daemon-system
So, the only change in the maintainer scripts of the packages are the
additions of the 2 .socket files
I've purge the package and installed my patched version and it seems OK too