You are not logged in.

#1 2009-12-05 05:48:28

fbchaos
Member
Registered: 2009-03-27
Posts: 4

Abs synchronize error

Whenever I run abs,it returns this

root ~  #  abs
==> Starting ABS sync...
Unexpected remote arg: rsync.archlinux.org::abs/i686/
rsync error: syntax or usage error (code 1) at main.c(1201) [sender=3.0.6]

This is my abs.conf

root ~  #  cat /etc/abs.conf
#
# /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)

I don't what's the problem.Counld anybody help me?

Offline

#2 2009-12-05 13:04:39

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,226
Website

Re: Abs synchronize error

I'm getting similar errors occasionally... Do you have multiple Arch computers running ABS behind the same IP address? I think the rsync server has config to limit the amount of connections per timeframe maybe.... I'm just taking stabs in the dark here though!

Offline

#3 2009-12-06 04:05:24

fbchaos
Member
Registered: 2009-03-27
Posts: 4

Re: Abs synchronize error

No,just one notebook and one OS.
But,I cannot access archlinux.org directly but through a http proxy.The error occurs no matter $http_proxy is set or not.

Offline

Board footer

Powered by FluxBB