Every update breaks something...

Yoshua

Verified User
Joined
Apr 9, 2007
Messages
127
Location
Spain
Again, another untested update that they publish without caring what these errors mean for customers.

New VM with an AlmaLinux 8.5, unable to complete the installation:

Code:
######################################################################## 100.0%
Restarting nginx.
Found /usr/local/directadmin/custombuild/mod_aclr2-1.0.0.tar.gz
Extracting /usr/local/directadmin/custombuild/mod_aclr2-1.0.0.tar.gz...
Installing mod_aclr2-1.0.0...
/var/www/build/libtool --silent --mode=compile gcc -prefer-pic -I/usr/local/include  -DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache  -I/usr/include/apache   -I/usr/i                                                     nclude/apache   -c -o mod_aclr2.lo mod_aclr2.c && touch mod_aclr2.slo
/var/www/build/libtool --silent --mode=link gcc -L/usr/local/lib   -o mod_aclr2.la  -rpath /usr/lib/apache -module -avoid-version    mod_aclr2.lo
/var/www/build/instdso.sh SH_LIBTOOL='/var/www/build/libtool' mod_aclr2.la /usr/lib/apache
/var/www/build/libtool --mode=install install mod_aclr2.la /usr/lib/apache/
libtool: install: install .libs/mod_aclr2.so /usr/lib/apache/mod_aclr2.so
libtool: install: install .libs/mod_aclr2.lai /usr/lib/apache/mod_aclr2.la
libtool: install: install .libs/mod_aclr2.a /usr/lib/apache/mod_aclr2.a
libtool: install: chmod 644 /usr/lib/apache/mod_aclr2.a
libtool: install: ranlib /usr/lib/apache/mod_aclr2.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/lib/apache
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib/apache

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 755 /usr/lib/apache/mod_aclr2.so
[activating module `aclr' in /etc/httpd/conf/httpd.conf]
mod_aclr2 has been installed successfully.
Downloading             bubblewrap-0.6.2.tar.xz...
######################################################################## 100.0%

*** MD5 Checksum for bubblewrap-0.6.2.tar.xz Failed.  Redownloading...***

Downloading             bubblewrap-0.6.2.tar.xz...
######################################################################## 100.0%


*** MD5 Checksum for bubblewrap/bubblewrap-0.6.2.tar.xz failed *again*.***
The md5 checksum value may be incorrect, or a wrong file is being downloaded.
Install continuing with this possibly corrupted file. (it may also be fine)


xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
/usr/local/directadmin/custombuild/build: line 24444: cd: bubblewrap-0.6.2: No such file or directory
/usr/local/directadmin/custombuild/build: line 24449: ./configure: Is a directory
Trying to make bubblewrap
make: *** No targets specified and no makefile found.  Stop.
 
You already tried another mirror I presume?
Can we specify the mirror in the installation from the setup? with any export? I don't remember seeing it in the installation guide, I do remember to specify the channel, but not the mirror

I have tried the installation from the setup.sh two more times, the third time it was complete. Now what I don't know if reinstalling so many times is good for a new server.
 
Pff had this with normal updates, i remember vague had to remove/disable the bublewrap somewhere found it with serach web or forum that time.
Don't know at installation

But then it is something maybe at the alma install repo to remove/disable sorry can't help more then this.

 
Can we specify the mirror in the installation from the setup?
As far as I know one can make a custom options.conf before setup. However.......... this should ofcourse not be necessary on a fresh install.

Since it worked after 2 more times trying, it might be that things where just synching between servers because new things were released.

Also Alma Linux just released 8.6 so hopefully this did not mix things up.

Still an odd issue which is worth investigating as to why this failed twice before succeeding. Should not happen.
 
As far as I know one can make a custom options.conf before setup. However.......... this should ofcourse not be necessary on a fresh install.

Since it worked after 2 more times trying, it might be that things where just synching between servers because new things were released.

Also Alma Linux just released 8.6 so hopefully this did not mix things up.

Still an odd issue which is worth investigating as to why this failed twice before succeeding. Should not happen.

Yes, I know that, I use this:

Code:
mkdir -p /usr/local/directadmin/custombuild
wget -O /usr/local/directadmin/custombuild/options.conf "https://xxxxx/directadmin/custombuild/options.conf"
wget -O /usr/local/directadmin/custombuild/php_extensions.conf "https://xxxxx/directadmin/custombuild/php_extensions.conf"

wget -O setup.sh http://www.directadmin.com/setup.sh
chmod 755 setup.sh
export DA_SKIP_CSF=true
export DA_NS1=ns1.xxxxx.com
export DA_NS2=ns2.xxxxx.com
export [email protected]
export DA_HOSTNAME="xxxxx.xxxxx.com"
./setup.sh LICENSE_KEY

I suppose it could be that the mirrors were not synchronized.

Today I have seen that version 8.6 has come out, but I mounted this VM yesterday with the 8.5 iso, I have not updated it yet.
 
Back
Top