From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#24670: bug #24670: Unexpected EOF reading a line (from guix pull) Date: Fri, 14 Oct 2016 12:06:41 +0200 Message-ID: References: <20161011223407.GA31313@khaalida> <20161014002114.GA28542@khaalida> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buzON-00062M-CK for bug-guix@gnu.org; Fri, 14 Oct 2016 06:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buzOI-00047R-Om for bug-guix@gnu.org; Fri, 14 Oct 2016 06:07:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buzOI-00047E-EG for bug-guix@gnu.org; Fri, 14 Oct 2016 06:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1buzOI-0001dL-96 for bug-guix@gnu.org; Fri, 14 Oct 2016 06:07:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20161014002114.GA28542@khaalida> 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: dian_cecht@zoho.com Cc: 24670@debbugs.gnu.org dian_cecht@zoho.com writes: > When I was looking to try and figure out what was going wrong, I didn't even > think about the fact I have /gnu mounted as a seperate parition, since I'm > installing Guix on Gentoo system and my root partition is rather close to full > for my liking. The perms for the mounted dir is: > > 4.0K drwxr-xr-x 2 root root 4.0K Oct 13 07:57 gnu/ There’s nothing wrong with having /gnu on a separate partition. I’m doing the same on our HPC cluster at work (/gnu is on NFS). Have you tried to install Guix using the binary installation method? ~~ Ricardo