custombuild doesn't update

gate2vn

Verified User
Joined
Nov 9, 2004
Messages
490
Location
Oslo
In options.conf, I have
Code:
cron=yes
cron_frequency=daily
email=root
notifications=yes
da_autoupdate=yes
updates=yes
webapps_updates=yes

Checked versions.txt, DA is 1.46.2. But when running /etc/cron.daily/custombuild, it shows nothing. It looks like that it could not find out any update.

Any idea please?
Thanks.
 
Please try:
Code:
cd /usr/local/directadmin/custombuild
./build cron

And then check the output of the following, to make sure you have updates available:
Code:
./build versions
 
Yes, I did that. And it confirmed my settings
Code:
Cronjob is set for root:
Cronjob frequncy: daily
Automatic notifications: yes
Automatic updates: yes

However, "./build versions" shows a conflict between opCache and Zend Guard Loader. After disabling one of them, the cron can detect updates. Is that something you can add to cron script? Because when running cron before, it just stops without showing anything, so I could not know about the conflict.

Thanks.
 
Back
Top