Just had an issue with some backups and checked the transport logs and found this:
It then was unable to upload the file for 3 attempts. Immediately after that there was an error packing another account which never even created the file. It then failed to upload the non-existing file 3 times before giving up.
BUT, after that it successfully uploaded 5 more accounts before finishing. We haven't had any issues with this until recently. It's been running updates this way for months now.
Code:
[2015-04-29 02:14:25 -0400] warn [cpbackup_transporter] Upload attempt failed: /backup/2015-04-29/accounts/psabdns3.tar.gz not a readable file with fixed size at /usr/local/cpanel/Cpanel/Transport/Files/AmazonS3.pm line 173.
at /usr/local/cpanel/Cpanel/LoggerAdapter.pm line 26
Cpanel::LoggerAdapter::warn(Cpanel::LoggerAdapter=HASH(0x1bda348), 'Upload attempt failed: /backup/2015-04-29/accounts/psabdns3.tar.gz not a readable file with fixed size at /usr/local/cpanel/Cpanel/Transport/Files/AmazonS3.pm line 173.\x0A') called at /usr/local/cpanel/Cpanel/Backup/Queue.pm line 376
Cpanel::Backup::Queue::transport_backup::attempt_to_upload_file(Cpanel::Backup::Queue::transport_backup=HASH(0x2685fd8), Cpanel::Transport::Files::AmazonS3=HASH(0x27b9628), '/backup/2015-04-29/accounts/psabdns3.tar.gz', '/2015-04-29/psabdns3.tar.gz', Cpanel::LoggerAdapter=HASH(0x1bda348)) called at /usr/local/cpanel/Cpanel/Backup/Queue.pm line 199
Cpanel::Backup::Queue::transport_backup::process_task(Cpanel::Backup::Queue::transport_backup=HASH(0x2685fd8), cPanel::TaskQueue::Task=HASH(0x2780ab8), Cpanel::LoggerAdapter=HASH(0x1bda348)) called at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/cPanel/TaskQueue.pm line 582
eval {...} called at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/cPanel/TaskQueue.pm line 585
cPanel::TaskQueue::__ANON__() called at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/cPanel/StateFile.pm line 238
eval {...} called at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/cPanel/StateFile.pm line 238
cPanel::StateFile::Guard::call_unlocked(cPanel::StateFile::Guard=HASH(0x27e1248), CODE(0x2d7ddb0)) called at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/cPanel/TaskQueue.pm line 590
cPanel::TaskQueue::process_next_task(cPanel::TaskQueue=HASH(0x275db70)) called at /usr/local/cpanel/bin/cpbackup_transporter line 151
eval {...} called at /usr/local/cpanel/bin/cpbackup_transporter line 149
Code:
[2015-04-29 02:14:25 -0400] warn [cpbackup_transporter] Upload attempt failed: “Cpanel::Transport::Files::put” attempted to validate a file that does not exist: /backup/2015-04-29/accounts/millersv.tar.gz at /usr/local/cpanel/Cpanel/LoggerAdapter.pm line 26
etc......
Last edited by a moderator: