From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36785: Impossible to pull on foreign distro Date: Wed, 18 Sep 2019 10:48:42 +0200 Message-ID: <87h85af0r9.fsf@gnu.org> References: <6733C9AB-E5C1-4B63-8F0E-04CD1BB32338@lepiller.eu> <874l39ra37.fsf@gnu.org> <3DC355B8-FE36-4C4E-BBC9-EEC5F580AF0D@lepiller.eu> <87tvb9qktd.fsf@gnu.org> <87woe6fune.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50788) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAVfy-0001w0-VN for bug-guix@gnu.org; Wed, 18 Sep 2019 04:51:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAVfx-0006rN-V4 for bug-guix@gnu.org; Wed, 18 Sep 2019 04:51:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44745) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iAVfx-0006rG-Rc for bug-guix@gnu.org; Wed, 18 Sep 2019 04:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iAVfx-0000y0-OO for bug-guix@gnu.org; Wed, 18 Sep 2019 04:51:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: ("=?UTF-8?Q?G=C3=A1bor?= Boskovits"'s message of "Wed, 18 Sep 2019 01:33:40 +0200") 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: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 36785@debbugs.gnu.org Hi, G=C3=A1bor Boskovits skribis: > We could simply document a proper sudo invocation for updating root's gui= x, > that > always works. Wdyt? The thing is =E2=80=9Csudo guix pull=E2=80=9D works on all (?) distros but = Ubuntu, which provides a patched sudo. So we=E2=80=99d have to explicitly mention Ubuntu. That=E2=80=99s probably a good idea, though chances are people will run =E2= =80=9Csudo guix pull=E2=80=9D before they=E2=80=99ve read that footnote in the manual.= (A colleague of mine ran =E2=80=9Csudo guix pull=E2=80=9D mostly because they = were used to =E2=80=9Csudo apt-get update=E2=80=9D and didn=E2=80=99t really think =E2= =80=98sudo=E2=80=99 was unnecessary.) Ludo=E2=80=99.