We're getting read-only errors with cPanel users who have the updated SHELL line in their crontab, e.g.:
As soon you as you comment out this line, it works:
Code:
2013-07-01 09:20:02 Cannot open main log file "/var/log/exim_mainlog": Read-only file system: euid=0 egid=32007
2013-07-01 09:20:02 cwd=/home/<cpuser> 3 args: /usr/sbin/sendmail -t -i
2013-07-01 09:20:02 Cannot open main log file "/var/log/exim_mainlog": Read-only file system: euid=0 egid=32007
exim: could not open panic log - aborting: see message(s) above
Code:
SHELL="/usr/local/cpanel/bin/jailshell"
Last edited: