Fresh Installation fail: bubblewrap No targets specified and no makefile found.

aodto

Verified User
Joined
Dec 16, 2015
Messages
6
Location
Thailand
Hello,

I try to install directadmin on fresh centos 7 and stuck error at bubblewrap.

I try to install again and again and result the same error at bubblewrap.

How can I do that?
I run installation following like this.
bash <(curl -LSs https://download.directadmin.com/setup.sh || curl -LSs https://download-alt.directadmin.com/setup.sh) 'LICENSE KEY'


Code:
Fileserver might be down, using the backup file server..
######################################################################## 100.0%
tar (child): bubblewrap-0.6.2.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
/usr/local/directadmin/custombuild/build: line 24525: cd: bubblewrap-0.6.2: No such file or directory
/usr/local/directadmin/custombuild/build: line 24528: ./configure: Is a directory
Trying to make bubblewrap
make: *** No targets specified and no makefile found.  Stop.
 

Attachments

  • Screen Shot 2565-08-05 at 11.34.20.png
    Screen Shot 2565-08-05 at 11.34.20.png
    785.2 KB · Views: 3
Fileserver might be down, using the backup file server.. - that explains all.
if DA already installed, you can update mirror ./build set_fastest
during this update you will see another mirrors names, so if there is no bubblewrap - you can edit options.conf and put there another mirror in line
downloadserver=
 
Have the same issue, aldready tryed the ./build set_fastest, even forced another server in the options.conf.
Code:
Too many failed attempts with 69.162.69.58. Will try a different server.
We'll temporarily try using files.directadmin.com instead

Also I can access the fileservers without problem when browsing them : http://69.162.69.58/services/custombuild/

And this is a fresh install and there are many files properly downloaded un the custobuild folder.
I have fixed the bubblewrap problem by fetching all parts and creating the folders manually but after this I get :

Code:
/usr/bin/jailshell has been installed.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: centos.cu.be
 * epel: fedora.cu.be
 * extras: centos.cu.be
 * updates: centos.cu.be
No package rpcgen available.
Error: Nothing to do
Downloading             mysql/centos7-64.txt...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/centos7-64.txt does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%
grep: mysql/centos7-64.txt: No such file or directory
Downloading             mysql/centos7-64.txt...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/centos7-64.txt does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%
Downloading             mysql/jemalloc-3.6.0-1.el7.x86_64.rpm...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/jemalloc-3.6.0-1.el7.x86_64.rpm does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%

Too many failed attempts with files-fr.directadmin.com. Will try a different server.
We'll temporarily try using files.directadmin.com instead

Downloading             mysql/jemalloc-devel-3.6.0-1.el7.x86_64.rpm...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/jemalloc-devel-3.6.0-1.el7.x86_64.rpm does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%

Too many failed attempts with files.directadmin.com. Will try a different server.
We'll temporarily try using 69.162.69.58 instead

Downloading             mysql/galera-4-26.4.8-1.el7.centos.x86_64.rpm...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/mysql/galera-4-26.4.8-1.el7.centos.x86_64.rpm does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%

Too many failed attempts with 69.162.69.58. Will try a different server.
We'll temporarily try using files.directadmin.com instead

/usr/local/directadmin/custombuild/build: line 11336: [: too many arguments
/usr/local/directadmin/custombuild/build: line 11341: [: too many arguments
/usr/local/directadmin/custombuild/build: line 11344: [: too many arguments
/usr/local/directadmin/custombuild/build: line 11347: [: too many arguments
/usr/local/directadmin/custombuild/build: line 11350: [: too many arguments
/usr/local/directadmin/custombuild/build: line 11375: [: too many arguments
/usr/local/directadmin/custombuild/build: line 11379: [: too many arguments
*** Cannot find /usr/local/directadmin/custombuild/mysql/mysql/centos7-64.txt. Aborting ***


So maybe a fileserver problem or some errors in the build script, don't know.
 
you can set any of current servers:
- files-fi.directadmin.com
- files-fr.directadmin.com
- files-lt.directadmin.com
- files-de.directadmin.com
- files-sg.directadmin.com
- files-ca.directadmin.com
 
Tryed this aldready, did a build check_fastest which pointed to the "fr" server, then changed manually do the "de" server in options.conf.
I will try again forcing the "ca" server.
 
I run ./build set_fastest and used "sg" server

when run ./build all
problem stuck at bubblewrap

I try to set to "de" server and problem stuck at bubblewrap

same error
 
aodto, quick question what type of licence are you using for the install ?
(I am using a legacy doomed lifetime internal datacenter one)
 
Hello,

Same issue here, can't install.

OS AlmaLinux 8.6 and tried on RockyLinux 8.6
 
Temporary solution, It work fine for me

1. set /etc/hosts (for me)
Code:
178.128.116.116 files-sg.directadmin.com


2. set download server to "sg" (for me)
Code:
vi /usr/local/directadmin/custombuild/options.conf
=========
downloadserver=files-sg.directadmin.com
========

3.downloads packages that have problems.
Code:
cd /usr/local/directadmin/custombuild/
wget http://files-sg.directadmin.com/services/custombuild/bubblewrap/bubblewrap-0.6.2.tar.xz
wget http://files-sg.directadmin.com/services/custombuild/msmtp/msmtp-1.8.19.tar.xz

4. build all again
Code:
cd /usr/local/directadmin/custombuild/
./build all
 
Tryed the same but got issue with mysql packages, changed force comile to yes and endend up with :
Code:
Downloading             mariadb-10.6.8.tar.gz...
######################################################################## 100.0%
Downloaded file /usr/local/directadmin/custombuild/mariadb-10.6.8.tar.gz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
######################################################################## 100.0%
Extracting mariadb-10.6.8.tar.gz ...
tar (child): mariadb-10.6.8.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed to extract: mariadb-10.6.8.tar.gz. Exiting...
 
Back
Top