[PLUGIN] CustomBuild 2.0

Probably you're not using PHP 5.5, latest phpMyAdmin works with PHP 5.5 or higher.

Regards

Actually I have two php installations on this box, php 5.3 and 5.5
Do I have to change php version for web apps, I am not sure if phpmyadmin is running with 5.3 or 5.5 on multiple php installs.If so, can you explain how, I searched but couldn't find anything.
 
Last edited:
The primary PHP version is used by default and is used for webapps, so it's not a bug.

So if you've got php1_release = 5.3 and php2_release = 5.5, then all .php files will be handled by PHP 5.3 and only .php55 will be handled by PHP 5.5, unless they are switched by an account holder.
 
Plugin broken after enabling some options

The other day I changed some options through the interface and hereafter its not showing any updates anymore in the "Update Software" tab and not showing any builds in the "Build Software tab".

Anybody knows what is going wrong?

This is my options.conf
Code:
#PHP Settings
php1_release=5.6
php1_mode=suphp
php2_release=no
php2_mode=php-fpm
opcache=yes
htscanner=no
php_ini=no
php_timezone=Europe/Amsterdam
php_ini_type=production
ioncube=yes
zend=no
suhosin=yes
x_mail_header=yes

#MySQL Settings
mysql=5.6
mysql_inst=mariadb
mysql_backup=yes
mysql_backup_dir=/usr/local/directadmin/custombuild/mysql_backups
mysql_force_compile=no

#WEB Server Settings
webserver=apache
modsecurity=no
modsecurity_ruleset=comodo
apache_ver=2.4
apache_mpm=auto
mod_ruid2=no
harden_symlinks_patch=yes
use_hostname_for_alias=no
redirect_host=vps002.variety-productions.nl
redirect_host_https=no

#WEB Applications Settings
phpmyadmin=yes
phpmyadmin_ver=4
squirrelmail=no
roundcube=yes
webapps_inbox_prefix=no

#ClamAV-related Settings
clamav=yes
clamav_exim=yes
modsecurity_uploadscan=no
proftpd_uploadscan=no
pureftpd_uploadscan=no
suhosin_php_uploadscan=no

#Mail Settings
exim=yes
eximconf=yes
eximconf_release=4.3
blockcracking=yes
easy_spam_fighter=yes
spamassassin=yes
dovecot=yes
dovecot_conf=yes
pigeonhole=no

#FTP Settings
ftpd=proftpd

#Statistics Settings
awstats=no
webalizer=yes

#CustomBuild Settings
custombuild=2.0
autover=yes
bold=yes
clean=yes
cleanapache=yes
clean_old_tarballs=yes
clean_old_webapps=yes
downloadserver=files6.directadmin.com

#Cronjob Settings
cron=yes
cron_frequency=daily
[email protected]
notifications=yes
da_autoupdate=yes
updates=no
webapps_updates=no

#CloudLinux Settings
cloudlinux=no
cagefs=no

#Advanced Settings
autoconf=yes
automake=yes
libtool=yes
curl=yes
new_pcre=yes

sa_update=daily
litespeed_serialno=trial
mariadb=10.1
 
Hi, i've this message from hours:

HTML:
Build process in progress. PID: 2531 (kill) Started from terminal.

but there is not any 2531 pid.

HTML:
[root@srv ~]# ps
  PID TTY          TIME CMD
 1249 pts/0    00:00:00 bash
15557 pts/0    00:00:00 ps

Any help?
 
Hi, i've this message from hours:

HTML:
Build process in progress. PID: 2531 (kill) Started from terminal.

but there is not any 2531 pid.

HTML:
[root@srv ~]# ps
  PID TTY          TIME CMD
 1249 pts/0    00:00:00 bash
15557 pts/0    00:00:00 ps

Any help?

kill -9 2531

Could you give me the output of the following command in /usr/local/directadmin/custombuild?
 
Thanks for you reply:

HTML:
[root@srv ~]# kill -9 2531
-bash: kill: (2531) - No such process
(already tried)

