Skip to main content

Can't fix "Cpanel update failure during updatenow" ! Help

Comments

1 comment

  • cPanelKenneth
    Hello, The important line in the output is this: [quote] [20131221.043330] error: unpacking of archive failed on file /usr/local/cpanel/cgi-sys/cgiemail: cpio: rename failed - Operation not permitted
    It appears someone marked /usr/local/cpanel/cgi-sys/cgiemail immutable. Immutable files will cause problems with RPMs. To remove the immutable attribute, run the following command as root: [quote] chattr -i /usr/local/cpanel/cgi-sys/cgiemail
    Note: it is also possible the file is marked as Append only. In that case re-run the chattr command with the -a argument.
    0

Please sign in to leave a comment.