Permission on /tmp folder
Subject: Cron <xxx@xxx> /Users/xxxx/Applications/Epocrates\ AutoUpdate/cronEpocratesConduitReplacement > /Users/xxxx/Applications/Epocrates\ AutoUpdate/EpocratesLogConduitReplacement_Cron.txt
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=xxxxx>
X-Cron-Env: <USER=xxxxx>
X-Cron-Env: <HOME=/Users/xxxxx>
Date: Mon, 1 Jun 2009 14:40:01 -0400 (EDT)
cat: /tmp/runagentMac.out: No such file or directory
(I deleted the username with xxx in the posted message)
/tmp is a link to /private/tmp
lrwxr-xr-x@ 1 root admin 11 Feb 7 14:29 tmp -> private/tmp
and private/tmp is rwx for owner, group, and world
The company tells me to change the permissions of /tmp using chmod as follows:
chmod 777 /tmp
After changing to root using su, I do this, and the permissions do not change. Attempting to change just the write privileges also fails. No error message, no alerts, it just doesn't change.
Disk utilities reports:
6/2/09 11:37:56 AM Disk Utility[25849] Permissions differ on "private/tmp", should be drwxrwxrwt , they are drwxrwxrwx .
But repairing permissions does not fix the problem.
Is there some new protection on the /tmp directory?
MacPro 2x2.26 Quad Intel, Mac OS X (10.5.7)