From owner-freebsd-hubs@FreeBSD.ORG Thu Oct 28 08:03:50 2010 Return-Path: Delivered-To: freebsd-hubs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11222106566B for ; Thu, 28 Oct 2010 08:03:50 +0000 (UTC) (envelope-from patrick.bihan-faou@teambox.fr) Received: from smtp.teambox.fr (dedibox.teambox.fr [88.191.109.88]) by mx1.freebsd.org (Postfix) with ESMTP id B76FA8FC16 for ; Thu, 28 Oct 2010 08:03:49 +0000 (UTC) Received: from crest.teambox.fr (crest.mindstep.com [88.167.204.204]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: teambox) by smtp.teambox.fr (Postfix) with ESMTPSA id 03315A244A1 for ; Thu, 28 Oct 2010 10:03:47 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by kawa.local.mindstep.fr (Postfix) with ESMTP id 4FCC9FDBD57 for ; Thu, 28 Oct 2010 10:03:46 +0200 (CEST) (envelope-from patrick.bihan-faou@teambox.fr) Received: from kawa.local.mindstep.fr ([127.0.0.1]) by localhost (kawa.local.mindstep.fr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id A4L9FzLjPr7r for ; Thu, 28 Oct 2010 10:03:46 +0200 (CEST) Received: from [127.0.0.1] (unknown [192.168.25.162]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by kawa.local.mindstep.fr (Postfix) with ESMTP id 22F3CFDBD55 for ; Thu, 28 Oct 2010 10:03:46 +0200 (CEST) (envelope-from patrick.bihan-faou@teambox.fr) Message-ID: <4CC92E63.6010904@teambox.fr> Date: Thu, 28 Oct 2010 10:03:47 +0200 From: Patrick Bihan-Faou Organization: TeamBox SARL User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; fr; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 MIME-Version: 1.0 To: freebsd-hubs@freebsd.org References: <4CC81EE7.4020607@teambox.fr> <4CC8587B.4020704@teambox.fr> <4CC86713.8010501@teambox.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Sorry state of the rsync based CVS,replication X-BeenThere: freebsd-hubs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD Distributions Hubs: mail sup ftp" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 08:03:50 -0000 Hi, Le 27/10/2010 20:54, Eberhard Moenkeberg a écrit : > Hi, > > On Wed, 27 Oct 2010, Patrick Bihan-Faou wrote: >> Le 27/10/2010 19:16, Eberhard Moenkeberg a écrit : > >>> Have a look at the top of the mentioned path name: "/3/freebsd-core/". >>> >>> >> On ftp.nl.freebsd.org (one of the listed rsync server that does fail >> to replicate the CVS repository properly), here is the content of >> >> /vol/3/freebsd-core/development/FreeBSD-CVS/ports/www/apache22/Attic: >> >> ftp> pwd >> Remote directory: >> /vol/3/freebsd-core/development/FreeBSD-CVS/ports/www/apache22 >> ftp> ls Attic >> 229 Entering Extended Passive Mode (|||54078|) >> 150 Here comes the directory listing. >> drwxrwx--x 2 500 450 4096 Dec 24 2006 Attic >> 226 Directory send OK. >> >> This directory should contain the following files: >> >> pkg-comment,v pkg-deinstall,v >> >> >> This is why the rsync replication fails. The problem really resides >> on the mirrors. > > You are right. The directory permissions should read drwxr-xr-x. > How can we fix the permissions on the 'Attic' dirs on the rsync mirrors so that the feature is back to a working state as far as mirroring the CVS repository goes ? Best regards, Patrick.