Michael Rohleder wrote 5 years ago
(address . guix-patches@gnu.org)
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 <mike@rohleder.de>
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(+)
Toggle diff (15 lines)
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)")
(mkmountpoint (@@ (enable "1")
(remove "true")))))
--
2.26.2
Footnotes:
--
"These download files are in Microsoft Word 6.0 format. After unzipping,
these files can be viewed in any text editor, including all versions of
Microsoft Word, WordPad, and Microsoft Word Viewer." [Microsoft website]
-----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-----