View Single Post
  #4 (permalink)  
Old 04-19-2006, 05:06 PM
tedharris tedharris is offline
Starter Member
 
Posts: 2
Default

Whoops, the 'grep tmp' requested output was a cluestick.

My /tmp dir had incorrect perms. Re-chmodded it to 1777, and I'm crusin now. Don't know how that happened, but glad the fix was so simple.

Thanks gents!

[root@zimbra zcs]# ls -l / | grep tmp
drwxr-xr-x 5 root root 4096 Apr 19 09:01 tmp
[root@zimbra zcs]# chmod 1777 /tmp
[root@zimbra zcs]# ls -l / | grep tmp
drwxrwxrwt 5 root root 4096 Apr 19 09:01 tmp
[root@zimbra zcs]# service zimbra start
Host zimbra.int
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting mta...Done.
Starting snmp...Done.
Starting spell...Done.
Reply With Quote