Something odd in ubuntu/pool/main/f/freedrp directory permission
Fumihito YOSHIDA
hito at ubuntu.com
Wed Feb 15 00:00:06 UTC 2012
Hi lists,
Summary:
I suspect ubuntu/pool/main/f/freedrp directory permission error
in rsync master server.
Background:
I'm administrator of some mirror servers in Japan(included alias of
jp.archive.ubuntu.com).
Today, I waked up to archive-error at libfreerdp, apt-get dist-upgrade said:
=====================================================
Err http://jp.archive.ubuntu.com/ubuntu/ precise/main libfreerdp1 i386
1.0.1-1ubuntu2
403 Forbidden
Err http://jp.archive.ubuntu.com/ubuntu/ precise/main
libfreerdp-plugins-standard i386 1.0.1-1ubuntu2
403 Forbidden
Failed to fetch
http://jp.archive.ubuntu.com/ubuntu/pool/main/f/freerdp/libfreerdp1_1.0.1-1ubuntu2_i386.deb
403 Forbidden
Failed to fetch
http://jp.archive.ubuntu.com/ubuntu/pool/main/f/freerdp/libfreerdp-plugins-standard_1.0.1-1ubuntu2_i386.deb
403 Forbidden
E: Unable to fetch some archives, maybe run apt-get update or try with
--fix-missing?
=====================================================
ls -l ubuntu/pool/main/f said "libfreerdp has not group/other readable".
(..snip..)
drwxr-xr-x 2 mirror mirror 4096 Oct 26 22:54 fping
drwxr-xr-x 2 mirror mirror 4096 Sep 20 14:45 freealut
drwxr-xr-x 2 mirror mirror 4096 Nov 30 10:05 freecdb
drwxr-xr-x 2 mirror mirror 4096 Nov 30 10:05 freeglut
drwxr-xr-x 2 mirror mirror 4096 Jun 5 2007 freehdl
drwxr-xr-x 2 mirror mirror 4096 Jun 2 2007 freenet6
drwxr-xr-x 2 mirror mirror 20480 Dec 4 01:04 freeradius
drwx------ 2 mirror mirror 4096 Feb 15 06:33 freerdp
drwxr-xr-x 2 mirror mirror 4096 Dec 25 2009 freespacenotifier
drwxr-xr-x 2 mirror mirror 4096 Nov 30 10:05 freetds
drwxr-xr-x 2 mirror mirror 16384 Nov 29 14:04 freetype
drwxr-xr-x 2 mirror mirror 4096 Jul 9 2011 freetype1
(..snip..)
I checked two mirror servers that sync with rsync method, they have
same symptom. These "odd" servers use below rsync script(with
something wrappers).
----------------------------------------------------------
/usr/bin/rsync --recursive --times --links --hard-links \
--stats \
--exclude "Packages*" --exclude "Sources*" \
--exclude "Release*" \
${RSYNCSOURCE} ${BASEDIR}
/usr/bin/rsync --recursive --times --links --hard-links \
--stats --delete --delete-after \
--exclude "project/trace/${HOSTNAME}" \
${RSYNCSOURCE} ${BASEDIR}
----------------------------------------------------------
So, ubuntu/pool/main/f/freedrp directory permission seems
wrong, this trouble caused by master server.
Can any of you help on that?
More information about the ubuntu-mirrors
mailing list