From unknown Fri Jun 20 07:23:19 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41048 <41048@debbugs.gnu.org> To: bug#41048 <41048@debbugs.gnu.org> Subject: Status: [PATCH] doc: add comment about ofl for Pam mount. Reply-To: bug#41048 <41048@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:23:19 +0000 retitle 41048 [PATCH] doc: add comment about ofl for Pam mount. reassign 41048 guix-patches submitter 41048 Michael Rohleder severity 41048 normal tag 41048 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun May 03 08:42:47 2020 Received: (at submit) by debbugs.gnu.org; 3 May 2020 12:42:47 +0000 Received: from localhost ([127.0.0.1]:54856 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVDxA-0007HA-Ex for submit@debbugs.gnu.org; Sun, 03 May 2020 08:42:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:42520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jVDx6-0007Go-RR for submit@debbugs.gnu.org; Sun, 03 May 2020 08:42:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54164) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jVDx6-0004am-Gx for guix-patches@gnu.org; Sun, 03 May 2020 08:42:36 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:56778) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jVDx5-0008D0-6r for guix-patches@gnu.org; Sun, 03 May 2020 08:42:36 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1jVDx2-0001aH-Dr; Sun, 03 May 2020 14:42:32 +0200 Received: from [192.168.1.8] (helo=chuwi) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jVDx1-00089i-L5 for guix-patches@gnu.org; Sun, 03 May 2020 14:42:32 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] doc: add comment about ofl for Pam mount. X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Sun, 03 May 2020 14:42:26 +0200 Message-ID: <87ftch42bx.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1588509755;401b0058; X-HE-SMSGID: 1jVDx2-0001aH-Dr Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/03 07:09:22 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Pam mount uses `ofl` from hxtools [1] to kill processes that have open files on the filesystem mounted. As we dont have hxtools (and I think we shouldnt), one has to configure pam mount to use something else, eg `fuser`. This is an attempt to document that somehow. --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-doc-guix.texi-Pam-mount-add-comment-about-ovl.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] doc: add comment about ovl for Pam mount. From=207a3cd9cd00cbd95e599a8d79400591e2fc589f33 Mon Sep 17 00:00:00 2001 From: Michael Rohleder Date: Sun, 3 May 2020 14:17:37 +0200 Subject: [PATCH] doc: add comment about ofl for Pam mount. * doc/guix.texi: (Pam Mount) add comment about ofl. =2D-- doc/guix.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index d5d8662937..aa182df183 100644 =2D-- a/doc/guix.texi +++ b/doc/guix.texi @@ -25441,6 +25441,8 @@ the partition where he stores his data: (hup "0") (term "no") (kill "no"))) + ;; if anything above is "true": + ;; (ofl "/run/current-system/profile/bin/fuser -km %(MNTPT)") (mkmountpoint (@@ (enable "1") (remove "true"))))) =20 =2D-=20 2.26.2 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Footnotes:=20 [1] https://github.com/ghthor/hxtools =2D-=20 "These download files are in Microsoft Word 6.0 format. After unzipping,=20 these files can be viewed in any text editor, including all versions of=20 Microsoft Word, WordPad, and Microsoft Word Viewer." [Microsoft website] --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl6uvDIACgkQfHr/vv7y yyWTuggAlu3Bh4/ELKphaUnHm9y/FLRgMKWWBjHVOAGwUEMSAbgK0W62yg/59FXV jCyGw6jvdgN+eGn2lTr+wSYe+BfGCTF4a2rMXZohe7rLCdHlQG6obgtQ8twvu4m2 DOGNOdTLp/BlWFgGRvDgOa0U4z9q0QZHFVFRFYuklqwtYCAb+j6gzpsWrpvvqsQz SuyzKV09huOqVGcV4hhvoFTr67hv/xzj2MzaulNQVeIcEF4rcLjsYrDAqo7ZVOXk RBB08IMyAY3nPbabI0JNOXKKwyqToDFCeezZjlJH0+D1lmZiRlYy4hIlW4Cd/fRj 4cCLUHPs0GL9fJYRguMR27itEY76Rw== =zD3D -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 02 10:49:51 2020 Received: (at 41048) by debbugs.gnu.org; 2 Sep 2020 14:49:51 +0000 Received: from localhost ([127.0.0.1]:60292 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDU58-0002Tt-Uj for submit@debbugs.gnu.org; Wed, 02 Sep 2020 10:49:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDU56-0002TY-P9 for 41048@debbugs.gnu.org; Wed, 02 Sep 2020 10:49:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:46364) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kDU50-0004D6-Tq; Wed, 02 Sep 2020 10:49:42 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54372 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kDU50-0006zm-98; Wed, 02 Sep 2020 10:49:42 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#41048] [PATCH] doc: add comment about ofl for Pam mount. References: <87ftch42bx.fsf@rohleder.de> Date: Wed, 02 Sep 2020 16:49:38 +0200 In-Reply-To: <87ftch42bx.fsf@rohleder.de> (Michael Rohleder's message of "Sun, 03 May 2020 14:42:26 +0200") Message-ID: <87lfhs5j3x.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41048 Cc: 41048@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, This patch fell through the cracks=E2=80=A6 Michael Rohleder skribis: > Pam mount uses `ofl` from hxtools [1] to kill processes that have open > files on the filesystem mounted. > As we dont have hxtools (and I think we shouldnt), one has to configure > pam mount to use something else, eg `fuser`. This is an attempt to > document that somehow. > > From 7a3cd9cd00cbd95e599a8d79400591e2fc589f33 Mon Sep 17 00:00:00 2001 > From: Michael Rohleder > Date: Sun, 3 May 2020 14:17:37 +0200 > Subject: [PATCH] doc: add comment about ofl for Pam mount. > > * doc/guix.texi: (Pam Mount) add comment about ofl. > --- > doc/guix.texi | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/doc/guix.texi b/doc/guix.texi > index d5d8662937..aa182df183 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -25441,6 +25441,8 @@ the partition where he stores his data: > (hup "0") > (term "no") > (kill "no"))) > + ;; if anything above is "true": > + ;; (ofl "/run/current-system/profile/bin/fuser -km %(MNTPT)") It=E2=80=99s not clear what these two lines mean. The idea is to tell user= s to configure PAM Mount to use =E2=80=98fuser=E2=80=99 as a replacement for =E2= =80=98ofl=E2=80=99, right? I think that=E2=80=99d deserve one or two sentences of explanation. WDYT? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 02 11:25:38 2020 Received: (at 41048) by debbugs.gnu.org; 2 Sep 2020 15:25:38 +0000 Received: from localhost ([127.0.0.1]:60424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDUdl-0005fV-VC for submit@debbugs.gnu.org; Wed, 02 Sep 2020 11:25:38 -0400 Received: from wp224.webpack.hosteurope.de ([80.237.132.231]:36282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDUdj-0005fK-6i for 41048@debbugs.gnu.org; Wed, 02 Sep 2020 11:25:36 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kDUdf-0003KM-VL; Wed, 02 Sep 2020 17:25:31 +0200 Received: from [192.168.1.3] (helo=micha) by www.rohleder.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kDUdd-0007Av-PF; Wed, 02 Sep 2020 17:25:31 +0200 From: Michael Rohleder To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#41048] [PATCH] doc: add comment about ofl for Pam mount. References: <87ftch42bx.fsf@rohleder.de> <87lfhs5j3x.fsf@gnu.org> X-PGP-Fingerprint: 755E 2DE5 D0D5 85C5 2E78 2830 7C7A FFBE FEF2 CB25 X-PGP-Key: https://www.rohleder.de/~mike/pgpkey.asc Date: Wed, 02 Sep 2020 17:25:19 +0200 In-Reply-To: <87lfhs5j3x.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Wed, 02 Sep 2020 16:49:38 +0200") Message-ID: <874kogciao.fsf@rohleder.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1599060335;d8b126c5; X-HE-SMSGID: 1kDUdf-0003KM-VL X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41048 Cc: 41048@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.7 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ludo! Ludovic Court=C3=A8s writes: >> + ;; if anything above is "true": >> + ;; (ofl "/run/current-system/profile/bin/fuser -km %(MNTPT)= ") > > It=E2=80=99s not clear what these two lines mean. The idea is to tell us= ers to > configure PAM Mount to use =E2=80=98fuser=E2=80=99 as a replacement for = =E2=80=98ofl=E2=80=99, right? I > think that=E2=80=99d deserve one or two sentences of explanation. WDYT? Yes, that is/was the idea, because killing processes would not work otherwise. Now that we have autofs, I don't think it's relevant any more, so we can close it? =2D-=20 No one gets sick on Wednesdays. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAl9PuV8RHG1pa2VAcm9o bGVkZXIuZGUACgkQfHr/vv7yyyW5dwf/a08C/6L4sXbMzprA9kHqwbcHasa8RnMP Hd7O3wk3vc/Hr9ghJ/sgLLZHN+jGDOue8TMZJ2P80bVrqcTTYcnZEEhkaFSPPJV0 D2LgPhhAs1GKWLXH8h7f5fnWmzQ/u8mGB8LwdwGFqMPqfUbFtK8J2S8R5FPXkFkw F3Jiuyddy7qJsg/wr/H34UBywdNzp+uGthqtaxZyGuoi+JaJfhx5rLJf4fJfQvei r0ov5u/ecJRol9ORGq5qLUjqRv61UjeenBIAvhrIXI8XdBX/5EL7LNA9KByveRcz /R0AscZoHAA+MVLHmno/PLDfuMGUTpVKFIHP+hQCYXIEDPsmOHxpPA== =Gxew -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 02 16:18:55 2020 Received: (at 41048-done) by debbugs.gnu.org; 2 Sep 2020 20:18:55 +0000 Received: from localhost ([127.0.0.1]:60796 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDZDb-0000DK-Br for submit@debbugs.gnu.org; Wed, 02 Sep 2020 16:18:55 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDZDW-0000D5-Po for 41048-done@debbugs.gnu.org; Wed, 02 Sep 2020 16:18:53 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:52016) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kDZDR-00088f-Ai; Wed, 02 Sep 2020 16:18:45 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=57094 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kDZDQ-0007c4-CO; Wed, 02 Sep 2020 16:18:44 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Michael Rohleder Subject: Re: [bug#41048] [PATCH] doc: add comment about ofl for Pam mount. References: <87ftch42bx.fsf@rohleder.de> <87lfhs5j3x.fsf@gnu.org> <874kogciao.fsf@rohleder.de> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 17 Fructidor an 228 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, 02 Sep 2020 22:18:42 +0200 In-Reply-To: <874kogciao.fsf@rohleder.de> (Michael Rohleder's message of "Wed, 02 Sep 2020 17:25:19 +0200") Message-ID: <87y2ls2aql.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41048-done Cc: 41048-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: -3.3 (---) Hi Michael, Michael Rohleder skribis: > Ludovic Court=C3=A8s writes: >>> + ;; if anything above is "true": >>> + ;; (ofl "/run/current-system/profile/bin/fuser -km %(MNTPT= )") >> >> It=E2=80=99s not clear what these two lines mean. The idea is to tell u= sers to >> configure PAM Mount to use =E2=80=98fuser=E2=80=99 as a replacement for = =E2=80=98ofl=E2=80=99, right? I >> think that=E2=80=99d deserve one or two sentences of explanation. WDYT? > > Yes, that is/was the idea, because killing processes would not work > otherwise. OK. > Now that we have autofs, I don't think it's relevant any more, so we can > close it? Fine with me, done! Thanks, Ludo=E2=80=99. From unknown Fri Jun 20 07:23:19 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, 01 Oct 2020 11:24:07 +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