ArchWSL icon indicating copy to clipboard operation
ArchWSL copied to clipboard

Cannot reload udev rules

Open kuxiade opened this issue 2 years ago • 3 comments

I configured the udev rules to the /etc/udev/rules.d folder to allow non-root users to access the device. When I run sudo udevadm control --reload to update the rules, I get an error that "Failed to send reload request: No such file or directory".

# reload rules
> sudo udevadm control --reload
Failed to send reload request: No such file or directory

What should I do to reload the rules?

kuxiade avatar Apr 18 '22 16:04 kuxiade

Any solution to this? i am getting the same error

serna01 avatar Mar 06 '23 15:03 serna01

https://github.com/microsoft/WSL/issues/8502#issuecomment-1153301518

if you get Failed to send reload request: No such file or directory that means your udev service is not running. Check with sudo service udev status before reloading, and if not running start it with sudo service udev start.

MarkWard0110 avatar Dec 11 '23 00:12 MarkWard0110

Seems to work now.

microsoft/WSL#8502 (comment)

if you get Failed to send reload request: No such file or directory that means your udev service is not running. Check with sudo service udev status before reloading, and if not running start it with sudo service udev start.

This command does not apply to Arch Linux.

polyzen avatar Feb 11 '24 19:02 polyzen