Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 22
  1. #1
    Member
    Join Date
    Sep 2010
    Location
    Denver, CO
    Posts
    7

    Default package clean up issues

    when I run
    Code:
    package-cleanup --problems
    I get this list of errors:


    Missing dependencies:
    Package bandmin requires perl(bandmin.conf)
    Package bandmin requires perl(bmversion.pl)
    Package bandmin requires perl(services.conf)
    Package MySQL-server requires perl(DBI)
    Package exim requires libresolv.so.2(GLIBC_PRIVATE)(64bit)
    Package exim requires perl(SafeFile)


    Is this normal? How do I go about fixing them?

    thanks.

  2. #2
    Registered User
    Join Date
    Jul 2004
    Posts
    4

    Default Re: package clean up issues

    also this problem on CentOS 6 64bit Cpanel fresh install
    yum check
    Loaded plugins: fastestmirror
    bandmin-1.6.1-4_newinit.noarch has missing requires of perl(bandmin.conf)
    bandmin-1.6.1-4_newinit.noarch has missing requires of perl(bmversion.pl)
    bandmin-1.6.1-4_newinit.noarch has missing requires of perl(services.conf)
    exim-4.69-30_cpanel_maildir.x86_64 has missing requires of perl(SafeFile)
    frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0
    Error: check all

  3. #3
    Member ModServ's Avatar
    Join Date
    Oct 2006
    Location
    Egypt
    Posts
    228
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: package clean up issues

    Could you please post the output of this command:

    PHP Code:
    perl -

    ModServ for Hosting & Web Services Solutions
    URL: http://www.modserv.com.eg

  4. #4
    Registered User
    Join Date
    Feb 2010
    Location
    USA
    Posts
    9

    Default Re: package clean up issues

    I have the exact same problem with my new server also.

    root@server [~/Brian/MycPanel/mplayer]# perl -v

    This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi

    Thanks Mate, Brian R. Wallace

  5. #5
    cPanel Staff cPanelMichael's Avatar
    Join Date
    Apr 2011
    Posts
    1,346
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: package clean up issues

    Quote Originally Posted by linuxtuts View Post
    I have the exact same problem with my new server also.
    I suggest opening a support ticket with our staff so we may investigate the issue for you. You can open a ticket using the following URL:

    Submit A Ticket

    Thank you.
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists - Documentation - Migration Services
    -- cPanelMichael - Migration Specialist, Technical Analyst, cPanel Technical Support

  6. #6
    Registered User
    Join Date
    Oct 2011
    Posts
    1
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Re: package clean up issues

    Did anyone have more info on how to investigate this further? I'm a firm believer in searching for solution before opening a ticket. This thread is one of the first hits when looking up these errors. I'd like to know what you guys would check for next. Thanks.

  7. #7
    Member minosjl's Avatar
    Join Date
    Jun 2011
    Location
    India
    Posts
    150

    Default Re: package clean up issues

    Hello,

    I think the above error is occurred because your server perl is not updated correctly.There may be some files missing in the server.Please update your perl from your end and check the issue persists in the server.You can get nice documents about cpanel perl update by googing

    You can refer this link if you wish.

    /http://blog.eukhost.com/webhosting/perl-upgrade-on-cpanel-server/

  8. #8
    Registered User
    Join Date
    Nov 2011
    Location
    Lahore, Pakistan
    Posts
    3
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: package clean up issues

    I have the exact same issue

    Warning: RPMDB altered outside of yum.
    bandmin-1.6.1-4_newinit.noarch has missing requires of perl(bandmin.conf)
    bandmin-1.6.1-4_newinit.noarch has missing requires of perl(bmversion.pl)
    bandmin-1.6.1-4_newinit.noarch has missing requires of perl(services.conf)
    exim-4.69-30_cpanel_maildir.x86_64 has missing requires of perl(SafeFile)
    Package-cleanup has the following output
    root@sirius [~]# package-cleanup --problems
    Loaded plugins: fastestmirror
    Package frontpage-2002-SR1.2.i386 requires libexpat.so.0
    Package exim-4.69-30_cpanel_maildir.x86_64 requires perl(SafeFile)
    Package bandmin-1.6.1-4_newinit.noarch requires perl(bandmin.conf)
    Package bandmin-1.6.1-4_newinit.noarch requires perl(bmversion.pl)
    Package bandmin-1.6.1-4_newinit.noarch requires perl(services.conf)
    Perl's version is this
    root@sirius [~]# perl -v

    This is perl, v5.8.8 built for x86_64-linux

    Copyright 1987-2006, Larry Wall

    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5 source kit.

    Complete documentation for Perl, including FAQ lists, should be found on
    this system using "man perl" or "perldoc perl". If you have access to the
    Internet, point your browser at The Perl Programming Language - www.perl.org, the Perl Home Page.
    Its CentOS 6.0 64bit, freshly installed OS and cPanel/WHM

  9. #9
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: package clean up issues

    What is the kernel you are using?

    Code:
    uname -r
    I'm suspecting the 3.0.x kernel for CentOS 6 rather than the standard one. There have been various tickets and threads where assorted issues crop up due to the 3.0.x kernel, which isn't the default one, being used. Here's one such thread:

    http://forums.cpanel.net/f5/daily-em...tml#post989562

    If you must use that non-standard kernel, you'd likely want to use those steps to see if that corrects the issue.

    If you aren't using the non-standard kernel, then please submit a ticket using the link in my signature and please post that ticket number here so we can follow up on it.
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  10. #10
    Member
    Join Date
    Jul 2005
    Posts
    15

    Default Re: package clean up issues

    Quote Originally Posted by romacities View Post
    when I run
    Code:
    package-cleanup --problems
    I get this list of errors:
    Same here:

    Code:
    # package-cleanup --problems
    Loaded plugins: fastestmirror
    Package frontpage-2002-SR1.2.i386 requires libexpat.so.0
    Package exim-4.69-30_cpanel_maildir.x86_64 requires perl(SafeFile)
    Package logwatch-7.3.6-49.el6.noarch requires perl(Date::Manip)
    Package bandmin-1.6.1-5.noarch requires perl(bandmin.conf)
    Package bandmin-1.6.1-5.noarch requires perl(bmversion.pl)
    Package bandmin-1.6.1-5.noarch requires perl(services.conf)
    
    # lsb_release -d
    Description:	CentOS Linux release 6.0 (Final)
    # uname -r
    2.6.32-131.17.1.el6.x86_64
    # perl -v |grep 'This is'
    This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
    I'll open a ticket.

  11. #11
    Member
    Join Date
    Jan 2004
    Location
    Somerset, Massachusetts, United States
    Posts
    9

    Default Re: package clean up issues

    I am having a similar problem when trying to install Logwatch on a fresh server.

    Kernal: 2.6.32-220.4.2.el6.x86_64
    Perl: This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
    Centos 6: 64-bit

    I get the following, even though I've already installed Date::Manip

    ---> Package logwatch.noarch 0:7.3.6-49.el6 will be installed
    --> Processing Dependency: perl(Date::Manip) for package: logwatch-7.3.6-49.el6.noarch
    --> Finished Dependency Resolution
    Error: Package: logwatch-7.3.6-49.el6.noarch (centos-burstnet)
    Requires: perl(Date::Manip)
    You could try using --skip-broken to work around the problem
    ** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows:
    bandmin-1.6.1-5.noarch has missing requires of perl(bandmin.conf)
    bandmin-1.6.1-5.noarch has missing requires of perl(bmversion.pl)
    bandmin-1.6.1-5.noarch has missing requires of perl(services.conf)
    exim-4.69-30_cpanel_maildir.x86_64 has missing requires of perl(SafeFile)
    frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0

    Thoughts?

  12. #12
    Member HollyRidge's Avatar
    Join Date
    Feb 2003
    Location
    Garner NC USA
    Posts
    128
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: package clean up issues

    Having the same issue as above on one of our new centos 6.2 64-bit servers. Did yall get this resolved and if so how?

    package-cleanup --problems
    Loaded plugins: fastestmirror
    Package exim-4.77-1.x86_64 requires perl(SafeFile)
    Package frontpage-2002-SR1.2.i386 requires libexpat.so.0
    Package bandmin-1.6.1-5.noarch requires perl(bandmin.conf)
    Package bandmin-1.6.1-5.noarch requires perl(bmversion.pl)
    Package bandmin-1.6.1-5.noarch requires perl(services.conf)

  13. #13
    Member whplus's Avatar
    Join Date
    Dec 2007
    Location
    Behind your business
    Posts
    59

    Default Re: package clean up issues

    Quote Originally Posted by jimfurtado View Post
    I am having a similar problem when trying to install Logwatch on a fresh server.

    Kernal: 2.6.32-220.4.2.el6.x86_64
    Perl: This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
    Centos 6: 64-bit

    I get the following, even though I've already installed Date::Manip

    ---> Package logwatch.noarch 0:7.3.6-49.el6 will be installed
    --> Processing Dependency: perl(Date::Manip) for package: logwatch-7.3.6-49.el6.noarch
    --> Finished Dependency Resolution
    Error: Package: logwatch-7.3.6-49.el6.noarch (centos-burstnet)
    Requires: perl(Date::Manip)
    You could try using --skip-broken to work around the problem
    ** Found 5 pre-existing rpmdb problem(s), 'yum check' output follows:
    bandmin-1.6.1-5.noarch has missing requires of perl(bandmin.conf)
    bandmin-1.6.1-5.noarch has missing requires of perl(bmversion.pl)
    bandmin-1.6.1-5.noarch has missing requires of perl(services.conf)
    exim-4.69-30_cpanel_maildir.x86_64 has missing requires of perl(SafeFile)
    frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0

    Thoughts?
    you can install perl(Date::Manip) using rpm
    Code:
    rpm -ivh http://pkgs.repoforge.org/perl-Date-Manip/perl-Date-Manip-5.56-1.el6.rfx.noarch.rpm
    Whplus - Web Hosting Murah
    http://www.whplus.com

  14. #14
    Member
    Join Date
    Jul 2008
    Location
    Toronto, ON
    Posts
    9

    Default Re: package clean up issues

    Quote Originally Posted by cPanelTristan View Post
    What is the kernel you are using?

    Code:
    uname -r
    I'm suspecting the 3.0.x kernel for CentOS 6 rather than the standard one. .


    I was wondering if anyone found a solution. I seem to be having the same problem as everyone:

    Starting with a Fresh CentOS 6.0 server, I install the latest version of cPanel using instructions found on their website. After having installed cPanel, yum shows the following dependency problem:

    bash-4.1# yum check
    Loaded plugins: fastestmirror
    bandmin-1.6.1-5.noarch has missing requires of perl(bandmin.conf)
    bandmin-1.6.1-5.noarch has missing requires of perl(bmversion.pl)
    bandmin-1.6.1-5.noarch has missing requires of perl(services.conf)
    exim-4.69-30_cpanel_maildir.x86_64 has missing requires of perl(SafeFile)
    frontpage-2002-SR1.2.i386 has missing requires of libexpat.so.0
    sendmail-cf-8.14.4-8.el6.noarch has missing requires of sendmail = ('0', '8.14.4', '8.el6')
    Error: check all


    bash-4.1# perl -v

    This is perl, v5.8.8 built for x86_64-linux


    This is a Virtuozzo VM so kernel 2.6 (VZ kernel of course). I've installed tons of WHM/cPanel on CentOS5 without ever having this problem, I suspect this is related to CentOS6 and not Kernel 3.X. I re-started the install process a couple of times with a fresh image but the same problem keeps occurring.

  15. #15
    Member HollyRidge's Avatar
    Join Date
    Feb 2003
    Location
    Garner NC USA
    Posts
    128
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: package clean up issues

    Yeah Im on the 2.6 kernel as well. Its the updated stock kernel.

    2.6.32-220.7.1.el6.x86_64

    Its on a hyper-v 2008 server with a centos 6.2 virtual server if that makes any difference.

    Still getting same issue I was above...
    package-cleanup --problems
    Loaded plugins: fastestmirror
    Package exim-4.77-1.x86_64 requires perl(SafeFile)
    Package frontpage-2002-SR1.2.i386 requires libexpat.so.0
    Package bandmin-1.6.1-5.noarch requires perl(bandmin.conf)
    Package bandmin-1.6.1-5.noarch requires perl(bmversion.pl)
    Package bandmin-1.6.1-5.noarch requires perl(services.conf)

Similar Threads & Tags
Similar threads

  1. Howto upgrade package's users to new package
    By activa in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-03-2010, 05:29 PM
  2. Package Issues Since v11 Upgrade
    By paulm in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-29-2007, 08:38 PM
  3. Package bandwidth issues
    By apc1 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 09-28-2005, 07:35 PM
  4. Package update issues.
    By Go2reg in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 04-29-2004, 10:48 AM
  5. Replies: 2
    Last Post: 04-30-2003, 05:39 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube