Page 2 of 2

Re: Upgrade to 2024R1.2 failed on Oracle Linux 9

Posted: Wed Aug 21, 2024 2:42 pm
by danderson
php-imap should not be included as a dependency for Oracle Linux 9. It is included for Oracle 8 and RHEL 8 however.

What's in the /etc/redhat-release file? My Oracle Linux 9 has Red Hat Enterprise Linux release 9.3 (Plow)

Re: Upgrade to 2024R1.2 failed on Oracle Linux 9

Posted: Fri Aug 30, 2024 12:57 am
by sgargano
# cat /etc/system-release
Oracle Linux Server release 9.4
# cat /etc/redhat-release
Red Hat Enterprise Linux release 9.4 (Plow)

I noticed that an update was release but it still fails with the same error even though the changelog
includes this issue: "Removed php-imap from EL9 dependencies [GL:XI#1261] – BB"
I already did run "dnf clean all" and tried again. Any other caches that needs to be cleared?
Things look okay - No serious problems were detected during the pre-flight check
Last metadata expiration check: 0:27:52 ago on Fri 30 Aug 2024 07:25:54 AM CEST.
Dependencies resolved.
Nothing to do.
Complete!
Last metadata expiration check: 0:27:53 ago on Fri 30 Aug 2024 07:25:54 AM CEST.
No match for argument: php-imap
Error: Unable to find a match: php-imap

Re: Upgrade to 2024R1.2 failed on Oracle Linux 9

Posted: Fri Aug 30, 2024 8:30 am
by sgargano
I fixed the problem! I was searching around in the scripts of the Nagios installation package for references about php-imap.
But instead I came across this package "nagiosxi-deps-el9-2024r1.2.1-1.noarch" which was missing on my system. :roll: ...please dont ask me why!
After installation of it, the updater script wasn't even caring about php-imap anymore and upgraded the Nagios version without any complains.

Re: Upgrade to 2024R1.2 failed on Oracle Linux 9

Posted: Fri Aug 30, 2024 2:04 pm
by sgardil
sgargano wrote: Fri Aug 30, 2024 8:30 am I fixed the problem! I was searching around in the scripts of the Nagios installation package for references about php-imap.
But instead I came across this package "nagiosxi-deps-el9-2024r1.2.1-1.noarch" which was missing on my system. :roll: ...please dont ask me why!
After installation of it, the updater script wasn't even caring about php-imap anymore and upgraded the Nagios version without any complains.
Hey @sgargano

That is very weird that it was missing on your system but I'm glad you came across a fix. Since it is resolved im going to go ahead and lock the thread. If there's anything else we can help with let us know!