Cron error with custombuild updates

topdog

Verified User
Joined
Jun 22, 2009
Messages
135
Hi,
First, I'm running DA 1.35.1 and CentOS 5.4.
Secondly, I was wondering has anyone seen this error before? It keeps showing up at 4:02 AM every day for my /etc/cron.daily/custombuild script.
I've told DA to check for available version updates daily, but when the cron ran, it displayed the below messages:
/etc/cron.daily/custombuild:
tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
Here's my options.conf from /usr/local/directadmin/custombuild:
#PHP settings. default_php possible values - 4 or 5
default_php=5
php4_cli=no
php4_cgi=no
php5_cli=yes
php5_cgi=no
zend=yes

#Possible values - 4.1, 5.0, 5.1
mysql=5.1
mysql_inst=yes
mysql_backup=yes

#Possible values - 1.3, 2.0 or 2.2
apache_ver=2.2

#Web applications
phpmyadmin=yes
atmail=no
squirrelmail=yes
roundcube=yes
uebimiau=no

#Mail options
exim=no
mail-header-patch=yes
dovecot=yes

#Statistics
awstats=no
webalizer=yes

#FTP options
proftpd=yes

#Jailed shell (beta)
jail=no

#CustomBuild options
custombuild=1.1
autover=no
bold=yes
clean=yes
clean_old_tarballs=no
clean_old_webapps=yes

#Cron settings
cron=yes
[email protected]
notifications=yes
da_autoupdate=yes
updates=yes
webapps_updates=yes

#CustomBuild 1.2 settings
php6_cli=no
php6_cgi=no
php_ini=no
#Possible values - recommended or dist
php_ini_type=recommended
cleanapache=no
fileserver=1
eximconf=yes
php5_ver=5.2
Am I doing something wrong in the options.conf file?
Also, if I wanted DA to be updated, is that what it means by da_autoupdate?
 
The following should fix your problem:
Code:
./build set bold no

And yes, da_autoupdate will update DA automatically.
 
The following should fix your problem:
Code:
./build set bold no

And yes, da_autoupdate will update DA automatically.
Thanks. I'll wait and see if it does tomorrow. What does bold=yes or no actually do anyway?
 
Back
Top