Hi,

Thanks for the report.

On 02/06/2019 20:50, Dark Penguin wrote:
> 
> /sbin/mount.lockfs: 1: eval: net.ifnames=0: not found
> 
> This is apparently a part of my kernel command line. Here it is, just in
> case:
> 
> # cat /proc/cmdline
> BOOT_IMAGE=/boot/vmlinuz-4.19.0-5-amd64
> root=UUID=64e67ea6-1627-4258-9c70-8bcc120daf86 ro console=tty1
> console=ttyS0 ipv6.disable=1 net.ifnames=0 consoleblank=0 lockfs

It is in fact due to a bug in udev:
https://bugs.debian.org/934589 (udev: net.ifnames is wrongly imported as
a property for any/all devices)

As a workaroud, you can:
- Copy /lib/udev/rules.d/73-usb-net-by-mac.rules in /etc/udev/rules.d
- Add the following directive as the first one in the copy:
  SUBSYSTEM=="block", GOTO="usb_net_by_mac_end"

Or create an empty file at /etc/udev/rules.d/73-usb-net-by-mac.rules to
disable the one in /lib/udev/rules.d

I'm waiting for the result of the pending bug #934589, to state about
this one.

Thanks,
quidame

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to