looks like it is stuck with a yum lock. Not sure why it is trying to use yum while it is doing an yum update?
Code: Select all
SKIPPING NAGIOS CORE RESTART...
CHECKING FOR INSTALL SCRIPT '/usr/local/nagiosxi/html/includes/configwizards/domain_expiration/install.sh'...
RUNNING INSTALL SCRIPT...
Loaded plugins: enabled_repos_upload, package_upload, product-id, search-
: disabled-repos, subscription-manager
Existing lock /var/run/yum.pid: another copy is running as pid 9929.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 111 M RSS (551 MB VSZ)
Started: Wed Aug 8 06:36:11 2018 - 00:27 ago
State : Sleeping, pid: 9929
i tried to use "yum update nagiosxi" or the ./upgrade script. Both hang with the same error.
Looking in /usr/local/nagiosxi/html/includes/configwizards/domain_expiration/install.sh
Because it is not an offline install it tries to install jwhois while upgrading the rpm..
Code: Select all
#!/bin/sh
if [ -f $INSTALL_PATH/offline ]; then
echo Nothing to do here, offline install.
else
yum install jwhois -y
fi
exit 0
/usr/local/nagiosxi/html/includes/configwizards/domain_expiration/install.sh (END)
xi-upgrade.log
You do not have the required permissions to view the files attached to this post.