Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#71488 - [virtualbox] driver config issue
Attached to Project:
Community Packages
Opened by IMBJR (IMBJR) - Monday, 12 July 2021, 15:29 GMT
Last edited by Christian Hesse (eworm) - Wednesday, 22 September 2021, 07:05 GMT
Opened by IMBJR (IMBJR) - Monday, 12 July 2021, 15:29 GMT
Last edited by Christian Hesse (eworm) - Wednesday, 22 September 2021, 07:05 GMT
|
DetailsDescription:
With stated virtualbox installed, on reboot journalctl -b --priority=0..3 will report, in part: Jul 12 16:05:48 pc systemd-udevd[297]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxdrvu". Jul 12 16:05:48 pc systemd-udevd[278]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxdrv". Jul 12 16:05:48 pc systemd-udevd[284]: vboxnetctl: /usr/lib/udev/rules.d/60-vboxdrv.rules:3 Only network interfaces can be renamed, ignoring NAME="vboxnetctl". With the output of pacman -F /usr/lib/udev/rules.d/60-vboxdrv.rules showing that usr/lib/udev/rules.d/60-vboxdrv.rules is owned by community/virtualbox 6.0.4-4 Additional info: * package version(s) pacman -Qi virtualbox reports: Version : 6.1.22-3 |
This task depends upon
Closed by Christian Hesse (eworm)
Wednesday, 22 September 2021, 07:05 GMT
Reason for closing: Fixed
Additional comments about closing: in svn
Wednesday, 22 September 2021, 07:05 GMT
Reason for closing: Fixed
Additional comments about closing: in svn
As those seem to be contained in package sources rather than upstream here's a patch that removes the invalid `NAME=` statements.