unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Divan Santana <divan@santanas.co.za>
To: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Cc: 37369@debbugs.gnu.org, help-guix@gnu.org
Subject: Re: bug#37369: Getting network-manager-openconnect to work
Date: Thu, 03 Oct 2019 13:51:01 +0200	[thread overview]
Message-ID: <875zl6dp3u.fsf@santanas.co.za> (raw)
In-Reply-To: <20190928164704.vtky5rof6wtlu5cu@pelzflorian.localdomain>


pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de> writes:

> On Sat, Sep 28, 2019 at 04:16:40PM +0200, Divan Santana wrote:
>> So firstly I can't edit the connection as my user, without sudo. Not
>> sure if I need to be in some group to do that?
>>
>
> P.S. I use
>
>  (users (cons (user-account
>                (name "florian")
>                (comment "Florian Pelz")
>                (group "users")
>                (supplementary-groups '("wheel" "netdev"
>                                        "audio" "video"
>                                        "httpd" "kvm"))
>                (home-directory "/home/florian"))
>               %base-user-accounts))
>
> which is the default when installing Guix with the GNOME desktop plus
> unrelated httpd and kvm.
> netdev group seems relevant.

This is mine

 (users (cons (user-account
               (name "ds")
               (comment "Divan Santana")
               (group "users")
               (supplementary-groups
                '("adbusers"            ;for adb
                  "wheel" "kvm" "audio" "video" "lp"
                  "docker"
                  ;; "lpadmin"
                  "cdrom" "netdev"))
               ;;(shell #~(string-append #$zsh "/bin/zsh"))
               (home-directory "/home/ds"))
              %base-user-accounts))

Already had netdev. Seems same as yours. I'll look into it more
sometime.

Thanks

  reply	other threads:[~2019-10-03 11:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-10  9:57 Getting network-manager-openconnect to work Divan Santana
2019-09-10 11:21 ` pelzflorian (Florian Pelz)
2019-09-11  7:38   ` bug#37369: " Efraim Flashner
2019-09-11 11:39     ` pelzflorian (Florian Pelz)
2019-09-11 20:46   ` Ludovic Courtès
2019-09-12  5:34     ` pelzflorian (Florian Pelz)
2019-09-16 15:57       ` Ludovic Courtès
2019-09-16 16:06         ` pelzflorian (Florian Pelz)
2019-09-27 16:37           ` bug#37369: " pelzflorian (Florian Pelz)
2019-09-28 14:00             ` Divan Santana
2019-09-28 14:16             ` Divan Santana
2019-09-28 15:34               ` pelzflorian (Florian Pelz)
2019-09-29  7:54                 ` pelzflorian (Florian Pelz)
2019-09-28 16:47               ` pelzflorian (Florian Pelz)
2019-10-03 11:51                 ` Divan Santana [this message]
2019-09-16 11:53   ` pelzflorian (Florian Pelz)

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=875zl6dp3u.fsf@santanas.co.za \
    --to=divan@santanas.co.za \
    --cc=37369@debbugs.gnu.org \
    --cc=help-guix@gnu.org \
    --cc=pelzflorian@pelzflorian.de \
    /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).