Page 1 of 2

Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Thu Feb 18, 2016 3:59 pm
by executionist
Disk quota not reported at panel, is this bug ? Vesta 0.9.8-15

This is quota report from command line showed that quota already works

Code: Select all

# repquota -a
*** Report for user quotas on device /dev/xvda1
Block grace time: 7days; Inode grace time: 7days
                        Block limits                File limits
User            used    soft    hard  grace    used  soft  hard  grace
----------------------------------------------------------------------
root      -- 1846236       0       0          67365     0     0
daemon    --       8       0       0              3     0     0
vcsa      --       8       0       0              1     0     0
postfix   --      16       0       0             27     0     0
ntp       --      12       0       0              3     0     0
chief     --      28       0       0              8     0     0
apache    --      28       0       0              7     0     0
mysql     --   50680       0       0            253     0     0
nginx     --      80       0       0             22     0     0
backup    --      16       0       0              5     0     0
admin     --     284 9216000 10240000             36     0     0
client1   --   19028  460800  512000           1273     0     0
memcached --       8       0       0              2     0     0
exim      --      20       0       0              5     0     0
But it not reported on the panel
Image

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Fri Feb 19, 2016 3:08 am
by executionist
Is this because I'm using Centos 6.7 OS and not Ubuntu ?

Any help would be appreciated

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Sat Feb 20, 2016 12:53 pm
by skurudo
Try to update counters for user manually.

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Sun Feb 21, 2016 7:29 pm
by executionist
skurudo wrote:Try to update counters for user manually.
Thanks, you mean I have to run v-update-web-domains-disk. It works now.

But how do I run to update all users/domains ?

Also, I havent checked traffic quota, cause it still only in test server. Does traffic quota works with NGINX as standalone webserver ?

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Sun Feb 21, 2016 10:08 pm
by tjebbeke
Normally the admin has some cronjobs to update all the counters.

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Mon Feb 22, 2016 4:03 am
by executionist
tjebbeke wrote:Normally the admin has some cronjobs to update all the counters.
Where is the cronjob ? I use crontab -e and its empty. Thanks.

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Mon Feb 22, 2016 10:53 am
by tjebbeke
Check the cronjobs in the vestaCP for the admin user and rebuild the cronjobs.

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Fri Apr 15, 2016 12:06 pm
by skurudo
executionist wrote:
tjebbeke wrote:Normally the admin has some cronjobs to update all the counters.
Where is the cronjob ? I use crontab -e and its empty. Thanks.
Crontab under admin. You can check it from panel or make ssh to admin/login and check ^_^

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Fri Apr 15, 2016 8:40 pm
by fossxplorer
'crontab -e' deletes cron jobs, while 'crontab -l' lists them :)
executionist wrote:
tjebbeke wrote:Normally the admin has some cronjobs to update all the counters.
Where is the cronjob ? I use crontab -e and its empty. Thanks.

Re: Vesta 0.9.8-15 - Disk Quota Not Show On Panel

Posted: Wed Apr 20, 2016 3:09 pm
by skurudo
fossxplorer wrote:'crontab -e' deletes cron jobs, while 'crontab -l' lists them :)
Nope, -e for edit and -r for delete.