# OS error logging configuration(oserrlogd). # # OSELOGGING: Set to 1 to start oserrlogd # Set to 0 to stop oserrlogd # # WARNING: Disabling the oserrlogd will disable the reading of errors logged via Diag2 driver. # # This will have following impact: # Information that could help prevent a system or peripheral failure will be lost. # In addition, if a failure occurs, HP will not have the tools or data to diagnose # the cause of the problem in a timely manner. This may cause increased downtime # and possible future failures. # OSELOGGING=1 # QXCR1001134294 - Checking for Non-root user. ID_COMMAND="/usr/bin/id" if [ -f $ID_COMMAND ]; then if [ $($ID_COMMAND -u) != "0" ]; then NONROOTUSER=1; fi fi