From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Hill Subject: bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service Date: Mon, 3 Jun 2019 14:24:33 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([209.51.188.92]:36350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXrsS-0003uV-K1 for bug-guix@gnu.org; Mon, 03 Jun 2019 14:40:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXrsN-0002s8-2Y for bug-guix@gnu.org; Mon, 03 Jun 2019 14:40:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57778) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hXrsI-0002lI-OM for bug-guix@gnu.org; Mon, 03 Jun 2019 14:40:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hXrsI-0004Wm-KM for bug-guix@gnu.org; Mon, 03 Jun 2019 14:40:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:35537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXrra-0002yd-H5 for bug-guix@gnu.org; Mon, 03 Jun 2019 14:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXrdO-0003IG-ME for bug-guix@gnu.org; Mon, 03 Jun 2019 14:24:39 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:52826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXrdO-0003FD-It for bug-guix@gnu.org; Mon, 03 Jun 2019 14:24:38 -0400 Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hXrdJ-0006D6-No for bug-guix@gnu.org; Mon, 03 Jun 2019 14:24:38 -0400 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: 36074@debbugs.gnu.org Hi Guix, Based on my experience setting up Guix on a CentOS 7 foreign distribution, if quoted, the variable name in a systemd unit Environment definition should be inside the quotes. I didn't not find definitive documentation stating this, but all the examples show it this way. If the value is left like ``` Environment=GUIX_LOCPATH='/path/to/profile/lib/locale' ``` the guix-daemon process is not able to find the right locale even when it is installed. Best, Jack