From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25573: Adding btrfs support may break reconfigured system Date: Tue, 31 Jan 2017 23:23:07 +0100 Message-ID: <87h94eeuno.fsf@gnu.org> References: <87wpddzqsz.fsf@gmail.com> <87sho0evfm.fsf@gnu.org> <87bmuni1di.fsf@gmail.com> 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]:50604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cYgqL-0004Nm-EV for bug-guix@gnu.org; Tue, 31 Jan 2017 17:24:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cYgqI-00034B-BB for bug-guix@gnu.org; Tue, 31 Jan 2017 17:24:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54430) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cYgqI-000343-8H for bug-guix@gnu.org; Tue, 31 Jan 2017 17:24:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cYgqI-0007Sw-2x for bug-guix@gnu.org; Tue, 31 Jan 2017 17:24:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87bmuni1di.fsf@gmail.com> (Alex Kost's message of "Tue, 31 Jan 2017 20:29:45 +0300") 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: Alex Kost Cc: 25573-done@debbugs.gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2017-01-30 10:41 +0100) wrote: > >> Hi, >> >> Alex Kost skribis: >> >>> Hello, recently I found that "guix system" makes a "broken" system for >>> me. When I boot a freshly created system, I get something like this: >>> >>> In procedure <...> at ./gnu/build/file-systems.scm:282:4 (device) >>> In procedure fport_seek: Invalid argument >>> >>> and I'm thrown at the Guile promt. >> >> I think this is due to =E2=80=98read-superblock=E2=80=99 trying to seek = beyond the end >> of one of the devices that=E2=80=99s on your machine. >> >> Could you try the attached patch and see if it solves the problem? > > Yes, guix makes a bootable system with this modification, thank you! Fixed in 2fe4ceee18f8687de8520d28dbfefc7bc3a7e084, thanks for testing! Ludo=E2=80=99.