Comment 20 for bug 136529

Revision history for this message
StarryTripper (matthew-dunlap) wrote :

I'm running Beta here, same problem after updates few days ago (not sure what day as I was running big backup job and waited awhile to reboot)

Problem was write access to /tmp

I sudo chmod 777 /tmp

but I wasn't thinking and that removed the sticky bit, so I

sudo chmod +t /tmp

I guess a better approach would be sudo chmod a+w /tmp