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 upqvm-* tools looks for qrexec-client-vm in dom0 #2917
Comments
marmarek
added
bug
C: core
P: major
labels
Jul 18, 2017
marmarek
added this to the Release 4.0 milestone
Jul 18, 2017
marmarek
referenced this issue
in QubesOS/qubes-core-admin-client
Jul 18, 2017
Merged
Choose QubesLocal or QubesRemote based on /etc/qubes-release presence #17
marmarek
closed this
in
marmarek/qubes-core-admin-client@7b9ee45
Jul 18, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 18, 2017
Automated announcement from builder-github
The package qubes-core-admin-client_4.0.2-1+deb8u1 has been pushed to the r4.0 testing repository for the Debian jessie template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing jessie-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
qubesos-bot
commented
Jul 18, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-jessie-cur-test
label
Jul 18, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 18, 2017
Automated announcement from builder-github
The package python2-qubesadmin-4.0.2-0.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
qubesos-bot
commented
Jul 18, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
referenced this issue
in QubesOS/updates-status
Jul 18, 2017
Closed
core-admin-client v4.0.2 (r4.0) #145
qubesos-bot
added
the
r4.0-dom0-cur-test
label
Jul 18, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 18, 2017
Automated announcement from builder-github
The package qubes-core-admin-client_4.0.2-1+deb9u1 has been pushed to the r4.0 testing repository for the Debian stretch template.
To test this update, first enable the testing repository in /etc/apt/sources.list.d/qubes-*.list by uncommenting the line containing stretch-testing, then use the standard update command:
sudo apt-get update && sudo apt-get dist-upgrade
qubesos-bot
commented
Jul 18, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-stretch-cur-test
label
Jul 18, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 18, 2017
Automated announcement from builder-github
The package python2-qubesadmin-4.0.2-0.1.fc24 has been pushed to the r4.0 testing repository for the Fedora fc24 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.0-current-testing
qubesos-bot
commented
Jul 18, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-fc24-cur-test
label
Jul 18, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 18, 2017
Automated announcement from builder-github
The package python2-qubesadmin-4.0.2-0.1.fc25 has been pushed to the r4.0 testing repository for the Fedora fc25 template.
To test this update, please install it with the following command:
sudo yum update --enablerepo=qubes-vm-r4.0-current-testing
qubesos-bot
commented
Jul 18, 2017
|
Automated announcement from builder-github The package
|
marmarek commentedJul 18, 2017
Qubes OS version (e.g.,
R3.2): R4.0All qvm-* tools use Admin API, and can work from both dom0 and VM. The correct instance is chosen based on qubesd socket presence. If socket does not exists for some reason (qubesd not running?), tools look for qrexec-client-vm, which does not exists in dom0. The main issue here is confusing error message - it's hard to reason that lack of qrexec-client-vm means crashed qubesd.