unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#54398: Adding network-manager-openvpn requires a full reboot
@ 2022-03-15 15:24 Maxim Cournoyer
  2022-03-15 16:32 ` Maxime Devos
  0 siblings, 1 reply; 2+ messages in thread
From: Maxim Cournoyer @ 2022-03-15 15:24 UTC (permalink / raw)
  To: 54398

Hello Guix,

I've been bitten by this before, and again this morning, so I'm
reporting this behavior as a bug.

The struggle looks a bit like this:

1. Add the 'network-manager-openvpn' plugin to your
'network-manager-configuration', like so:

--8<---------------cut here---------------start------------->8---
(modify-services %desktop-services
 [...]
 (network-manager-service-type config =>
 		               (network-manager-configuration
			        (inherit config)
			        (vpn-plugins (list network-manager-openvpn))))
--8<---------------cut here---------------end--------------->8---

2. 'guix system reconfigure' your system with the change

3. Try configuring/importing an OpenVPN connection; it fails because the
plugin hasn't yet been made available.

4. Restart the networking service and relogin.

5. Now it seems to be functional, but the connection fails to be
established, with a timeout error.

6. Reboot the machine.

7. Try again: it now works.

Thanks,

Maxim




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-15 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 15:24 bug#54398: Adding network-manager-openvpn requires a full reboot Maxim Cournoyer
2022-03-15 16:32 ` Maxime Devos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).