From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 03 14:39:26 2019 Received: (at submit) by debbugs.gnu.org; 3 Jun 2019 18:39:26 +0000 Received: from localhost ([127.0.0.1]:43086 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXrri-0004VL-5w for submit@debbugs.gnu.org; Mon, 03 Jun 2019 14:39:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49847) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXrrg-0004V8-W3 for submit@debbugs.gnu.org; Mon, 03 Jun 2019 14:39:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:58854) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXrrb-00016V-QR for submit@debbugs.gnu.org; Mon, 03 Jun 2019 14:39:19 -0400 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 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 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 Date: Mon, 3 Jun 2019 14:24:33 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: bug-guix@gnu.org Subject: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 104.248.1.95 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.4 (-) 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: -2.4 (--) 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 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 03 14:41:26 2019 Received: (at 36074) by debbugs.gnu.org; 3 Jun 2019 18:41:26 +0000 Received: from localhost ([127.0.0.1]:43102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXrtc-0004aK-BZ for submit@debbugs.gnu.org; Mon, 03 Jun 2019 14:41:24 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:56512) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXrtb-0004a6-CX for 36074@debbugs.gnu.org; Mon, 03 Jun 2019 14:41:23 -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 1hXrtW-0006lx-5J for 36074@debbugs.gnu.org; Mon, 03 Jun 2019 14:41:18 -0400 Date: Mon, 3 Jun 2019 14:41:18 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: 36074@debbugs.gnu.org Subject: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 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 (-) I wrote more about this on help-guix@ https://lists.gnu.org/archive/html/help-guix/2019-06/msg00024.html From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 03 14:42:25 2019 Received: (at 36074) by debbugs.gnu.org; 3 Jun 2019 18:42:25 +0000 Received: from localhost ([127.0.0.1]:43110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXrua-0004cE-Ty for submit@debbugs.gnu.org; Mon, 03 Jun 2019 14:42:25 -0400 Received: from minsky.hcoop.net ([104.248.1.95]:56530) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hXruY-0004c0-4y for 36074@debbugs.gnu.org; Mon, 03 Jun 2019 14:42:24 -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 1hXruT-0006nx-0U for 36074@debbugs.gnu.org; Mon, 03 Jun 2019 14:42:17 -0400 Date: Mon, 3 Jun 2019 14:42:16 -0400 (EDT) From: Jack Hill X-X-Sender: jackhill@marsh.hcoop.net To: 36074@debbugs.gnu.org Subject: [PATCH] etc: guix-daemon.service.in: fix GUIX_LOCPATH quoting Message-ID: User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 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 (-) etc/guix-daemon.service.in: Move the GUIX_LOCPATH environment varialbe name inside the quotes are required in systemd unit files. --- etc/guix-daemon.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/guix-daemon.service.in b/etc/guix-daemon.service.in index 7b20a91931..407cdd199c 100644 --- a/etc/guix-daemon.service.in +++ b/etc/guix-daemon.service.in @@ -7,7 +7,7 @@ Description=Build daemon for GNU Guix [Service] ExecStart=@localstatedir@/guix/profiles/per-user/root/current-guix/bin/guix-daemon --build-users-group=guixbuild -Environment=GUIX_LOCPATH='@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 +Environment='GUIX_LOCPATH=@localstatedir@/guix/profiles/per-user/root/guix-profile/lib/locale' LC_ALL=en_US.utf8 RemainAfterExit=yes StandardOutput=syslog StandardError=syslog -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 06:11:19 2019 Received: (at 36074-done) by debbugs.gnu.org; 5 Jun 2019 10:11:19 +0000 Received: from localhost ([127.0.0.1]:46555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYSt5-0001dw-14 for submit@debbugs.gnu.org; Wed, 05 Jun 2019 06:11:19 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21360) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYSt2-0001dm-J0 for 36074-done@debbugs.gnu.org; Wed, 05 Jun 2019 06:11:17 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1559728512; cv=none; d=zoho.com; s=zohoarc; b=LED6xMd2RSxZ11XpzMD6YAI3+wqQ0gS1Jb5GqKurdW81cr3+ZDMFBaTXw5n73gK8NNESuw2E1itcpBqDg09MvT1Av6NA+gfCTRVJAunhAUNaQAD7uUh1NDHl2q9XKLsp/Y51uHdGWS7FMrJsnKWnGD1HCy20eI8HSt499qqpsEg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559728512; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To:ARC-Authentication-Results; bh=qfVMq3Pw9RahwG09Abq0VxmO0dKA2UX/+dZWuT6OSz4=; b=JJWwfndUVX5J6FwluYJrGONB0uWXewfepvXXr6HR3LvmngqvhBiNpAvKW4lyRYsklxPvnvB+394GFr+9WFMqQdVRLZDNZ3iGbLd4O5otPhW9KYbrSmV5XoHVGS6mBsTxSfhWx5cE1NTmY8BMqlLXje52OIJjaTEgEz4Gx4zApjU= ARC-Authentication-Results: i=1; mx.zoho.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=1559728512; 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; l=216; bh=qfVMq3Pw9RahwG09Abq0VxmO0dKA2UX/+dZWuT6OSz4=; b=VRwBvwa/XpbwMox0ccQwndTkjjvwsFaexvqq2eNUiuhUM8PU0eb+tem1z9nbQxUB sktDrALnUPMT6vix97pAVYDWvBOyxkkRoXZWLO3PzJT/ALwZefnmn6ShPjx04CnpZW4 5N4KU5/BnPhvoMaAGI4h4i+/TYIIOsdrBKp9bYhs= Received: from localhost (141.80.245.254 [141.80.245.254]) by mx.zohomail.com with SMTPS id 1559728510268336.41141418273423; Wed, 5 Jun 2019 02:55:10 -0700 (PDT) References: User-agent: mu4e 1.2.0; emacs 26.2 From: Ricardo Wurmus To: Jack Hill Subject: Re: bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service 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: Wed, 05 Jun 2019 11:55:02 +0200 Message-ID: <87r288cq6h.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074-done Cc: 36074-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 Jack, thank you for the bug report, the analysis, and the patch. I changed the commit log and pushed it to the master branch with commit 579d17b70dac067f8194ede46513400b91ac136a. Thanks! -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 05 09:14:21 2019 Received: (at 36074) by debbugs.gnu.org; 5 Jun 2019 13:14:21 +0000 Received: from localhost ([127.0.0.1]:46763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYVkD-00027Z-6T for submit@debbugs.gnu.org; Wed, 05 Jun 2019 09:14:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hYVk8-000279-PY for 36074@debbugs.gnu.org; Wed, 05 Jun 2019 09:14:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYVk1-0004NK-Ks; Wed, 05 Jun 2019 09:14:10 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55964 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hYVju-00043u-Pk; Wed, 05 Jun 2019 09:14:04 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Jack Hill Subject: Re: bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service References: X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Prairial an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 05 Jun 2019 15:14:01 +0200 In-Reply-To: (Jack Hill's message of "Mon, 3 Jun 2019 14:24:33 -0400 (EDT)") Message-ID: <87zhmw2mzq.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36074 Cc: 36074@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: -3.3 (---) Hi, Jack Hill skribis: > 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=3DGUIX_LOCPATH=3D'/path/to/profile/lib/locale' > ``` Good catch! Indeed, shows examples with quotes =E2=80=9Cinside=E2=80=9D and =E2=80=9Coutside=E2= =80=9D, but what we want here is quotes outside. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 11 10:53:24 2019 Received: (at 36074) by debbugs.gnu.org; 11 Jun 2019 14:53:25 +0000 Received: from localhost ([127.0.0.1]:59973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hai9M-0006uq-6u for submit@debbugs.gnu.org; Tue, 11 Jun 2019 10:53:24 -0400 Received: from mta02.o2sred.fr ([109.234.163.212]:34064) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hahpK-0006LR-Rh for 36074@debbugs.gnu.org; Tue, 11 Jun 2019 10:32:44 -0400 X-Spam-Status: No X-MailPropre-MailScanner-From: andreas@livet.me X-MailPropre-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-0.301, required 5, autolearn=disabled, DKIM_INVALID 0.10, DKIM_SIGNED 0.10, RCVD_IN_SORBS_WEB 1.50, SPF_HELO_PASS -2.00, SPF_PASS -0.00) X-MailPropre-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailPropre-MailScanner-ID: B4C231007CF.A09F8 X-MailPropre-MailScanner-Information: Please contact the ISP for more information DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=livet.me; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Message-ID:Subject:From:To:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=zzwbRffxs4YfUsl4xnJTN/oqzZTke81hTP751xyzkPs=; b=HhuDaotKwlAjs16I7UI5ewrSvy 8qzeDeI4v0/djHKyeW/wbOZ/ySITpzc0T9PKhTgwuvUmMAGQkJ114br6ukElDMfu02HEOEHx0vSLE lTiCMBZ05NGvAsbDXxFxpbtcu0UnU6JLiajF6mmGTqqJuXhyf052NEPT6+s2cuB5IaAdl8mlMs2qd 3KtPMuYKEJhS5vNtvb7VgXjyh/o2bTpWc0ZUaHGfQAVa+K/Pd+cfWOiI1amn5MUQ2YC+uEHyVrkIB mbsSEji3R2oWeWx57uA/aWrUBFdoB2HkYZVAEiT9fhO5vXu8HruWpQ2P/yzj4ICl12Vj8ME+ejYAN DhET+cyA==; To: 36074@debbugs.gnu.org From: =?UTF-8?Q?Andr=c3=a9as_Livet?= Subject: Still got the issue in Xubuntu 18.4 Message-ID: <711e9c11-f91b-b0ff-ead9-f86e412a4ac8@livet.me> Date: Tue, 11 Jun 2019 16:32:34 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - berlin.o2switch.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - livet.me X-Get-Message-Sender-Via: berlin.o2switch.net: authenticated_id: andreas@livet.me X-Authenticated-Sender: berlin.o2switch.net: andreas@livet.me X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 X-Mailman-Approved-At: Tue, 11 Jun 2019 10:53:23 -0400 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 (-) Hello, I'm running guix under Xubuntu 18.04 and still got the issue after modifying `/etc/systemd/system/guix-daemon.service` as stated in the patch. After that I've done : `systemctl restart guix-daemon` `systemctl daemon-reload ` Should I done something else ? I'm new to guix so sorry if it seems obvious. Andréas From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 11 10:53:25 2019 Received: (at 36074) by debbugs.gnu.org; 11 Jun 2019 14:53:25 +0000 Received: from localhost ([127.0.0.1]:59975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hai9M-0006ut-Ui for submit@debbugs.gnu.org; Tue, 11 Jun 2019 10:53:25 -0400 Received: from sixth.o2switch.cloud ([109.234.163.84]:36808) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hahuv-0006Z7-Cs for 36074@debbugs.gnu.org; Tue, 11 Jun 2019 10:38:30 -0400 X-Spam-Status: No X-MailPropre-MailScanner-From: andreas@livet.me X-MailPropre-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-0.301, required 5, autolearn=disabled, DKIM_INVALID 0.10, DKIM_SIGNED 0.10, RCVD_IN_SORBS_WEB 1.50, SPF_HELO_PASS -2.00, SPF_PASS -0.00) X-MailPropre-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailPropre-MailScanner-ID: CB34D100426.A2706 X-MailPropre-MailScanner-Information: Please contact the ISP for more information DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=livet.me; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Message-ID:From:Subject:To:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=BYvoXsgF2iKK2VifRZNpDGg9L/vulJA5RLpxHmp+bO0=; b=OPN9WUIKNS0G2XFuol+7NH+Au0 MdcLesdz65qX3EzFRc2GREyXn3JBsvV4S/OFxfqY35S4EEQo5ZZ5VlLoF6zF/e/WjUJQ+XWs0OWoG RUzXbYCczyaWEPxcYc6w8OnraY/xOQ8RC4A9PPg8tOEI4MWx2xl2dwgKnTATv+RAhR2SXVVTSpQyy re7tBKV7TZsFCtva3j0nabnO9P1BXm1VILlTxA1bZ1cDabeHl2KuGh0He94XNmkcludTaBtvDbQUW M0j47kTevC73zRpnlaFCDKDGJWz9ctr7NrRombG17QM3GEuVjC/MAZHPu+8HxsaxQJ47tyloT5+is 93UQSzsQ==; To: 36074@debbugs.gnu.org Subject: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service From: =?UTF-8?Q?Andr=c3=a9as_Livet?= Message-ID: Date: Tue, 11 Jun 2019 16:38:14 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - berlin.o2switch.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - livet.me X-Get-Message-Sender-Via: berlin.o2switch.net: authenticated_id: andreas@livet.me X-Authenticated-Sender: berlin.o2switch.net: andreas@livet.me X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 X-Mailman-Approved-At: Tue, 11 Jun 2019 10:53:23 -0400 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 (-) Hello, I'm running guix under Xubuntu 18.04 and still got the issue after modifying `/etc/systemd/system/guix-daemon.service` as stated in the patch. After that I've done : `systemctl restart guix-daemon` `systemctl daemon-reload ` Should I done something else ? I'm new to guix so sorry if it seems obvious. Andréas PS : Sorry if this is a double post, though the email subject must be exactly the same so I re-send my email. From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 00:42:39 2019 Received: (at 36074) by debbugs.gnu.org; 12 Jun 2019 04:42:39 +0000 Received: from localhost ([127.0.0.1]:60511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hav5r-0003xZ-02 for submit@debbugs.gnu.org; Wed, 12 Jun 2019 00:42:39 -0400 Received: from mail-lj1-f175.google.com ([209.85.208.175]:36584) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hav5o-0003xI-Vh for 36074@debbugs.gnu.org; Wed, 12 Jun 2019 00:42:37 -0400 Received: by mail-lj1-f175.google.com with SMTP id i21so13843876ljj.3 for <36074@debbugs.gnu.org>; Tue, 11 Jun 2019 21:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=the-good-guys-net.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=8hVLQFeekxyotlUkUDGRPtjn8B8vQw9aE4DiD0Kaees=; b=pLgpN6X6b6qlG49zeeJm212FvPGsrz3n+x/cGzZS01HKNilnFtUNsctHj/DOsZXjIE 8KIYjuW3YgfR7d9l+CNDZkYMMIj2d1a8iIl5nkFqh3Kke+s8/XoWJ8A/FqYGiJQzgf3z fixU1ooeI0C6tFrQ6zXlm3grraaIet8BATsDcmnr4MToMhadFDwyxZ6/11BBUgSM0pXU BjG/qaTnmwIiQcLjCPfx2WZ842lGKby/j+OmRsb/H7bWb0fa/45CbtUN2TsLkznyoMMD mPiIKxcl308qUcRirehNpoDokttgHgyiCCGohnHkNjAey7qoZC1/TsJKFUGSdBJctKe1 dv9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-transfer-encoding; bh=8hVLQFeekxyotlUkUDGRPtjn8B8vQw9aE4DiD0Kaees=; b=kazYQu9gInvbECpkPVw6XbZc+PMaL3ac07KK9TMFKY5vD+gudThPHg6Ofq2kKmjheR srwRdEitQV4aZVsioEaxTLbWiiK06pmhi09sXirRVttL2ldrd3KlrGU8C08N+7tx5Yl3 L6Tffx5KtFRWHmGpkdGqrConYcRFZn36NCcs3Hjhi0JxDQv3kX3IDWRxYOs/tlVmlmxy 3nwRMa6LC25d3yj3dGzL5UZkN0NjcUA8bA8SVz1xMtRa7RGRcaGMtz+nK6vVMCnY/GF5 TmZ/vzpUPuX0grynmJZYMHMrikWn+rJMPAURy8pIOXKX5F8rmkS5rL0IYxPP2+TL3ywn 6Fhw== X-Gm-Message-State: APjAAAW9kH/HE3wWxXxwblIY0smmAWhIBFSHl+VXwXtNJkIh+ho2qYw9 vJIWphE+GrJZXYcheMM04GjM2Dn7sTDFG/mM4FB/r/ufjPJIIA== X-Google-Smtp-Source: APXvYqwmVr9giCjrM+/ilikW3XuyMOjTLT+6IxB3K41x9F/QkMy0Az5EleBt06qVnppzuURFaV5ZX4nkJjWh2yV6gf4= X-Received: by 2002:a2e:5d92:: with SMTP id v18mr34480233lje.9.1560314550618; Tue, 11 Jun 2019 21:42:30 -0700 (PDT) MIME-Version: 1.0 From: David Loyall Date: Tue, 11 Jun 2019 23:42:19 -0500 Message-ID: Subject: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service To: 36074@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 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 (-) Andr=C3=A9as, I'm not sure if you and I are having the same issue, but I found your message after searching the web for information about the issue I was facing. I think this thread, which contains some links, provides a good summary of the information available on the web for my issue: https://lists.gnu.org/archive/html/help-guix/2019-06/msg00030.html That said, the solution I found was this: > I think the fix for this would be to clarify which package should be inst= alled in **root's profile** when installing on a systemd foreign distro." (Emphasis mine. The quote is from Jack Hill in https://lists.gnu.org/archive/html/help-guix/2019-06/msg00024.html) So, I did `sudo guix package -i glibc-utf8-locales` (I previously did the same without sudo--no change.) ...Before that, I'd done the other things recommended in the aforementioned summary post. Please note that I'm only copying and pasting magical invocations; I don't understand locales nor guix. I hope this message is helpful. Cheers, --sebboh From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 12 03:02:09 2019 Received: (at 36074) by debbugs.gnu.org; 12 Jun 2019 07:02:09 +0000 Received: from localhost ([127.0.0.1]:60556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haxGr-0008Hn-5k for submit@debbugs.gnu.org; Wed, 12 Jun 2019 03:02:09 -0400 Received: from shirt.o2switch.cloud ([109.234.163.97]:52891) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1haxGn-0008HG-Ch for 36074@debbugs.gnu.org; Wed, 12 Jun 2019 03:02:07 -0400 X-Spam-Status: No X-MailPropre-MailScanner-From: andreas@livet.me X-MailPropre-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-0.3, required 5, autolearn=disabled, DKIM_INVALID 0.10, DKIM_SIGNED 0.10, HTML_MESSAGE 0.00, RCVD_IN_SORBS_WEB 1.50, SPF_HELO_PASS -2.00, SPF_PASS -0.00) X-MailPropre-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-MailPropre-MailScanner-ID: B1E161007C0.AE8EA X-MailPropre-MailScanner-Information: Please contact the ISP for more information DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=livet.me; s=default; h=Content-Type:MIME-Version:Date:Message-ID:From:Subject:To: Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=hAJxR5XoXqQ4KUmAsrkSsX6C+rFxi0ctqcE7nQ12jR8=; b=agTe+RELsxbiS/lzMUazQ/bn7P CQfUIUWyPgbOjhNTNzlGUQdT8aySmnKsz4ry5J/BJ5I31YCLYVTYXteuoehzoiM9gqEBFZczNH7Cb EA/jBrSjf1wuLAVNa1qblMFdxUvAt/rrvCfHAUcI5CWrZyFYkaITSHcSIyc8Yq47mg19yX7FJ5UVi qNIw0Y7Lm57v/a396g3F9kU0DEKMoH81h99Q5s7AAsNH/LSl+AS18A8JU5aFlQs1Ml/wv8rc+r9hH EC/tM7eDfjdj50mu0zW0kz1U1YCeUAdmjgnwetYnp0gp7UQ/CvNVlguVBSV4PrbGc1oSm9yzd0Dox 6LDJK0/w==; To: 36074@debbugs.gnu.org Subject: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service From: =?UTF-8?Q?Andr=c3=a9as_Livet?= Message-ID: <9f60fc4a-c7a8-c1b8-9acd-e44b37f305cd@livet.me> Date: Wed, 12 Jun 2019 09:01:55 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------4C0D6EFA3D55F1977772ACAB" Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - berlin.o2switch.net X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - livet.me X-Get-Message-Sender-Via: berlin.o2switch.net: authenticated_id: andreas@livet.me X-Authenticated-Sender: berlin.o2switch.net: andreas@livet.me X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 36074 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 (-) This is a multi-part message in MIME format. --------------4C0D6EFA3D55F1977772ACAB Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Thanks sebboh ! It fix the error. I've already read the thread on the mailing list but didn't see that the package should be install as root ! I have now other problems with UTF-8 : * I can't open file containing non ASCII characters with libreoffice * I can't type non ASCII characters in zsh Don't know if this is related to this bug or not. Will try to reboot to see if it changes something. Anyway, thanks for your help ! Andréas --------------4C0D6EFA3D55F1977772ACAB Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit

