You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have NetworkManger installed (as a roundabout dependency of cinnamon-screensaver), but at the moment I use systemd-networkd to manage network connections. vopono exec fails:
$ vopono exec --provider PrivateInternetAccess --server us_new_york true
2021-08-12T02:10:19.814Z INFO vopono::util > Calling sudo for elevated privileges, current user will be used as default user
2021-08-12T02:10:20.126Z INFO vopono::util > Chosen config: /home/cebtenzzre/.config/vopono/pia/openvpn/us_new_york.ovpn
2021-08-12T02:10:20.128Z INFO vopono::netns > Created new network namespace: vopono_pia_us_new_york
Error: failed to reload connections: NetworkManager is not running.
2021-08-12T02:10:20.136Z INFO vopono::netns > Shutting down vopono namespace - as there are no processes left running inside
Error: Failed to reload NetworkManager configuration
Caused by:
Command failed: nmcli connection reload
It would be convenient if vopono checked the result of nmcli general status (which exits with status 8 if NetworkManager is not running) before trying to communicate with it.
The text was updated successfully, but these errors were encountered:
I have NetworkManger installed (as a roundabout dependency of cinnamon-screensaver), but at the moment I use systemd-networkd to manage network connections.
vopono exec
fails:It would be convenient if vopono checked the result of
nmcli general status
(which exits with status 8 if NetworkManager is not running) before trying to communicate with it.The text was updated successfully, but these errors were encountered: