Nagios 5.5 update never finishes
Posted: Fri Jun 29, 2018 4:31 pm
I am trying to upgrade a 5.4.13 install to 5.5 but the upgrade script seems to die in the middle of the process. I attached the log to this message.
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
# Uninstall ajaxterminal to install shellinabox
echo "Removing Ajaxterm..."
if rpm -q Ajaxterm >/dev/null; then
service ajaxterm stop
rpm -e Ajaxterm
cp -f "$httpdconfdir/ssl.conf" "$httpdconfdir/ssl.conf.nagiosxibackup"
sed -i '/## AJAXTERM #####################/,+12d' "$httpdconfdir/ssl.conf"
rm -f $proddir/html/admin/ajaxterm.php
fiCode: Select all
# Uninstall ajaxterminal to install shellinabox
# echo "Removing Ajaxterm..."
# if rpm -q Ajaxterm >/dev/null; then
# service ajaxterm stop
# rpm -e Ajaxterm
# cp -f "$httpdconfdir/ssl.conf" "$httpdconfdir/ssl.conf.nagiosxibackup"
# sed -i '/## AJAXTERM #####################/,+12d' "$httpdconfdir/ssl.conf"
# rm -f $proddir/html/admin/ajaxterm.php
# fiCode: Select all
cd /tmp/nagiosxi
./upgrade