• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

"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