Can't refresh fwupdmgr in dom0

When I run sudo qubes-fwupdmgr refresh, I get the following error:

Traceback (most recent call last):
  File "/usr/bin/qubes-vmexec", line 5, in <module>
    sys.exit(main())
             ~~~~^^
  File "/usr/lib/python3/dist-packages/qubesagent/vmexec.py", line 55, in main
    os.execvp(command[0], command)
    ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "<frozen os>", line 612, in execvp
  File "<frozen os>", line 635, in _execvpe
FileNotFoundError: [Errno 2] No such file or directory
Failed to refresh remote 'lvfs': Metadata download failed.

Can anyone help me fix this?

Is fwupd-qubes-vm installed in the update-vm (i.e. in sys-whonix etc.)?

Besides, there is currently a(nother) blocking issue for refresh:

1 Like

fwupd-qubes-vm was not installed in sys-whonix.

Now the error is this:

cat: /home/user/.cache/fwupd/metadata/firmware.xml.zst.asc: No such file or directory
Failed to refresh remote 'lvfs': qubes-run: Copying metadata signature failed!!

As you mentioned, it’s already reported issue so it seems I’ll have to wait for it to be fixed.

1 Like