lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 775f624f: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 775f624f: Improve documentation
Date: Tue, 8 Mar 2022 07:54:29 -0500 (EST)

branch: master
commit 775f624f2380e6a9c2ab6c8eae7a9d066a7e02cd
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
---
 lmi_setup_05r.sh | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/lmi_setup_05r.sh b/lmi_setup_05r.sh
index 130df471..7282fc1a 100755
--- a/lmi_setup_05r.sh
+++ b/lmi_setup_05r.sh
@@ -31,10 +31,13 @@ assert_su
 assert_not_chrooted
 
 # The intention here was to un-mount and re-mount, in the hope of
-# making the server work more reliably across reboots. However,
-# now it fails with a message like:
+# making the server work more reliably across reboots (perhaps because
+# the earliest versions of this script used a temporary filesystem).
+# However, now it fails (perhaps because of a lingering session of an
+# earlier chroot that used a differently-mounted /srv) with a message
+# like:
 #   umount: /srv: target is busy.
-# so maybe it's not such a good idea.
+# so maybe it's not appropriate default behavior.
 #umount /srv
 
 # On a server with tiny 4G partitions for /usr, /var, /tmp, /opt,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]