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

Core doesn't start qrexec daemon when starting dependent VMs #160

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 29 Mar 2011 12:43 UTC
This can be easily seen when we have a firewallvm and netvm and firewallvm is set as default netvm in the system (and it depends on netvm). In that case the init.d/qubes_netvm start script starts the defeault netvm (so the firewallvm), which it turn requires it to start the dependent vms (so netvm), but doesn't start qrexec for the latter. As a result the user cannot use qvm-run to execute commands on the netvm (starting manually /usr/lib/qrexec_daemon fixes the problem).

Migrated-From: https://wiki.qubes-os.org/ticket/160

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by rafal on 31 Mar 2011 09:27 UTC
Fixed in http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=d6bdb85883d858dbc942543a2ae2b5b11f37140d
Its descendant, http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=b7698de251828d6391f63f28d454d6de5fbfeca6, is nice to have.

Now qrexec_daemon is started in vm.start(). Note that now we need to revert #128, reopened.

Member

marmarek commented Mar 8, 2015

Comment by rafal on 31 Mar 2011 09:27 UTC
Fixed in http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=d6bdb85883d858dbc942543a2ae2b5b11f37140d
Its descendant, http://git.qubes-os.org/?p=rafal/core.git;a=commit;h=b7698de251828d6391f63f28d454d6de5fbfeca6, is nice to have.

Now qrexec_daemon is started in vm.start(). Note that now we need to revert #128, reopened.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by rafal on 31 Mar 2011 09:27 UTC

Member

marmarek commented Mar 8, 2015

Modified by rafal on 31 Mar 2011 09:27 UTC

@marmarek marmarek closed this Mar 8, 2015

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