OpenVZ Forum


Home » General » Support » Diskspace filled with nothing in a VE
Re: Diskspace filled with nothing in a VE [message #23021 is a reply to message #22987] Fri, 09 November 2007 15:55 Go to previous message
gaper is currently offline  gaper
Messages: 9
Registered: May 2007
Location: México
Junior Member
Hi maratrus, you are right, the problem was in nginx, when you use log-rotate, the solution where adding this options to the /etc/logrotate.d/nginx file that I create to rotate the nginx logs:

        postrotate
                if [ -f /var/run/nginx.pid ]; then
                        kill -USR1 `cat /var/run/nginx.pid`
                fi



It kill one instance of nginx and the zombies files. Nginx open another instance when it got another request.

Maratrus, really tnks for your time, the problem its solved =)
 
Read Message icon8.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Why use OpenVZ?
Next Topic: Please help me with OpenVZ
Goto Forum:
  


Current Time: Wed Sep 24 11:25:49 GMT 2025

Total time taken to generate the page: 0.07037 seconds