Show ISPC Cron-Log Permission denied

Discussion in 'Installation/Configuration' started by cubric, Jun 4, 2012.

  1. cubric

    cubric New Member

    Hello,

    on server monitor when i go to Logfiles-> Show ISPC Cron-Log i see the error

    HTML:
    touch: cannot touch `/tmp/.getmail_lock': Permission denied
    and this one

    HTML:
    touch: setting times of `/tmp/.getmail_lock': Permission denied
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Which ispconfig version?
     
  3. cubric

    cubric New Member

    hello till the ISP ver. is 3.0.4.5 but now i see error

    HTML:
    rm: cannot remove `/tmp/.getmail_lock': Permission denied
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    run:

    rm -f /tmp/.getmail_lock

    as root user to fix this. Seems as if getmail was run under a different user e.g. for testing something so that the regular getmail cronjob cant remove the lock file anymore.
     
  5. cubric

    cubric New Member

    ok i remove the file but i see again

    HTML:
    touch: cannot touch `/tmp/.getmail_lock': Permission denied
    /tmp permissions is 777 for root user
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ls -la /tmp/.getmail_lock

    and

    ls -la /tmp
     
  7. cubric

    cubric New Member

    # ls -la /tmp/.getmail_lock
    HTML:
    ls: /tmp/.getmail_lock: No such file or directory

    # ls -la /tmp
    HTML:
    total 20K
    drwxrwxrwt  5 root root 4.0K Jun  4 14:28 .
    drwxr-xr-x 24 root root 4.0K Apr 18 23:29 ..
    drwxrwxrwt  2 root root 4.0K Apr 18 23:30 .font-unix
    drwxrwxrwt  2 root root 4.0K Apr 18 23:29 .ICE-unix
    drwxr-xr-x  2 root root 4.0K Jun  4 14:22 .webmin
     

Share This Page