You are not logged in.

#1 2008-05-28 05:00:05

ishikawa7
Member
Registered: 2008-05-28
Posts: 3

ABS rsync error

I get this error when I try to run abs as root:

bash-3.2# abs
==> Starting ABS sync...
receiving file list ... rsync: link_stat "/::abs/i686/." (in archlinux) failed: No such file or directory (2)
done

sent 20 bytes  received 9 bytes  1.35 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at main.c(1497) [receiver=3.0.2]
bash-3.2#

This is my /etc/abs.conf

# the top-level directory of all your PKGBUILDs
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/"

#
# Server to sync from
#
SYNCSERVER="rsync://mirror.pacific.net.au/archlinux/"

#
# The architecture to fetch abs for
# Either i686 or x86_64
#
ARCH="i686"

#
# 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 !unstable community !testing)

Please help :/

Offline

#2 2008-05-28 06:12:07

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

Re: ABS rsync error

Doing this:

SYNCSERVER="rsync://mirror.pacific.net.au/archlinux/"

breaks ABS here too.

Edit:  do the mirrors even have copies of the abs tree?

Last edited by Allan (2008-05-28 06:12:40)

Offline

#3 2008-05-28 06:47:48

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: ABS rsync error

No, they don't.

Offline

#4 2008-05-28 10:19:57

ishikawa7
Member
Registered: 2008-05-28
Posts: 3

Re: ABS rsync error

What mirror should I use then? The default rsync.archlinux.org doesn't work for me...

Offline

#5 2008-05-28 10:21:13

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

Re: ABS rsync error

The default is the only "mirror".  Are you behind a firewall?

Offline

#6 2008-05-28 10:34:26

ishikawa7
Member
Registered: 2008-05-28
Posts: 3

Re: ABS rsync error

SOLVED: I changed it back to rsync.archlinux.org
Turns out it takes a while for me to get the file list, probably because of my slow connection.

The default is the only "mirror".  Are you behind a firewall?

Thanks for your help big_smile

Last edited by ishikawa7 (2008-05-28 10:35:48)

Offline

Board footer

Powered by FluxBB