From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia@riseup.net Subject: Re: guix pull fail to update Date: Wed, 05 Dec 2018 00:30:48 -0800 Message-ID: <5e684ec85703f2203328aaea903a3456@riseup.net> References: <20181205052348.GA8760@jasmine.lan> 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]:51496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUSa9-0002EK-KK for help-guix@gnu.org; Wed, 05 Dec 2018 03:30:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUSa8-0000ZF-Ga for help-guix@gnu.org; Wed, 05 Dec 2018 03:30:57 -0500 In-Reply-To: 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: Guy fleury Cc: Help-Guix , help-guix@gnu.org On 2018-12-05 07:22, Guy fleury wrote: > I installed the package and set the environment variables describes in > the manuel but the error still the same! >=20 > Le 5 d=C3=A9c. 2018 07:23, "Leo Famulari" a =C3=A9c= rit : >=20 >> On Wed, Dec 05, 2018 at 07:20:36AM +0200, Guy fleury wrote: >>> Hi guix, >>> >>> Yesterday i installed guixsd with the bare-bornes config example. >>> The system works.But when i run guix pull to update my >> system,after a >>> moment i get this error: >>> >>> guix pull: error: Git error:SSL error: received early EOF I advise you to wait a couple of days for 0.16 and init from that which hopefully will work better. I any case this might work: Could you provide: 1 complete output of the command and invokation? 2 try pulling an earlier commit (a few days back) and see if that works? 2.5 maybe try specifying the pull url with https substituted with http? try this: guix pull --url=3Dhttp://git.savannah.gnu.org/cgit/guix.git --commit=3D69a3fcc08 3 if you did not pull before guix system init you are on 0.15. You are then running legacy code but guix pull should still work. guile-ssh was added to the dependencies not long ago so this could be related.