× English Section!

We will be more than happy to help you with problems related to our services and products. Please feel free to write it down as clear as possible

Full Disk Emergency

Περισσότερα
6 Μήνες 3 Εβδομάδες πριν #328 από infogate
Full Disk Emergency δημιουργήθηκε από infogate
Check disk space (this error LOVES full disks)
df -h
? ROOT CAUSE (CONFIRMED)Your server disk is FULL.Direct evidence from your logs:
  • No space left on device
  • rsyslogd: file '/var/log/messages' write error
  • mariadbd: Disk got full writing information_schema
  • cwpsrv.service: Failed to run 'start-pre' task: No space left on device
  • postfix: mail_queue_enter … No space left on device
Clean system logs (safe)
journalctl --vacuum-time=3d
rm -f /var/log/*.gz
​​​​​​​
​​​​​​​rm -f /var/log/*-????????
Check biggest directories
du -xh /var | sort -h | tail -n 20
du -xh /home | sort -h | tail -n 20


Find the REAL space hog in
/home
Your previous command failed because
/tmp
was full.
Now rerun it:
du -xh /home | sort -h | tail -n 30


IMMEDIATE SURVIVAL MODE (NO TMP USED)1️⃣ Find the biggest directories in
/home
WITHOUT sortThis works because
du
itself does not need temp files:
​​​​​​​du -xh --max-depth=1 /home

 2️⃣ Drill down into the BIGGEST userExample (replace USERNAME):
du -xh --max-depth=1 /home/USERNAME


1️⃣ Drill into
/home/username
Run:
du -xh --max-depth=1 /home/username
1️⃣ Drill one level deeper (no tmp needed)Run:
du -xh --max-depth=1 /home/username/public_html


? FINAL CONFIRMATIONdu -xh --max-depth=1 /home/username/public_html/wp-content

if cache is full do this
​​​​​​​rm -rf /home/fspirit/public_html/wp-content/cache/*


Restart critical services (order matters)
 
systemctl restart mariadb 
systemctl restart cwpsrv 
systemctl restart nginx 
systemctl restart php-fpm 
​​​​​​​​​​​​​​systemctl restart postfix

The best possible way to start your online marketing : fspirits.com/go/leadsleap-home
Create Amazing AI Videos : fspirits.com/go/video-express-ai
Start your affiliate journey here: fspirits.com/go/olsp-academy
Edit And Create Videos: fspirits.com/go/create-studio-pro
Best Solution To Create Graphics: fspirits.com/go/artistly
Smart Chat Automation: fspirits.com/go/chatterpal
Multi-Purpose Video Maker: fspirits.com/go/avatar-builder
Multi-Purpose Video Creator: fspirits.com/go/videocreator
AI Human Spokesperson Videos: fspirits.com/go/humanpal

Παρακαλούμε Σύνδεση ή Δημιουργία λογαριασμού για να συμμετάσχετε στη συζήτηση.

Χρόνος δημιουργίας σελίδας: 0.065 δευτερόλεπτα
Powered by Kunena Φόρουμ