From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix pull issue Date: Sat, 01 Sep 2018 16:52:43 +0200 Message-ID: <87k1o5cls4.fsf@gnu.org> References: 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]:36921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fw7GY-00083R-6S for help-guix@gnu.org; Sat, 01 Sep 2018 10:52:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fw7GX-0000mA-H8 for help-guix@gnu.org; Sat, 01 Sep 2018 10:52:46 -0400 In-Reply-To: (vikram sai balaji ulaganathan's message of "Thu, 30 Aug 2018 01:11:41 -0400") 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: vikram sai balaji ulaganathan Cc: help-guix@gnu.org Hello, vikram sai balaji ulaganathan skribis: > For a few weeks now, I have been trying to get guix pull to update > everything but get the below error. Guix is at .15.0 What does =E2=80=9Cuname -srvm=E2=80=9D return on this machine? > In guix/serialization.scm: > 371:23 3 (_ "bash") > 357:13 2 (dump _) > 225:6 1 (write-contents-from-port # =E2=80=A6) > In unknown file: > 0 (sendfile # # =E2=80=A6) > > ERROR: In procedure sendfile: > In procedure sendfile: Input/output error Guix internally relies on the sendfile(2) system call to efficiently communicate with the build daemon. Here, it could be that the storage device where those files are is dysfunctional, or that the file system is corrupt, or that something is wrong with the kernel. Does =E2=80=9Cdmesg | tail=E2=80=9D show any useful hint when invoked right= after the error? Thanks, Ludo=E2=80=99.