Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upQubesNoSuchPropertyError by qvm-ls #3350
Comments
andrewdavidwong
added
bug
C: core
labels
Nov 30, 2017
andrewdavidwong
added this to the Release 4.0 milestone
Nov 30, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Duplicate of #3238 (already fixed) |
marmarek
closed this
Dec 22, 2017
marmarek
added
the
duplicate
label
Dec 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3hhh commentedNov 29, 2017
Qubes OS version:
4.0rc2
Affected TemplateVMs:
debian-8
Steps to reproduce the behavior:
qvm-lsin dom0sudo journalctl -b0in dom0Expected behavior:
qvm-lscalls don't clutter the log.Actual behavior:
Lots of entries such as
Nov 29 19:27:52 dom0 qubesd[1865]: QubesNoSuchPropertyError("Invalid property 'netvm' of dom0",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'dom0' arg=b'netvm' len(untrusted_payload)=0 Nov 29 19:27:52 dom0 qubesd[1865]: QubesNoSuchPropertyError("Invalid property 'ip' of dom0",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'dom0' arg=b'ip' len(untrusted_payload)=0or
Nov 29 19:27:52 dom0 qubesd[1865]: QubesNoSuchPropertyError("Invalid property 'template' of StandaloneVM",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'StandaloneVM' arg=b'template' len(untrusted_payload)=0Apparently some unchecked calls for non-existing VM properties lead to log entries.
General notes:
If it's not qvm-ls, please let me know. I just noticed that the rate of logs increased when I called qvm-ls. This noise consumes ~70% of my current log.