Can't update DA 1.27

xemaps

Verified User
Joined
Apr 13, 2006
Messages
386
Location
Europe
Hello,

can't update from 1.26.6 to 1.270000 neither autoupdate neither manual update.

link get resolved & connected

update.tar.gz stay empty 0 length

Get error segmentation fault whan i try manual wget

What can i do ?
 
Generally a segmentation fault error is hardware related, but in this case it could be because your license doesn't match your OS.

Jeff
 
my licence (volume licence by my webhotel) match os fc3, np.

Can't be segmentation in network ?
I can wget all but not this directadmin update
and the route seems to have problem between tera-byte.com and directadmin.com
 
Last edited:
traceroute www.directadmin.com

1 87-252-2-1 (87.252.2.1) 0.226 ms 0.130 ms 0.105 ms
2 oxyd-gw.fr.eurowan.net (85.12.148.49) 0.244 ms 0.206 ms 0.150 ms
3 ge-ve32-2-1.br1.th2.fr.eurowan.net (193.19.219.45) 0.648 ms 0.616 ms 0.596 ms
4 pos622-2-1.br1.rdb1.uk.eurowan.net (193.19.216.154) 9.333 ms 9.255 ms 9.216 ms
5 rd1ny.ny.shawcable.net (195.66.224.213) 81.193 ms 80.356 ms 80.515 ms
6 rc1hu-pos6-0.ny.shawcable.net (66.163.74.22) 80.547 ms 80.738 ms 80.433 ms
7 rc1sh-pos12-0.mt.shawcable.net (66.163.76.13) 91.542 ms 91.012 ms 91.349 ms
8 rc1sc-pos13-0.wp.shawcable.net (66.163.76.74) 114.914 ms 115.106 ms 114.760 ms
9 rc1ar-pos10-0.ed.shawcable.net (66.163.76.78) 132.032 ms * 131.819 ms
10 ra1ar-ge3-1.ed.shawcable.net (66.163.70.6) 132.116 ms 132.250 ms 132.033 ms
11 cat6509-vlan300.edm.tera-byte.com (66.244.192.42) 138.971 ms 139.328 ms 138.987 ms
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *

# wget -O https://www.directadmin.com/cgi-bin/daupdate?uid=xxxx&lid=xxxxx
=> `update.tar.gz'
Résolution de www.directadmin.com... 66.51.122.131
Connexion vers www.directadmin.com|66.51.122.131|:443...connecté.
Erreur de segmentation
 
Last edited:
The DirectAdmin server is on the tera-byte network. I'll bring this post to DA staff attention; perhaps they can have their upstream provider test their connectivity.

Jeff
 
Hello,

You can't traceroute us, I've blocked all icmp (ping) requests to our server.

If you need to check our network, you can ping/traceroute tera-byte.com

A segfaulting wget means there is a bug in your wget binary and you'd need to get a new one.
Either compile your own (with ssl support), or try downloading one from our files server:

http://files.directadmin.com/services/

Note... that you'd need to download wget with wget, so first try and save it to a different file, make a backup of your original and only then copy it over. I'm hoping in your case that it's only ssl that's causing the segfault in wget (so you can download wget)

John
 
i downloaded, extract, then

./configure
make install

so a new wget is in usr/local/bin
what to do after that ?

always segmentation error if i try wget https://...

i tried with copying wget bin from your server, same fault
:-/

-->I got help which fixed some lib errors. Now it runs again.
 
Last edited:
Back
Top