From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Updating guix for root Date: Tue, 28 Aug 2018 21:25:06 +0200 Message-ID: <87efeib8fh.fsf@elephly.net> 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]:48139) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fujqq-00068g-1Z for help-guix@gnu.org; Tue, 28 Aug 2018 15:40:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fujqk-0007it-Qk for help-guix@gnu.org; Tue, 28 Aug 2018 15:40:31 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fujqk-0007gh-Cz for help-guix@gnu.org; Tue, 28 Aug 2018 15:40:26 -0400 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: Konrad Hinsen Cc: help-guix@gnu.org Hi Konrad, > However, the systemd service still launches the daemon from=20 > /var/guix/profiles/per-user/root/guix-profile/bin/guix-daemon. So if I > uninstall the package "guix" for the root account (see > https://www.mail-archive.com/bug-guix@gnu.org/msg09793.html), I will > probably remove the guix-daemon that is used on system startup. You are right that this is a problem. Our instructions for the binary installation method say that this binary method works because it comes with a pre-populated profile for the root user. I believe we should revise these instructions, so that they take into account the new behaviour of =E2=80=9Cguix pull=E2=80=9D. What do others think? --=20 Ricardo