lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d7fbbbd: Adapt to the vicissitudes of a corpo


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d7fbbbd: Adapt to the vicissitudes of a corporate redhat server
Date: Mon, 12 Oct 2020 19:23:11 -0400 (EDT)

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

    Adapt to the vicissitudes of a corporate redhat server
    
    See:
      https://lists.nongnu.org/archive/html/lmi/2020-10/msg00058.html
    
    It should still be possible to test interoperability among group members
    by using a centos chroot on a personal machine as a simulacrum of the
    corporate server.
---
 lmi_setup_01r.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/lmi_setup_01r.sh b/lmi_setup_01r.sh
index 9c0be2c..a812008 100755
--- a/lmi_setup_01r.sh
+++ b/lmi_setup_01r.sh
@@ -63,7 +63,12 @@ schroot --chroot=${CHRTNAME} --user="${user}"        
--directory=/tmp ./lmi_setu
 } done
 schroot --chroot=${CHRTNAME} --user="${NORMAL_USER}" --directory=/tmp 
./lmi_setup_42.sh
 schroot --chroot=${CHRTNAME} --user="${NORMAL_USER}" --directory=/tmp 
./lmi_setup_43.sh
-schroot --chroot=${CHRTNAME} --user=nemo             --directory=/tmp 
./lmi_setup_44.sh
+# Ideally, this test would be run as a different user, but the 'nemo'
+# account created for that purpose stopped working on a corporate
+# redhat server--see:
+#   https://lists.nongnu.org/archive/html/lmi/2020-10/msg00058.html
+# schroot --chroot=${CHRTNAME} --user=nemo             --directory=/tmp 
./lmi_setup_44.sh
+schroot --chroot=${CHRTNAME} --user="${NORMAL_USER}" --directory=/tmp 
./lmi_setup_44.sh
 
 stamp=$(date -u +'%Y%m%dT%H%M%SZ')
 echo "$stamp $0 [redhat host]"  | tee /dev/tty



reply via email to

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