Hi there, I've been puzzling over a few things.
I'm running FreeBSD 7.0 Release and I was having problems with some automated scripts (not cpanel) throwing out:
After looking around I found that this was an issue with FreeBSD's tar so I installed gtar from the ports.
Unfortunately, now cpbackup is throwing a wobbler. I have multiple accounts telling me:
Then I notice more problems.
Apparently the old backups with FreeBSD's tar were having the same problems, it just wasn't exiting with a failure:
On top of that, cpbackup doesn't seem to bother emailing me about most of the failures it just occasionally picks one at random to say "The backup of x's account encountered errors"
So what on earth is the expected behaviour? It mustn't have done this previously because I moved everything from one server to another over Christmas using the backup files. The old server was FreeBSD 6.2 I think.
Anyone come across these?
I'm running FreeBSD 7.0 Release and I was having problems with some automated scripts (not cpanel) throwing out:
Code:
tar: Truncated write; file may have grown while being archived.
Unfortunately, now cpbackup is throwing a wobbler. I have multiple accounts telling me:
Code:
Copying homedir..../usr/local/bin/gtar: ./randomdir/: Cannot savedir: Permission denied
/usr/local/bin/gtar: Exiting with failure status due to previous errors
Apparently the old backups with FreeBSD's tar were having the same problems, it just wasn't exiting with a failure:
Code:
Copying homedir....tar: ./public_html/forum2: Couldn't visit directory: Permission denied
Done
So what on earth is the expected behaviour? It mustn't have done this previously because I moved everything from one server to another over Christmas using the backup files. The old server was FreeBSD 6.2 I think.
Anyone come across these?