Your message dated Mon, 05 Dec 2011 03:51:41 +0000
with message-id <e1rxpaf-00046d...@franck.debian.org>
and subject line Bug#649175: fixed in udev 175-3
has caused the Debian Bug report #649175,
regarding udev: systemd service file has incorrect udevd path
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.)


-- 
649175: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649175
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: udev
Version: 175-1
Severity: important

175-1 moved udevd from /lib/udev to /sbin, however the udev.service
file has ExecStart=/lib/udev/udevd.  This breaks (re)starting udev on
systems using systemd.

$ diff -u udev-172/debian/rules udev-175/debian/rules | grep udevd
+       mv $D/lib/udev/udevd $D/sbin/
        install --mode=755 $(addprefix build-udeb/udev/, udevd udevadm) \
$ diff -u udev-172/init/udev.service.in udev-175/init/udev.service.in
--- udev-172/init/udev.service.in       2011-11-18 09:07:50.000000000 -0500
+++ udev-175/init/udev.service.in       2011-11-18 09:07:56.000000000 -0500
@@ -4,11 +4,12 @@
 After=udev-control.socket udev-kernel.socket
 Before=basic.target
 DefaultDependencies=no
+ConditionCapability=CAP_MKNOD

 [Service]
 Type=notify
 OOMScoreAdjust=-1000
 Sockets=udev-control.socket udev-kernel.socket
 Restart=on-failure
-ExecStart=@sbindir@/udevd
+ExecStart=@libexecdir@/udevd
 ExecStartPre=@libexecdir@/write_dev_root_rule


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udev depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  libc6                  2.13-21
ii  libselinux1            2.1.0-4
ii  libudev0               175-1
ii  lsb-base               3.2-28
ii  util-linux             2.19.1-5

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-12
ii  usbutils  1:004-2

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:
  udev/sysfs_deprecated_incompatibility:

-- 
James
GPG Key: 1024D/61326D40 2003-09-02 James McCoy <james...@debian.org>



--- End Message ---
--- Begin Message ---
Source: udev
Source-Version: 175-3

We believe that the bug you reported is fixed in the latest version of
udev, which is due to be installed in the Debian FTP archive:

gir1.2-gudev-1.0_175-3_i386.deb
  to main/u/udev/gir1.2-gudev-1.0_175-3_i386.deb
libgudev-1.0-0_175-3_i386.deb
  to main/u/udev/libgudev-1.0-0_175-3_i386.deb
libgudev-1.0-dev_175-3_i386.deb
  to main/u/udev/libgudev-1.0-dev_175-3_i386.deb
libudev-dev_175-3_i386.deb
  to main/u/udev/libudev-dev_175-3_i386.deb
libudev0_175-3_i386.deb
  to main/u/udev/libudev0_175-3_i386.deb
udev-gtk-udeb_175-3_i386.udeb
  to main/u/udev/udev-gtk-udeb_175-3_i386.udeb
udev-udeb_175-3_i386.udeb
  to main/u/udev/udev-udeb_175-3_i386.udeb
udev_175-3.debian.tar.gz
  to main/u/udev/udev_175-3.debian.tar.gz
udev_175-3.dsc
  to main/u/udev/udev_175-3.dsc
udev_175-3_i386.deb
  to main/u/udev/udev_175-3_i386.deb



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

