From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#21101: Binary installation clobbers root ownership Date: Tue, 21 Jul 2015 17:19:17 +0200 Message-ID: <87bnf5pmh6.fsf@gnu.org> References: <87mvypdaem.fsf@pc102091.liv.ac.uk> 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]:54720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHZKx-0005Zv-Qq for bug-guix@gnu.org; Tue, 21 Jul 2015 11:20:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHZKt-0007GM-7T for bug-guix@gnu.org; Tue, 21 Jul 2015 11:20:07 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:54130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHZKt-0007G2-5I for bug-guix@gnu.org; Tue, 21 Jul 2015 11:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZHZKs-0005nE-Qy for bug-guix@gnu.org; Tue, 21 Jul 2015 11:20:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87mvypdaem.fsf@pc102091.liv.ac.uk> (Dave Love's message of "Tue, 21 Jul 2015 12:20:49 +0100") 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Dave Love Cc: 21101-done@debbugs.gnu.org Dave Love skribis: > If you unpack guix-binary-0.8.2.x86_64-linux.tar.xz according to the > manual instructions in "Binary installation", you clobber the ownership > of /, /root, and /var. > > The tarball needs to unpack with root ownership. While you can use > --no-same-owner, the current behaviour is pretty unfriendly. (I noticed > because ssh as root then failed with complaints about an insecure .ssh > directory.) Indeed, thanks for your report. We actually noticed it and fixed it soon after 0.8.2. The fix will be in 0.8.3, to be released tomorrow. Thank you, Ludo=E2=80=99.