-
Notifications
You must be signed in to change notification settings - Fork 510
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
Error on executing usbkill.py on Qubes. #98
Comments
I had this same problem, since these two projects seem like a great pair. |
Did anyone get it to work? |
I've yet to try out the latest Qubes release but thanks for reminding me. It might work better since I believe it's based on a much newer OS. |
I don't think the OS is the issue. The issue is very likely the way Qubes is built around virtualization and compartmentalization https://forum.qubes-os.org/t/yubikey-usbkill/10053 |
Traceback (most recent call last):
File "usbkill.py", line 466, in
go()
File "usbkill.py", line 463, in go
loop(settings)
File "usbkill.py", line 320, in loop
start_devices = lsusb()
File "usbkill.py", line 228, in lsusb
return DeviceCountSet(DEVICE_RE[0].findall(subprocess.check_output("lsusb", shell=True).decode('utf-8').strip()))
File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'lsusb' returned non-zero exit status 1
following error is displayed.
The text was updated successfully, but these errors were encountered: