Your message dated Mon, 11 Jan 2016 06:49:32 +0000
with message-id <[email protected]>
and subject line Bug#809339: fixed in systemd 228-4
has caused the Debian Bug report #809339,
regarding systemd: Ignores previously supported & documented method of 
disabling PredictableNetworkInterfaceNames
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.)


-- 
809339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809339
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: systemd
Version: 228-2+b1
Severity: normal

This particular issue arises from this documentation:
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/

It may also be related to #789439.

I adapted vmdebootstrap to mask udev's rule file, as advised in the first of the
documented methods of disabling this support.
"You disable the assignment of fixed names, so that the unpredictable kernel 
names are used again. For this, simply mask udev's rule file for the default 
policy: ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules"

http://git.liw.fi/cgi-bin/cgit/cgit.cgi/vmdebootstrap/tree/vmdebootstrap/base.py?id=vmdebootstrap-1.3#n208

That worked during testing. Since releasing that change, systemd has apparently 
dropped
support for this method and a VM built with this change no longer raises a 
network interface
using DHCP.

$ sudo vmdebootstrap --image=sid.img --distribution=unstable --grub 
--enable-dhcp --verbose

QEMU is capable of booting images with different network configurations, so it 
is not
simple for vmdebootstrap to know in advance what names systemd will generate - 
hence
the change to assert the previous behaviour. vmdebootstrap is also used to 
generate
images for use on ARM dev boards like beaglebone-black and cubietruck, so 
having a
consistent interface that can be configured to use DHCP at boot is important.


-- Package-specific info:

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

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd depends on:
ii  adduser         3.113+nmu3
ii  libacl1         2.2.52-2
ii  libapparmor1    2.10-2+b2
ii  libaudit1       1:2.4.5-1
ii  libblkid1       2.27.1-1
ii  libc6           2.21-6
ii  libcap2         1:2.24-12
ii  libcap2-bin     1:2.24-12
ii  libcryptsetup4  2:1.6.6-5
ii  libgcrypt20     1.6.4-4
ii  libkmod2        22-1
ii  liblzma5        5.1.1alpha+20120614-2.1
ii  libmount1       2.27.1-1
ii  libpam0g        1.1.8-3.1
ii  libseccomp2     2.2.3-2
ii  libselinux1     2.4-3
ii  libsystemd0     228-2+b1
ii  mount           2.27.1-1
ii  sysv-rc         2.88dsf-59.2
ii  util-linux      2.27.1-1

Versions of packages systemd recommends:
ii  dbus            1.10.6-1
ii  libpam-systemd  228-2+b1

Versions of packages systemd suggests:
pn  systemd-container  <none>
pn  systemd-ui         <none>

Versions of packages systemd is related to:
ii  udev  228-2+b1

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: systemd
Source-Version: 228-4

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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Pitt <[email protected]> (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 [email protected])


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

Format: 1.8
Date: Mon, 11 Jan 2016 07:12:40 +0100
Source: systemd
Binary: systemd systemd-sysv systemd-container systemd-journal-remote 
systemd-coredump libpam-systemd libnss-myhostname libnss-mymachines 
libnss-resolve libsystemd0 libsystemd-dev udev libudev1 libudev-dev udev-udeb 
libudev1-udeb systemd-dbg
Architecture: source amd64
Version: 228-4
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
<[email protected]>
Changed-By: Martin Pitt <[email protected]>
Description:
 libnss-myhostname - nss module providing fallback resolution for the current 
hostname
 libnss-mymachines - nss module to resolve hostnames for local container 
instances
 libnss-resolve - nss module to resolve names via systemd-resolved
 libpam-systemd - system and service manager - PAM module
 libsystemd-dev - systemd utility library - development files
 libsystemd0 - systemd utility library
 libudev-dev - libudev development files
 libudev1   - libudev shared library
 libudev1-udeb - libudev shared library (udeb)
 systemd    - system and service manager
 systemd-container - systemd container/nspawn tools
 systemd-coredump - tools for storing and retrieving coredumps
 systemd-dbg - system and service manager (debug symbols)
 systemd-journal-remote - tools for sending and receiving remote journal logs
 systemd-sysv - system and service manager - SysV links
 udev       - /dev/ and hotplug management daemon
 udev-udeb  - /dev/ and hotplug management daemon (udeb)
