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

Cannot reload udev rules #281

Open
kuxiade opened this issue Apr 18, 2022 · 3 comments
Open

Cannot reload udev rules #281

kuxiade opened this issue Apr 18, 2022 · 3 comments

Comments

@kuxiade
Copy link

kuxiade commented Apr 18, 2022

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?

@serna01
Copy link

serna01 commented Mar 6, 2023

Any solution to this? i am getting the same error

@MarkWard0110
Copy link

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.

@polyzen
Copy link

polyzen commented Feb 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants