Discussion about CustomBuild

I have installed DA on Debian 4.0 and ProFTPd was already installed by setup.sh with deb package. Should I remove it before installing newer version with Custombuild?
 
custombuild 1.2 with dovecot 1.2 ?

Can you add an option to install the latest dovecot 1.2 (currently 1.2 RC3) with custombuild 1.2?

or the latest stable version: dovecot 1.1.14

or how can that be done manually? (via versions.txt?)

Thanks.
 
Hello,

maybe the Custombuild FAQ should be corrected a little bit:

14. How to update everything what's needed?

Run this if you want to look what updates are available:
Code:

Code:
./build versions

Run this if you want to update everything what's possible:
Code:

Code:
./build update_versions

I did that but it didn't show there was a new version of Squirrelmail available. So I wrote John a Mail and he asked me to run

Code:
./build update

first. So when you really want to update the server's software and included web applications, you should run

Code:
./build update
./build versions
./build update_versions

Have a nice weekend
Wolfgang
 
Can you change install of roundcube and squirrelmail for don't lose conf file of each and do not reinstall skin of roundcube (and if it's possible personal logo for squirrelmail)?
for exemple move old version folder to another before install new version ?

P.S: sorry for my english ;)
 
how to turn off auto update in CustomBuild

I have DirectAdmin 1.33.7, CustomBuild 1.1

How can I turn off autoupdating of software? This night phpMyAdmin updated without my confirmation.

Code:
[B]$ ./build options[/B]
.............
Cron for notifications and (or) updates: yes
Auto notifications: yes
Auto updates: yes
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: no
Show texts in bold: yes
.............

Code:
[B]$ cat options.conf[/B]
.............
#Custombuild options
autover=yes
bold=yes
clean=yes
fileserver=2
custombuild=1.1
cleanapache=no
clean_old_tarballs=no
clean_old_webapps=yes
cron=yes
notifications=yes
da_autoupdate=no
updates=no
webapps_updates=no
.............
 
Run: ./build cron
Code:
[B]$ ./build cron[/B]
Cronjob is set for <email>:
Automatic notifications: yes
Automatic updates: no
...

[B]$ ./build options[/B]
...
Cron for notifications and (or) updates: yes
Auto notifications: yes
Auto notifications email address: <email>
Auto updates: yes
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: no
Show texts in bold: yes
So will it update now or not?
 
Thank you

Just used custombuild for the first time. Results are looking good. Many thanks to Martynas for his great support to the DA community!
 
Just used custombuild for the first time. Results are looking good. Many thanks to Martynas for his great support to the DA community!
Actually I can't agree with you. CustomBuild is working fine, but none of 2 my issues was answered on this forum.
 
It will not update them now, if you had had webapps_updates=no set before the "./build cron" command was ran.

Code:
[B]$ ./build cron[/B]
Cronjob is set for <email>:
Automatic notifications: yes
Automatic updates: no
...

[B]$ ./build options[/B]
...
Cron for notifications and (or) updates: yes
Auto notifications: yes
Auto notifications email address: <email>
Auto updates: yes
Run "clean" every time: yes
Run "clean_old_webapps" every time: yes
Run "clean_old_tarballs" every time: no
Show texts in bold: yes
So will it update now or not?
 
I'm getting the following error while trying to build PHP, how can i fix this

Fatal error: Class 'PEAR' not found in phar://install-pear-nozlib.phar/index.php on line 24
make[1]: *** [install-pear-installer] Error 255
make: *** [install-pear] Error 2

Have looked on Google and here in the forums, but can't find a solution. Thanks for your help!
 
Martynas,

Im getting a strange output using ./build versions
It says
Code:
[root@tws1 custombuild]# ./build versions
Latest version of DirectAdmin: 1.33.7
Installed version of DirectAdmin: 1.34.4

DirectAdmin 1.34.4 to 1.33.7 update is available.

Small error?
 
try reinstall custombuild

Code:
rm -rf /usr/local/directadmin/custombuild
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build
 
Martynas,

Im getting a strange output using ./build versions
It says
Code:
[root@tws1 custombuild]# ./build versions
Latest version of DirectAdmin: 1.33.7
Installed version of DirectAdmin: 1.34.4

DirectAdmin 1.34.4 to 1.33.7 update is available.
Small error?

It seems that you have 1.33.7 in versions.txt file :) Just execute "./build update" and you'll get the latest version of the file.
 
I just ran custombuild. Apache won't start now. I saw this message during the update process:

Code:
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
Restarting apache.
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 30 of /usr/local/directadmin/data/users/companies/httpd.conf:
Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configuration
 
Back
Top