Page 1 of 1

Unable to upgrade to 5.5 (Errno14)

Posted: Tue Jul 10, 2018 10:24 am
by dlukinski
Hello XI Support

We are unable to upgrade to version 5.5 as follow:

Code: Select all

[root@fikc-nagxidev01 nagiosxi]# ./upgrade
Archive:  sourceguardian/ixed4.lin.x86-64.zip
  inflating: /usr/lib64/php/modules/ixed.5.3.lin
Sourceguardian extension found for PHP version 5.3
Sourceguardian extension already in php.ini
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]
Checking required prereqs...
Please wait...

OLD VERSION: 5413
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
file:///mnt/repodata/repomd.xml: [Errno 14] Could not open/read file:///mnt/repodata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: local. Please verify its path and try again
You have new mail in /var/spool/mail/root
[root@fikc-nagxidev01 nagiosxi]#
Please help

Re: Unable to upgrade to 5.5 (Errno14)

Posted: Tue Jul 10, 2018 1:18 pm
by npolovenko
@dlukinski, Looks like the server can't connect to the "local" repository. Check the settings in /etc/yum.repos.d/...local.repo file. See if you can reach the URL. Is your server connected to the internet or is it an offline installation?

Re: Unable to upgrade to 5.5 (Errno14)

Posted: Fri Jul 13, 2018 1:57 pm
by dlukinski
npolovenko wrote:@dlukinski, Looks like the server can't connect to the "local" repository. Check the settings in /etc/yum.repos.d/...local.repo file. See if you can reach the URL. Is your server connected to the internet or is it an offline installation?
Indeed, Repositories were missed somehow (re-created all of them).
Upgrade worked, we could close the case

Thank you!