CRON Daemon Error messages
CRON Daemon Error messages
Hi,
I am receiving daily and email from my vestacp server like this:
Cron <admin@panel> sudo /usr/local/vesta/bin/v-update-sys-vesta-all
/usr/local/vesta/bin/v-update-sys-vesta-all: line 13: /func/main.sh: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 14: /conf/vesta.conf: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 23: /v-update-sys-vesta: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 23: /v-update-sys-vesta: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 23: /v-update-sys-vesta: No such file or directory
Any ideas what could be the problem? Do i need to do something to solve this error?
Any help?
regards
I am receiving daily and email from my vestacp server like this:
Cron <admin@panel> sudo /usr/local/vesta/bin/v-update-sys-vesta-all
/usr/local/vesta/bin/v-update-sys-vesta-all: line 13: /func/main.sh: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 14: /conf/vesta.conf: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 23: /v-update-sys-vesta: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 23: /v-update-sys-vesta: No such file or directory
/usr/local/vesta/bin/v-update-sys-vesta-all: line 23: /v-update-sys-vesta: No such file or directory
Any ideas what could be the problem? Do i need to do something to solve this error?
Any help?
regards
Re: CRON Daemon Error messages
I see the same messages after the CRON jons are executed. I think the environment variable $VESTA is missing but i'm not sure where to set it...
Re: CRON Daemon Error messages
Hi,
this bug will be fix in the next release 0.9.8-10
you can turn off automatic updates until the next release
this bug will be fix in the next release 0.9.8-10
you can turn off automatic updates until the next release
Re: CRON Daemon Error messages
vi /usr/local/vesta/bin/v-update-sys-rrd your cron file which is giving this type of error
add the below line at the top of file.
source /etc/profile
i resolve the same for me, for version Version: 0.9.8-12
add the below line at the top of file.
source /etc/profile
i resolve the same for me, for version Version: 0.9.8-12