Closes: 809339 810114
Changes:
 systemd (228-4) unstable; urgency=medium
 .
   * debian/udev.README.Debian: Add alternative way of disabling ifnames.
     (Closes: #809339)
   * Put back /lib/udev/hotplug.functions, until the three remaining packages
     that use it stop doing so. (Closes: #810114)
   * debian/udev.README.Debian: Point out that any change to interface naming
     rules requires an initrd update.
Checksums-Sha1:
 609053ad9b482cf95b3d53cff2c02a8f152e4419 4095 systemd_228-4.dsc
 501f3b41e6140deb6e6ed24a2c07c34167f7b61d 143436 systemd_228-4.debian.tar.xz
 4097f3a522fef18c077739037badc55f3d710009 80234 
libnss-myhostname_228-4_amd64.deb
 a68bf575bee0c790d5412096c7c0c883e4588d66 159208 
libnss-mymachines_228-4_amd64.deb
 089d87c92bf2ed651ac1eb490fff05119fd29edf 158964 libnss-resolve_228-4_amd64.deb
 fc49c813a89d07d0afdb483fadb4ce582f15a62e 162276 libpam-systemd_228-4_amd64.deb
 6056f20dfc23e4bd343d3767ef994ca92d5b77dd 179340 libsystemd-dev_228-4_amd64.deb
 31bd2c0f081012edd75fd0fea3957fb05cb27eb6 246648 libsystemd0_228-4_amd64.deb
 1b3e3f37bb07dc425315a3087ce6750dae7ac9c3 67768 libudev-dev_228-4_amd64.deb
 8bdf1b97bc6c8db8cac83cca88cc8128f4488483 46786 libudev1-udeb_228-4_amd64.udeb
 18a65fc025cd63acdf7bf70a7b815c09d13b3fc2 99388 libudev1_228-4_amd64.deb
 ec421e5fa10fb941c9088d21d0a99ac8ec2678a9 703298 
systemd-container_228-4_amd64.deb
 5ac53f812663e7419c2108cc5ab72a7cd826ebc5 146666 
systemd-coredump_228-4_amd64.deb
 7871b353c60d116752a7629a6caab66dc9400275 27542818 systemd-dbg_228-4_amd64.deb
 b978d80ce3c8a6aa41450a8abea95d75fa7a54e8 307892 
systemd-journal-remote_228-4_amd64.deb
 c02cb6be65a862b9d789a2ea157345965f8f4cf4 57876 systemd-sysv_228-4_amd64.deb
 bdfb281bad19ff28214f41cc9e0952c6ced0af48 3542938 systemd_228-4_amd64.deb
 6f318ef3d9c95925509db7fb0fa436377801d117 264634 udev-udeb_228-4_amd64.udeb
 7a511ba4c72c8ae975ae835a860edd955787a07c 1044982 udev_228-4_amd64.deb
Checksums-Sha256:
 80bad299b576ba3dc2079fd6e7e2d7d4abeda27dc1c2aa43abc40b071164307e 4095 
systemd_228-4.dsc
 3d20ea143cf39f55b451f6d1454cb7bcafee5c703fe6c856b178630d1e8043d8 143436 
systemd_228-4.debian.tar.xz
 d34adf99633e335cb824ded8e4c6d38bb76c5f5aff9c65c59f4df9976af6c146 80234 
libnss-myhostname_228-4_amd64.deb
 ca11a4d478d9e8c4e10001a73a1c574f34685ff551cebfe1a058a5cea320e7c0 159208 
libnss-mymachines_228-4_amd64.deb
 fd7887c6ae8a0cb0414b8c6930696100bb713f4cbd0248049cb187df89adeb63 158964 
libnss-resolve_228-4_amd64.deb
 45269023c19f37ddab01283ef774399c4e7c1b9cc1d2be5f97c1c04293386c65 162276 
libpam-systemd_228-4_amd64.deb
 2bca173e142fa5a1246622559773f707c5959f047f582b2c464435ee402dcc3a 179340 
libsystemd-dev_228-4_amd64.deb
 2679090f90f43403f2d132af2e769e7b8716b1a69804f065ff6d693dd296417f 246648 
libsystemd0_228-4_amd64.deb
 e17002ddfded2ffbd7ca111b9fed96ecbd61c40b4fff518e3bab4af4d2f63935 67768 
libudev-dev_228-4_amd64.deb
 5dab1f39fe43113c25f292d61624d7ff85a7dee5d695e78a1321a96b6b5b1471 46786 
libudev1-udeb_228-4_amd64.udeb
 93532fe1d4c697bc32f7e643333c5bb1325d3d2d3868acd258678cf45361994d 99388 
libudev1_228-4_amd64.deb
 669276d6385f45834e61caeb1019055b32b8da21fe3f0a492f3e1ca85de38c0b 703298 
systemd-container_228-4_amd64.deb
 024bbbf4fd0b7bd020aee7342d89167d417d5528f316afc0e0c9d7edc605516a 146666 
systemd-coredump_228-4_amd64.deb
 6bdbb321f29bfef3d3abc6b98c7854ea7692b814f0bd84dd2d708fb2cb645c0d 27542818 
systemd-dbg_228-4_amd64.deb
 657ea252b4b189a902d15032ecacaa8b1e83bef7fd49bab9439f0a392e8eca99 307892 
systemd-journal-remote_228-4_amd64.deb
 780ed7aebdbf593652712c70e74fe11a31cd0c63fbd2b43ed44c7849e434cfdb 57876 
systemd-sysv_228-4_amd64.deb
 1ffe133fe74f9ede05165edd85d371cc217b22edecda68d15a3961a07474add0 3542938 
systemd_228-4_amd64.deb
 982bffee356824732390925162a6984681837691c146e80eb23a61f46e0bfd4d 264634 
udev-udeb_228-4_amd64.udeb
 d7d75bec342926e5304d0adaa0f70c650f003377482a41e23881f93eb26aa1b8 1044982 
udev_228-4_amd64.deb
Files:
 5becbc21ee191d4e88a9937c315f9f63 4095 admin optional systemd_228-4.dsc
 ef5f1e22800587ea20b0ac7c0d0aadf9 143436 admin optional 
systemd_228-4.debian.tar.xz
 f15af0d8a4b0eb7ff59a2e74eb8ed54b 80234 admin extra 
libnss-myhostname_228-4_amd64.deb
 75d669b87b635e6144e4d3a303087d0e 159208 admin extra 
libnss-mymachines_228-4_amd64.deb
 487db88081611ccd838eff54cf6b96ea 158964 admin extra 
libnss-resolve_228-4_amd64.deb
 23b6069065c71306c3ff3c478d955038 162276 admin optional 
libpam-systemd_228-4_amd64.deb
 b4b1de7ee13336fa8cf6fa34d786badf 179340 libdevel optional 
libsystemd-dev_228-4_amd64.deb
 43b72dcc9811bfba9fed0aa98ca21794 246648 libs optional 
libsystemd0_228-4_amd64.deb
 3423c6734b41f1f4d7e101397fe30b3a 67768 libdevel optional 
libudev-dev_228-4_amd64.deb
 e4494cf9f6854cc6ef3bded31ab49750 46786 debian-installer optional 
libudev1-udeb_228-4_amd64.udeb
 0be677a8327a510b45123e30a844bad9 99388 libs important libudev1_228-4_amd64.deb
 e86ecd113dffa93dfd90dc81e617f4dd 703298 admin optional 
systemd-container_228-4_amd64.deb
 3736f6ef44c73fdf1f77626af98d55b2 146666 admin optional 
systemd-coredump_228-4_amd64.deb
 5c89b2417428bd554deac4db14505e9c 27542818 debug extra 
systemd-dbg_228-4_amd64.deb
 b5651dcc35accfbd86556c3a6b1d16fc 307892 admin optional 
systemd-journal-remote_228-4_amd64.deb
 0485928a547a0a02d4c0fcb3bc009830 57876 admin important 
systemd-sysv_228-4_amd64.deb
 09f3e1a59bef4c2a325f2f189f38dcae 3542938 admin important 
systemd_228-4_amd64.deb
 8969a04b580f0bccbd89a95eabc34d30 264634 debian-installer optional 
udev-udeb_228-4_amd64.udeb
 8c480e4e19f7c000df312fb7d10cf032 1044982 admin important udev_228-4_amd64.deb
Package-Type: udeb

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

iQIcBAEBCAAGBQJWk019AAoJENFO8V2v4RNHL30P/1hPCsKIrJ4dqXmcmGt7fKFc
p0gfmxgpvTpvUFGWqzrroelE04AQmnj36aafdETy7v4aXOrMhAorU8XyGoysQ5w6
/wxnaMnXeQIj+cz/cZerokaLif8UN36ROkL43OjVyzPbf6neoktMgO1ZaCyQCcdL
23ZOUHNHSZCPGJbC+5imqNLb5En4GYtJzS01Qgshc/wHsZh5nWEE0pGOIlews03F
OWaXk11D4OZgAFbhVUF3veoqdUWSYtHUZZX1hoLrS9uQdm6VJF9P7jPDOd7M1/K0
L1fzlHM99wvJH5PtXWe1DCFy3Yv0cyLC6MxXO1a0KPpJDK+255WehhF74AhxMjbB
tGWZHajlVLUHDodro4OIuRr3tqre7GFsZjx+Sumeo73RY5+g5OC6EtR8q2R9eloz
ZJJ6L/1r6xZpLYX2URr6V4m2RLicBQrFhDx9VqahqweaqrM8pxSkzEK+t/aa/mDG
lCaG2SKcAxoXXWH4stCJclWRkCghcLyAVeiVvUOHmrkNHIFVaHPMZwY8o/0i++rV
Luzldws6UiPfC5cFsTr40zDZcBtYslSbQ7b7MwOrZ8qn8jTkRZ0zQ1ZnzEqm4DBZ
6YZC3giLOkO41zV2RTTtD5sAjpLJrsl82lHj3TrlHBdK3xy9FkAfH9bZTrzLnXpF
o8peuu+0WzmWrQ8Tc9GR
=AClb
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-systemd-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers

Reply via email to