You are not logged in.

#1 2010-03-11 09:09:27

pdunning
Member
Registered: 2007-11-07
Posts: 31

ABS won't work

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

#2 2010-03-11 09:23:52

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,651
Website

Re: ABS won't work

Do you have a firewall blocking rsync?   Try "abs -t" which grabs tarballs from your mirror.

Offline

#3 2010-03-11 09:38:02

pdunning
Member
Registered: 2007-11-07
Posts: 31

Re: ABS won't work

thanks abs -t works

Last edited by pdunning (2010-03-11 09:39:47)

Offline

Board footer

Powered by FluxBB