Debian distribution maintenance software
pp.
Marco d'Itri <m...@linux.it> (supplier of updated udev 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 05 Dec 2011 04:14:32 +0100
Source: udev
Binary: udev libudev0 libudev-dev udev-udeb udev-gtk-udeb libgudev-1.0-0 
gir1.2-gudev-1.0 libgudev-1.0-dev
Architecture: source i386
Version: 175-3
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri <m...@linux.it>
Changed-By: Marco d'Itri <m...@linux.it>
Description: 
 gir1.2-gudev-1.0 - libgudev-1.0 introspection data
 libgudev-1.0-0 - GObject-based wrapper library for libudev
 libgudev-1.0-dev - libgudev-1.0 development files
 libudev-dev - libudev development files
 libudev0   - libudev shared library
 udev       - /dev/ and hotplug management daemon
 udev-gtk-udeb - libudev shared library (udeb)
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 649175
Changes: 
 udev (175-3) unstable; urgency=medium
 .
   * udev.service modified to reflect the actual path of udevd.
     (Closes: #649175)
   * 75-persistent-net-generator.rules: added the Xen MAC addresses for
     non-PV HVM interfaces.
Checksums-Sha1: 
 0c8bc9765bbbbd6a35ba3cca2e9218204bd2298e 1781 udev_175-3.dsc
 1b8a846a09c89d9b96bdfecb07b420486bd7a833 87589 udev_175-3.debian.tar.gz
 a39cd101503e564a4936e4594b3b9e8cf119f91c 374126 udev_175-3_i386.deb
 f97b058da178f107a429d4e6734d120de0b4ec61 127740 libudev0_175-3_i386.deb
 58e8308ef5888897a47481bc4e8d06c534652d77 61802 libudev-dev_175-3_i386.deb
 3c44c5ab09e222eec2c39d862f1569ea674eae85 168748 udev-udeb_175-3_i386.udeb
 1f53482fd83cb5a414fe12410b1b29af937616ce 26698 udev-gtk-udeb_175-3_i386.udeb
 b340aa0c05fd3f32632b93da6883fed98e54befa 111900 libgudev-1.0-0_175-3_i386.deb
 ce7e52cab83afca0610561d8abce7550fc5ebf2c 2996 gir1.2-gudev-1.0_175-3_i386.deb
 8813af94fc8776125a6565cc5feb0fdb6ff7702a 42374 libgudev-1.0-dev_175-3_i386.deb
Checksums-Sha256: 
 88722c82d7368799abdfcbabbc4d4885e665f67226aed2c240a02a7e147b70a4 1781 
udev_175-3.dsc
 7de48cb5e164801db0a49fa268ebfe01360587c56f14d0b0815d9cf0512b75f8 87589 
udev_175-3.debian.tar.gz
 b2707ed2d635d3d9c666a1855cc4d1a309ad011aee4e7c9215ad213b34f2d1b2 374126 
udev_175-3_i386.deb
 2dbcf8450c5cf968397128e8185c5edbcd3977712e6710a0a1733c9f784cc4da 127740 
libudev0_175-3_i386.deb
 391c8b93ee4b81bd38886c5167c36585606bbe35a94110bf386b3fba8e3a41da 61802 
libudev-dev_175-3_i386.deb
 1d34027a08466b959b573046618218ec12f2f0b3334f1884d87b2348a1b73dd7 168748 
udev-udeb_175-3_i386.udeb
 e27904836bfad8edc7beb5e0e71d60fd576b78dc6ddd961f39b6b8a19da62e6a 26698 
udev-gtk-udeb_175-3_i386.udeb
 9c842d0f47ff3159436dc9bd782b8138a8ca800babb1a9bba5fceec808d092b5 111900 
libgudev-1.0-0_175-3_i386.deb
 3b4cc6a159ee72640e77c1fb9ad48711f898997216c4cf7033745f2bca933350 2996 
gir1.2-gudev-1.0_175-3_i386.deb
 64f04bd88fdae25ce5c12747e664f59438792a5a56f26f73ccee5601d08ce27c 42374 
libgudev-1.0-dev_175-3_i386.deb
Files: 
 f93f9ff345c47d61846bb8619809ea44 1781 admin important udev_175-3.dsc
 fd15b39f9bee03db8a0798f957b24433 87589 admin important udev_175-3.debian.tar.gz
 e698219498e19d7cca7eb9692bda10cf 374126 admin important udev_175-3_i386.deb
 eecbf9034279b5e91d17630327a0668a 127740 libs important libudev0_175-3_i386.deb
 314a97c91eccb721271ce5592ba530db 61802 libdevel optional 
libudev-dev_175-3_i386.deb
 042a08d1a123a58ef074cbc11acacaef 168748 debian-installer important 
udev-udeb_175-3_i386.udeb
 e4313c9ee426cae574f5359b85173cf1 26698 debian-installer optional 
udev-gtk-udeb_175-3_i386.udeb
 7494f506bee4d25c481da67af19742c6 111900 libs optional 
libgudev-1.0-0_175-3_i386.deb
 ec598d84e8996306afced5ed980cc887 2996 libs optional 
gir1.2-gudev-1.0_175-3_i386.deb
 d88cf9d4f64e00e1f8b39579c9ddae09 42374 libdevel optional 
libgudev-1.0-dev_175-3_i386.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7cOosACgkQFGfw2OHuP7F7rQCfcdsmZshAe2o4di0WIpDGD9JH
3dQAoJ7pFWzd1PwqN6klXJLEIilP1NG0
=+73b
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to