Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux 5 breaks USBGuard #280

Closed
ibahnasy opened this issue Mar 14, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@ibahnasy
Copy link

commented Mar 14, 2019

After upgrade to Linux 5 (Arch Linux), USBGuard is completely broken.

systemctl status usbguard
● usbguard.service - USBGuard daemon
Loaded: loaded (/usr/lib/systemd/system/usbguard.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2019-03-14 12:12:27 EET; 3s ago
Docs: man:usbguard-daemon(8)
Process: 2887 ExecStart=/usr/bin/usbguard-daemon -f -s -c /etc/usbguard/usbguard-daemon.conf (code=exited, status=0/SUCCESS)
Main PID: 2889 (usbguard-daemon)
Tasks: 3 (limit: 4915)
Memory: 4.0M
CGroup: /system.slice/usbguard.service
└─2889 /usr/bin/usbguard-daemon -f -s -c /etc/usbguard/usbguard-daemon.conf

Mar 14 12:12:27 myarch usbguard-daemon[2889]: Ignoring unknown UEvent action: sysfs_devpath=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.1 a>
Mar 14 12:12:27 myarch usbguard-daemon[2889]: Ignoring unknown UEvent action: sysfs_devpath=/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0 a>
Mar 14 12:12:27 myarch usbguard-daemon[2889]: uid=0 pid=2887 device.rule='allow id 0bda:0129 serial "20100201396000000" name "USB2.0-CRW" hash >
Mar 14 12:12:29 myarch usbguard-daemon[2889]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1->
Mar 14 12:12:29 myarch usbguard-daemon[2889]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1->
Mar 14 12:12:29 myarch usbguard-daemon[2889]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1->
Mar 14 12:12:29 myarch usbguard-daemon[2889]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1->
Mar 14 12:12:29 myarch usbguard-daemon[2889]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1->
Mar 14 12:12:29 myarch usbguard-daemon[2889]: Cannot resolve realpath for /sys/bus/usb/devices/../../../devices/pci0000:00/0000:00:14.0/usb1/1->
Mar 14 12:12:29 myarch usbguard-daemon[2889]: device enumeration exception: /sys/bus/usb/devices/1-8:1.0: SysFSDevice: uevent: No such file or >

@dkopecek

This comment has been minimized.

Copy link
Member

commented Apr 1, 2019

Hi, I couldn't reproduce the issue you are seeing on my system with 5.0.3 kernel. However, there's a similar report here: #279, so I'll close this as a duplicate.

@dkopecek dkopecek closed this Apr 1, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.