You are not logged in.
I've purged gentoo from my vps and replaced it with archlinux. Migrated everything I needed over and installed abs and then when I try to sync it triggers:
┌─[17:09:58]-[root@stavrovski]-[/srv/http/CI/static/img/admin]
└─› abs
==> Downloading tarballs...
==> core...
==> ERROR: Download failed
==> extra...
==> ERROR: Download failed
==> community...
==> ERROR: Download failed
it's very weird as this has never happen to me before (running another server with arch and two other desktop systems). Then i tried to sync specific package only and got:
┌─[17:11:42]-[root@stavrovski]-[/srv/http/CI/static/img/admin]
└─› abs core/linux
==> Starting ABS sync...
rsync: getaddrinfo: rsync.archlinux.org 873: Name or service not known
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
hmmm, acording to the above output it seems it's some kind of a dns issue but then why I'm able to resolve rsync.archlinux.org but in abs it fails:
┌─[17:13:56]-[root@stavrovski]-[/srv/http/CI/static/img/admin]
└─› ping rsync.archlinux.org
PING gerolde.archlinux.org (66.211.214.132) 56(84) bytes of data.
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=2 ttl=54 time=23.5 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=3 ttl=54 time=23.1 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=4 ttl=54 time=23.3 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=6 ttl=54 time=23.2 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=7 ttl=54 time=23.1 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=8 ttl=54 time=23.3 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=9 ttl=54 time=23.2 ms
64 bytes from gerolde.archlinux.org (66.211.214.132): icmp_req=10 ttl=54 time=23.4 ms
--- gerolde.archlinux.org ping statistics ---
10 packets transmitted, 8 received, 20% packet loss, time 8996ms
┌─[17:16:44]-[root@stavrovski]-[/srv/http/CI/static/img/admin]
└─› tracepath rsync.archlinux.org
1: stavrovski.net 0.198ms pmtu 1500
1: vs854.rosehosting.com 1.267ms
1: vs854.rosehosting.com 1.145ms
2: rose-new.colo-01.rcig.net 1.710ms
3: 710-core-01.rcig.net 1.962ms
4: ge-6-23.car1.StLouis1.Level3.net 25.382ms
5: ae-11-11.car2.StLouis1.Level3.net 2.709ms
6: ae-4-4.ebr2.Chicago1.Level3.net 7.953ms
7: ae-1-100.ebr1.Chicago1.Level3.net 6.704ms
8: ae-3-3.car2.Pittsburgh3.Level3.net 20.196ms
9: VELOCITYNET.car2.Pittsburgh3.Level3.net 23.454ms
10: cust02-ge-0-0.eri.velocity.net 26.943ms
11: dom0.archlinux.org 23.957ms !H
Resume: pmtu 1500
Is someone else experiencing this or it's some kind of an issue on my end?
Last edited by ViruSzZ (2012-02-18 16:56:49)
Their Momma Made Em, Their Momma Gave em & now she can`t even SAVE`em | My WebLog
Offline
It's working for me.
Offline
Ok, it was a dns issue as the above output stated and abs IS working fine now. I changed the DNS servers inside my 'resolv.conf' to:
┌─[17:52:44]-[root@stavrovski]-[/srv/http/CI/static/img/admin]
└─› cat /etc/resolv.conf
search stavrovski.net
nameserver 4.2.2.2
nameserver 8.8.8.8
and everything came back to normal.
Thank you.
ViruSzZ
EDIT: I should've thought to try to change my dns resolvers before opening the thread but it's done already and marked as [SOLVED]
Last edited by ViruSzZ (2012-02-18 16:56:38)
Their Momma Made Em, Their Momma Gave em & now she can`t even SAVE`em | My WebLog
Offline