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

4.0rc1 - VPN-only VM doesn't show up in widget #3019

Closed
seandilda opened this Issue Aug 13, 2017 · 5 comments

Comments

Projects
None yet
4 participants
@seandilda

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

4.0rc1

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

fedora-25

Expected behavior:

I should be able to manage VPN settings for a NetVM in the widget. This VM uses sys-net for its NetVM and some (but not all) of the other AppVMs use this vpn VM for their NetVM.

Actual behavior:

The VPN settings are only manageable through the widget if I unset the 'NetVM' value on my VpnVM - which means I can't use it for establishing a VPN session.

Steps to reproduce the behavior:

Create a new VM, select 'Provides network'. Edit VM to ensure NetVM is set, turn on VM. See its not shown in the widget.

General notes:

I know some NetVMs (it sys-firewall) shouldn't show up in the widget. Maybe another flag would be useful so I could specify 'Provides VPN services' or 'Needs networking UI'


Related issues:

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 13, 2017

Member

Go to 'Services' tab in VM settings and add 'network-manager' entry. This will enable NetworkManager widget in this VM. See here for other available values.

Member

marmarek commented Aug 13, 2017

Go to 'Services' tab in VM settings and add 'network-manager' entry. This will enable NetworkManager widget in this VM. See here for other available values.

@seandilda

This comment has been minimized.

Show comment
Hide comment
@seandilda

seandilda Aug 13, 2017

Thanks!

I'd already added the network-manager bit. Unfortunately, I'm still seeing the problem. I've figured out that if I configure my VPN vm with a NetVM of none and start it, it will show up in the widget. I can then edit it live to use a NetVM of sys-net and it'll then show connected in the widget. Unfortunately, if I then shutdown and start the VPN VM again, it doesn't show up in the widget after that.

Thanks!

I'd already added the network-manager bit. Unfortunately, I'm still seeing the problem. I've figured out that if I configure my VPN vm with a NetVM of none and start it, it will show up in the widget. I can then edit it live to use a NetVM of sys-net and it'll then show connected in the widget. Unfortunately, if I then shutdown and start the VPN VM again, it doesn't show up in the widget after that.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 13, 2017

Member

Indeed looks like notifying VM about enabled 'network-manager' service is broken.

Member

marmarek commented Aug 13, 2017

Indeed looks like notifying VM about enabled 'network-manager' service is broken.

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

fix and enable ServicesExtension
This extension is responsible for communicating service.* features to
VMs - in other words, qvm-service framework

Fixes QubesOS/qubes-issues#3019

@marmarek marmarek referenced this issue in QubesOS/qubes-core-admin Aug 14, 2017

Merged

Misc fixes #143

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Aug 27, 2017

Automated announcement from builder-github

The package qubes-core-dom0-4.0.6-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.6-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 Aug 27, 2017

Closed

core-admin v4.0.6 (r4.0) #194

@qubesos-bot

This comment has been minimized.

Show comment
Hide comment
@qubesos-bot

qubesos-bot Oct 30, 2017

Automated announcement from builder-github

The package qubes-core-dom0-4.0.11-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.11-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