From unknown Tue Jun 17 22:24:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41266: Suggested command to import key does not work on debian Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 14 May 2020 16:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 41266 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 41266@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15894737091930 (code B ref -1); Thu, 14 May 2020 16:29:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 May 2020 16:28:29 +0000 Received: from localhost ([127.0.0.1]:34571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZGii-0000V3-Nl for submit@debbugs.gnu.org; Thu, 14 May 2020 12:28:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:41738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZGih-0000Uw-0n for submit@debbugs.gnu.org; Thu, 14 May 2020 12:28:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZGig-000646-Of for bug-guix@gnu.org; Thu, 14 May 2020 12:28:26 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:45978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZGie-0000RI-17 for bug-guix@gnu.org; Thu, 14 May 2020 12:28:26 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 8d780ce3 for ; Thu, 14 May 2020 16:28:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :mime-version:content-type:content-transfer-encoding:subject:to :from:message-id; s=dkim; bh=yVdQ6+p2/K51ano9Z50HpGFk7fnrTzzEBbm PjViCxZE=; b=ShD1VdivTdNBSgeg2Ntt3eUR0N05LkRuDY2au6f4cmoa9R4r7xE HqvFxV8A+LZvBcKKb54tE43DLOnUp4MyibFPHwy5i+8J1ROEKyIfGt1D2AX2j79Y 4ELZBN7pBJ4We5ohmhuT/LiTNxP6dn76pAN6HLZbJd873PUwmNI/AgZKpXyqd2my GgJ+AYrO3h2MH24YM3XklUHkniDeWgbCwAXQso4EU4+RoV17jrF8B984m/SB19hg 6bFcAy9+y4UgYTbXipnaEKA7M7o4b5JaWCmeAqW00BStxvvgo0rdlUyBrVDuFmn3 u6dpi8PTvyLi+5DP/KJwKP7E/Q/MBvRbPzA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 3afab2bd (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 14 May 2020 16:28:17 +0000 (UTC) Date: Thu, 14 May 2020 12:28:11 -0400 User-Agent: K-9 Mail for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Julien Lepiller Message-ID: Received-SPF: none client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, I just installed a debian VM to test changes in the install script and fou= nd this issue when running the installer script: First it fails because it cannot find the public key and suggests running: wget =E2=80=A6 -q0 - | gpg --import -q0 does not work with debian's wget, but -O works=2E Aftcr importing the key, the script still complains it cannot find it=2E R= e-running the same command with "sudo" in front of the gpg import command r= e-imports the key and the script is then able to find it=2E My guess is that the first import imported the key in my user's keyring, b= ut the script looks in root's keyring=2E The second attempt added the key t= o root's keyring=2E From unknown Tue Jun 17 22:24:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41266: Suggested command to import key does not work on debian Resent-From: Ricardo Wurmus Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 14 May 2020 17:28:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41266 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Julien Lepiller Cc: 41266@debbugs.gnu.org Received: via spool by 41266-submit@debbugs.gnu.org id=B41266.15894772408623 (code B ref 41266); Thu, 14 May 2020 17:28:02 +0000 Received: (at 41266) by debbugs.gnu.org; 14 May 2020 17:27:20 +0000 Received: from localhost ([127.0.0.1]:34691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZHdg-0002F1-6f for submit@debbugs.gnu.org; Thu, 14 May 2020 13:27:20 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZHdd-0002Er-O1 for 41266@debbugs.gnu.org; Thu, 14 May 2020 13:27:19 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1589477233; cv=none; d=zohomail.com; s=zohoarc; b=APYynfFLDt9AyzVfCw2rXqtXGRWkgt8MEnaocHkAQjqoBhIUaPgpNP+1zCrugAaIEqeMWmpZMHjIm8bRaBnju575sxsLpmec4IegRVgH5YgFqiZly06L5/r0oDQELcmf/OF3/z/c7JrBKaW5deTgrzcmjPY4bMpVJg6ULBY/++0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589477233; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=edIMeSXKL8bJk/yyj+7rD/mIj7pLn/TrkaHsGb+lyek=; b=enfCdmfm3KN7WxRICKKvemmorj5eQAMWkozzqigXjVcZFE7ADXqeZCqt6tallkjwN3ZC/ZzIG0sxu3pxcwOjjL32p+BTymwJi779rktizEhvBTwNvZm55eclWqaF6GOS0DYRe4sDgWskVOifJN1oz3dMi6VttO0Hdi8aRKEWtfI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1589477233; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=edIMeSXKL8bJk/yyj+7rD/mIj7pLn/TrkaHsGb+lyek=; b=bKhLHg+7qIeynQwJRDF4ewv/tO32LxTGPWPglOSxX0Yj7xukJYA89iIb9V4j4BCO rApOX4r6NsJetM1lL9EInpLavivNUDHT5iVrZt9P9xDjIbm7rqZM55Tf97hmzyJmXbG rwyisrpvv5SzXsknos0N4sRrc8COfMZEj/Yu/SZs= Received: from localhost (p54AD4B14.dip0.t-ipconnect.de [84.173.75.20]) by mx.zohomail.com with SMTPS id 1589477231382162.6090632856907; Thu, 14 May 2020 10:27:11 -0700 (PDT) References: User-agent: mu4e 1.4.4; emacs 26.3 From: Ricardo Wurmus In-reply-to: X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Thu, 14 May 2020 19:27:07 +0200 Message-ID: <87pnb6ig0k.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Julien, > First it fails because it cannot find the public key and suggests running: > > wget =E2=80=A6 -q0 - | gpg --import > > -q0 does not work with debian's wget, but -O works. The installer script does not display this command. There is no zero in the wget commands. > Aftcr importing the key, the script still complains it cannot find > it. Re-running the same command with "sudo" in front of the gpg import > command re-imports the key and the script is then able to find it. > > My guess is that the first import imported the key in my user's > keyring, but the script looks in root's keyring. The second attempt > added the key to root's keyring. Yes, this is correct. Since the installer script runs as root the key import also needs to be done as root to affect the root user=E2=80=99s keyr= ing. --=20 Ricardo From unknown Tue Jun 17 22:24:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41266: Suggested command to import key does not work on debian Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 17 May 2020 19:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41266 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 41266@debbugs.gnu.org Received: via spool by 41266-submit@debbugs.gnu.org id=B41266.15897435666977 (code B ref 41266); Sun, 17 May 2020 19:27:01 +0000 Received: (at 41266) by debbugs.gnu.org; 17 May 2020 19:26:06 +0000 Received: from localhost ([127.0.0.1]:44782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaOvF-0001oS-PZ for submit@debbugs.gnu.org; Sun, 17 May 2020 15:26:05 -0400 Received: from lepiller.eu ([89.234.186.109]:33298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaOvD-0001oI-Gw for 41266@debbugs.gnu.org; Sun, 17 May 2020 15:26:04 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id b41a6bcb for <41266@debbugs.gnu.org>; Sun, 17 May 2020 19:26:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=60A9YY2bQ1Nf LjB0FS+YEVEr3n9QdlF0MWQQ0LEuF7c=; b=LUDQtC2+TWDZOIDjZRtdRjLi7as1 hkJBq3U634ZO+0MNVzDdTYZ9tEtiyPION5L2LPVfDI/LI4mXO1dUDF0JCWEdgDqC C7sUfkxHReTHVZUvzPZc7sGRgVfnYTaNXZNs6SJWhcpeiqdPz9RhFwBE6La7XT+w axu/xw/lLzfhb3RP4HF+VY8ESzdJxsAYkoaayL77sRK9DKv++DqAiTBJAncHEm51 yAjh8yrjAc7LUuidsYK8N7/hqJN2ITRIg6q7/OlOed1MqwpPn9nRZj3IQYjmq+3+ FLc/hIMxTPH2+YRf3fR0ROoJt/00Pk8/jRlpwa9P7x6P2O2vg9FsPhMcgQ== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id ed18cb5c (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for <41266@debbugs.gnu.org>; Sun, 17 May 2020 19:26:00 +0000 (UTC) Date: Sun, 17 May 2020 21:25:54 +0200 From: Julien Lepiller Message-ID: <20200517212554.465c0a35@tachikoma.lepiller.eu> In-Reply-To: References: X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Le Thu, 14 May 2020 12:28:11 -0400, Julien Lepiller a =C3=A9crit : > Hi, >=20 > I just installed a debian VM to test changes in the install script > and found this issue when running the installer script: >=20 > First it fails because it cannot find the public key and suggests > running: >=20 > wget =E2=80=A6 -q0 - | gpg --import >=20 > -q0 does not work with debian's wget, but -O works. >=20 > Aftcr importing the key, the script still complains it cannot find > it. Re-running the same command with "sudo" in front of the gpg > import command re-imports the key and the script is then able to find > it. >=20 > My guess is that the first import imported the key in my user's > keyring, but the script looks in root's keyring. The second attempt > added the key to root's keyring. >=20 Forget the wget thing, it's my fault for not reading it properly. The gpg command still needs to be run with sudo on at least fedora and debian. From unknown Tue Jun 17 22:24:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#41266: Suggested command to import key does not work on debian Resent-From: Bengt Richter Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 17 May 2020 19:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41266 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Julien Lepiller Cc: 41266@debbugs.gnu.org Reply-To: Bengt Richter Received: via spool by 41266-submit@debbugs.gnu.org id=B41266.15897448969266 (code B ref 41266); Sun, 17 May 2020 19:49:02 +0000 Received: (at 41266) by debbugs.gnu.org; 17 May 2020 19:48:16 +0000 Received: from localhost ([127.0.0.1]:44813 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaPGh-0002PN-Kf for submit@debbugs.gnu.org; Sun, 17 May 2020 15:48:15 -0400 Received: from imta-37.everyone.net ([216.200.145.37]:46006 helo=imta-38.everyone.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaPGg-0002PE-6W for 41266@debbugs.gnu.org; Sun, 17 May 2020 15:48:14 -0400 Received: from pps.filterd (localhost.localdomain [127.0.0.1]) by imta-38.everyone.net (8.16.0.27/8.16.0.27) with SMTP id 04HJiqk3011238; Sun, 17 May 2020 12:48:12 -0700 X-Eon-Originating-Account: 6fgktPbS6er7azAS9DTkAISjXCXn-dINDouZQpuC6i4 X-Eon-Dm: m0116787.ppops.net Received: by m0116787.mta.everyone.net (EON-AUTHRELAY2 - 53b92f2a) id m0116787.5e67f91f.86dc4b; Sun, 17 May 2020 12:48:11 -0700 X-Eon-Sig: AQMHrIJewZT7SYJtvAIAAAAC,e730111f1c88595d5119d2b87e361243 X-Eip: 58F1ZyjRbNX1DY6UlA7FfRaxhgflO_3TMwzzphAkFtc Date: Sun, 17 May 2020 21:48:02 +0200 From: Bengt Richter Message-ID: <20200517194802.GA5524@LionPure> References: <20200517212554.465c0a35@tachikoma.lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200517212554.465c0a35@tachikoma.lepiller.eu> User-Agent: Mutt/1.10.1 (2018-07-13) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.216, 18.0.676 definitions=2020-05-17_07:2020-05-15, 2020-05-17 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1034 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2004280000 definitions=main-2005170182 X-Spam-Score: -0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.5 (-) Hi, On +2020-05-17 21:25:54 +0200, Julien Lepiller wrote: > Le Thu, 14 May 2020 12:28:11 -0400, > Julien Lepiller a écrit : > > > Hi, > > > > I just installed a debian VM to test changes in the install script > > and found this issue when running the installer script: > > > > First it fails because it cannot find the public key and suggests > > running: > > > > wget … -q0 - | gpg --import > > > > -q0 does not work with debian's wget, but -O works. > > > > Aftcr importing the key, the script still complains it cannot find > > it. Re-running the same command with "sudo" in front of the gpg > > import command re-imports the key and the script is then able to find > > it. > > > > My guess is that the first import imported the key in my user's > > keyring, but the script looks in root's keyring. The second attempt > > added the key to root's keyring. > > > > Forget the wget thing, it's my fault for not reading it properly. The > gpg command still needs to be run with sudo on at least fedora and > debian. > > > If the problem is actually expired keys vs nonexistent, gpg --refresh-keys might be worth trying. -- Regards, Bengt Richter From unknown Tue Jun 17 22:24:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Julien Lepiller Subject: bug#41266: closed (Re: bug#41266: Suggested command to import key does not work on debian) Message-ID: References: <86eeli1c6g.fsf@gmail.com> X-Gnu-PR-Message: they-closed 41266 X-Gnu-PR-Package: guix Reply-To: 41266@debbugs.gnu.org Date: Wed, 28 Oct 2020 17:41:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1603906862-32629-1" This is a multi-part message in MIME format... ------------=_1603906862-32629-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #41266: Suggested command to import key does not work on debian which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 41266@debbugs.gnu.org. --=20 41266: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D41266 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1603906862-32629-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 41266-done) by debbugs.gnu.org; 28 Oct 2020 17:40:49 +0000 Received: from localhost ([127.0.0.1]:50532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXpRI-0008Tc-O3 for submit@debbugs.gnu.org; Wed, 28 Oct 2020 13:40:48 -0400 Received: from mail-wm1-f45.google.com ([209.85.128.45]:40181) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXpRH-0008TM-Ks for 41266-done@debbugs.gnu.org; Wed, 28 Oct 2020 13:40:47 -0400 Received: by mail-wm1-f45.google.com with SMTP id k18so83768wmj.5 for <41266-done@debbugs.gnu.org>; Wed, 28 Oct 2020 10:40:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=ioW9LwK4pOVe35rlbnyH5fkXrQaarN9J525XxgLoyIk=; b=WHFMmlHI/DjTsDbKYfu3YJfuKupLM3gvgwVm7rVx+48NH+tKkEOwX6eq5U6ZeVfAOx Nz24+IrUmoa9Ck6MmDWqJnPyIG+1oPeI4v2ivMOe3UbE7QQ4/B0AkUGFoXmpjzFkfKW9 0AkiD+QkQ6bis4xqPskjz1VOOZI3rOXX2rQHDKCM1e9N0+YhnEfMROL5WzOAq3wD2U23 MIU8mqQPydNo2wVKk0xsgjGvcXgchDWduNG1SAG+QOfqj9bnRZ8qu0cJ8QB6QIm0zYk8 2YLvrO3SEkHIeZzYhHwluCp7iNDYT57nKZSjgHABFgXCAI06nwB/fN7GLC4ZC0jGpJV8 Q2lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=ioW9LwK4pOVe35rlbnyH5fkXrQaarN9J525XxgLoyIk=; b=Z1tz4SAE1vQ2W9tvvop+RdbiVkCf19a/x/eos49Nrr0Ot7VkpidbiqVJNbNX/nu1y4 UiIA6cvoUuwovIAKXsCJ3/mSqwCb6IqsaKwCqp+pDyD96Gp6gyJi0fIPiPR8CdH7a5pH RXvG1NvSEIUuTeK3zpgXl8rWIU+eG+DkeS5zKvyW0kKw2dehYrLmcIiPANDwa2YyNgt0 dZNnyN/SvMts1C2J8+FSh7r/0xODUyOHaDZMX/NbhXDAj3nz9gWAeldkee0puSyHkE3n 5AtLhDEGcK2jg8nf28q8l9d38xylREQIh3aU0yrwc7N9SzqEh6U6Ka47seQVUrL6tXha R6Ow== X-Gm-Message-State: AOAM5332szcnHzytXSCA5YCacXDKuI/beUrZV9kat8C0+/5jP98Dik3Y QrZx6bm4t6r8G038v3XStYAzjPHaM7E= X-Google-Smtp-Source: ABdhPJx6HtLEta5dnE35yx+0T8KC8qXGI/iUnq4nZrCUtpBkfbVGkvTE/7Y3+IYsEDi/sYEeqzjyfg== X-Received: by 2002:a7b:c387:: with SMTP id s7mr605833wmj.52.1603906841620; Wed, 28 Oct 2020 10:40:41 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id v19sm122857wmj.31.2020.10.28.10.40.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Oct 2020 10:40:41 -0700 (PDT) From: zimoun To: Julien Lepiller Subject: Re: bug#41266: Suggested command to import key does not work on debian References: <20200517212554.465c0a35@tachikoma.lepiller.eu> Date: Wed, 28 Oct 2020 18:40:39 +0100 In-Reply-To: <20200517212554.465c0a35@tachikoma.lepiller.eu> (Julien Lepiller's message of "Sun, 17 May 2020 21:25:54 +0200") Message-ID: <86eeli1c6g.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41266-done Cc: 41266-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Sun, 17 May 2020 at 21:25, Julien Lepiller wrote: > Forget the wget thing, it's my fault for not reading it properly. The > gpg command still needs to be run with sudo on at least fedora and > debian. Now, the binary install script =E2=80=9Cguix-install.sh=E2=80=9D displays: echo " wget 'https://sv.gnu.org/people/viewgpg.php?user_id=3D15145' -qO = - | sudo -i gpg --import -" Therefore, it is fine, right? I am closing but feel free to reopen if I misread or miss something. Cheers, simon ------------=_1603906862-32629-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 May 2020 16:28:29 +0000 Received: from localhost ([127.0.0.1]:34571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZGii-0000V3-Nl for submit@debbugs.gnu.org; Thu, 14 May 2020 12:28:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:41738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jZGih-0000Uw-0n for submit@debbugs.gnu.org; Thu, 14 May 2020 12:28:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZGig-000646-Of for bug-guix@gnu.org; Thu, 14 May 2020 12:28:26 -0400 Received: from lepiller.eu ([2a00:5884:8208::1]:45978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jZGie-0000RI-17 for bug-guix@gnu.org; Thu, 14 May 2020 12:28:26 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 8d780ce3 for ; Thu, 14 May 2020 16:28:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date :mime-version:content-type:content-transfer-encoding:subject:to :from:message-id; s=dkim; bh=yVdQ6+p2/K51ano9Z50HpGFk7fnrTzzEBbm PjViCxZE=; b=ShD1VdivTdNBSgeg2Ntt3eUR0N05LkRuDY2au6f4cmoa9R4r7xE HqvFxV8A+LZvBcKKb54tE43DLOnUp4MyibFPHwy5i+8J1ROEKyIfGt1D2AX2j79Y 4ELZBN7pBJ4We5ohmhuT/LiTNxP6dn76pAN6HLZbJd873PUwmNI/AgZKpXyqd2my GgJ+AYrO3h2MH24YM3XklUHkniDeWgbCwAXQso4EU4+RoV17jrF8B984m/SB19hg 6bFcAy9+y4UgYTbXipnaEKA7M7o4b5JaWCmeAqW00BStxvvgo0rdlUyBrVDuFmn3 u6dpi8PTvyLi+5DP/KJwKP7E/Q/MBvRbPzA== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 3afab2bd (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 14 May 2020 16:28:17 +0000 (UTC) Date: Thu, 14 May 2020 12:28:11 -0400 User-Agent: K-9 Mail for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Suggested command to import key does not work on debian To: bug-guix@gnu.org From: Julien Lepiller Message-ID: Received-SPF: none client-ip=2a00:5884:8208::1; envelope-from=julien@lepiller.eu; helo=lepiller.eu X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, I just installed a debian VM to test changes in the install script and fou= nd this issue when running the installer script: First it fails because it cannot find the public key and suggests running: wget =E2=80=A6 -q0 - | gpg --import -q0 does not work with debian's wget, but -O works=2E Aftcr importing the key, the script still complains it cannot find it=2E R= e-running the same command with "sudo" in front of the gpg import command r= e-imports the key and the script is then able to find it=2E My guess is that the first import imported the key in my user's keyring, b= ut the script looks in root's keyring=2E The second attempt added the key t= o root's keyring=2E ------------=_1603906862-32629-1--