emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45830: closed (Assert, that user and group names are unique -> break


From: GNU bug Tracking System
Subject: bug#45830: closed (Assert, that user and group names are unique -> breaks guix system reconfigure)
Date: Tue, 12 Jan 2021 23:54:01 +0000

Your message dated Wed, 13 Jan 2021 00:53:10 +0100
with message-id 
<d33df2f4d5acdc35647f22884f475a6c0e4b5854.camel@student.tugraz.at>
and subject line Re: Assert, that user and group names are unique -> breaks 
guix system reconfigure
has caused the debbugs.gnu.org bug report #45830,
regarding Assert, that user and group names are unique -> breaks guix system 
reconfigure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45830: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45830
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Assert, that user and group names are unique -> breaks guix system reconfigure Date: Wed, 13 Jan 2021 00:03:27 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.6.1
Hi Leo,

your commit a3002104:
system: Assert, that user and group names are unique.

breaks `guix system reconfigure` for me and other people (at least two
in IRC).

$ guix system reconfigure config.scm
guix system: error: the following groups appear more than once: lp

$ sudo grep lp /etc/group
lp:x:989:

lpadmin:x:975:

$ sudo grep lp /etc/passwd
lp:!:18467::::::

The same happend on my server with the `nginx` group.

I reverted it for the mean time, as I find it pretty grave...

~Jonathan



--- End Message ---
--- Begin Message --- Subject: Re: Assert, that user and group names are unique -> breaks guix system reconfigure Date: Wed, 13 Jan 2021 00:53:10 +0100 User-agent: Evolution 3.34.2
Hello again,
Am Mittwoch, den 13.01.2021, 00:23 +0100 schrieb Leo Prikler:
> Hi Jonathan,
> 
> Am Mittwoch, den 13.01.2021, 00:03 +0100 schrieb Jonathan Brielmaier:
> > Hi Leo,
> > 
> > your commit a3002104:
> > system: Assert, that user and group names are unique.
> > 
> > breaks `guix system reconfigure` for me and other people (at least
> > two
> > in IRC).
> > 
> > $ guix system reconfigure config.scm
> > guix system: error: the following groups appear more than once: lp
> > 
> > $ sudo grep lp /etc/group
> > lp:x:989:
> > 
> > lpadmin:x:975:
> > 
> > $ sudo grep lp /etc/passwd
> > lp:!:18467::::::
> It would seem you have two or more services adding an lp group then. 
> Or one service and a manually defined one.
> 
> > The same happend on my server with the `nginx` group.
> Same problem here; you're probably adding an nginx group twice in
> some
> way.  This is especially concerning, given that it's groups twice –
> for
> some reason nothing is adding additional users or else that check
> would
> have been triggered first.
> 
> > I reverted it for the mean time, as I find it pretty grave...
> I would have preferred, if you could instead have demoted it to a
> warning.  I understand, that stuff suddenly breaking can be
> frustrating, but I doubt the configurations you're using are fine.
> 
> > ~Jonathan
> Regards,
> Leo
I've re-applied the patch with errors demoted to warnings.  I hope you
and the other people, who've reported this in IRC will be able to
figure out where the duplicate groups come from.

Regards,
Leo




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]