Your message dated Tue, 18 Nov 2014 12:34:09 +0000
with message-id <e1xqhyz-00065p...@franck.debian.org>
and subject line Bug#769528: fixed in systemd 215-6
has caused the Debian Bug report #769528,
regarding systemd: ifup@ services failing if no /run/network directory
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.)
--
769528: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769528
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: systemd
Version: 215-5
Severity: normal
If networking.service wasn't activated (due to, for instance, no symlink in
/etc/init.d/networking not having start symlinks in any /etc/rc*.d/), then
there is no /run/network directory created.
However, systemd still instantiate and starts ifup@*.service units,
which are
failing due to the lack of /run/network directory. Consequence is that the
system is seen as being in degraded mode.
We can make ifup@ template have a Conditional Path on /run/network.
Example of $ sudo systemctl status ifup@wlan0.service
● ifup@wlan0.service - ifup for wlan0
Loaded: loaded (/lib/systemd/system/ifup@.service; static)
Active: failed (Result: exit-code) since ven. 2014-11-14 08:53:56
CET; 2h 53min ago
Main PID: 652 (code=exited, status=1/FAILURE)
nov. 14 08:53:56 tidus ifup[652]: /sbin/ifup: failed to open lockfile
/run/network/.ifstate.lock: No such file or directory
nov. 14 08:53:56 tidus ifup[653]: /sbin/ifup: failed to open lockfile
/run/network/.ifstate.lock: No such file or directory
nov. 14 08:53:56 tidus systemd[1]: ifup@wlan0.service: main process
exited, code=exited, status=1/FAILURE
nov. 14 08:53:56 tidus systemd[1]: ifup@wlan0.service: control process
exited, code=exited status=1
nov. 14 08:53:56 tidus ifdown[664]: /sbin/ifdown: failed to open
lockfile /run/network/.ifstate.lock: No such file or directory
nov. 14 08:53:56 tidus systemd[1]: ifup@wlan0.service: control process
exited, code=exited status=1
nov. 14 08:53:56 tidus systemd[1]: Failed to start ifup for wlan0.
nov. 14 08:53:56 tidus systemd[1]: Unit ifup@wlan0.service entered
failed state.
-- System Information:
Debian Release: jessie/sid
APT prefers vivid-updates
APT policy: (500, 'vivid-updates'), (500, 'vivid-security'), (500,
'vivid')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-24-generic (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 215-6
We believe that the bug you reported is fixed in the latest version of
systemd, 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 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Pitt <mp...@debian.org> (supplier of updated systemd 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: Tue, 18 Nov 2014 12:37:22 +0100
Source: systemd
Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev
libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0
libsystemd-id128-dev udev libudev1 libudev-dev udev-udeb libudev1-udeb
libgudev-1.0-0 gir1.2-gudev-1.0 libgudev-1.0-dev python3-systemd systemd-dbg
Architecture: source amd64
Version: 215-6
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers
<pkg-systemd-maintainers@lists.alioth.debian.org>
Changed-By: Martin Pitt <mp...@debian.org>
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
libpam-systemd - system and service manager - PAM module
libsystemd-daemon-dev - systemd utility library (transitional package)
libsystemd-daemon0 - systemd utility library (deprecated)
libsystemd-dev - systemd utility library - development files
libsystemd-id128-0 - systemd 128 bit ID utility library (deprecated)
libsystemd-id128-dev - systemd 128 bit ID utility library (transitional
package)
libsystemd-journal-dev - systemd journal utility library (transitional package)
libsystemd-journal0 - systemd journal utility library (deprecated)
libsystemd-login-dev - systemd login utility library (transitional package)
libsystemd-login0 - systemd login utility library (deprecated)
libsystemd0 - systemd utility library
libudev-dev - libudev development files
libudev1 - libudev shared library
libudev1-udeb - libudev shared library (udeb)
python3-systemd - Python 3 bindings for systemd
systemd - system and service manager
systemd-dbg - system and service manager (debug symbols)
systemd-sysv - system and service manager - SysV links
udev - /dev/ and hotplug management daemon
udev-udeb - /dev/ and hotplug management daemon (udeb)
Closes: 754987 766039 769528 769747
Changes:
systemd (215-6) unstable; urgency=medium
.
[ Martin Pitt ]
* Cherry-pick upstream patch to fix udev crash in link_config_get().
* Cherry-pick upstream patch to fix tests in limited schroot environments.
* Add d/p/Add-env-variable-for-machine-ID-path.patch: Allow specifying an
alternate /etc/machine-id location. This is necessary for running tests
as long as it isn't in our base images (see Debian #745876)
* Run tests during package build. For the first round don't make them fatal
for now (that will happen once we see results from all the architectures).
* Drop our Check-for-kmod-binary.patch as the upstream patch
units-conditionalize-static-device-node-logic-on-CAP.patch supersedes it.
* Drop Use-comment-systemd.-syntax-in-systemd.mount-man-pag.patch, as
our util-linux is now recent enough. Bump dependency to >= 2.21.
* Adjust timedated and hostnamed autopkgtests to current upstream version.
* Replace our Debian hwdb.bin location patch with what got committed
upstream. Run hwdb update with the new --usr option to keep current
behaviour.
* debian/README.Debian: Document how to debug boot or shutdown problems with
the debug shell. (Closes: #766039)
* Skip-99-systemd.rules-when-not-running-systemd-as-in.patch: Call path_id
under all init systems, to get consistent ID_PATH attributes. This is
required so that tools like systemd-rfkill can be used with SysVinit or
upstart scripts, too. (LP: #1387282)
* Switch libpam-systemd dependencies to prefer systemd-shim over
systemd-sysv, to implement the CTTE decision #746578. This is a no-op on
systems which already have systemd-sysv installed, but will prevent
installing that on upgrades. (Closes: #769747)
* Remove Tollef from Uploaders: as per his request. Thanks Tollef for all
you work!
* net.agent: Properly close stdout/err FDs, to avoid long hangs during udev
settle. Thanks to Ben Hutchings! (Closes: #754987)
* Bump Standards-Version to 3.9.6 (no changes necessary).
.
[ Didier Roche ]
* debian/ifup@.service: add a ConditionPath on /run/network, to avoid
failing the unit if /etc/init.d/networking is disabled. (Closes: #769528)
Checksums-Sha1:
4cf8b760632232d7a2c9cf0e6345ecc3ce593f14 4071 systemd_215-6.dsc
e6f0db7fd28e9eaba59409e083d694669a763bca 171984 systemd_215-6.debian.tar.xz
37341cbe9d94598eb0600398a7ad9cf6e6e54e1e 2532022 systemd_215-6_amd64.deb
35e4ae1c5fafd754a9a5b997638054e4e1e76b0a 29694 systemd-sysv_215-6_amd64.deb
ad41fe0df255ed5ad6f49584a121fa5de16a08aa 118904 libpam-systemd_215-6_amd64.deb
d16e9fc2207f45e1d361001932f838a2584b69cf 82682 libsystemd0_215-6_amd64.deb
e4d6717622aedf045f58ae158baa4b750058889c 88622 libsystemd-dev_215-6_amd64.deb
4977e808cf747316036bae29141a046770d0555f 42722
libsystemd-login0_215-6_amd64.deb
656bb6197118dcdaca9bd9ab23a9bda529e4ea78 25332
libsystemd-login-dev_215-6_amd64.deb
8e2aa8caa454101ffe0a5329124d5f387a613191 31926
libsystemd-daemon0_215-6_amd64.deb
36a410ae431d04aa80e48c71b2db571660491653 25348
libsystemd-daemon-dev_215-6_amd64.deb
6622e067a8917f6d9c7a7459eee0e045babb75b4 67850
libsystemd-journal0_215-6_amd64.deb
de5aa41abbeaca9f7a07cbbf3c244eba0f2ece81 25318
libsystemd-journal-dev_215-6_amd64.deb
88024f504dc37a28cfe34cb3dfa4129befa9791a 30874
libsystemd-id128-0_215-6_amd64.deb
4417d084106519d66bfdf9dbb42f193d658580c8 25312
libsystemd-id128-dev_215-6_amd64.deb
67dbf23fe63d4399ede97ed8f997b00afc96c1a8 871820 udev_215-6_amd64.deb
9b472c3f9be119fc984338881c28009dc567b8e3 49894 libudev1_215-6_amd64.deb
259a5cb73b9d5afe203eab3a4daae6cbad4fb8f6 23120 libudev-dev_215-6_amd64.deb
ed8bacf98e52a635d30bfe815239b336039a36bf 194694 udev-udeb_215-6_amd64.udeb
c6df291311e61922d365a545a54f5917c38bb137 24738 libudev1-udeb_215-6_amd64.udeb
be9516de92d6c1ad47e19d78140a8cf6923dfa74 35652 libgudev-1.0-0_215-6_amd64.deb
c7c08e99b6c9b6d41fa5ba1bc0e2fe721b3cb49a 2814 gir1.2-gudev-1.0_215-6_amd64.deb
aa0f2e3364fa298b5b66a45ed94d5b56ab14995f 24504 libgudev-1.0-dev_215-6_amd64.deb
7baea739c1d1964e7c5e78888917e29dc34cba25 54992 python3-systemd_215-6_amd64.deb
aa55d37a842173429047f7b074e17dc951081001 15869850 systemd-dbg_215-6_amd64.deb
Checksums-Sha256:
72f48e51549db72bf6703604675d81db3d3685bece844f97509100971e601d3d 4071
systemd_215-6.dsc
a00cca09cc15ae19128a95e496271b77d2f9ad8400856bc49b77b59810d2ed33 171984
systemd_215-6.debian.tar.xz
51b8ca5428ba5d9346a36ec8e4177f39f559bea5e51972541d6abfb1bbf8cbf4 2532022
systemd_215-6_amd64.deb
6e8c65fb293ae648329cb11ff2a9aa805c270c090ba73b899271cbd97785c16d 29694
systemd-sysv_215-6_amd64.deb
38e0e1a0e52e790e1f7aa299fbea0eb163ca636b451584989c997f596998298b 118904
libpam-systemd_215-6_amd64.deb
0995c601e4e05005fed76360e52538ec793346d5f655ce8c0653ba886c327f29 82682
libsystemd0_215-6_amd64.deb
2fd41ca8924273e55f7a091604edea7d8e1c681ed287b37ae634a051366a308b 88622
libsystemd-dev_215-6_amd64.deb
8ce5d8380effa71dcbe49bdbcaa40852ee1cf59a3d4b718676efd9d0507fe0b8 42722
libsystemd-login0_215-6_amd64.deb
5f5cf4e95c28e57ac9d44cc6fc465b61270f18d5f39961bc4c843888da73d1f8 25332
libsystemd-login-dev_215-6_amd64.deb
41b3c6123359f18bfa2c169933db75d5b3acbeb4e5858f88fe8eb3244c8a0645 31926
libsystemd-daemon0_215-6_amd64.deb
c1a512cc64e6d3ffec65f9fae8269852e82a5e7af1e30fb461e1d18f6823af31 25348
libsystemd-daemon-dev_215-6_amd64.deb
4f964cae3f10389d82d0539a9c8cf26579bffeab3a56dda544bebdf306799c94 67850
libsystemd-journal0_215-6_amd64.deb
deea9970c7ea1e5a521ae5c26a65027ddf726722c342eead8bcef93f1db63f24 25318
libsystemd-journal-dev_215-6_amd64.deb
cb791c51150066ea6b5ed254244539749862f63fa289ff444446f9951d67cc34 30874
libsystemd-id128-0_215-6_amd64.deb
e52c1f77ad5ea1cb886dc0735a53d829bc47275076bd7df762ad956b25a15f1c 25312
libsystemd-id128-dev_215-6_amd64.deb
0311b9ab3eb6b24108b7793b1e60c1b91bbf903671fa91dc51bf9f148c0b48ea 871820
udev_215-6_amd64.deb
2c9cfd79300dc21481de36e528c2e5611244e92cce6f2d814d8225f0909944f0 49894
libudev1_215-6_amd64.deb
3297d5d0dfe866e4b44e504f655cabe91f5288d7a025572e3dc23a0471653ff0 23120
libudev-dev_215-6_amd64.deb
20bd19e80ceb9f8abc05278ac35c66824c7a50f77bb1a87a79c3e82b33d48a69 194694
udev-udeb_215-6_amd64.udeb
979ca75febd145406b1dbb0394d609d01ba1d273f55ff0955c4959edfca9da9c 24738
libudev1-udeb_215-6_amd64.udeb
04b0dcbd2ec17e2c05966a73a0d2074353f77f505102d21a3ffd5d99056ca91e 35652
libgudev-1.0-0_215-6_amd64.deb
6f21d95f01457c5ac3b850a3c669ee05019effcdd54d85d57a7af32eeb111ef9 2814
gir1.2-gudev-1.0_215-6_amd64.deb
038dab68a648878a54a88893511a480f3121d424409eaacdca2960234cf0507b 24504
libgudev-1.0-dev_215-6_amd64.deb
af8d707ad70e8e5ae5517c2c81df7f7f3fa5cb823501153f41768ae08fa25ea2 54992
python3-systemd_215-6_amd64.deb
f1b56578d185d16c446ae0d7824b300e68138ecb43b132db4918951ee9a22b09 15869850
systemd-dbg_215-6_amd64.deb
Files:
d5601816687362dfb0bba87dc81582ea 4071 admin optional systemd_215-6.dsc
811aecf74ac7c746d1675f5d5c293a66 171984 admin optional
systemd_215-6.debian.tar.xz
888642e0549fc92da25714a8f917644a 2532022 admin optional systemd_215-6_amd64.deb
a3e9cea80ca7c29f8530aa142cfac3ce 29694 admin extra systemd-sysv_215-6_amd64.deb
c10127e07f2e1cbefba555374e6e8321 118904 admin optional
libpam-systemd_215-6_amd64.deb
545b8cd4a38151568f602eb1bfc2d661 82682 libs optional
libsystemd0_215-6_amd64.deb
8cc60366ef63ba649043d31f01978810 88622 libdevel optional
libsystemd-dev_215-6_amd64.deb
45f82c249c8a54ec2de39441c60536fb 42722 oldlibs extra
libsystemd-login0_215-6_amd64.deb
2b591801d689dbc31ba946fa058877c6 25332 oldlibs extra
libsystemd-login-dev_215-6_amd64.deb
542c61b94615c50242105515b28634bc 31926 oldlibs extra
libsystemd-daemon0_215-6_amd64.deb
57fcae8bfeccc28d364539a07a826e07 25348 oldlibs extra
libsystemd-daemon-dev_215-6_amd64.deb
eb142f05339520d6257306ac1d905ee3 67850 oldlibs extra
libsystemd-journal0_215-6_amd64.deb
3cacd72c0917ffc9c5940ecfea5ca949 25318 oldlibs extra
libsystemd-journal-dev_215-6_amd64.deb
5e75d052809a6809632fbb5a0f34d57c 30874 oldlibs extra
libsystemd-id128-0_215-6_amd64.deb
b11d864e7c1b18ae795a450da51f4fa0 25312 oldlibs extra
libsystemd-id128-dev_215-6_amd64.deb
4d7680174147ebdf1b6cfdc77133bce2 871820 admin important udev_215-6_amd64.deb
a74b2906c42da955b458ac1173bc81ab 49894 libs important libudev1_215-6_amd64.deb
80e96ae330ad6345a12d13aebbb13d44 23120 libdevel optional
libudev-dev_215-6_amd64.deb
c237c0cc0fa0069ef3f5858a4d4b33ad 194694 debian-installer optional
udev-udeb_215-6_amd64.udeb
abe53759b0512aa5d24817565a6b0f55 24738 debian-installer optional
libudev1-udeb_215-6_amd64.udeb
69b649af75b66790d0db14b7d6dccf92 35652 libs optional
libgudev-1.0-0_215-6_amd64.deb
548a4269950b43020371b7bd90a57cc9 2814 introspection optional
gir1.2-gudev-1.0_215-6_amd64.deb
f32ca812fb12ca6a2bfdebb8113f0460 24504 libdevel optional
libgudev-1.0-dev_215-6_amd64.deb
842b876c218ff8c1258f427bf844e326 54992 python optional
python3-systemd_215-6_amd64.deb
41eb02fdcca185103e141a15781d3539 15869850 debug extra
systemd-dbg_215-6_amd64.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJUaziGAAoJENFO8V2v4RNHTqQP/0BuhrVhsRUrDKuG6nr6f8xD
zF0yy1s7gvKQMdAMcAFlzhF1H8QU91GRj4Q6LVkQTB7Mm9F4H2V5k7g1fkeD+2lq
L4zCmo+vwUikObeXqgF5LqkAd8If6yPF6emJR88m2YrgGhw0Zh/oyKwOVKf3lnms
eFFk6YYuVjcDRTtrsXO57PsikV2rOd6IElo6zAxlGRhHac7zuV5CFXacPxCy5GKf
+FmacnqySl0hdpE74KpdKVRtT5DS6zdp8wtHMlx+Q6zKWdOuVpC6PtlZ9tvSOvK1
SyBiFpWQ5RCUCrsShIm/gfh0pjuiE17V0LpDkzEzRH6SkqVguILAB3yY4ntLDI3Y
++uFlN9oR0FFyfJFy9ZmwhEwIgMKhGm/YuKiOYqlxFa1dHQhuobvkFBA8fRIK6Ax
1ktkofrKCiHzJ5owC9bNdK457cXL/np5gSbiBfH2gw0pLVhz56VnXpfknbYd7f9U
6IZVAH5EYkZ3eu0Gt5/yhBxOVLZIBFzuYwUrWGVJSIZ+sVSa+LwvTSTmuFqyV1ur
ifj7O+0CKaRyavTO2CIFqmkDM2G+RLpV49n3fpOESfzTOGDT/nCIjTwzeWKCdXmn
TvdLLd3JVY/GyjF3b5Vp3Er4M/pEsVwhyH1Ldweu4Fb3lQyXznHvXRIqvR9ZBNgK
jX4vWn55gW4jD2S/hlsF
=uICJ
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
Pkg-systemd-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers