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

Qubes R4 - VM does not start - QubesNoSuchPropertyError - Invalid property 'template' #3238

Closed
adrelanos opened this Issue Oct 27, 2017 · 5 comments

Comments

Projects
None yet
4 participants
@adrelanos
Member

adrelanos commented Oct 27, 2017

Oct 27 16:48:06 dom0 qubesd[12578]: QubesNoSuchPropertyError("Invalid property 'template' of debian-8",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'debian-8' arg=b'template' len(untrusted_payload)=0
Oct 27 16:48:06 dom0 qubesd[12578]: QubesNoSuchPropertyError("Invalid property 'template' of debian-stretch",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'debian-stretch' arg=b'template' len(untrusted_payload)=0
Oct 27 16:48:06 dom0 qubesd[12578]: QubesNoSuchPropertyError("Invalid property 'template' of dom0",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'dom0' arg=b'template' len(untrusted_payload)=0
Oct 27 16:48:06 dom0 qubesd[12578]: 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
Oct 27 16:48:06 dom0 qubesd[12578]: QubesNoSuchPropertyError("Invalid property 'template' of fedora-25",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'fedora-25' arg=b'template' len(untrusted_payload)=0
Oct 27 16:48:06 dom0 qubesd[12578]: QubesNoSuchPropertyError("Invalid property 'template' of whonix-gw",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'whonix-gw' arg=b'template' len(untrusted_payload)=0
Oct 27 16:48:06 dom0 qubesd[12578]: QubesNoSuchPropertyError("Invalid property 'template' of whonix-ws",) while calling src=b'dom0' meth=b'admin.vm.property.Get' dest=b'whonix-ws' arg=b'template' len(untrusted_payload)=0
@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos Oct 27, 2017

Member

Quite a critical bug. The invalid property could instead of template be also monitor-layout (seen in journal) or something else, which prevents at the moment my sys-usb from starting, therefore no more mice access.

Member

adrelanos commented Oct 27, 2017

Quite a critical bug. The invalid property could instead of template be also monitor-layout (seen in journal) or something else, which prevents at the moment my sys-usb from starting, therefore no more mice access.

@adrelanos adrelanos changed the title from Qubes R4 - QubesNoSuchPropertyError - Invalid property 'template' to Qubes R4 - VM does not start - QubesNoSuchPropertyError - Invalid property 'template' Oct 27, 2017

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 27, 2017

Member

Those messages are normal - not all VMs have template (TemplateVM do not have template property itself), but qvm-ls do try to check template of every displayed VMs. Those messages are totally unrelated to VM startup. Similar messages about monitor-layout are also normal.

Member

marmarek commented Oct 27, 2017

Those messages are normal - not all VMs have template (TemplateVM do not have template property itself), but qvm-ls do try to check template of every displayed VMs. Those messages are totally unrelated to VM startup. Similar messages about monitor-layout are also normal.

@adrelanos

This comment has been minimized.

Show comment
Hide comment
@adrelanos

adrelanos Oct 31, 2017

Member

Alright. Do you think a change of the log output would be useful here?

Member

adrelanos commented Oct 31, 2017

Alright. Do you think a change of the log output would be useful here?

@andrewdavidwong andrewdavidwong added UX and removed bug labels Nov 1, 2017

marmarek added a commit to marmarek/qubes-core-admin that referenced this issue Nov 7, 2017

api: do not log handled errors sent to a client
Those "errors" are already properly handled, and if necessary logged
independently by appropriate function. In some cases, such logs are
misleading (for example QubesNoSuchPropertyError is a normal thing
happening during qvm-ls).

Fixes QubesOS/qubes-issues#3238

marmarek added a commit to marmarek/qubes-core-admin that referenced this issue Nov 7, 2017

api: do not log handled errors sent to a client
Those "errors" are already properly handled, and if necessary logged
independently by appropriate function. In some cases, such logs are
misleading (for example QubesNoSuchPropertyError is a normal thing
happening during qvm-ls).

Fixes QubesOS/qubes-issues#3238
@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Nov 21, 2017

Automated announcement from builder-github

The package qubes-core-dom0-4.0.12-1.fc25 has been pushed to the r4.0 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

Automated announcement from builder-github

The package qubes-core-dom0-4.0.12-1.fc25 has been pushed to the r4.0 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

@qubesos-bot qubesos-bot referenced this issue in QubesOS/updates-status Nov 21, 2017

Closed

core-admin v4.0.12 (r4.0) #313

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Dec 12, 2017

Automated announcement from builder-github

The package qubes-core-dom0-4.0.14-1.fc25 has been pushed to the r4.0 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Automated announcement from builder-github

The package qubes-core-dom0-4.0.14-1.fc25 has been pushed to the r4.0 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment