From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 10 12:30:52 2018 Received: (at submit) by debbugs.gnu.org; 10 Feb 2018 17:30:52 +0000 Received: from localhost ([127.0.0.1]:37201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekYzE-0005VI-0H for submit@debbugs.gnu.org; Sat, 10 Feb 2018 12:30:52 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekYzC-0005V6-My for submit@debbugs.gnu.org; Sat, 10 Feb 2018 12:30:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekYz6-0005Jo-HH for submit@debbugs.gnu.org; Sat, 10 Feb 2018 12:30:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.3 required=5.0 tests=BAYES_50, RECEIVED_FROM_WINDOWS_HOST autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:33936) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ekYz6-0005JX-De for submit@debbugs.gnu.org; Sat, 10 Feb 2018 12:30:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekYz4-00029U-Ea for bug-guix@gnu.org; Sat, 10 Feb 2018 12:30:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekYz1-0005FC-25 for bug-guix@gnu.org; Sat, 10 Feb 2018 12:30:42 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:37885) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekYz0-0005Cd-Q7 for bug-guix@gnu.org; Sat, 10 Feb 2018 12:30:38 -0500 MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0P3Y00H6U39X5400@eterpe-smout.broadpark.no> for bug-guix@gnu.org; Sat, 10 Feb 2018 18:30:35 +0100 (CET) Received: from jasniac.instanton ([89.10.168.15]) by cmsmtp with SMTP id kYyxewNuJxBCwkYyxeHs07; Sat, 10 Feb 2018 18:30:35 +0100 X-Original-Source-IP: 89.10.168.15 Date: Sat, 10 Feb 2018 18:30:35 +0100 From: Marco van Hulten To: bug-guix@gnu.org Subject: file exists and is +x but cannot be executed Message-id: <20180210183035.7433101a@jasniac.instanton> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Content-transfer-encoding: quoted-printable X-CMAE-Envelope: MS4wfGZfT0lqKlIpXZVmCEapIsaFiyDYOKCavGAgapegWhuTvZq4lEC/6kTkiWCtKUd9X6z217Bpcyk+9dHbpuKKtKsKfezJ0X2+TzitFioArR9s6pPLX4Z8 0CeIdPnel2nfKDOvxvUQTZc8FKM2ESY+at/4GM5ix619YtiTNcRFf6sL X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) 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: -5.0 (-----) Hello=E2=80=94 I had cups installed as root and another user. I could use lpr. Now I tried to install it under user2 (to have the lpr binary available, among other things), but I cannot execute `lpr`: user2@graviton ~$ guix package -i cups The following package will be upgraded: cups 2.2.4 =E2=86=92 2.2.4 /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb= -cups-2.2.4 nothing to be done user2@graviton ~$ lpr lpr: No such file or directory user2@graviton ~$ which lpr /home/user2/.guix-profile/bin/lpr user2@graviton ~$ ls -l /home/user2/.guix-profile/bin/lpr lrwxrwxrwx 11 root root 62 Jan 1 1970 /home/user2/.guix-profile/bin/lpr -> /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2.4/bin/lpr user2@graviton ~$ ls -l /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2.4/bin/lpr -r-xr-xr-x 2 root root 14624 Jan 1 1970 /gnu/store/x5d85f1n0qalqlrr7rfwrj1= 35m80snlb-cups-2.2.4/bin/lpr user2@graviton ~$ /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2.4/bi= n/lpr /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2.4/bin/lpr: No such fil= e or directory user2@graviton ~$ file /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2= .4/bin/lpr /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2.4/bin/lpr: ELF 64-bit = LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interprete= r /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib/ld-linux-x86-6= 4.so.2, or GNU/Linux 2.6.32, stripped, with debug_info But it looks as if it is there. Also, the executable bit is set for world. user2@graviton ~$ less /gnu/store/x5d85f1n0qalqlrr7rfwrj135m80snlb-cups-2.2= .4/bin/lpr showed the name of a file, so I checked its existence as well: user2@graviton ~$ file /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.= 25/lib/ld-linux-x86-64.so.2 /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-gli= bc-2.25/lib/ld-linux-x86-64.so.2: symbolic link to ld-2.25.so user2@graviton ~$ cd /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25= /lib/ user2@graviton /gnu/store/3h31zsqxjjg52da5gp3qmhkh4x8klhah-glibc-2.25/lib$ file ld-2.25.so ld-2.25.so: ELF 64-bit LSB shared object, x86-64, version 1= (SYSV), dynamically linked, not stripped, with debug_info I am using GNU Guix of a week old or so. =E2=80=94Marco From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 14 08:45:47 2018 Received: (at 30413) by debbugs.gnu.org; 14 Feb 2018 13:45:47 +0000 Received: from localhost ([127.0.0.1]:42257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elxNa-0005J4-Vl for submit@debbugs.gnu.org; Wed, 14 Feb 2018 08:45:47 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:47960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1elxNY-0005Iu-KG for 30413@debbugs.gnu.org; Wed, 14 Feb 2018 08:45:45 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7D2401076B; Wed, 14 Feb 2018 14:45:43 +0100 (CET) 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 ApPoLiquN7Db; Wed, 14 Feb 2018 14:45:42 +0100 (CET) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id DA0FB10249; Wed, 14 Feb 2018 14:45:41 +0100 (CET) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Marco van Hulten Subject: Re: bug#30413: file exists and is +x but cannot be executed References: <20180210183035.7433101a@jasniac.instanton> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 26 =?utf-8?Q?Pluvi=C3=B4se?= an 226 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, 14 Feb 2018 14:45:41 +0100 In-Reply-To: <20180210183035.7433101a@jasniac.instanton> (Marco van Hulten's message of "Sat, 10 Feb 2018 18:30:35 +0100") Message-ID: <87vaezsn0a.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 30413 Cc: 30413@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, Marco van Hulten skribis: > user2@graviton ~$ lpr > lpr: No such file or directory > user2@graviton ~$ which lpr > /home/user2/.guix-profile/bin/lpr Could it be that /gnu/store is mounted as no-exec, or something along these lines? What does the =E2=80=98mount=E2=80=99 command show? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 03:50:35 2018 Received: (at 30413) by debbugs.gnu.org; 15 Feb 2018 08:50:35 +0000 Received: from localhost ([127.0.0.1]:43615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emFFT-00010U-0I for submit@debbugs.gnu.org; Thu, 15 Feb 2018 03:50:35 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:42634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emFFQ-00010D-CX for 30413@debbugs.gnu.org; Thu, 15 Feb 2018 03:50:33 -0500 MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0P4600G57NU06O50@eterpe-smout.broadpark.no> for 30413@debbugs.gnu.org; Thu, 15 Feb 2018 09:50:26 +0100 (CET) Received: from jasniac.instanton ([89.10.168.15]) by cmsmtp with SMTP id mFFJeyKyexBCwmFFJeI1ca; Thu, 15 Feb 2018 09:50:25 +0100 X-Original-Source-IP: 89.10.168.15 Date: Thu, 15 Feb 2018 09:50:25 +0100 From: Marco van Hulten To: ludo@gnu.org (Ludovic =?UTF-8?B?Q291cnTDqHM=?=) Subject: Re: bug#30413: file exists and is +x but cannot be executed Message-id: <20180215095025.2d9142c7@jasniac.instanton> In-reply-to: <87vaezsn0a.fsf@gnu.org> References: <20180210183035.7433101a@jasniac.instanton> <87vaezsn0a.fsf@gnu.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Content-transfer-encoding: quoted-printable X-CMAE-Envelope: MS4wfBNXJl5VWVrqtsaXsshimmPAg6kXVxYJY+4+7qsCiyh2USnCOCb1m4D8O1yj8N/BjEl+hOV1QG4oy3R/AleLuVjxEEi6Xg+FHqrG4pYvt30urNn4L/M5 RmRhhb82itv+G12qOd/hJJmPl8QMW7mgvyOz87WxaQz4conPbbXMA2smUtFnQetQf6p6EnJSqcxUPg== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 30413 Cc: 30413@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.7 (/) Ludovic=E2=80=94 Je 14 feb 14:45 skribis Ludovic: > Marco van Hulten skribis: >=20 > > user2@graviton ~$ lpr > > lpr: No such file or directory > > user2@graviton ~$ which lpr > > /home/user2/.guix-profile/bin/lpr =20 >=20 > Could it be that /gnu/store is mounted as no-exec, or something along > these lines? What does the =E2=80=98mount=E2=80=99 command show? Could have been, but not likely as I remember other commands, surely several from /gnu/store/, working properly. Right now `lpr` works (and I didn't do a pull; path is the same). I would have reported that before if I had tried to use the printer again. In any case, the issue went away =E2=80=94 the bug report can be cl= osed (as unconfirmable or something). Thanks! =E2=80=94Marco From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 03:50:40 2018 Received: (at control) by debbugs.gnu.org; 15 Feb 2018 08:50:40 +0000 Received: from localhost ([127.0.0.1]:43618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emFFY-00010m-7s for submit@debbugs.gnu.org; Thu, 15 Feb 2018 03:50:40 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:42640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emFFW-00010Q-QR for control@debbugs.gnu.org; Thu, 15 Feb 2018 03:50:39 -0500 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0P4600G57NU06O50@eterpe-smout.broadpark.no> for control@debbugs.gnu.org; Thu, 15 Feb 2018 09:50:33 +0100 (CET) Received: from jasniac.instanton ([89.10.168.15]) by cmsmtp with SMTP id mFFQeyKypxBCwmFFReI1ce; Thu, 15 Feb 2018 09:50:33 +0100 X-Original-Source-IP: 89.10.168.15 Date: Thu, 15 Feb 2018 09:50:32 +0100 From: Marco van Hulten To: control@debbugs.gnu.org Subject: close 30413 Message-id: <20180215095032.31dc1e91@jasniac.instanton> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) X-CMAE-Envelope: MS4wfCYyMoTgfmX0rnvebYPiUKDWfD2cmTEoA7UM5FlUwCqbY5DPXLVWSfMZ1QVAjRNy1E+1TAj+RYF9b/Bc/Ihs9OGY9OvOIGOO1zO/pORyT0/QppffxwUy zTppeduTaQmral3A5xOiPzD7H63imIouaEqUo+LjemkfV0yefpeX85vX X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control 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.7 (/) close 30413 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 15 04:45:20 2018 Received: (at 30413-done) by debbugs.gnu.org; 15 Feb 2018 09:45:20 +0000 Received: from localhost ([127.0.0.1]:43641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emG6R-0004DP-Uy for submit@debbugs.gnu.org; Thu, 15 Feb 2018 04:45:20 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:53972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emG6Q-0004DH-Fz for 30413-done@debbugs.gnu.org; Thu, 15 Feb 2018 04:45:18 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id D6F87108C3; Thu, 15 Feb 2018 10:45:17 +0100 (CET) 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 5EdcAmteik83; Thu, 15 Feb 2018 10:45:17 +0100 (CET) Received: from jurong (unknown [193.50.111.82]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D5E2610739; Thu, 15 Feb 2018 10:45:16 +0100 (CET) Date: Thu, 15 Feb 2018 10:45:15 +0100 From: Andreas Enge To: Marco van Hulten Subject: Re: bug#30413: file exists and is +x but cannot be executed Message-ID: <20180215094515.GA1802@jurong> References: <20180210183035.7433101a@jasniac.instanton> <87vaezsn0a.fsf@gnu.org> <20180215095025.2d9142c7@jasniac.instanton> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180215095025.2d9142c7@jasniac.instanton> User-Agent: Mutt/1.9.3 (2018-01-21) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 30413-done Cc: 30413-done@debbugs.gnu.org, Ludovic =?iso-8859-15?Q?Court=E8s?= 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.0 (/) Close the bug as suggested by the submitter. Andreas PS: Just sending a message to BUGNUMBER-done@debbugs.gnu.org does the job, and anybody can do it. From unknown Sat Sep 13 13:42:34 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 15 Mar 2018 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