• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

"Error: No space left on device" on Apache2 restart

ehrenwert

Basic Pleskian
Hello,

If I do

Code:
me@server:/home/me# service apache2 restart

I'm getting

Code:
Error: No space left on device

df -h tells me that there is enough space

Code:
/dev/loop1      394G     72G  303G   20% /

none            100K       0  100K    0% /dev

cgroup           12K       0   12K    0% /sys/fs/cgroup

tmpfs            63G       0   63G    0% /sys/fs/cgroup/cgmanager

tmpfs            63G       0   63G    0% /dev/shm

tmpfs            63G    903M   63G    2% /run

tmpfs           5,0M       0  5,0M    0% /run/lock

tmpfs            63G    9,0M   63G    1% /tmp

none             63G       0   63G    0% /run/shm

Any idea how to avoid this error?
 
On df -i I'm getting this:

Dateisystem Inodes IBenutzt IFrei IUse% Eingehängt auf
Code:
/dev/loop1     26214400  1947517 24266883    8% /

none           16488053       22 16488031    1% /dev

cgroup         16488053       16 16488037    1% /sys/fs/cgroup

tmpfs          16488053       17 16488036    1% /sys/fs/cgroup/cgmanager

tmpfs          16488053        1 16488052    1% /dev/shm

tmpfs          16488053      269 16487784    1% /run

tmpfs          16488053     1069 16486984    1% /run/lock

tmpfs          16488053      188 16487865    1% /tmp

none           16488053        1 16488052    1% /run/shm
 
Back
Top