lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 0ea968c4 1/2: Note some new warnings that are


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0ea968c4 1/2: Note some new warnings that are merely noise
Date: Fri, 25 Feb 2022 08:05:24 -0500 (EST)

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

    Note some new warnings that are merely noise
---
 lmi_setup_24.sh | 8 ++++++++
 lmi_setup_40.sh | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/lmi_setup_24.sh b/lmi_setup_24.sh
index 7003a11f..980a76c7 100755
--- a/lmi_setup_24.sh
+++ b/lmi_setup_24.sh
@@ -33,6 +33,9 @@ assert_chrooted
 groupadd --gid="${NORMAL_GROUP_GID}" "${NORMAL_GROUP}"
 
 # Add an 'lmi' group, which may be useful in a multi-user chroot.
+# This message:
+#   groupadd: group 'lmi' already exists
+# can safely be ignored.
 getent group 1001 || groupadd --gid=1001 lmi || echo "Oops."
 
 i=1
@@ -59,6 +62,11 @@ do
   # Hardcode the salt so that repeated openssl invocations yield
   # identical results, to avoid gratuitous regressions when comparing
   # successive logs.
+  #
+  # Don't worry about this:
+  #   useradd warning: ... uid ... outside of the
+  #   UID_MIN 1000 and UID_MAX 60000 range.
+  # which is normal and expected for "system" users.
 
   useradd \
     --gid="${NORMAL_GROUP_GID}" \
diff --git a/lmi_setup_40.sh b/lmi_setup_40.sh
index 688c4f8b..a5e927ab 100755
--- a/lmi_setup_40.sh
+++ b/lmi_setup_40.sh
@@ -36,6 +36,8 @@ WINEDLLOVERRIDES=mscoree=d wine wineboot
 #
 # Don't worry about this:
 #   0009:err:file:init_redirects cannot open L"C:\\windows" (c000000f)
+# or complaints about an absent X server beginning like this:
+#   000b:err:winediag:nodrv_CreateWindow
 # or a dozen or so lines of ':err:ole:' diagnostics mentioning
 # "IPSFactory" and "MarshalInterface", or this:
 #   0014:err:ole:get_local_server_stream Failed: 80004002



reply via email to

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