From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: Re: new guix on Debian builder is amnesic about its builder group Date: Mon, 21 May 2018 16:13:33 +0000 Message-ID: <20180521161333.gr5lpnwa6q7yzgb5@abyayala> References: <20180521160630.gaanx46i47uabdqu@abyayala> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKnQm-0007mI-S3 for guix-devel@gnu.org; Mon, 21 May 2018 12:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fKnQl-0004Hp-PH for guix-devel@gnu.org; Mon, 21 May 2018 12:13:04 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:42600) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fKnQl-0004HT-EL for guix-devel@gnu.org; Mon, 21 May 2018 12:13:03 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id 9de8f531 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Mon, 21 May 2018 16:13:00 +0000 (UTC) Content-Disposition: inline In-Reply-To: <20180521160630.gaanx46i47uabdqu@abyayala> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Nils Gillmann transcribed 2.4K bytes: > Hi, > > this is the 3rd reinstall of Guix I'm doing because every reboot the daemon, > run with the defaul values, no changes, keeps forgetting about its group: > > build machine: > > root@cult ~ # guix build --verbosity=10 hello > guix build: error: build failed: the group `guixbuild' specified in `build-users-group' does not exist > > root@cult ~ # guix --version > guix (GNU Guix) d8ac79870132a00529825a09d73ad5cb7d2347bd > > master: > > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': woken up > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': trying to build > | | locking path `/gnu/store/i3jghzk0kc86lh8rzyl4vaa9gz6hkd5k-chromium-66.0.3359.139' > | | lock acquired on `/gnu/store/i3jghzk0kc86lh8rzyl4vaa9gz6hkd5k-chromium-66.0.3359.139.lock' > | | starting build hook > process 2890 acquired build slot '/var/guix/offload/192.168.1.198/0' > process 2890 acquired build slot '/var/guix/offload/cult.of.n0.is/0' > guix offload: error: failed to connect to '192.168.1.198': No route to host > load on machine 'cult.of.n0.is' is 0.0 (normalized: 0.0) > | | hook reply is `accept' > | | using hook to build path(s) `/gnu/store/i3jghzk0kc86lh8rzyl4vaa9gz6hkd5k-chromium-66.0.3359.139' > | | waiting for children > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': read 105 bytes > guix offload: error: build failed: the group `guixbuild' specified in `build-users-group' does not exist > | | waiting for children > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': got EOF > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': woken up > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': build done > | | builder process for `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv' finished > | | lock released on `/gnu/store/i3jghzk0kc86lh8rzyl4vaa9gz6hkd5k-chromium-66.0.3359.139.lock' > | | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': done > | building of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv': goal destroyed > guix package: error: build failed: build of `/gnu/store/ncm2gf31cfw400xnawgfdr53q03brckn-chromium-66.0.3359.139.drv' failed > > > > What's the fix for this annoyance? Anything I've missed recently? > Alternatively I'm open for field experience notes on Hetzner infrastructure (cloud and dedicated) or to talk to them about providing GuixSD as an option ISO image (my first attempt was not succesful).