unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Johannes Laute <j.laute3@googlemail.com>
To: help-guix@gnu.org
Subject: Openvpn and NetworkManager
Date: Sat, 23 Dec 2017 23:28:29 +0000	[thread overview]
Message-ID: <CAO8YPGQEnXt=Z8TBwrDVKT_5DR=6i0MTwtmYKhnYR6Z9eDdK6Q@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1513 bytes --]

Hi,

I'm trying to get openvpn and the NetworkManager plugin to work together
but I am having some troubles.

I started with installing both packages, but the openvpn plugin specific
menu options did not show up in the connection menu.

I read the documentation and noticed the "vpn-plugins" option in the
network-manager service declaration, so I added the network-manager-openvpn
service like this:

(modify-services %desktop-services
         (network-manager-service-type config =>
                                       (network-manager-configuration
                                       (inherit config)
                                       (vpn-plugins (list
network-manager-openvpn)))))))

After that, it now shows up and I can import openvpn connections (I noticed
it added a NM_VPN_PLUGIN_DIR environment variable) but I cannot connect.
When I click connect simply nothing happens, and the following log is
emitted to /var/log/debug

Dec 23 23:09:49 localhost NetworkManager[345]: <info>  [1514070589.5044]
audit: op="connection-activate" uuid="36c09127-ffc0-4d46-9547-06e0ea214a15"
name="mullvad_de" pid=470 uid=1000 result="fail" reason="The VPN service
'org.freedesktop.NetworkManager.openvpn' was not installed.

I researched the error message and it seems common when people don't have
plugin installed (obviously), but I also found this:
https://github.com/NixOS/nixpkgs/issues/3539 which might be related.

I'm pretty new to guix and scheme so any help would be greatly appreciated

johannes

[-- Attachment #2: Type: text/html, Size: 1960 bytes --]

             reply	other threads:[~2017-12-23 23:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-23 23:28 Johannes Laute [this message]
2017-12-24  9:02 ` Openvpn and NetworkManager ng0
2017-12-24 23:03   ` Johannes Laute
2018-01-08 14:43     ` Ludovic Courtès
2018-01-11 12:39       ` Johannes Laute
2018-01-12 11:26         ` Ludovic Courtès
2018-01-12 17:54           ` Johannes Laute

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAO8YPGQEnXt=Z8TBwrDVKT_5DR=6i0MTwtmYKhnYR6Z9eDdK6Q@mail.gmail.com' \
    --to=j.laute3@googlemail.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).