ispCP - Board - Support
Disk usage is not showing - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: Disk usage is not showing (/thread-5499.html)



Disk usage is not showing - ensit - 01-21-2009 04:41 PM

Hi all

Thanks to all to help.
I am facing a problem that my disk usage is not showing.
All of my test is Ok. Now just facing one problem
I want to use it production environment. Just need to solve the problem

[Image: ispcppc0.jpg]

I upload some file in via ftp. But disk usage is not showing any thing.

Plz help


RE: Disk usage is not showing - pgentoo - 01-21-2009 05:02 PM

Disk usage updates runs on a cron. Check the /etc/cron.d/ispcp file to make sure the replacements were made correctly.

Ensure that your crond (vixie-cron, etc) is running.

Check: /var/log/ispcp/ispcp-dsk-quota.log for any error messages.

If all this looks good, You can also try running /var/www/ispcp/engine/quota/ispcp-dsk-quota by hand once to see if you get any errors, or if the disk usage updates.

-
pGentoo


RE: Disk usage is not showing - ensit - 01-21-2009 05:38 PM

Yes got it
Thanks a lot for ur help
My crond was Ok.

here was the entry
@daily root /var/www/ispcp/engine/quota/ispcp-dsk-quota &>/var/log/ispcp/ispcp-dsk-quota.log

i disable it and create an entry in /etc/crontab like that

*/2 * * * * root /var/www/ispcp/engine/quota/ispcp-dsk-quota &> /var/log/ispcp/ispcp-dsk-quota.log

thn problem solved