all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Cássio Tavares" <cassio.ufg@gmail.com>
To: help-guix@gnu.org
Subject: help with network configuration
Date: Thu, 24 Feb 2022 21:47:59 +0000	[thread overview]
Message-ID: <CAJTCCxPA8nLnYx2_qSQbf6vU-_tt3sfXRKpcHGHS3nRoTpFW2A@mail.gmail.com> (raw)

Hello there!

I'm having trouble setting up `connman`. This is my services declaration:

```
    (services
      (append
       (list
          (service wpa-supplicant-service-type)
         (service connman-service-type
            (connman-configuration
             (disable-vpn? #t)))
          (service openssh-service-type
           (openssh-configuration
              (port-number 2112)
             (permit-root-login 'prohibit-password)
              (password-authentication? #f)
             (x11-forwarding? #t)
              (accepted-environment '("COLORTERM"))))
          (service ntp-service-type)
         (service gpm-service-type)
          (service cups-service-type)
         (service elogind-service-type)
          (service sddm-service-type
           (sddm-configuration
              (display-server "wayland")
             (numlock "on")
              (theme "guix-simplyblack-sddm-theme")
             (xorg-configuration
                (xorg-configuration
                 (keyboard-layout %this-keyboard))))))
         %base-services))
```

This returns no error on `guix system reconfigure`. But when I try to run
`connmanctl state` (or any other `connmanctl` command) I get this error:

Error: the name net.connman is not provided by any .service files
>

So, what is going on, and how to fix it?

Thanks
Cássio

             reply	other threads:[~2022-02-24 21:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24 21:47 Cássio Tavares [this message]
2022-02-25 18:35 ` help with network configuration Cássio Tavares

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

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

  git send-email \
    --in-reply-to=CAJTCCxPA8nLnYx2_qSQbf6vU-_tt3sfXRKpcHGHS3nRoTpFW2A@mail.gmail.com \
    --to=cassio.ufg@gmail.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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.