Your message dated Mon, 07 Apr 2014 12:04:12 +0000
with message-id <[email protected]>
and subject line Bug#739082: fixed in libvirt 1.2.3-1
has caused the Debian Bug report #739082,
regarding /etc/init.d/libvirt-guests: Please source /lib/lsb/init-functions
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.)


-- 
739082: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739082
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt-bin
Version: 1.2.1-1
Severity: important
File: /etc/init.d/libvirt-guests

Hi,

/etc/init.d/libvirt-guests is currently not sourcing
/lib/lsb/init-functions.

This is necessary, so if the user is running systemd all calls to the
initscript are redirected to systemctl.

Please add the following line at the begining of the script:

. /lib/lsb/init-functions

Cheers,

Laurent Bigonville

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libvirt-bin depends on:
ii  adduser              3.113+nmu3
ii  gettext-base         0.18.3.2-1
ii  init-system-helpers  1.15
ii  libapparmor1         2.8.0-5
ii  libaudit1            1:2.3.3-4
ii  libavahi-client3     0.6.31-4
ii  libavahi-common3     0.6.31-4
ii  libblkid1            2.20.1-5.6
ii  libc6                2.17-97
ii  libcap-ng0           0.7.3-1+b1
ii  libdbus-1-3          1.8.0-1
ii  libdevmapper1.02.1   2:1.02.83-2
ii  libfuse2             2.9.3-7
ii  libgcrypt11          1.5.3-3
ii  libgnutls26          2.12.23-11
ii  libnetcf1            1:0.2.3-4
ii  libnl-3-200          3.2.21-1
ii  libnl-route-3-200    3.2.21-1
ii  libnuma1             2.0.9~rc5-1
ii  libparted0debian1    2.3-16
ii  libpcap0.8           1.5.3-2
ii  libpciaccess0        0.13.2-1
ii  librados2            0.72.2-1
ii  librbd1              0.72.2-1
ii  libreadline6         6.2+dfsg-0.1
ii  libsasl2-2           2.1.26.dfsg1-8
ii  libselinux1          2.2.2-1
ii  libssh2-1            1.4.3-2
ii  libudev1             204-7
ii  libvirt0             1.2.1-1
ii  libxen-4.3           4.3.0-3+b1
ii  libxenstore3.0       4.3.0-3+b1
ii  libxml2              2.9.1+dfsg1-3
ii  libyajl2             2.0.4-4
ii  logrotate            3.8.7-1

Versions of packages libvirt-bin recommends:
ii  bridge-utils    1.5-7
ii  dmidecode       2.12-2
ii  dnsmasq-base    2.68-1
ii  ebtables        2.0.10.4-3
ii  iproute         1:3.12.0-2
ii  iptables        1.4.21-1
ii  libxml2-utils   2.9.1+dfsg1-3
ii  netcat-openbsd  1.105-7
ii  parted          2.3-16
ii  pm-utils        1.4.1-13
ii  qemu-kvm        1.7.0+dfsg-3

Versions of packages libvirt-bin suggests:
pn  apparmor     <none>
ii  auditd       1:2.3.3-4
ii  policykit-1  0.105-4
pn  radvd        <none>
ii  systemd      204-7
pn  systemtap    <none>

-- Configuration Files:
/etc/libvirt/qemu.conf [Errno 13] Permission non accordée: 
u'/etc/libvirt/qemu.conf'

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: libvirt
Source-Version: 1.2.3-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: SHA1

Format: 1.8
Date: Mon, 07 Apr 2014 12:15:02 +0200
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev 
libvirt-sanlock
Architecture: source amd64 all
Version: 1.2.3-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
<[email protected]>
Changed-By: Guido Günther <[email protected]>
Description: 
 libvirt-bin - programs for the libvirt library
 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: 732394 739082 739096 741276
