You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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#330The output on failure is:
{"error": "installudevrules failed: Command '['/usr/sbin/udevadm', 'trigger']' returned non-zero exit status 1.", "code": -13}
Running
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.
The text was updated successfully, but these errors were encountered: