On 8/3/25 5:57 PM, Michael D. Setzer II wrote:
On 3 Aug 2025 at 16:12, Samuel Sieb wrote:
Date sent: Sun, 3 Aug 2025 16:12:59 -0700
Subject: Re: OT: systemctl staus lines that show failed? How to clean?
To: [email protected]
From: Samuel Sieb <[email protected]>
Send reply to: Community support for Fedora users <[email protected]>
On 8/3/25 4:06 PM, Michael D. Setzer II via users wrote:
> Got (There is no /opt/VirtualBox directory?)
> # journalctl -b 0 -g fail
> Aug 04 00:44:09 setzcodell.dyndns.org systemd-vconsole-setup[320]: /usr/ > bin/setfont failed with a "system error" (EX_OSERR), ignoring. > Aug 04 00:44:09 setzcodell.dyndns.org systemd-vconsole-setup[320]: > Setting source virtual console failed, ignoring remaining ones. > Aug 04 00:44:09 setzcodell.dyndns.org (udev-worker)[447]: usb2: Process > '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 128 09' failed with exit >

Look in /etc/udev/rules.d/ for something referring to that.

/etc/udev/rules.d# ls -a
.  ..
Nothing in that directory.
Had found a file 60-vboxdrv.rules that contained this?
KERNEL=="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
KERNEL=="vboxdrvu", OWNER="root", GROUP="root", MODE="0666"
KERNEL=="vboxnetctl", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", ACTION=="add", RUN+="/opt/VirtualBox/ VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}" SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="/opt/ VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}" SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="/opt/VirtualBox/ VBoxCreateUSBNode.sh --remove $major $minor" SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="/ opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
moved it to another directory but didn't note original??
Then reinstall virtualbox packages, but it was not recreated.
Still showing up in journal?
Aug 04 20:28:01 setzcodell.dyndns.org (udev-worker)[449]: usb2: Process '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 128 09' failed with exit code 1. Aug 04 20:28:01 setzcodell.dyndns.org (udev-worker)[429]: usb1: Process '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 0 09' failed with exit code 1. Aug 04 20:28:01 setzcodell.dyndns.org (udev-worker)[445]: 1-6: Process '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 1 e0' failed with exit code 1. Aug 04 20:28:01 setzcodell.dyndns.org (udev-worker)[461]: 1-11: Process '/opt/VirtualBox/VBoxCreateUSBNode.sh 189 2 ef' failed with exit code 1.

Did you restart udev?

If you still see it, try:
grep -r VirtualBox /etc/udev /usr/lib/udev

--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to