Your message dated Sun, 24 Aug 2014 09:38:55 +0000
with message-id <e1xlugf-0007yj...@franck.debian.org>
and subject line Bug#758688: fixed in libvirt 1.2.7-11
has caused the Debian Bug report #758688,
regarding Can't install package because "Unit virtlockd.service cannot be 
reloaded because it is inactive"
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 ow...@bugs.debian.org
immediately.)


-- 
758688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758688
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libvirt-daemon-system
Version: 1.2.7-10+b1
Severity: important

Today I updated my Jessie machine and got this error:

giuseppe@blatta:~$ sudo env LANG=C apt-get -f install
[...]
Setting up libvirt-daemon-system (1.2.7-10+b1) ...
Job for virtlockd.service failed. See 'systemctl status
virtlockd.service' and 'journalctl -xn' for details.
dpkg: error processing package libvirt-daemon-system (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of libvirt-bin:
 libvirt-bin depends on libvirt-daemon-system (>= 1.2.7-10+b1); however:
  Package libvirt-daemon-system is not configured yet.

dpkg: error processing package libvirt-bin (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libvirt-daemon-system
 libvirt-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)


As you may see, package cannot be configured and stopped the machine
upgrade.

More information, as suggested by the error message, are:

giuseppe@blatta:~$ env LANG=C systemctl status virtlockd.service
virtlockd.service - Virtual machine lock manager
   Loaded: loaded (/lib/systemd/system/virtlockd.service; static)
   Active: inactive (dead)
     Docs: man:virtlockd(8)
           http://libvirt.org

Aug 23 17:32:14 blatta systemd[1]: Unit virtlockd.service cannot be
reloaded because it is inactive.
Aug 23 17:32:42 blatta systemd[1]: Unit virtlockd.service cannot be
reloaded because it is inactive.
Aug 23 17:32:48 blatta systemd[1]: Unit virtlockd.service cannot be
reloaded because it is inactive.
Aug 23 17:35:03 blatta systemd[1]: Unit virtlockd.service cannot be
reloaded because it is inactive.


giuseppe@blatta:~$ env LANG=C journalctl -xn
-- Logs begin at Sat 2014-08-23 17:00:42 CEST, end at Sat 2014-08-23
17:35:11 CEST. --
Aug 23 17:33:42 blatta pcscd[12247]: 00000008
readerfactory.c:1046:RFInitializeReader() Open Port 0x200000 Failed
(usb:0a5c/5802:libudev:0:/dev/bus/usb/
Aug 23 17:33:42 blatta pcscd[12247]: 00000003
readerfactory.c:338:RFAddReader() Broadcom Corp 5880 [Broadcom USH
w/touch sensor] (0123456789ABCD) init f
Aug 23 17:35:01 blatta CRON[12354]: pam_unix(cron:session): session
opened for user root by (uid=0)
Aug 23 17:35:01 blatta /USR/SBIN/CRON[12355]: (root) CMD (command -v
debian-sa1 > /dev/null && debian-sa1 1 1)
Aug 23 17:35:01 blatta CRON[12354]: pam_unix(cron:session): session
closed for user root
Aug 23 17:35:02 blatta sudo[12357]: giuseppe : TTY=pts/0 ;
PWD=/home/giuseppe ; USER=root ; COMMAND=/usr/bin/env LANG=C apt-get -f
install
Aug 23 17:35:02 blatta sudo[12357]: pam_unix(sudo:session): session
opened for user root by giuseppe(uid=0)
Aug 23 17:35:03 blatta systemd[1]: Unit virtlockd.service cannot be
reloaded because it is inactive.
Aug 23 17:35:03 blatta sudo[12357]: pam_unix(sudo:session): session
closed for user root
Aug 23 17:35:11 blatta pcscd[12247]: 88578856
commands.c:1068:CmdPowerOff Card absent or mute

Bye,
Giuseppe

--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 1.2.7-11

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 758...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guido Günther <a...@sigxcpu.org> (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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 24 Aug 2014 10:54:26 +0200
Source: libvirt
Binary: libvirt-bin libvirt-clients libvirt-daemon libvirt-daemon-system 
libvirt0 libvirt0-dbg libvirt-doc libvirt-dev libvirt-sanlock
Architecture: source amd64 all
Version: 1.2.7-11
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
<pkg-libvirt-maintain...@lists.alioth.debian.org>
Changed-By: Guido Günther <a...@sigxcpu.org>
Description:
 libvirt-bin - programs for the libvirt library
 libvirt-clients - programs for the libvirt library
 libvirt-daemon - programs for the libvirt library
 libvirt-daemon-system - Libvirt daemon configuration files
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - library for interfacing with different virtualization systems
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
Closes: 758688
Changes:
 libvirt (1.2.7-11) unstable; urgency=medium
 .
   * [6534478] Check status in a systemd 208 compatible way
     systemd 204 returned 0 when trying to reload a not running service but
     208 changed behaviour. So use status instead of is-enabled.
     Thanks to Neutron Soutmun for his feedback (Closes: #758688)
Checksums-Sha1:
 75139f590c5aa2cfd6a800906312326979242ca3 3545 libvirt_1.2.7-11.dsc
 3e293ffeed7ab090d1d70b1d2ff8b17c06d457ad 44492 libvirt_1.2.7-11.debian.tar.xz
 f35253605d8f1f60b5b28f398c4633413fff56fd 33480 libvirt-bin_1.2.7-11_amd64.deb
 c63f0f91d8dcc31e37a53bd43c2720e33d5cbca3 509798 
libvirt-clients_1.2.7-11_amd64.deb
 d5c21aaf27f49f5d276db9c795fb894dc5f33e9b 1772806 
libvirt-daemon_1.2.7-11_amd64.deb
 43aaf7d0da023338bcfcf872994d9d5866bba666 141932 
libvirt-daemon-system_1.2.7-11_amd64.deb
 9c388b9f0d5d101a560aa80398832aaac7e5fbba 2901328 libvirt0_1.2.7-11_amd64.deb
 b13dbb351ae7a8f592328b09869f8b9612c71544 4984588 
libvirt0-dbg_1.2.7-11_amd64.deb
 54240f9695ff94f351d17e50c5f7b3d4d4b0d7ba 1179588 libvirt-doc_1.2.7-11_all.deb
 5e23f2ba15b0da750629a67ebe3f18501da4ccbf 136202 libvirt-dev_1.2.7-11_amd64.deb
 8f9ed07898a24696bbaf80081bb6cd514bb0e1bb 66888 
libvirt-sanlock_1.2.7-11_amd64.deb
Checksums-Sha256:
 d5f80bde6996864b012b49f81c8045fc51f22afaeba3c7ced2fe5e1e81b526c1 3545 
libvirt_1.2.7-11.dsc
 c7fdef5a4f1c1ba1a571b560a70d7fcd5ba701b3185efad1d6892b31d12e7ebd 44492 
libvirt_1.2.7-11.debian.tar.xz
 57b6966ca0014e16c2376b231cfd121448bab0cc15a40981eabf07418f529df3 33480 
libvirt-bin_1.2.7-11_amd64.deb
 bfde03ef5284868e10a649621c5d722c7b0eca45c9671319604264c0d4a992b1 509798 
libvirt-clients_1.2.7-11_amd64.deb
 2eefa1f59d9ab3fdb432754dc251a23acc5475213bcf1fc36c5519440bd08c76 1772806 
libvirt-daemon_1.2.7-11_amd64.deb
 bc4a0a980c9fb17e414469a0f90b687e0c91711184a08a3d565c5f4c9065ffb4 141932 
libvirt-daemon-system_1.2.7-11_amd64.deb
 2c86838a9f624b307679641c1d07547afb4042bfdac006fb4195511f926c40e3 2901328 
libvirt0_1.2.7-11_amd64.deb
 616a29604f4beceda6d2ccf8bb539d8c26ced3675b8f9d0e98a17b9b3993093b 4984588 
libvirt0-dbg_1.2.7-11_amd64.deb
 c18766cf28b101dfcb083c9d478d6b95e09db7d2a6ed38f38bc21c7446c1a395 1179588 
libvirt-doc_1.2.7-11_all.deb
 16155499759ab15e4fbae169909dde1b6e3168cdcfd2eba506ae1ef07d3c1283 136202 
libvirt-dev_1.2.7-11_amd64.deb
 877607d4b679d2894b2f19d201f83cbbfa52c966d59f623551651560e397635a 66888 
libvirt-sanlock_1.2.7-11_amd64.deb
Files:
 d0ec67e6e1390f71e40b858e2b3f2d86 33480 oldlibs extra 
libvirt-bin_1.2.7-11_amd64.deb
 2c169897f1eec5523202faab4683d9f0 509798 admin optional 
libvirt-clients_1.2.7-11_amd64.deb
 f6728355f7d8720fc82ac404ea66e590 1772806 admin optional 
libvirt-daemon_1.2.7-11_amd64.deb
 34294dd4acc325f005301acfd334bbd4 141932 admin optional 
libvirt-daemon-system_1.2.7-11_amd64.deb
 3ddd1f1781b01928b0777d4609326d9e 2901328 libs optional 
libvirt0_1.2.7-11_amd64.deb
 07638e5f31d2d14178ef79ed22caf4e1 4984588 debug extra 
libvirt0-dbg_1.2.7-11_amd64.deb
 d65457402bd9f09f8a97f90615ece105 1179588 doc optional 
libvirt-doc_1.2.7-11_all.deb
 b76a365c71ddb51cc8278456c2ae5821 136202 libdevel optional 
libvirt-dev_1.2.7-11_amd64.deb
 10addc50889fc635dc7a1257f095c260 66888 libs extra 
libvirt-sanlock_1.2.7-11_amd64.deb
 3944e5a4f6c29feeb80d00dc05f04e25 3545 libs optional libvirt_1.2.7-11.dsc
 6ef8bf7ad1afbbb24d9a072f4250dcb1 44492 libs optional 
libvirt_1.2.7-11.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBU/mtJwe4t7DqmBILAQhH5BAAlJDpkzcYNgBHRaA4uZcQIrz8Hi9rlil/
xwK7fZPnejmhYh/6xkU7FHUAZqvRVg2M1E8M4LOKjKFdmym3xGixmTc00otRaldL
pnQEQCxL9zKLmUASFmQVtQTJ+BzN8sgXri1yzmOCYetwYQ3N6VWw1HCo3m8ugety
oOTJjmlzkaGX1diIdpkE8SnuLzyGwlowhMnDNd9exiBkYoIiatNoAMEh+5e0oOxJ
Ld5tURk3vuqkSCTBPsyiP1O809wShs4QufGx+CdzntL1+mUSxXbuXtx6TrrG1nvc
m5SdPQ1kxGSgWAc9X+SzbY3/YrDhVVm9oH8mBIhdkclSttcasnCargne7jyvCRfh
xZeLtZKZ6Jx6c0LxmguOvPQXmn9Vb+eZvcln7bjtWtnqdiOvXpB/CVnwH1tvfm0/
HOzHMQEGaasTmNWgmMXGfuIpJesX5YOMGQDPhJ6c5sa1geYd38sMh+VzF2xa8GoB
YfPKuplBZiUUqiOScMMrUCcJUC/NR8YEQj51nrXke1A+e09r130KkKc8KishzFZT
BVobFS4RBOGjKuJXLxEmJ17LqrJE94lAVqbbDADpnvGqud/lhtNVl25SJXsjoBo9
Y+MSbQjvmJHHlQvnTHoLrxNVASpz0boKP9VD2diL/D1pEyymDLbCvw3dIv4i5Eoi
rHrx9rcfLvA=
=b0Df
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to