Page 1 of 1

Anacron job 'cron.daily'

Posted: Mon Jan 18, 2016 10:29 am
by robindirksen

Code: Select all

/etc/cron.daily/quotacheck:

quotacheck: Quota for users is enabled on mountpoint / so quotacheck might damage the file.
Please turn quotas off or use -f to force checking.

Is there a solution for this problem?

Re: Anacron job 'cron.daily'

Posted: Tue Jan 19, 2016 2:08 pm
by skurudo
What is the problem? OS? VestaCP version?

Re: Anacron job 'cron.daily'

Posted: Thu Jan 21, 2016 6:33 am
by robindirksen
skurudo wrote:What is the problem? OS? VestaCP version?
Vesta 0.9.8-15
CentOS 6.7 (x86_64)

The cronjob mails me that error. I don't know why

Re: Anacron job 'cron.daily'

Posted: Thu Jan 21, 2016 7:57 am
by skurudo
robindirksen wrote: The cronjob mails me that error. I don't know why
Do you use qoutas for users?

Re: Anacron job 'cron.daily'

Posted: Thu Jan 21, 2016 8:08 am
by robindirksen
skurudo wrote:
robindirksen wrote: The cronjob mails me that error. I don't know why
Do you use qoutas for users?
Yes, I use quotas for users.

Re: Anacron job 'cron.daily'

Posted: Thu Jan 21, 2016 8:21 am
by skurudo
There is nothing to scare, but... better check /etc/fstab
viewtopic.php?f=10&t=10007&p=36012#p36130

If you don't want to those, you can disable mail notification:

Code: Select all

MAILTO=""

Re: Anacron job 'cron.daily'

Posted: Thu Jan 21, 2016 8:26 am
by robindirksen
skurudo wrote:There is nothing to scare, but... better check /etc/fstab
viewtopic.php?f=10&t=10007&p=36012#p36130

If you don't want to those, you can disable mail notification:

Code: Select all

MAILTO=""
In which file do I need to set

Code: Select all

MAILTO=""
?

Re: Anacron job 'cron.daily'

Posted: Thu Jan 21, 2016 8:41 am
by skurudo
Something like this:

crontab -e
first line

Code: Select all

MAILTO=""