Error Updating from 11.42.0.23 to 11.42.1.2
This server has been on daily CURRENT updates since 2007. There have been no issues until this mornings update.
I would have thought that after 7 years sendmail would have been an issue before now. I assume I need to remove it from RPM?
[20140402.043311] Staging new RPMS
[20140402.043314] Downloading
[20140402.043314] Downloading
[20140402.043314] Downloading
[20140402.043314] Downloading
[20140402.043315] Downloading
[20140402.043315] Downloading
[20140402.043315] Downloading
[20140402.043315] Downloading
[20140402.043315] Downloading
[20140402.043315] Downloading
[20140402.043316] Downloading
[20140402.043317] All files Staged
[20140402.043317] Testing if the newly downloaded RPMS can be installed without conflict
[20140402.043317] Testing RPM transaction
[20140402.043321] error: Failed dependencies:
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-devel-8.13.8-8.1.el5_7.i386
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-doc-8.13.8-8.1.el5_7.x86_64
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-cf-8.13.8-8.1.el5_7.x86_64
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-devel-8.13.8-8.1.el5_7.x86_64
[20140402.043321] W Exit Code: 20
[20140402.043321] ***** FATAL: Test install failed: error: Failed dependencies:
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-devel-8.13.8-8.1.el5_7.i386
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-doc-8.13.8-8.1.el5_7.x86_64
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-cf-8.13.8-8.1.el5_7.x86_64
[20140402.043321] sendmail = 8.13.8-8.1.el5_7 is needed by (installed) sendmail-devel-8.13.8-8.1.el5_7.x86_64
[20140402.043321] The Administrator will be notified to review this output when this script completes
[20140402.043321] ***** FATAL: Error testing if the RPMs will install: Died at /usr/local/cpanel/scripts/updatenow.static-cpanelsync line 14055.
[20140402.043321] see -
Its now better to fallback to stable or release and force an update: /scipts/upcp --force
and check if this fixes your issue. Note: Its not recommended to use CURRENT or EDGE on a production server. Thanks,0 -
Hello :) Forcing a cPanel update is not likely to resolve this issue. Instead, it's better to address the RPM conflict directly. First, check to see which sendmail RPMs are installed: rpm -qa|grep sendmail
Are you using a third-party application that uses the sendmail RPMs? Thank you.0 -
[quote="cPanelMichael, post: 1611492">Hello :) First, check to see which sendmail RPMs are installed: ... Are you using a third-party application that uses the sendmail RPMs? Thank you.
[root@server1 ~]# rpm -qa|grep sendmail sendmail-cf-8.13.8-8.1.el5_7 sendmail-devel-8.13.8-8.1.el5_7 sendmail-doc-8.13.8-8.1.el5_7 sendmail-8.13.8-8.1.el5_7 sendmail-devel-8.13.8-8.1.el5_7 [root@server1 ~]# rpm -qa --last|grep sendmail sendmail-doc-8.13.8-8.1.el5_7 Sun Mar 9 12:18:27 2014 sendmail-devel-8.13.8-8.1.el5_7 Sun Mar 9 12:18:27 2014 sendmail-cf-8.13.8-8.1.el5_7 Sun Mar 9 12:18:27 2014 sendmail-devel-8.13.8-8.1.el5_7 Sun Mar 9 12:18:26 2014 sendmail-8.13.8-8.1.el5_7 Sun Mar 9 12:18:16 2014
According to my logs the only major event on March 9 was the running of EasyApache to upgrade PHP to version 5.3.28 Thank You0 -
[quote="cPanelMichael, post: 1611492">Hello :) Forcing a cPanel update is not likely to resolve this issue. Instead, it's better to address the RPM conflict directly. First, check to see which sendmail RPMs are installed: rpm -qa|grep sendmail
Are you using a third-party application that uses the sendmail RPMs? Thank you.
It will be the first step of solving the issue as the CURRENT is not recommended to use.0 -
[QUOTE=Lucas5504][root@server1 ~]# rpm -qa|grep sendmail sendmail-cf-8.13.8-8.1.el5_7 sendmail-devel-8.13.8-8.1.el5_7 sendmail-doc-8.13.8-8.1.el5_7 sendmail-8.13.8-8.1.el5_7 sendmail-devel-8.13.8-8.1.el5_7
Try removing those RPMs. EX:rpm -e --justdb --nodeps sendmail-8.13.8-8.1.el5_7 rpm -e --justdb --nodeps sendmail-devel-8.13.8-8.1.el5_7 rpm -e --justdb --nodeps sendmail-cf-8.13.8-8.1.el5_7 rpm -e --justdb --nodeps sendmail-doc-8.13.8-8.1.el5_7
Then, check to see if the cPanel update completes successfully and reinstalls the required RPMs. [quote="es2alna, post: 1612021">It will be the first step of solving the issue as the CURRENT is not recommended to use.
While it's true that using the "Current" build tier is not recommended on a production machine, I don't believe a cPanel update will help in this particular case. If the cPanel updates are not completing, then switching to a different build tier would also fail. It's better to address the issue at-hand first, and then change build tiers if the user feels it's necessary. Thanks.0
Please sign in to leave a comment.
Comments
5 comments