Unable to update DirectAdmin

51660

New member
Joined
Aug 13, 2021
Messages
4
Hi,

I am trying to update Directadmin and it show that network is unreachable

1647553081302.png


it looks like it is trying to connect IPV6 address. Does anyone know how to fix this problem?

Thx

JIng
 
I am using CENTOS 7.
I can update the licensing with no problem.

I don't know why I just cannot update from the command build anymore.

It said failed to connect....

Other than that, the server is still running smoothly with no problem.

JIng
 
Does this work?
Code:
cd /usr/local/directadmin/custombuild
./build set_fastest
./build update

if not
what is

Code:
grep downloadserver /usr/local/directadmin/custombuild/options.conf
 
Hi,

I am trying to update Directadmin and it show that network is unreachable

View attachment 5323

it looks like it is trying to connect IPV6 address. Does anyone know how to fix this problem?

Thx

JIng

I'm seeing this same issue, anyone know what the resolution was? We currently don't use IPV6 and it seems that custom build is trying to use it, when it's not available.

Thanks in advance.
 
I'm seeing this same issue, anyone know what the resolution was? We currently don't use IPV6 and it seems that custom build is trying to use it, when it's not available.

Thanks in advance.
Code:
cd /usr/local/directadmin/custombuild
./build update

Code:
grep downloadserver /usr/local/directadmin/custombuild/options.conf

You get anything with this?

What the OS
and DA version
 
Code:
cd /usr/local/directadmin/custombuild
./build update

Code:
grep downloadserver /usr/local/directadmin/custombuild/options.conf

You get anything with this?

What the OS
and DA version
No downloadserver set in options no.
CentOS Linux release 7.9.2009 (Core)
DirectAdmin v.1.650

Thank you
 
After digging, it looks like it's a network issue, and not related to DA in this case.
 
As a follow up, in this case the DC had portions of hetzner.com IP ranges blocked for abuse, as they are a huge issue for bad guys, it was also blocking part of the good guys hosted there too, in this case archive.apache.org and php downloads.
 
But why would the script download from archive still?

According apache the download for 2.2 and above should be the main site.

Archive should be used for versions older than 2.2. The script should download from main repo first because version 2.4 right?

In the build script only archive is used as far as I can see.
 
Last edited:
Back
Top