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

Installudevrules command execution fails when symlinks are present #552

Open
craigraw opened this issue Dec 2, 2021 · 0 comments
Open
Labels

Comments

@craigraw
Copy link

craigraw commented Dec 2, 2021

Although I haven't encountered the issue myself, I am getting regular reports (3 in the last week) that the installudevrules command is failing. See one example here: sparrowwallet/sparrow#330

The output on failure is:

{"error": "installudevrules failed: Command '['/usr/sbin/udevadm', 'trigger']' returned non-zero exit status 1.", "code": -13}

Running

> sudo which udevadm
/usr/sbin/udevadm

> sudo ls -al /usr/sbin/udevadm
lrwxrwxrwx. 1 root root 14 Nov 15 07:21 /usr/sbin/udevadm -> ../bin/udevadm

Installing the rules using the commands in https://github.com/bitcoin-core/HWI/tree/master/hwilib/udev however works fine. The only difference I can find between the users system and mine is the presence of the symlink.

@prusnak prusnak added the linux label Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants