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

QubesNoSuchPropertyError by qvm-ls #3350

Closed
3hhh opened this Issue Nov 29, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@3hhh

3hhh commented Nov 29, 2017

Qubes OS version:

4.0rc2

Affected TemplateVMs:

debian-8

Steps to reproduce the behavior:

  1. qvm-ls in dom0

  2. sudo journalctl -b0 in dom0

Expected behavior:

qvm-ls calls 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)=0

or

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)=0

Apparently 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.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Dec 22, 2017

Member

Duplicate of #3238 (already fixed)

Member

marmarek commented Dec 22, 2017

Duplicate of #3238 (already fixed)

@marmarek marmarek closed this Dec 22, 2017

@marmarek 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