unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* help with network configuration
@ 2022-02-24 21:47 Cássio Tavares
  2022-02-25 18:35 ` Cássio Tavares
  0 siblings, 1 reply; 2+ messages in thread
From: Cássio Tavares @ 2022-02-24 21:47 UTC (permalink / raw)
  To: help-guix

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

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

* Re: help with network configuration
  2022-02-24 21:47 help with network configuration Cássio Tavares
@ 2022-02-25 18:35 ` Cássio Tavares
  0 siblings, 0 replies; 2+ messages in thread
From: Cássio Tavares @ 2022-02-25 18:35 UTC (permalink / raw)
  To: help-guix

Well, it's working now. I just removed the `connman-configuration`
declaration and everything worked. I still don't understand why that was a
problem, though -- all of it seems a little weird to me. I found nothing on
the internet about this error that I was getting.

Anyway, problem solved.
Thanks

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

end of thread, other threads:[~2022-02-25 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 21:47 help with network configuration Cássio Tavares
2022-02-25 18:35 ` Cássio Tavares

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).