Hi,
I'm trying to install Nagios xi on a fresh machine with Ubuntu 24 as OS.
Before trying the installation I've made a snapshot of the machine in case there were issues.
Every time I launch the Nagios xi "fullinstall" script, it gets stuck and the last message that it shows refers to some "test" called "t/07-zonefile.t "
I'm attaching the install.log file.
Does anyone know what could be happening?
Nagios xi installation stuck on fresh machine
-
- Posts: 27
- Joined: Mon Dec 30, 2019 5:34 am
Nagios xi installation stuck on fresh machine
You do not have the required permissions to view the files attached to this post.
-
- Posts: 360
- Joined: Wed Apr 12, 2023 5:48 pm
Re: Nagios xi installation stuck on fresh machine
You might try installing Test::Pod manually.
-
- Posts: 27
- Joined: Mon Dec 30, 2019 5:34 am
Re: Nagios xi installation stuck on fresh machine
Is that a perl package/module?
How could I install it?
How could I install it?
-
- Posts: 5
- Joined: Tue Jun 14, 2022 7:52 am
Re: Nagios xi installation stuck on fresh machine
Try this:
sudo apt-get -y install libtest-pod-perl
sudo apt-get -y install libtest-pod-perl
-
- Posts: 327
- Joined: Wed Aug 09, 2023 9:58 am
Re: Nagios xi installation stuck on fresh machine
Is the Ubuntu 24 a LTS version? (i.e is it 24.04?)
-
- Posts: 27
- Joined: Mon Dec 30, 2019 5:34 am
Re: Nagios xi installation stuck on fresh machine
This hasn't fix the issue. It keeps getting stuck on the same place..
Yes, is the LTS version.
Code: Select all
root@nagiosxi:/tmp/nagiosxi# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.2 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.2 LTS (Noble Numbat)"
VERSION_CODENAME=noble
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=noble
LOGO=ubuntu-logo
-
- Posts: 27
- Joined: Mon Dec 30, 2019 5:34 am
Re: Nagios xi installation stuck on fresh machine
I have tried leaving the installation process running overnight without success. It stays at the same step.
It's strange because if I launch the installation process on a Linux distribution like RHEL, this doesn't happen.
I have been looking at Nagios xi installation documentation and I see that there are options to do it offline but it seems that it is not available for Ubuntu. Is this correct?
It's strange because if I launch the installation process on a Linux distribution like RHEL, this doesn't happen.
I have been looking at Nagios xi installation documentation and I see that there are options to do it offline but it seems that it is not available for Ubuntu. Is this correct?
-
- Posts: 258
- Joined: Wed Aug 23, 2023 11:29 am
Re: Nagios xi installation stuck on fresh machine
Hi @IT_LAS,
That is correct. The offline installs use RPMs which are specific to Enterprise Linux distributions. If you need to install on Ubuntu 24, you will have to use a source install. Let us know if you still run into issues.
Thank you!
That is correct. The offline installs use RPMs which are specific to Enterprise Linux distributions. If you need to install on Ubuntu 24, you will have to use a source install. Let us know if you still run into issues.
Thank you!
-
- Posts: 27
- Joined: Mon Dec 30, 2019 5:34 am
Re: Nagios xi installation stuck on fresh machine
Hi @gwesterman
Is there any documentation for the source installation process for Ubuntu 24?
Is there any documentation for the source installation process for Ubuntu 24?
-
- Posts: 327
- Joined: Wed Aug 09, 2023 9:58 am
Re: Nagios xi installation stuck on fresh machine
@IT_LAS
For a source install follow the documentation below under the manual section. Let us know if you run into an issue with the source install and we can try to debug.
https://assets.nagios.com/downloads/nag ... I-2024.pdf
For a source install follow the documentation below under the manual section. Let us know if you run into an issue with the source install and we can try to debug.
https://assets.nagios.com/downloads/nag ... I-2024.pdf