Skip to main content

Error Updating from 11.42.0.23 to 11.42.1.2

Comments

5 comments

  • es2alna
    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
  • cPanelMichael
    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
  • Lucas5504
    [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 You
    0
  • es2alna
    [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
  • cPanelMichael
    [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.