Buon giorno,
Ho un piccolo server dedicato su OVH per l'attività no profit della nostra associazione, con installato il pannello plesk.
Sabato ho riscontrato un problema, ho contattato il tecnico di plesk che dopo aver fatto un'analisi mi ha riportato quanto segue:
Come si può rimediare, anche con l'aiuto a pagamento di qualche vostro esperto?
During the issue investigation, I logged into the server via SSH and found that configuration of the Apache and Nginx services are fine:
# httpd -t
Syntax OK
# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
However in an attempt to re-configure the configuration files for the domain calciodonne.it, the process fails with the error below:
ERR [panel] Apache config (15824422740.71570000) generation failed: Template_Exception: mktemp: failed to create file via template `/var/www/vhosts/system/calciodonne.it/conf/httpd.conf.XXXXXX': No space left on device Can not create temporary file
I checked further and found that /var/www/vhosts/system/calciodonne.it/conf/ folder is mounted on /dev/mapper/VG_dati-LV_vhosts partition:
# df -h /var/www/vhosts/system/calciodonne.it/conf/
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VG_dati-LV_vhosts 59G 31G 26G 55% /var/www/vhosts
In an attempt to create a test file.txt file in /var/www/vhosts/system/calciodonne.it/conf/ folder the following error was shown;
# touch /var/www/vhosts/system/calciodonne.it/conf/file.txt
touch: cannot touch `/var/www/vhosts/system/calciodonne.it/conf/file.txt': No space left on device
Also, the same error was shown in an attempt to create a test file.txt file in /var/www/vhosts/ directory:
# touch /var/www/vhosts/file.txt
touch: cannot touch `/var/www/vhosts/file.txt': No space left on device
The issue occurs because of the disk partition /dev/mapper/VG_dati-LV_vhost is corrupted or not properly configured.