Skip to main content

Automated update process fails (yum)

Comments

7 comments

  • cPanelMichael
    Hello :) This looks like an issue with your system packages. Please post the output from the following command:
    rpm -qa|grep tiff
    Also, do you notice any error messages when running the "yum reinstall libtiff" command? Thank you.
    0
  • vtek
    Thanks for the reply! There were no errors while running yum reinstall libtiff. "rpm -qa|grep tiff" gives me:
    libtiff-3.9.4-10.el6_5.x86_64
    0
  • cPanelMichael
    Please let us know if installing the libtiff-devel package addresses the issue:
    yum install libtiff-devel
    Thank you.
    0
  • vtek
    Thanks again Michael for your reply. I get the following errors while trying to install that package:
    --> Running transaction check ---> Package libtiff-devel.x86_64 0:4.0.3-18.el6 will be installed --> Processing Dependency: libtiff(x86-64) = 4.0.3-18.el6 for package: libtiff-devel-4.0.3-18.el6.x86_64 --> Processing Dependency: libtiffxx.so.5()(64bit) for package: libtiff-devel-4.0.3-18.el6.x86_64 --> Processing Dependency: libtiff.so.5()(64bit) for package: libtiff-devel-4.0.3-18.el6.x86_64 --> Running transaction check ---> Package libtiff.x86_64 0:3.9.4-10.el6_5 will be updated --> Processing Dependency: libtiff.so.3()(64bit) for package: gdk-pixbuf2-2.24.1-6.el6_7.x86_64 --> Processing Dependency: libtiff.so.3()(64bit) for package: lcms-1.19-1.el6.x86_64 --> Processing Dependency: libtiff.so.3()(64bit) for package: 1:cups-libs-1.4.2-72.el6.x86_64 ---> Package libtiff.x86_64 0:4.0.3-18.el6 will be an update --> Processing Dependency: libjbig.so.2.1()(64bit) for package: libtiff-4.0.3-18.el6.x86_64 --> Finished Dependency Resolution Error: Package: libtiff-4.0.3-18.el6.x86_64 (nvirt) Requires: libjbig.so.2.1()(64bit) Error: Package: 1:cups-libs-1.4.2-72.el6.x86_64 (@base) Requires: libtiff.so.3()(64bit) Removing: libtiff-3.9.4-10.el6_5.x86_64 (@base) libtiff.so.3()(64bit) Updated By: libtiff-4.0.3-18.el6.x86_64 (nvirt) Not found Error: Package: gdk-pixbuf2-2.24.1-6.el6_7.x86_64 (@updates) Requires: libtiff.so.3()(64bit) Removing: libtiff-3.9.4-10.el6_5.x86_64 (@base) libtiff.so.3()(64bit) Updated By: libtiff-4.0.3-18.el6.x86_64 (nvirt) Not found Error: Package: lcms-1.19-1.el6.x86_64 (@base) Requires: libtiff.so.3()(64bit) Removing: libtiff-3.9.4-10.el6_5.x86_64 (@base) libtiff.so.3()(64bit) Updated By: libtiff-4.0.3-18.el6.x86_64 (nvirt) Not found You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
    I probably should do some man on yum as I'm new to RPM's...
    0
  • cPanelMichael
    Check the /etc/yum.repos.d directory and see if you are using any custom YUM repos:
    ls -al /etc/yum.repos.d
    You may need to disable any non-standard REPO files to allow YUM to proceed. Keep in mind this is a system administration issue that's unrelated to the cPanel software itself. Thank you.
    0
  • vtek
    ^^ Ah well, as it turns out there was a rogue repo added by my server provider for some reason. (nvirt). I did not realize it was a 3rd party repo so didnt pay much attention to it. Removed the repo and things work now as they should. I'll be smarter next time ;).
    0
  • cPanelMichael
    I am happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.