
Originally Posted by
Todd @ CPanel
Hello,
I found that it was failing due to the errors below:
tar: ./public_html: Cannot utime: Operation not permitted
tar: ./public_html: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: ./public_ftp: Cannot utime: Operation not permitted
tar: ./public_ftp: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: .: Cannot utime: Operation not permitted
tar: .: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: Error exit delayed from previous errors
After looking a little further I found that the server is hitting a couple
limits set on the VPS.
resource held maxheld barrier limit failcnt
dgramrcvbuf 0 0 262144 262144 658
numfile 3719 3728 8192 8192 2086
You can see from the 2 items above that it is hitting these limites several
times as shown by the failcnt column.
I recommend contacting your VPS providor to have these limits raised in order
to allow cPanel to operate without problems.
--