From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Frequent git repository corruptions Date: Sun, 30 Sep 2018 15:07:19 -0400 Message-ID: <87muryby8o.fsf@netris.org> References: <87lg7ofudd.fsf@ambrevar.xyz> <87d0szcqpd.fsf@netris.org> <877ej7jr7v.fsf@ambrevar.xyz> <87a7o1n4o2.fsf@ambrevar.xyz> <87ftxthhok.fsf@tobias.gr> <877ej5n1sn.fsf@ambrevar.xyz> <87lg7k1n8i.fsf@ambrevar.xyz> <20180929210857.6edfa804@alma-ubu> <87tvm7w4ev.fsf@ambrevar.xyz> <87efdbcg7u.fsf@tobias.gr> <87d0svcg0i.fsf@tobias.gr> <87bm8fcffm.fsf@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g6h47-0002yw-QM for help-guix@gnu.org; Sun, 30 Sep 2018 15:07:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g6h43-0002dG-O5 for help-guix@gnu.org; Sun, 30 Sep 2018 15:07:39 -0400 Received: from world.peace.net ([64.112.178.59]:42422) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g6h43-0002c8-Hn for help-guix@gnu.org; Sun, 30 Sep 2018 15:07:35 -0400 In-Reply-To: <87bm8fcffm.fsf@tobias.gr> (Tobias Geerinckx-Rice's message of "Sun, 30 Sep 2018 14:55:57 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Tobias Geerinckx-Rice Cc: help-guix@gnu.org Tobias Geerinckx-Rice writes: > Tobias Geerinckx-Rice wrote: >> Pierre Neidhardt wrote: >>> Yup, that's what I've found out as well. >>> >>> There is an AUR package for memtest86 (no +) on EFI: >>> >>> https://aur.archlinux.org/packages/memtest86-efi/ > > I stand by my initial pronouncement: > >> Say no more :-) That is proprietary software. > > Only the old, unmaintained (and notably non-UEFI) version 4 is > GPL2. Newer versions are mystery meat.[1] Oh, that's unfortunate :-( Does anyone know of free software that can test all of the RAM in a machine and that runs on systems with UEFI? Failing that, there's 'memtester' which runs as a normal program under Linux (the kernel). This method is unable to test RAM that's allocated to the kernel or to other processes, but if you stop as many services as possible and run it from a text terminal, it should be able to test most of the RAM. We don't yet have 'memtester' in Guix, but it looks like it should be easy to package. Mark