Changes: 
 libvirt (1.2.3-1) experimental; urgency=medium
 .
   * [aa5cd19] /etc/init.d/libvirt-guests: source /lib/lsb/init-function.
     This make sure we redirect calls to systemctl correctly
     Thanks to Laurent Bigonville (Closes: #739082)
   * [9be0bf9] Remove old restart handling code from postinst.
     This brings the dh_installinit calls in line with the dh_systemd_start
     calls.
     Thanks to Laurent Bigonville (Closes: #739096)
   * [9c408f9] New upstream version 1.2.2. Fixes CVE-2013-6456
     (Closes: #741276, #732394)
   * [e2f0077] Bump symbols versions
   * [c7bf776] Update patches.
     Dropped
       xen-fix-parsing-xend-http-response.patch - applied upstream
   * [cca8c1e] New upstream version 1.2.3
   * [11ad777] New patch Skip-vircgrouptest.patch.
     Skip vircgrouptest since the sys emulating code isn't complete and fails
     in our /sys free chroot.
   * [448ab8c] Build-depend on libsystemd-daemon-dev on linux
   * [66f2a93] Refresh patches
   * [3038786] Fix test failures
   * [bbed2fd] Depend on libattr1-dev for selinux tests
   * [659fc63] Bump symbol versions
   * [618b64f] Adjust systemd installation to upstream changes
   * [1850e36] Bump standards version
   * [e934847] libvirt-guests: avoid bashism
Checksums-Sha1: 
 d4e9ba070e7556bd63e8db575760b3f21da1adf8 2618 libvirt_1.2.3-1.dsc
 36763621a430674312fdd08a9c367517e9a2e82e 28605530 libvirt_1.2.3.orig.tar.gz
 128ce0cb4ffcc0d1abb73c4431439b23db823b33 39928 libvirt_1.2.3-1.debian.tar.xz
 dbf2d86052d5016a1f7b39c3713c8751530a1eb2 3912998 libvirt-bin_1.2.3-1_amd64.deb
 82ce42889d670d28f471e469bfc2cc312698b939 2690842 libvirt0_1.2.3-1_amd64.deb
 2e5e11fadf5b989b4c0e4a4a287f5d76f796da9b 8677602 libvirt0-dbg_1.2.3-1_amd64.deb
 8df28eefa7c8fa48d63c6cca19f3b866dc668a05 2903698 libvirt-doc_1.2.3-1_all.deb
 add7772c03c83c17c8177fec1e1c64bdbac06df5 1930636 libvirt-dev_1.2.3-1_amd64.deb
 46e4ce740f456797ebac5d923ce049bbf6131fd7 1862518 
libvirt-sanlock_1.2.3-1_amd64.deb
Checksums-Sha256: 
 70ac0bffe12ecb7c53de97168b00a14473e731b2f80414c27266d08f6e3c024e 2618 
libvirt_1.2.3-1.dsc
 b489d1a29c6166643d34b72795a89b03c6ac775cdaeadb6aa86fc1a982c02e31 28605530 
libvirt_1.2.3.orig.tar.gz
 be3a2ea7264a6966095aa80cbf2eb1d065f0983bdffb200cca9f63a0aff0662e 39928 
libvirt_1.2.3-1.debian.tar.xz
 d373b663fdff793ee858993e9625f141cc1fd0f452f61f5aa65ca60de6de5094 3912998 
libvirt-bin_1.2.3-1_amd64.deb
 6d45c4f35a433e191a11733a4aed19d8f3cc5fa31f0c7e2f1442715598fbe0f0 2690842 
libvirt0_1.2.3-1_amd64.deb
 718eaabf6dd2cbd2d1df8ccafefb98bd002d79ca4ddc6363fc561f3c44544fb2 8677602 
libvirt0-dbg_1.2.3-1_amd64.deb
 d1aa9234102b2674e6cd7d699334f7238976c176ab908017b5e543fd1f6959ab 2903698 
libvirt-doc_1.2.3-1_all.deb
 dd83dfa2c0aadb152fa0ad7d3e98025f66560abcd4a859781e78b1692c5fd2fc 1930636 
libvirt-dev_1.2.3-1_amd64.deb
 2d8c395db277289239230bf7429ac053b54668dcf6a693356b93d9e2f273ece2 1862518 
libvirt-sanlock_1.2.3-1_amd64.deb
Files: 
 ccc64cd9827d240308854614f2ba042e 2618 libs optional libvirt_1.2.3-1.dsc
 ad1602a2fcc3609c83b885a28f3eecbd 28605530 libs optional 
libvirt_1.2.3.orig.tar.gz
 4cd663441955f0603a518804f25b9319 39928 libs optional 
libvirt_1.2.3-1.debian.tar.xz
 f370c4f18fac71ef7d1e35753f9d10e6 3912998 admin optional 
libvirt-bin_1.2.3-1_amd64.deb
 d0fd98cd5e9b8ccaf7a3d20ac8c2c4a0 2690842 libs optional 
libvirt0_1.2.3-1_amd64.deb
 0bfee3ee259b561c4a2668ae597c9770 8677602 debug extra 
libvirt0-dbg_1.2.3-1_amd64.deb
 62ebf7a21ba2ba2ff427835204d33f09 2903698 doc optional 
libvirt-doc_1.2.3-1_all.deb
 66c7e525476be8d3c497747b917da1f0 1930636 libdevel optional 
libvirt-dev_1.2.3-1_amd64.deb
 68ece5437ad863d928a4d9ede0629218 1862518 libs extra 
libvirt-sanlock_1.2.3-1_amd64.deb

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

iD8DBQFTQn7dn88szT8+ZCYRAhZeAJ40PJVtcicI0WXDQ9GadsM6BpHnaACffmg2
s5Yew3d20iIWBIDbAWVqMbY=
=4FO1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to