I have this error
session_write_close(): Write failed: No space left on device (28)
and this is the output of df -h
root@localhost:/dev/mapper# df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 791M 1.1M 790M 1% /run
/dev/mapper/vg00-lv01 155G 149G 0 100% /
tmpfs 3.9G 4.0K 3.9G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/vda1 488M 361M 91M 80% /boot
tmpfs 791M 8.0K 791M 1% /run/user/1001
and this is the sizes of var folders:
root@localhost:/var# du -sh * | sort -h
0 lock
0 run
4.0K crash
4.0K local
4.0K mail
4.0K opt
20K spool
52K tmp
64K snap
2.4M backups
240M cache
246M log
1.6G www
1.8G lib
How to fix it ?