From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: /gnu/store/ corruption on crash Date: Thu, 25 Feb 2016 18:54:42 +0100 Message-ID: <87y4a84qvx.fsf@gnu.org> References: <20160222221125.2d5e9c07@scratchpost.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]:60426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZ07m-0007aW-CI for guix-devel@gnu.org; Thu, 25 Feb 2016 12:54:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZ07h-0005HX-D6 for guix-devel@gnu.org; Thu, 25 Feb 2016 12:54:50 -0500 In-Reply-To: <20160222221125.2d5e9c07@scratchpost.org> (Danny Milosavljevic's message of "Mon, 22 Feb 2016 22:11:25 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Danny Milosavljevic Cc: guix-devel@gnu.org Danny Milosavljevic skribis: > I've got a problem on an X200 where, after I did standby 3 times, it will= wake up fine but at the first larger disk access hang the machine. > > This E-Mail is not directly about that problem. > > However, this time, guix did package install when that happened and now /= gnu/store/ is corrupted. > > /gnu/store/7k7wicjr8rpb65h2f33j8ibpmffwjp6d-fontconfig-2.11.94.tar.bz2.dr= v now has 0 Byte. > > Should it be possible for that to happen? .drv files should never be empty, so it=E2=80=99s definitely a corruption. You can try =E2=80=98guix gc --verify=E2=80=99 or =E2=80=98guix gc --verify= =3Dcontents=E2=80=99 (expensive.) HTH, Ludo=E2=80=99.