suddenly got error while open qubes manager
got empty response from qubesd.
at line 465 ....
Any one ?
R
Apr 02 22:03:18 dom0 qubesd[1372]: unhandled exception while calling src=b'dom0' meth=b'admin.vm.volume.Info' dest=b'Exodus' arg=b'private' len(untrusted_payload)=0
Apr 02 22:03:18 dom0 qubesd[1372]: Traceback (most recent call last):
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib/python3.5/site-packages/qubes/api/__init__.py", line 262, in respond
Apr 02 22:03:18 dom0 qubesd[1372]: untrusted_payload=untrusted_payload)
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib64/python3.5/asyncio/futures.py", line 381, in __iter__
Apr 02 22:03:18 dom0 qubesd[1372]: yield self # This tells Task to wait for completion.
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib64/python3.5/asyncio/tasks.py", line 310, in _wakeup
Apr 02 22:03:18 dom0 qubesd[1372]: future.result()
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib64/python3.5/asyncio/futures.py", line 294, in result
Apr 02 22:03:18 dom0 qubesd[1372]: raise self._exception
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib64/python3.5/asyncio/tasks.py", line 240, in _step
Apr 02 22:03:18 dom0 qubesd[1372]: result = coro.send(None)
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib64/python3.5/asyncio/coroutines.py", line 210, in coro
Apr 02 22:03:18 dom0 qubesd[1372]: res = func(*args, **kw)
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib/python3.5/site-packages/qubes/api/admin.py", line 348, in vm_volume_info
Apr 02 22:03:18 dom0 qubesd[1372]: for key in volume_properties)
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib/python3.5/site-packages/qubes/api/admin.py", line 348, in <genexpr>
Apr 02 22:03:18 dom0 qubesd[1372]: for key in volume_properties)
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib/python3.5/site-packages/qubes/api/admin.py", line 343, in _serialize
Apr 02 22:03:18 dom0 qubesd[1372]: value = value()
Apr 02 22:03:18 dom0 qubesd[1372]: File "/usr/lib/python3.5/site-packages/qubes/storage/__init__.py", line 238, in is_outdated
Apr 02 22:03:18 dom0 qubesd[1372]: raise self._not_implemented("is_outdated")
Apr 02 22:03:18 dom0 qubesd[1372]: NotImplementedError: Volume FileVolume has is_outdated() not implemented
Hi,
I had the same problem.
https://github.com/marmarek/qubes-core-admin/commit/5230bb61ab5b04bdf0b37d8ed06064773e229995
Above link says that "ignore it for now" so i commented out that line in file /usr/lib/python3.5/site-packages/qubes/storage/__init__.py (line no 238). Then everything worked fine.
You will need to restart qubesd.(i.e systemctl restart qubesd)