backup for account

sam1

Verified User
Joined
Feb 11, 2011
Messages
8
Hello,

We have Getting error for generating backup for account :
=====================================================
Error writing settings file for user_wrdp1
Error while backing up database user_wrdp1
Error while backing up database user_wrdp1: Cannot find the sql file after backup was run: /home/tmp/admin/user/backup/user_wrdp1.sql

Error copying ./data/users/user/user.history to /home/tmp/admin/user/backup/user.history : Unable to open /home/tmp/admin/user/backup/user.history for writing

Error copying ./data/users/user/crontab.conf to /home/tmp/admin/user/backup/crontab.conf : Unable to open /home/tmp/admin/user/backup/crontab.conf for writing

Error copying ./data/users/user/bandwidth.tally to /home/tmp/admin/user/backup/bandwidth.tally : Unable to open /home/tmp/admin/user/backup/bandwidth.tally for writing

Error copying ./data/users/user/ticket.conf to /home/tmp/admin/user/backup/ticket.conf : Unable to open /home/tmp/admin/user/backup/ticket.conf for writing

Error copying /home/user/.shadow to /home/tmp/admin/user/backup/.shadow : Unable to open /home/tmp/admin/user/backup/.shadow for writing

Error copying ./data/users/user/domains/domain.com.conf to /home/tmp/admin/user/backup/domain.com/domain.conf : Unable to open /home/tmp/admin/user/backup/domain.com/domain.conf for writing

Error reading /home/tmp/admin/user/backup/domain.com/domain.conf to insert local_domain & private_html_is_link: Unable to open /home/tmp/admin/user/backup/domain.com/domain.conf for reading.

Error copying ./data/users/user/domains/domain.com.usage to /home/tmp/admin/user/backup/domain.com/domain.usage : Unable to open /home/tmp/admin/user/backup/domain.com/domain.usage for writing

Error copying ./data/users/user/domains/domain.com.mime.types to /home/tmp/admin/user/backup/domain.com/domain.mime.types : Unable to open /home/tmp/admin/user/backup/domain.com/domain.mime.types for writing

Error Compressing the backup file /home/tmp/admin/user/backup/home.tar.gz : /bin/tar: /home/tmp/admin/user/backup/home.tar.gz: Cannot open: No such file or directory
/bin/tar: Error is not recoverable: exiting now
/bin/tar: /home/tmp/admin/user/backup/home.tar.gz: Cannot write: Broken pipe
/bin/tar: Error is not recoverable: exiting now
====================================================
 
Either your HDD is corrupted, or you ran out of free space.

Check smartctl output for your disks and check df -h
 
Either your HDD is corrupted, or you ran out of free space.

Check smartctl output for your disks and check df -h


[root@vps ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 35G 7.3G 28G 21% /
 
Will you post results:

Code:
cat /proc/user_beancounters

??

Below is result.
[root@vps ~]# cat /proc/user_beancounters
Version: 2.5
uid resource held maxheld barrier limit failcnt
14780: kmemsize 15334058 40194791 2147483646 2147483646 0
lockedpages 0 0 999999 999999 0
privvmpages 151541 533521 524288 524288 2560834
shmpages 925 2861 262144 262144 0
dummy 0 0 0 0 0
numproc 174 378 999999 999999 0
physpages 117485 484345 0 2147483647 0
vmguarpages 0 0 262144 2147483647 0
oomguarpages 117485 484345 262144 2147483647 0
numtcpsock 33 721 7999992 7999992 0
numflock 4 29 999999 999999 0
numpty 1 4 500000 500000 0
numsiginfo 2 173 999999 999999 0
tcpsndbuf 934416 12412944 214748160 396774400 0
tcprcvbuf 540672 9950752 214748160 396774400 0
othersockbuf 417752 2500672 214748160 396774400 0
dgramrcvbuf 0 195568 214748160 396774400 0
numothersock 202 805 7999992 7999992 0
dcachesize 1299576 2576686 2147483646 2147483646 0
numfile 5060 13221 23999976 23999976 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
numiptent 18 18 999999 999999 0
[root@vps ~]# ls -ld /home/tmp/
drwxrwxrwt 2 root root 4096 Feb 12 09:36 /home/tmp/
 
I'm not sure, perhaps the reason is in the fact you've got too low privvmpages

fail counter is at 2560834

You're need to upgrade RAM. Check with your hosting support.
 
Back
Top