Cron error No Such File or directory

cPanel, Industry leading hosting platform with world-class support.
Post Reply
InCloudServe
Posts: 2
Joined: January 27th, 2017, 12:47 pm

Cron error No Such File or directory

Post by InCloudServe »

I keep getting the following error email daily
execl: couldn't exec `/bin/bash29 23 * * * root /usr/bin/jetapps -f update > /dev/null 2>&1'
execl: No such file or directory
How do I fix this?
User avatar
elialum
Staff Member
Staff Member
Posts: 95
Joined: October 25th, 2015, 1:44 pm

Re: Cron error No Such File or directory

Post by elialum »

Hi,

Please send me the output of -

Code: Select all

cat /etc/cron.d/jetapps 
Furthermore, what happens when you try to execute the update manually from the CLI ?

Code: Select all

/usr/bin/jetapps -f update
Thanks,
Eli.
InCloudServe
Posts: 2
Joined: January 27th, 2017, 12:47 pm

Re: Cron error No Such File or directory

Post by InCloudServe »

Code: Select all

5 12 * * * root /usr/bin/jetapps -f update > /dev/null 2>&1
1 17 * * * root yum -y update jetapps --disablerepo=* --enablerepo=jetapps > /dev/null 2>&1
\n

Code: Select all

 /usr/bin/jetapps -f update
No update/install package is available for jetapps
No update/install package is available for jetapps-repo
No update/install package is available for jetapps-cpanel
No update/install package is available for jetbackup
Just updated previously so will see if the error comes back
Post Reply