Cron Daemon
Cron Daemon
Hi,
I got this cron error; what could be the problem?
Cron <admin@mywebsite> sudo /usr/local/vesta/bin/v-update-sys-queue backup
sudo: unable to resolve host
mywebsite.com
I got this cron error; what could be the problem?
Cron <admin@mywebsite> sudo /usr/local/vesta/bin/v-update-sys-queue backup
sudo: unable to resolve host
mywebsite.com
Re: Cron Daemon
Do you still see this error?
Re: Cron Daemon
yes
Signal 11 (SEGV) caught by ps (procps version 3.2.8).
Please send bug reports to <[email protected]> or <[email protected]>
Signal 11 (SEGV) caught by ps (procps version 3.2.8).
Please send bug reports to <[email protected]> or <[email protected]>
Re: Cron Daemon
The problem is that your hostname is not pingable. System can not resolve the name. You can fix it by adding hostname to the /etc/hosts/file. Hostname should be associated with the system ip
[root@nxt ~]# v-list-sys-ips
IP NETMASK NAT OWNER U_WEB_DOMAINS
--------- --------- --------- --------- ---------
173.192.110.166 255.255.255.248 NULL admin 3
[root@nxt ~]# hostname
nxt.vestacp.com
[root@nxt ~]# echo "173.192.110.166 nxt.vestacp.com" >> /etc/hosts
[root@nxt ~]#