Thread: Server Problem
View Single Post
(#2 (permalink))
Old
abhibh abhibh is offline
Registered User
abhibh is on a distinguished road
 
Posts: 11
Join Date: Mar 2005
08-18-2005, 01:28 PM

Hi,

Okay came to know that /tmp folder's permissions got changed somehow and it was unable to read/write session information. So all i did is ran this command through ssh (root) and it started working:

chmod 1777 /tmp

But now i wonder how the /tmp permission got changed in the first place..weird.

Thanks.
Reply With Quote