You are not logged in.
Pages: 1
Hi
I can't seem to get ABS to work. I just get:
$ sudo abs
==> Starting ABS sync...
rsync: failed to connect to rsync.archlinux.org: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.7]
abs.conf is:
#
# /etc/abs.conf
#
# the top-level directory of all your PKGBUILDs
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/"
#
# Server to sync from
#
SYNCSERVER="rsync.archlinux.org"
#
# The architecture to fetch abs for
# Either i686 or x86_64
#
ARCH="i686"
#
# Pacman mirror list used for syncing via tarball
#
MIRRORLIST="/etc/pacman.d/mirrorlist"
#
# REPOS to be parsed by abs (in this order)
# (prefix a repo with a ! to disable it)
#
# Note: If a repo is removed, it is still fetched!
# Repos must be preceded with a ! to prevent fetching
#
REPOS=(core extra community testing community-testing)
Offline
Do you have a firewall blocking rsync? Try "abs -t" which grabs tarballs from your mirror.
Offline
thanks abs -t works
Last edited by pdunning (2010-03-11 09:39:47)
Offline
Pages: 1