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

Need easy way to check if VM is running #2103

Closed
tasket opened this Issue Jun 21, 2016 · 8 comments

Comments

Projects
None yet
2 participants
@tasket

tasket commented Jun 21, 2016

Qubes OS version (e.g., R3.1):

R3.1

Affected TemplateVMs (e.g., fedora-23, if applicable):

(dom0)


Expected behavior:

Something like:
$ qvm-check --isrunning vmname
VM vmname is running
(returns 0)

Actual behavior:

I guess qvm-ls can support this, but its cumbersome.

Steps to reproduce the behavior:

General notes:

Maybe fold this into qvm-check as an option?


Related issues:

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jun 21, 2016

Member

Yes, good idea. Should be trivial (vm.is_running()). Do you care to send a pull request (qubes-core-admin repo)?

Member

marmarek commented Jun 21, 2016

Yes, good idea. Should be trivial (vm.is_running()). Do you care to send a pull request (qubes-core-admin repo)?

@tasket

This comment has been minimized.

Show comment
Hide comment
@tasket

tasket Jun 21, 2016

Yes, I'll implement it.

tasket commented Jun 21, 2016

Yes, I'll implement it.

andrewdavidwong added a commit that referenced this issue Jun 22, 2016

@tasket

This comment has been minimized.

Show comment
Hide comment
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jun 24, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.2.4-1.fc23 has been pushed to the r3.2 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

Member

marmarek commented Jun 24, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.2.4-1.fc23 has been pushed to the r3.2 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

andrewdavidwong added a commit that referenced this issue Jun 25, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jun 25, 2016

Member

@ttasket if you reference ticket from PR with full path (QubesOS/qubes-issues#ticket-no, or full ticket URL), it will be linked here automatically.

Member

marmarek commented Jun 25, 2016

@ttasket if you reference ticket from PR with full path (QubesOS/qubes-issues#ticket-no, or full ticket URL), it will be linked here automatically.

marmarek added a commit to QubesOS/qubes-core-admin that referenced this issue Jun 25, 2016

Add VM state options
New options: --running, --paused and --template
(cherry picked from commit 9dc4888)
Notes from origin:
    Fixes QubesOS/qubes-issues#2103
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jun 25, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.1.17-1.fc20 has been pushed to the r3.1 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

Member

marmarek commented Jun 25, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.1.17-1.fc20 has been pushed to the r3.1 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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 25, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.1.17-1.fc20 has been pushed to the r3.1 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

Member

marmarek commented Jul 25, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.1.17-1.fc20 has been pushed to the r3.1 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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jul 28, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.2.7-1.fc23 has been pushed to the r3.2 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

Member

marmarek commented Jul 28, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.2.7-1.fc23 has been pushed to the r3.2 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