From: swedebugia@riseup.net
To: 33832@debbugs.gnu.org
Subject: bug#33832: The VPN service 'org.freedesktop.NetworkManager.openvpn' was not installed.
Date: Fri, 21 Dec 2018 19:28:50 -0800 [thread overview]
Message-ID: <acb0d8532c0ad030b5b57c2ff800580b@riseup.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 1042 bytes --]
Dec 22 04:21:24 localhost NetworkManager[289]: <info> [1545448884.2537]
audit: op="connection-activate"
uuid="c3d6b24a-d67c-48a9-8695-2e9dd83c1b07" name="Riseup VPN" pid=414
uid=1000 result="fail" reason="The VPN service
'org.freedesktop.NetworkManager.openvpn' was not installed."
Dec 22 04:22:19 localhost NetworkManager[289]: <info> [1545448939.2045]
device (wlp3s0): set-hw-addr: set MAC address to AE:C7:48:B4:FE:7E
(scanning)
Dec 22 04:22:19 localhost vmunix: [ 3281.066433] IPv6:
ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 22 04:22:19 localhost NetworkManager[289]: <info> [1545448939.2203]
device (wlp3s0): supplicant interface state: inactive -> disabled
Dec 22 04:22:19 localhost NetworkManager[289]: <info> [1545448939.2557]
device (wlp3s0): supplicant interface state: disabled -> inactive
config attached were it is installed systemwide.
my user manifest is also attached were it is also installed.
sdb@antelope ~/src/guix$ guix --version
guix (GNU Guix) 0.16.0-3.6ddc63e
running from git.
--
Cheers
Swedebugia
[-- Attachment #2: config.scm --]
[-- Type: text/plain, Size: 4407 bytes --]
;; This is an operating system configuration template
;; for a "desktop" setup with GNOME and Xfce where the
;; root partition is encrypted with LUKS.
(use-modules (gnu) (gnu system nss))
(use-service-modules desktop networking)
(use-package-modules certs gnome
;; for my-base-packages
linux less base nano pciutils admin man texinfo
bash guile gawk compression)
(define %my-base-packages
;; Like upstream but without wifi-programs and zile.
;; Default set of packages globally visible. It should include anything
;; required for basic administrator tasks.
(cons* procps psmisc which less
;;zile
nano
pciutils usbutils
util-linux
inetutils isc-dhcp
(@ (gnu packages admin) shadow) ;for 'passwd'
;; wireless-tools is deprecated in favor of iw, but it's still what
;; many people are familiar with, so keep it around.
;;iw wireless-tools
iproute
net-tools ; XXX: remove when Inetutils suffices
man-db
info-reader ;the standalone Info reader (no Perl)
;; The 'sudo' command is already in %SETUID-PROGRAMS, but we also
;; want the other commands and the man pages (notably because
;; auto-completion in Emacs shell relies on man pages.)
sudo
;; Get 'insmod' & co. from kmod, not module-init-tools, since udev
;; already depends on it anyway.
kmod eudev
e2fsprogs kbd
bash-completion
;; XXX: We don't use (canonical-package guile-2.2) here because that
;; would create a collision in the global profile between the GMP
;; variant propagated by 'guile-final' and the GMP variant propagated
;; by 'gnutls', itself propagated by 'guix'.
guile-2.2
;; The packages below are also in %FINAL-INPUTS, so take them from
;; there to avoid duplication.
(map canonical-package
(list bash coreutils findutils grep sed
diffutils patch gawk tar gzip bzip2 xz lzip))))
(operating-system
(host-name "antelope")
(timezone "Europe/Paris")
(locale "en_US.utf8")
;; Use the UEFI variant of GRUB with the EFI System
;; Partition mounted on /boot/efi.
(bootloader (bootloader-configuration
(bootloader grub-bootloader)
(target "/dev/sda")))
(file-systems (cons (file-system
(device (file-system-label "my-root"))
(mount-point "/")
(type "ext4"))
%base-file-systems))
(swap-devices '("/dev/sda2"))
(users (cons (user-account
(name "sdb")
(comment "Alice's brother")
(group "users")
(supplementary-groups '("wheel" "netdev"
"audio" "video"))
(home-directory "/home/sdb"))
%base-user-accounts))
;; This is where we specify system-wide packages.
(packages (cons* nss-certs ;for HTTPS access
gvfs ;for user mounts
gnome-shell-extensions
network-manager-openvpn
%my-base-packages))
;; Add GNOME and/or Xfce---we can choose at the log-in
;; screen with F1. Use the "desktop" services, which
;; include the X11 log-in service, networking with
;; NetworkManager, and more.
(services (cons* (gnome-desktop-service)
;;(xfce-desktop-service)
(console-keymap-service "se-latin1")
(modify-services %desktop-services ; Add berlin as first priority
; substitute server
(guix-service-type config =>
(guix-configuration
(inherit config)
(substitute-urls '(
"https://berlin.guixsd.org https://mirror.hydra.gnu.org"))))
(network-manager-service-type config =>
(network-manager-configuration
(inherit config)
(vpn-plugins (list network-manager-openvpn)))))))
;; Allow resolution of '.local' host names with mDNS.
;;(name-service-switch %mdns-host-lookup-nss)
)
[-- Attachment #3: sdb.scm --]
[-- Type: text/plain, Size: 1606 bytes --]
(specifications->manifest
'(
;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Base
;;;;;;;;;;;;;;;;;;;;;;;;;;;
"android-udev-rules"
"glibc-utf8-locales"
"gnupg"
"recutils"
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Guix development deps :D
;;;;;;;;;;;;;;;;;;;;;;;;;;;;
"automake"
"autoconf"
"bzip2"
"ccache"
"emacs-geiser"
;;"emacs-guix" ;pulls in a guix with no substitute available.
"emacs-magit"
"emacs-markdown-mode"
"emacs-no-x"
"emacs-paredit"
"emacs-rainbow-delimiters"
;;"emacs-gnus"
;;"emacs-mu4e"
;;"mu" ; maildir search ; pulls in xapian no sub
"gcc"
"gettext"
"git"
"graphviz"
"guile-colorized"
"guile-json"
"guile-gcrypt"
"guile-readline"
"guile-sparql"
"gzip"
"help2man"
;;"jq" ;json multitool
"libgcrypt"
"make"
"po4a"
"openssh"
"readline"
"screen"
"sqlite"
"texinfo"
"tig" ; Ncurses git log viewer
"unzip"
"zlib"
;;;;;;;;;;;;;;;;;;;;;
;; Console GUI :)
;;;;;;;;;;;;;;;;;;;;;
"mc" ; GNU Midnight Commander :D
"mps-youtube"
;;;;;;;;;;;;;;;;;;;;;
;; GUI
;;;;;;;;;;;;;;;;;;;;;
"dillo"
"gnome-screenshot"
"gnome-tweak-tool"
;; Gstreamer for html5 videos to work in browsers
"gst-libav"
"gst-plugins-base"
"gst-plugins-good"
;;"icecat" ; rust is not built yet :-/
"network-manager-openvpn"
"mpv"
"sbcl-next"
"tilda"
"vimb"
"workrave"
;; Test
;;"youtube-viewer" ;bug: pulls in gtk
;;"youtube-dl-gui" wxpython takes forever to build
;; Missing
;; nautilus plugins
;; gedit plugins
))
next reply other threads:[~2018-12-22 3:30 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-22 3:28 swedebugia [this message]
2019-01-09 12:54 ` bug#33832: The VPN service 'org.freedesktop.NetworkManager.openvpn' was not installed Maxim Cournoyer
2019-01-10 12:51 ` Maxim Cournoyer
2019-02-19 20:10 ` Tomáš Čech
2019-03-06 13:19 ` Ludovic Courtès
2019-03-06 13:29 ` Tomáš Čech
2019-06-24 19:34 ` Jelle Licht
2019-06-26 8:20 ` Tomáš Čech
2019-09-27 20:46 ` Jelle Licht
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=acb0d8532c0ad030b5b57c2ff800580b@riseup.net \
--to=swedebugia@riseup.net \
--cc=33832@debbugs.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.
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).