Your message dated Wed, 12 Feb 2020 12:34:45 +0000
with message-id <[email protected]>
and subject line Bug#880970: fixed in libvirt 6.0.0-1
has caused the Debian Bug report #880970,
regarding /etc/default/virtlockd not installed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
880970: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880970
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt-daemon-system
Version: 3.8.0-3
Severity: normal
Hi,
in 3.5 we fixed this already to some extend but I realized it misses something.
In Detail when there is no virtlockd sysv init file, then as-is the
defaults file isn't installed.
Now Ubuntu for a while had such a sysv file when Debian already
dropped it, so I missed that detail on:
3.5.0-1:
* [dd2991f] Ship default file for virtlockd
* [c3b6ff2] Ship default file for virtlockd (Closes: #863648)
Looking in more detail I realized that to make that work without a
sysv script it needs to be listed for dh_installinit to pick the file
up.
A patch for that is attached, thank you in advance for taking a look.
Testable via:
$ apt install libvirt-daemon-system
$ ls -laF /etc/default/virtlockd
While not the most important config file, I think it is easy to fix,
therefore I open with sev-normal instead of low.
--
Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd
diff --git a/debian/rules b/debian/rules
index ef1c860..498baa4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -236,6 +236,7 @@ endif
override_dh_installinit:
dh_systemd_enable
dh_installinit -p libvirt-daemon-system --name=virtlogd --no-restart-on-upgrade
+ dh_installinit -p libvirt-daemon-system --name=virtlockd --no-restart-on-upgrade
dh_installinit -p libvirt-daemon-system --name=libvirtd --restart-after-upgrade -- defaults 28 72
dh_installinit -p libvirt-daemon-system --name=libvirt-guests --no-restart-on-upgrade -- defaults 29 71
dh_systemd_start -p libvirt-daemon-system --restart-after-upgrade libvirtd.service
--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 6.0.0-1
We believe that the bug you reported is fixed in the latest version of
libvirt, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Guido Günther <[email protected]> (supplier of updated libvirt package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 12 Feb 2020 13:06:33 +0100
Source: libvirt
Architecture: source
Version: 6.0.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Closes: 880970 939552
Changes:
libvirt (6.0.0-1) experimental; urgency=medium
.
[ Guido Günther ]
* [33890b9] New upstream version 6.0.0
(Closes: #939552)
* [c9f82be] gitlab-ci: Run autopkgtests
.
[ Christian Ehrhardt ]
* [fa167bc] d/libnss-libvirt.lintian-overrides: accept having two nss so
files
* [bf48357] d/libvirt-daemon-system-sysv.lintian-overrides: not shipping
systemd files. Packages are split intentionally, ignore this lintian
warning.
* [2278598] d/rules: also check build time self test results on all
architectures
* [c1be36a] d/rules: drop doc binary cleanup.
* [6d60c3c] d/rules: don't ship split daemons just yet
* [33f8dc4] d/p/skip-qemuhotplugtest.patch: fix qemuhotplugtest.
Skip some elements of qemuhotplugtest that for now break in
Debian/Ubuntu build environments.
* [a1734f7] d/rules: add libvirt-guests.default to libvirt-daemon-system
instead of libvirt-daemon-system-sysv
* [69f6cfe] d/rules: install /etc/default/* files that are shared between
sysv and systemd packages
* [31be682] d/rules: install virtlockd for sysv
(Closes: #880970)
.
[ Andrea Bolognani ]
* [070d158] Install virt-login-shell-helper.
This new binary was introduced in libvirt 5.7.0 and is necessary for
virt-login-shell to work.
* [143dafb] Install augeas lenses for all drivers.
These slipped through the cracks when we moved from picking up the
corresponding directories as a whole to listing the specific files we're
interested in.
* [efa4cfe] Remove all mentions of Devhelp.
As of libvirt 5.8.0, the corresponding files are no longer
generated.
* [8ebd427] not-installed: Remove obsolete entries.
Now that upstream's build system has been fixed and we're picking up the
documentation from the install location rather than the source directory,
the corresponding files will no longer be flagged by dh_missing.
* [ce54aef] not-installed: List all split daemons files.
Since we're not shipping split daemons yet, the corresponding
binaries as well as systemd units and augeas lenses will be
flagged by dh_missing if we don't list them here.
* [391e39d] symbols: Drop LIBVIRT_5.9.0
libvirt 5.9.0 didn't introduce any new public symbols.
Checksums-Sha1:
8f6d60461e913ff663a3237de9a8cc328692d06e 4860 libvirt_6.0.0-1.dsc
9939a559e652d44b27e3404a26bcabe58988e4b4 8686092 libvirt_6.0.0.orig.tar.xz
8a3b58bd244912ac7029aa9f77ca7172a0cca260 73500 libvirt_6.0.0-1.debian.tar.xz
c98423df56f76282b62098eb80de73e992c3af00 22512 libvirt_6.0.0-1_amd64.buildinfo
Checksums-Sha256:
0e8bd7669dcf31eb5da214f9dff626c1d497146c1ea1a1d63f3f8ca2debe6bfb 4860
libvirt_6.0.0-1.dsc
e6bb642389bbace3252c462bbb2e9b1749dd64315b9873a424f36c7f8d357f76 8686092
libvirt_6.0.0.orig.tar.xz
021ec25ad9b2415b3d6b7a644ba1eafcff215dd56bd7d3f312d024cf4309ba92 73500
libvirt_6.0.0-1.debian.tar.xz
190117f9f3321e5729d8c02d618f3d31a2c8337642881299372cefdf95421b91 22512
libvirt_6.0.0-1_amd64.buildinfo
Files:
722d2aff51d0637b5549e2c4d458edfa 4860 libs optional libvirt_6.0.0-1.dsc
b81417434e24266085c49a3f5af7721e 8686092 libs optional
libvirt_6.0.0.orig.tar.xz
d1b907aaa48197e184ba0cd94df9a8ce 73500 libs optional
libvirt_6.0.0-1.debian.tar.xz
e8002493699360b9dacfdf4978b56d91 22512 libs optional
libvirt_6.0.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEvHzQcjh1660F3xzZB7i3sOqYEgsFAl5D7iIACgkQB7i3sOqY
EguoXA/+P6gPBuv5V98jZcx7gS5ZY6ZSGdQcmdmS+7z0ah1DwZrV/eHH8mycButm
Q7m2U/zrWy5RQL69Z6/FkKEaxseI3Vg+SmvP87dwWFfJhZlpiiEirMmVBO3Mx34t
KVJGK307TrcTjYDLtB9zJ+FUBepMdjWxT5/4DRepeoMIHw1LZzl4naCY0U6lJ5AA
XF04DuhLCHolYWTGGgrfgJywTNvXnCuNhA0SubJ06URxV3bmilxh/7wjBBrviWAk
z0uYnb/dYIpwRntFVprSsLI5+SkM9BR48XkWN2fmG4TK0/1IviGClb0x8SJe9NrR
PowwvB2mnS9f2YBi3SfZziS0PQqtgZolGVn7ZdSCdSN/3UNJBTJGqFDRT+wZSn+C
dPKjAPccCxqQBsaVFm1L0Eu/1caOZCQcl9g/7EUsxfxSVPjKWDdFZDLdiewt20dw
hDOSVYIqyNTRzA/uj0IeWevqfmkGuU8slLnDuPN3Tbnbv4LqFPvWQLcwM7qFcAOL
FsXcQxG8+68py5jvzw83FoihSmC/m3lDkVKWz8C7a/LQPE3m72yPeV4frR7Whzjb
XKnEmfQXk7ckfCkKtqbnNXYM31xBpcuROx5itE9mOwzlfyY0zoFpOr4NYFXag7WW
hACsmDupMvvc7dD6uiBwZHs15CjQqAgBnC1OtYGw8ZFonH6mjjc=
=gbyl
-----END PGP SIGNATURE-----
--- End Message ---