From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?G=C3=A1bor_Boskovits?= Subject: Re: Help required for installation of GUIX Date: Thu, 18 Oct 2018 17:08:34 +0200 Message-ID: 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]:49652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gD9uz-0004MY-AZ for guix-devel@gnu.org; Thu, 18 Oct 2018 11:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gD9uy-0005jU-FZ for guix-devel@gnu.org; Thu, 18 Oct 2018 11:08:57 -0400 Received: from mail-oi1-x22f.google.com ([2607:f8b0:4864:20::22f]:34297) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gD9uy-0005jH-9K for guix-devel@gnu.org; Thu, 18 Oct 2018 11:08:56 -0400 Received: by mail-oi1-x22f.google.com with SMTP id v69-v6so24309640oif.1 for ; Thu, 18 Oct 2018 08:08:56 -0700 (PDT) In-Reply-To: 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" To: Lakshmi Prasannakumar Cc: Guix-devel Hello Lakshmi, Lakshmi Prasannakumar ezt =C3=ADrta (id=C5=91pont: 2018. okt. 18., Cs, 16:27): > > Hi, > > While trying to install GUIX using Binary installation, I'm getting the f= ollowing error at verifying sig file using the below command. > > $ sudo gpg --verify guix-binary-0.15.0.x86_64-linux.tar.xz.sig > gpg: WARNING: unsafe ownership on homedir '/home/lakshmi/.gnupg' > gpg: assuming signed data in 'guix-binary-0.15.0.x86_64-linux.tar.xz' > gpg: Signature made Friday 06 July 2018 02:50:33 PM IST > gpg: using RSA key 090B11993D9AEBB5 > gpg: Good signature from "Ludovic Court=C3=A8s " [unknown] > gpg: aka "Ludovic Court=C3=A8s " [unkno= wn] > gpg: aka "Ludovic Court=C3=A8s (Inria) " [unknown] > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the ow= ner. > Primary key fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EB= B5 > This is ok, you can see Good signature from... This means that the signature is ok, but the key is not trusted on your keyring, and there are also unsafe permissions on the ~/.gnupg directory. So you can assume this step went fine, please go on to the next step. > Tried downloading the public key, still getting this error. Could you ple= ase help ? > Running the .sh script had crashed my standalone ubuntu system, hence I'm= trying to do it step by step. > How did it crash? > Thanks, > > > Thanks, > > > Lakshmi Prasannakumar > Bangalore > > g_bor