all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guixsd system reconfigure errors
@ 2018-07-23  8:01 Divan Santana
  2018-08-02  7:16 ` Chris Marusich
  0 siblings, 1 reply; 3+ messages in thread
From: Divan Santana @ 2018-07-23  8:01 UTC (permalink / raw)
  To: help-guix@gnu.org

Hi Guix,

A couple of errors I get upon a reconfigure:

--8<---------------cut here---------------start------------->8---
adding group 'tty'...
groupadd: GID '996' already exists
--8<---------------cut here---------------end--------------->8---


--8<---------------cut here---------------start------------->8---
~ ᐅ sudo grep tty /etc/passwd /etc/shadow /etc/group
Password:
~ ᐅ sudo grep 996 /etc/passwd /etc/shadow /etc/group
/etc/passwd:nobody:x:65534:996::/nonexistent:/gnu/store/1g9r9lk412srqwggv1wv33j4fby7jpg1-shadow-4.6/sbin/nologin
/etc/passwd:ntpd:x:999:996:NTP daemon user:/var/empty:/gnu/store/1g9r9lk412srqwggv1wv33j4fby7jpg1-shadow-4.6/sbin/nologin
/etc/passwd:geoclue:x:996:981:GeoClue daemon user:/var/empty:/run/current-system/profile/sbin/nologin
/etc/group:nogroup:x:996:
--8<---------------cut here---------------end--------------->8---

Not sure if the system got in a strange state as a result of me changing
my first user accounts name. Perhaps.

How can I fix the above?

Secondly:

--8<---------------cut here---------------start------------->8---
guix system: unloading service 'term-auto'...
shepherd: Removing service 'term-auto'...
shepherd: Done.
guix system: loading new services: user-homes term-auto...
shepherd: Evaluating user expression (register-services (primitive-load "/gnu/st?") #).
shepherd: Service user-homes could not be started.
shepherd: Service term-auto could not be started.
--8<---------------cut here---------------end--------------->8---

The last two lines. Are these normal safe to ignore errors? Known bug or
something specific to my system?

Thanks,
--
Divan

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

* Re: guixsd system reconfigure errors
  2018-07-23  8:01 guixsd system reconfigure errors Divan Santana
@ 2018-08-02  7:16 ` Chris Marusich
  2018-08-05 18:43   ` Divan Santana
  0 siblings, 1 reply; 3+ messages in thread
From: Chris Marusich @ 2018-08-02  7:16 UTC (permalink / raw)
  To: Divan Santana; +Cc: help-guix@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

Divan Santana <divan@santanas.co.za> writes:

> adding group 'tty'...
> groupadd: GID '996' already exists
>
> [...]
>
> Not sure if the system got in a strange state as a result of me changing
> my first user accounts name. Perhaps.

Could you share a minimal operating system configuration file that
reproduces the issue, and describe any specific steps you took that will
reproduce it (e.g., changing your first user account's name)?  You can
use "guix system vm" to quickly prototype a system for reproducing the
issue (see "Invoking guix system" in the manual), and this will make it
easier for everyone to pitch in and investigate.

> guix system: unloading service 'term-auto'...
> shepherd: Removing service 'term-auto'...
> shepherd: Done.
> guix system: loading new services: user-homes term-auto...
> shepherd: Evaluating user expression (register-services (primitive-load "/gnu/st?") #).
> shepherd: Service user-homes could not be started.
> shepherd: Service term-auto could not be started.
>
> The last two lines. Are these normal safe to ignore errors? Known bug or
> something specific to my system?

During reconfigure, Guix does not (currently) attempt to restart
currently running services.  So this is normal.  When you reboot, the
new version of the services should be used; you should reboot and verify
that they are running to complete the reconfigure action.  If things
don't work out, you can always select the previous version from the GRUB
menu or run "guix system roll-back" to go back to the previous system
generation.

Hope that helps!

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

* Re: guixsd system reconfigure errors
  2018-08-02  7:16 ` Chris Marusich
@ 2018-08-05 18:43   ` Divan Santana
  0 siblings, 0 replies; 3+ messages in thread
From: Divan Santana @ 2018-08-05 18:43 UTC (permalink / raw)
  To: Chris Marusich; +Cc: help-guix@gnu.org

>> adding group 'tty'...
>> groupadd: GID '996' already exists
>>
>> [...]
>>
>> Not sure if the system got in a strange state as a result of me changing
>> my first user accounts name. Perhaps.
>
> Could you share a minimal operating system configuration file that
> reproduces the issue, and describe any specific steps you took that will
> reproduce it (e.g., changing your first user account's name)?  You can
> use "guix system vm" to quickly prototype a system for reproducing the
> issue (see "Invoking guix system" in the manual), and this will make it
> easier for everyone to pitch in and investigate.

OK. Cool. I'll try do that sometime and feedback.

>> guix system: unloading service 'term-auto'...
>> shepherd: Removing service 'term-auto'...
>> shepherd: Done.
>> guix system: loading new services: user-homes term-auto...
>> shepherd: Evaluating user expression (register-services (primitive-load "/gnu/st?") #).
>> shepherd: Service user-homes could not be started.
>> shepherd: Service term-auto could not be started.
>>
>> The last two lines. Are these normal safe to ignore errors? Known bug or
>> something specific to my system?
>
> During reconfigure, Guix does not (currently) attempt to restart
> currently running services.  So this is normal.  When you reboot, the
> new version of the services should be used; you should reboot and verify
> that they are running to complete the reconfigure action.  If things
> don't work out, you can always select the previous version from the GRUB
> menu or run "guix system roll-back" to go back to the previous system
> generation.

Ah, ok.

> Hope that helps!

It does thanks.

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

end of thread, other threads:[~2018-08-05 19:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-23  8:01 guixsd system reconfigure errors Divan Santana
2018-08-02  7:16 ` Chris Marusich
2018-08-05 18:43   ` Divan Santana

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.