HTML:
[root@srv ~]# cd /usr/local/directadmin/custombuild
[root@srv custombuild]# ls
all_locales-1.4.18-20090526.tar.gz  libtool-2.4.5.tar.gz
apr-1.5.2.tar.gz                    libxml2-2.9.3.tar.gz
apr-util-1.5.4.tar.gz               libxslt-1.1.28.tar.gz
autoconf-2.68.tar.gz                m4-1.4.17.tar.gz
automake-1.15.tar.gz                Mail-SpamAssassin-3.4.1.tar.gz
build                               mhash-0.9.9.9.tar.gz
configure                           mod_aclr2-1.0.0.tar.gz
curl-7.46.0.tar.gz                  mod_ruid2-0.9.8.tar.bz2
custombuild.log                     nghttp2-1.3.4.tar.gz
dovecot-2.2.21.tar.gz               nginx-1.8.0.tar.gz
dovecot.boot                        nginx.boot
dovecot.boot.debian                 nginx.boot.debian
dovecot.boot.freebsd                nginx.boot.freebsd
dovecot.conf                        options.conf
dovecot.logrotate                   patches
exim-4.86.tar.gz                    patches_versions.txt
exim_boot                           pcre-8.20.tar.gz
exim.conf.dovecot.patch             php-5.4.45.tar.gz
exim_debian                         php-5.5.30.tar.gz
exim_freebsd                        phpMyAdmin-4.5.2-all-languages.tar.gz
freetype-2.6.2.tar.gz               pure-ftpd
harden-symlinks-2.4.patch           pure-ftpd-1.0.42.tar.gz
httpd_2                             pure-ftpd_debian
httpd-2.4.18.tar.gz                 pure-ftpd_freebsd
httpd_2_debian                      roundcubemail-1.1.3.tar.gz
httpd_2_freebsd                     servers.txt
icu4c-4_8_1_1-src.tgz               squirrel_logger-2.3.1-1.2.7.tar.gz
jpegsrc.v6b.tar.gz                  squirrelmail-1.4.23-20150507_0200.tar.gz
libiconv-1.14.tar.gz                suphp-0.7.2.tar.gz
libmcrypt-2.5.8.tar.gz              versions.txt
libpng-1.6.19.tar.gz                webalizer-2.23-08-src.tgz
libsrs_alt-1.0.tar.bz2              webapps.logrotate
 
Hi, i've this message from hours:

HTML:
Build process in progress. PID: 2531 (kill) Started from terminal.

but there is not any 2531 pid.

HTML:
[root@srv ~]# ps
  PID TTY          TIME CMD
 1249 pts/0    00:00:00 bash
15557 pts/0    00:00:00 ps

Any help?

Try:
Code:
rm -f /usr/local/directadmin/custombuild/.custombuild

For some reason the process exited unexpectedly, causing the lock file to stay on the system.
 
The other day I changed some options through the interface and hereafter its not showing any updates anymore in the "Update Software" tab and not showing any builds in the "Build Software tab".

Anybody knows what is going wrong?
I have the same problem, the Update Software tab and Build Software tab both show up empty. This happens when you set the MariaDB version to 10.1 (I noticed you also have it configured). If you switch it back to 10.0 the tabs work again.
I'm using the latest CB2.0 (1484) and plugin version 1.0.15.
 
Maybe the mirror you're using is not working or is not updated.

Try run: /usr/local/directadmin/custombuild/build set_fastest
and then: /usr/local/directadmin/custombuild/build update

Regards
 
I am using files6 (NLD) and still have 1484.

[root@web01 custombuild]# ./build version
2.0.0 (rev: 1484)
 
Oh ok,

i've just noticed that my mirror have the same version:

>/usr/local/directadmin/custombuild/build version
2.0.0 (rev: 1484)

So i guess has not been uploaded or something is happening with that file :)

Regards
 
Seems the case on more servers.
Two of our servers has downloadserver=files.directadmin.com and also is 2.0.0 (rev: 1484), same as the one with files6.directadmin.com.
 
Back
Top