lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 49c0090 2/3: Document ad hoc workarounds for


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 49c0090 2/3: Document ad hoc workarounds for failed multi-user-ness
Date: Thu, 14 May 2020 16:26:28 -0400 (EDT)

branch: master
commit 49c00909375a40c0bf88b4da5b8dc2a97d1d7419
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Document ad hoc workarounds for failed multi-user-ness
---
 install_msw.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/install_msw.sh b/install_msw.sh
index fc71ab9..2277509 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -306,6 +306,11 @@ find /opt/lmi -perm -200 \! -perm -020 -print0 | xargs 
--no-run-if-empty -0 ls -
 # if the digits in the fourth and fifth columns differ. The second
 # column should contain '2' for all directories.
 find /opt/lmi/ -print0 | xargs -0 stat -c "%05a %F" | sort -u
+# Ad hoc repairs--see:
+#   https://lists.nongnu.org/archive/html/lmi/2020-05/msg00001.html
+# chgrp -R lmi /opt/lmi
+# find /opt/lmi -type d -exec chmod g+s {} +
+# chmod -R g=u /opt/lmi
 
 mkdir --parents /opt/lmi/data
 



reply via email to

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