Cpanel Sunucuda Tmp Hatası ve Çözümü
Hata :
Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42
Çözüm :
100% dolu tmp ye örnek :
# df -h /tmp/
Filesystem Size Used Avail Use% Mounted on
/usr/tmpDSK 485M 485M 0 100% /tmp/usr/sbin/lsof /tmpSizdede boyle bir durum varsa tmp yi temizlemek yerine silip yeniden oluşturarak problemi giderebilirsiniz. Sırasıyla aşagıdaki işlemleri uygulayıp, oluşturma esnasında gelen soruları “y” leyin.
/bin/umount -l /tmp
/bin/umount -l /var/tmp
/bin/rm -fv /usr/tmpDSK
/scripts/securetmpİşte bu kadar tmp nizi yeniden kontrol edebilirsiniz.
Cette réponse était-elle pertinente?
Consultez aussi
Powered by WHMCompleteSolution