help /tmp some how emptied all types of errors

Discussion in 'General' started by vinny, Apr 17, 2010.

  1. vinny

    vinny New Member

    for some reason it seems my /tmp folder is empty i dont know why but now i got all types of errors everywhere? is /tmp temporary files? noob in linux sorry

    ps im running centos 5.4 and ispconfig2

    pps: exact error

    Warning: Unknown: open(/tmp/sess_bf5e7fdd04f8d7bc89caf90e845509fe, O_RDWR) failed: Permission denied (13) in Unknown on line 0

    Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
     
    Last edited: Apr 17, 2010
  2. createch

    createch New Member

    You may try the following

    1. set permission of /tmp as 777
    2. restart ispconfig by
    service ispconfig_server restart
     
  3. vinny

    vinny New Member

    1. chmod 777 /tmp?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Yes, that's right.
     
  5. vinny

    vinny New Member

    thank you so much
     

Share This Page