• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

"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