GNU bug report logs - #54923
more than one target service of type 'account'

Previous Next

Package: guix;

Reported by: raingloom <raingloom <at> riseup.net>

Date: Thu, 14 Apr 2022 04:50:01 UTC

Severity: normal

Tags: moreinfo

To reply to this bug, email your comments to 54923 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#54923; Package guix. (Thu, 14 Apr 2022 04:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to raingloom <raingloom <at> riseup.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 14 Apr 2022 04:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: raingloom <raingloom <at> riseup.net>
To: Guix Bugs <bug-guix <at> gnu.org>
Subject: more than one target service of type 'account'
Date: Thu, 14 Apr 2022 06:49:18 +0200
[Message part 1 (text/plain, inline)]
> more than one target service of type 'account'

I did not add any new service, I just modified openssh-service-type.

```
(operating-system
    (inherit os)
    (services
     (modify-services
         (operating-system-services os)
         (openssh-service-type
          config =>
          (openssh-configuration
           (inherit config)
           (permit-root-login 'without-password))))))
```

Full system description in attachment.
[installer.scm (text/x-scheme, attachment)]

Information forwarded to bug-guix <at> gnu.org:
bug#54923; Package guix. (Wed, 08 Jun 2022 20:20:02 GMT) Full text and rfc822 format available.

Message #8 received at 54923 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: raingloom <raingloom <at> riseup.net>
Cc: 54923 <at> debbugs.gnu.org
Subject: Re: bug#54923: more than one target service of type 'account'
Date: Wed, 08 Jun 2022 16:19:17 -0400
Hello!

raingloom <raingloom <at> riseup.net> writes:

>> more than one target service of type 'account'
>
> I did not add any new service, I just modified openssh-service-type.
>
> ```
> (operating-system
>     (inherit os)
>     (services
>      (modify-services
>          (operating-system-services os)
>          (openssh-service-type
>           config =>
>           (openssh-configuration
>            (inherit config)
>            (permit-root-login 'without-password))))))
> ```

I think it's becaused you used operating-system-services instead of
operating-system-user-services; could you try again with the later?

Thanks,

Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 08 Jun 2022 20:23:02 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.