From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22626: Postgres service fails on adding user Date: Thu, 11 Feb 2016 11:07:48 +0100 Message-ID: <87io1vtv9n.fsf@gnu.org> References: <8760xwhzpt.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aToBN-0001MQ-EE for bug-guix@gnu.org; Thu, 11 Feb 2016 05:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aToBK-000411-6r for bug-guix@gnu.org; Thu, 11 Feb 2016 05:09:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aToBK-00040g-3M for bug-guix@gnu.org; Thu, 11 Feb 2016 05:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aToBJ-0008WL-Ve for bug-guix@gnu.org; Thu, 11 Feb 2016 05:09:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8760xwhzpt.fsf@dustycloud.org> (Christopher Allan Webber's message of "Wed, 10 Feb 2016 16:13:19 -0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Christopher Allan Webber Cc: 22626@debbugs.gnu.org Christopher Allan Webber skribis: > Heya all... guix system config attached. I tried doing a guix system > reconfigure and it failboat'ed. Here's what happened: > > adding user 'postgres'... > useradd: group 'postgres' does not exist Normally just above that there should be: adding group 'postgres' Could it be that adding the group silently failed? What does /etc/group shows? (When testing in =E2=80=98guix system vm=E2=80=99, everything works well.) Thanks, Ludo=E2=80=99.