Thanks sebboh !

It fix the error. I've already read the thread on the mailing list but didn't see that the package should be install as root !

I have now other problems with UTF-8 :

* I can't open file containing non ASCII characters with libreoffice

* I can't type non ASCII characters in zsh


Don't know if this is related to this bug or not. Will try to reboot to see if it changes something.


Anyway, thanks for your help !

Andréas

--------------4C0D6EFA3D55F1977772ACAB-- From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 14 13:17:22 2019 Received: (at 36074-done) by debbugs.gnu.org; 14 Jun 2019 17:17:23 +0000 Received: from localhost ([127.0.0.1]:37698 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbppG-0003nb-LD for submit@debbugs.gnu.org; Fri, 14 Jun 2019 13:17:20 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:39298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hbppC-0003nR-My for 36074-done@debbugs.gnu.org; Fri, 14 Jun 2019 13:17:16 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id CDFBADDDB; Fri, 14 Jun 2019 19:17:12 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZCDdTe7SPGwV; Fri, 14 Jun 2019 19:17:12 +0200 (CEST) Received: from jurong (unknown [109.190.253.16]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D961BA591; Fri, 14 Jun 2019 19:17:10 +0200 (CEST) Date: Fri, 14 Jun 2019 19:17:01 +0200 From: Andreas Enge To: =?iso-8859-15?Q?Andr=E9as?= Livet Subject: Re: bug#36074: Incorrect quoting of GUIX_LOCPATH environment variable in guix-daemon.service Message-ID: <20190614171701.GA2238@jurong> References: <9f60fc4a-c7a8-c1b8-9acd-e44b37f305cd@livet.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9f60fc4a-c7a8-c1b8-9acd-e44b37f305cd@livet.me> User-Agent: Mutt/1.11.4 (2019-03-13) X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 36074-done Cc: 36074-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: -0.3 (/) Closing the bug, since the problem seems to be solved; for the follow-up, see bug#36180. Andreas From unknown Fri Aug 15 16:18:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 13 Jul 2019 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator