From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24390: VM with postgres service broken in master Date: Tue, 01 Nov 2016 22:02:59 +0100 Message-ID: <87y412ncak.fsf@gnu.org> References: <87mvjjwnl6.fsf@gnu.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]:57205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1gE3-00014N-LA for bug-guix@gnu.org; Tue, 01 Nov 2016 17:04:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1gDy-0000xa-OU for bug-guix@gnu.org; Tue, 01 Nov 2016 17:04:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52298) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c1gDy-0000xS-Le for bug-guix@gnu.org; Tue, 01 Nov 2016 17:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1c1gDy-0005Tp-Ef for bug-guix@gnu.org; Tue, 01 Nov 2016 17:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mvjjwnl6.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Wed, 07 Sep 2016 20:51:01 +0200") 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" To: Jan Nieuwenhuizen Cc: 24390@debbugs.gnu.org Hello! Jan Nieuwenhuizen skribis: > Creating the same vm with today's master > > 392a4e1 guix hash: Add --exclude-vcs option. > > and running it > > /gnu/store/fikrcvp5bz1f8f152hgrn94lx677s95l-run-vm.sh -enable-kvm -m = 2G -net nic,model=3Dvirtio -redir tcp:2223::2222 -redir tcp:5433::5432 & > > breaks like so (copied manually from graphical qemu box) > > Adding user guixbuilder10... > Adding user postgres... > ERROR: In procedure system*: > ERROR: Wrong type (expecting string): #t > ... > In ./gnu/build/activation.scm: > ... > 152:20 (add-user "postgres" "postgres" #:uid #f #:comment "Po#" #) > In unknown file: > 0 (system* "useradd" "-g" "postgres" "-c" "PostgresSQL" se#" #) Sorry for not answering earlier. I cannot reproduce it with v0.11.0-2111-g85533e2 and with the config you sent. Could you check on your side? Thanks, Ludo=E2=80=99.