Am 18.09.2014 um 14:41 schrieb Matijs van Zuijlen: > Package: systemd > Version: 215-4 > Severity: normal > > Recently, lines like the following have started appearing in my system > logs: > > Sep 18 12:10:55 walnut systemd-udevd[179]: Network interface NamePolicy= > disabled on kernel commandline, ignoring. > > I found `NamePolicy=` in /lib/systemd/network/99-default.link, which > contains: > > [Link] > NamePolicy=database onboard slot path > MACAddressPolicy=persistent > > My kernel commandline does not seem to have anything to do with > NamePolicy: > > BOOT_IMAGE=/boot/vmlinuz-3.16-1-amd64 > root=UUID=11b86120-5da7-43ee-bff4-aadc4faf8984 ro nomodeset elevator=deadline > quiet splash init=/bin/systemd i915.i915_enable_rc6=1 >
The reference to NamePolicy refers to [1]. In Debian we decided to make the persistent interface naming explicitly opt-in instead of opt-out via the net.ifnames=0|1 kernel command line parameter. So the error message is probably a bit misleading. [1] http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
