Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Member
    Join Date
    Jan 2003
    Posts
    141

    Default CpBackup error ons some accounts (Can't locate cPScript/Filesys/Info.pm)

    cPanel throws errors on some accounts on different servers:

    Code:
    Can't locate cPScript/Filesys/Info.pm in @INC (@INC contains: /scripts /usr/local/cpanel /usr/lib/perl5/5.8.8/i686-linux /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i686-linux /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7/i686-linux /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /scripts/cPScript/DiskLib.pm line 9.
    BEGIN failed--compilation aborted at /scripts/cPScript/DiskLib.pm line 9.
    Compilation failed in require at /scripts/pkgacct line 33.
    BEGIN failed--compilation aborted at /scripts/pkgacct line 33.
    Net::FTP=GLOB(0x8484f78)<<< 220 (vsFTPd 2.0.5)
    Net::FTP=GLOB(0x8484f78)>>> USER rmdesign1
    Net::FTP=GLOB(0x8484f78)<<< 331 Please specify the password.
    Net::FTP=GLOB(0x8484f78)>>> PASS ....
    Net::FTP=GLOB(0x8484f78)<<< 230 Login successful.
    Net::FTP=GLOB(0x8484f78)>>> TYPE I
    Net::FTP=GLOB(0x8484f78)<<< 200 Switching to Binary mode.
    Net::FTP=GLOB(0x8484f78)>>> MKD /
    Net::FTP=GLOB(0x8484f78)<<< 550 Create directory operation failed.
    Net::FTP=GLOB(0x8484f78)>>> MKD //weekly
    Net::FTP=GLOB(0x8484f78)<<< 550 Create directory operation failed.
    Net::FTP=GLOB(0x8484f78)>>> CWD //weekly
    Net::FTP=GLOB(0x8484f78)<<< 250 Directory successfully changed.
    Cannot open Local file /home/cpbackuptmp/cpbackup/weekly/account.tar.gz: No such file or directory
     at /scripts/cpbackup line 817
    Net::FTP=GLOB(0x8484f78)>>> QUIT
    Net::FTP=GLOB(0x8484f78)<<< 221 Goodbye.
    Seems like a perl file is missing, but on one server the backup continuous without errors on other accounts.

    cPanel 11.25.0-R42213 - WHM 11.25.0 - X 3.9

    Any idea?
    Last edited by Infopro; 12-19-2009 at 03:19 AM.

  2. #2
    cPanel Staff cPanelCory's Avatar
    Join Date
    Jan 2008
    Location
    Houston
    Posts
    24

    Default

    Is this only happening on servers that back up to FTP or are there any other similarities that you are seeing amongst the accounts that are failing in this fashion?

    You may also want to put in a ticket to our support so they can take a more thorough look into the issue...

    Thanks,
    Cory McIntire
    Quality Assurance Representative
    cPanel, Inc.

  3. #3
    Member
    Join Date
    Jan 2003
    Posts
    141

    Default

    We don't backup locally on any server, so I can't compare.

    On one server it is:

    Code:
    Can't locate Cpanel/Locale.pm in @INC
    On the other it is:

    Code:
    Can't locate cPScript/Filesys/Info.pm in @INC
    But like I said, on one server the backup moves on after a few account without any error. On the other server the error was on the last accounts.

    Is it possible some perl upgrade process got in the way at that time? Now I notice on both servers upcp never completes (or is not started), so that may be a source. I am running upcp on one manually now.

  4. #4
    Member
    Join Date
    Jan 2003
    Posts
    141

    Default

    Both servers run upcp manually without errors (now). Seems like a temp glitch?

  5. #5
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by eagle View Post
    Both servers run upcp manually without errors (now). Seems like a temp glitch?
    Were any other corrective measures performed, such as a forced cPanel update (upcp)?

  6. #6
    Member
    Join Date
    Jan 2003
    Posts
    141

    Default

    Were any other corrective measures performed, such as a forced cPanel update (upcp)?
    Just upcp, no --force .

    Today the backups ran normal, as far as I can tell. The file server has new files with todays date (and not empty) and the cpbackup completed for all servers. But, this is the first day ever I did not get an error warning that the backup of an account failed (as happens with suspended accounts and non-accessible directories). So, has this warning been disabled or what?

    Got a new warning though on the 'release-tree' servers that acted strange yesterday:

    Code:
    Net::FTP>>> Net::FTP(2.77)
    Net::FTP>>>   Exporter(5.58)
    Net::FTP>>>   Net::Cmd(2.29)
    Net::FTP>>>   IO::Socket::INET(1.29)
    Net::FTP>>>     IO::Socket(1.29)
    Net::FTP>>>       IO::Handle(1.25)
    Net::FTP=GLOB(0x85562ac)<<< 220 (vsFTPd 2.0.5)
    Net::FTP=GLOB(0x85562ac)>>> USER <account>
    Net::FTP=GLOB(0x85562ac)<<< 331 Please specify the password.
    Net::FTP=GLOB(0x85562ac)>>> PASS ....
    Net::FTP=GLOB(0x85562ac)<<< 230 Login successful.
    Net::FTP=GLOB(0x85562ac)>>> QUIT
    Net::FTP=GLOB(0x85562ac)<<< 221 Goodbye.
    Seems like a credentials check on the fileserver. Never had that one before. The backup log was emailed also after finishing, so this is an 'extra' email

  7. #7
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,555
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by eagle View Post
    Today the backups ran normal, as far as I can tell. The file server has new files with todays date (and not empty) and the cpbackup completed for all servers. But, this is the first day ever I did not get an error warning that the backup of an account failed (as happens with suspended accounts and non-accessible directories). So, has this warning been disabled or what?
    The difficulty stemming from unreadable files should no longer cause an individual account backup to fail.

    For additional clarification, I believe the following two change log entries are related to the difference noticed:
    Release 42213, 2009-12-16 18:45:35
    Address spurious error messages from pkgacct where unreadable files were not properly ignored
    Updated /scripts/pkgacct tar error code handling to ignore exit codes generated when archiving an unreadable file


    Reference: http://changelog.cpanel.net/?treeview=release

Similar Threads & Tags
Similar threads

  1. Can't locate cPScript/Tar.pm in @INC
    By micho101 in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 06-07-2011, 07:11 PM
  2. cpbackup hanging without any info in the logs
    By Ehaanaes in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 05-06-2011, 09:35 AM
  3. Can't locate GDBM_File.pm in @INC error
    By xxkylexx in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 12-21-2009, 12:26 AM
  4. Cron <root@host> /scripts/cpbackup: Can't locate YAML
    By checksoft in forum cPanel and WHM Discussions
    Replies: 7
    Last Post: 11-14-2007, 12:13 AM
  5. DNS - Error Fetching uid/gid, /scripts/cPScript/DNSLib.pm
    By cretu in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-30-2007, 10:05 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube