From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36442) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dmyWg-0003bm-CW for guix-patches@gnu.org; Wed, 30 Aug 2017 04:39:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dmyWc-00060A-GE for guix-patches@gnu.org; Wed, 30 Aug 2017 04:39:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52817) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dmyWc-000600-Ci for guix-patches@gnu.org; Wed, 30 Aug 2017 04:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dmyWc-0004Ku-6m for guix-patches@gnu.org; Wed, 30 Aug 2017 04:39:02 -0400 Subject: [bug#28288] [PATCH 2/2] WIP Resent-Message-ID: Date: Wed, 30 Aug 2017 10:38:00 +0200 From: Danny Milosavljevic Message-ID: <20170830103800.09ea6e31@scratchpost.org> In-Reply-To: <20170830073113.426bf8d3@cbaines.net> References: <20170830062010.11902-1-mail@cbaines.net> <20170830062010.11902-2-mail@cbaines.net> <20170830073113.426bf8d3@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 28288@debbugs.gnu.org Hi Christopher, On Wed, 30 Aug 2017 07:31:13 +0100 Christopher Baines wrote: > Currently, I get the following error when running this test. > > registering closures... > error: initialising database schema: disk I/O error > ERROR: In procedure scm-error: > ERROR: failed to register store items "/xchg/system" > > > I also need the patch from > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28273 otherwise I can't > even run the test. > > Danny, I guess you have been looking at installing from an ISO image as > well, as I spotted you added it to the release target. Have you been > able to successfully use it yet? Does that mean with the wip-installer-2 branch? Otherwise in master I always tested it using gnu/system/install.scm until it has booted up successfully, which it did. I've asked about the installation part before but there was no response. > When attempting to use it initially, I encountered a problem where a > glibc in the store was partially deleted. /var/guix/db/db.sqlite also > initially didn't exist, which the WIP patch here attempts to address. Hmm, do you have logs of the release creation process? Maybe xorriso complained?