Re: file has vanished

2008-01-11 Thread Chuck Anderson
On Thu, Jan 10, 2008 at 05:41:56PM -0200, Ricardo J. Barberis wrote:
> El Jueves 10 Enero 2008, Chuck Anderson escribió:
> > rsync: failed to set times on "/srv/ftp/pub/fedora/linux/core/updates":
> > Operation not permitted (1) rsync: failed to set times on
> > "/srv/ftp/pub/fedora/linux/core/updates/testing": Operation not permitted
> > (1) IO error encountered -- skipping file deletion
> > rsync: failed to set times on "/srv/ftp/pub/fedora/linux/core/updates":
> > Operation not permitted (1) rsync: failed to set times on
> > "/srv/ftp/pub/fedora/linux/core/updates/testing": Operation not permitted
> > (1)
> 
> Well, because of these messages it could be a permissions problem, rsync 
> can't 
> delete those files and so they appear over and over again.

No, those are unrelated to the reported issue.

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: file has vanished

2008-01-11 Thread Chuck Anderson
On Fri, Jan 11, 2008 at 06:18:16PM -0200, Ricardo J. Barberis wrote:
> El Viernes 11 Enero 2008, Chuck Anderson escribió:
> > On Fri, Jan 11, 2008 at 03:30:14PM -0200, Ricardo J. Barberis wrote:
> > > Sorry, I meant this line specificly:
> > > > > > IO error encountered -- skipping file deletion
> > >
> > > It looks like it's not deleting the vanished files.
> >
> > The IO error always accompanies the "file has vanished" messages.  I
> > would assume that the IO error message is a result of the "file has
> > vanished" messages.
> 
> And I assumed the other way around :)
> 
> AFAIK, "file has vanished" means the file is no longer on the server from 
> which rsync is downloading, so my guess was rsync schedules them for deleting 
> but when it tries to, it can't.
> 
> But if you're sure it's not a permissions problem (or maybe a disk problem? - 
> yet another wild guess), we'll have to wait for some of the rsync gurus to 
> show up.

No, it's not something local at all:

$ ls -l 8Kingdoms-1.1.0-*
-rw-r--r-- 1 mirror mirror 21954697 Dec 11 11:27 8Kingdoms-1.1.0-2.fc7.src.rpm
-rw-r--r-- 1 mirror mirror 21960477 Jan  6 11:44 8Kingdoms-1.1.0-4.fc7.src.rpm

$ rsync 
rsync://download1.fedora.redhat.com/fedora-enchilada/linux/updates/7/SRPMS/ | 
grep 8King
file has vanished: "linux/updates/7/SRPMS/8Kingdoms-1.1.0-2.fc7.src.rpm" (in 
fedora-enchilada)
-rw-r--r--21960477 2008/01/06 11:44:01 8Kingdoms-1.1.0-4.fc7.src.rpm

$ ls -l 8Kingdoms-1.1.0-*
-rw-r--r-- 1 mirror mirror 21954697 Dec 11 11:27 8Kingdoms-1.1.0-2.fc7.src.rpm
-rw-r--r-- 1 mirror mirror 21960477 Jan  6 11:44 8Kingdoms-1.1.0-4.fc7.src.rpm

$ rm -f 8Kingdoms-1.1.0-2.fc7.src.rpm 

$ ls -l 8Kingdoms*
-rw-r--r-- 1 mirror mirror 21960477 Jan  6 11:44 8Kingdoms-1.1.0-4.fc7.src.rpm

$ rsync 
rsync://download1.fedora.redhat.com/fedora-enchilada/linux/updates/7/SRPMS/ | 
grep 8King
file has vanished: "linux/updates/7/SRPMS/8Kingdoms-1.1.0-2.fc7.src.rpm" (in 
fedora-enchilada)
-rw-r--r--21960477 2008/01/06 11:44:01 8Kingdoms-1.1.0-4.fc7.src.rpm

$ ls -l 8Kingdoms*
-rw-r--r-- 1 mirror mirror 21960477 Jan  6 11:44 8Kingdoms-1.1.0-4.fc7.src.rpm

See, the error message is the same whether the "vanished" file exists 
locally or not.

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: file has vanished

2008-01-11 Thread Chuck Anderson
On Fri, Jan 11, 2008 at 03:30:14PM -0200, Ricardo J. Barberis wrote:
> Sorry, I meant this line specificly:
> 
> > > > IO error encountered -- skipping file deletion 
> 
> It looks like it's not deleting the vanished files.

The IO error always accompanies the "file has vanished" messages.  I 
would assume that the IO error message is a result of the "file has 
vanished" messages.

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: file has vanished

2008-01-11 Thread Chuck Anderson
On Fri, Jan 11, 2008 at 01:30:51PM -0500, Chuck Anderson wrote:
> On Fri, Jan 11, 2008 at 03:30:14PM -0200, Ricardo J. Barberis wrote:
> > Sorry, I meant this line specificly:
> > 
> > > > > IO error encountered -- skipping file deletion 
> > 
> > It looks like it's not deleting the vanished files.
> 
> The IO error always accompanies the "file has vanished" messages.  I 
> would assume that the IO error message is a result of the "file has 
> vanished" messages.

Manual rsync listing shows the error too:

>rsync 
rsync://download1.fedora.redhat.com/fedora-enchilada/linux/updates/7/SRPMS/ | 
grep 8King 
file has vanished: 
"linux/updates/7/SRPMS/8Kingdoms-1.1.0-2.fc7.src.rpm" (in 
fedora-enchilada)
-rw-r--r--21960477 2008/01/06 11:44:01 8Kingdoms-1.1.0-4.fc7.src.rpm
>ls -l 8Kingdoms-1.1.0-*
-rw-r--r-- 1 mirror mirror 21954697 Dec 11 11:27 8Kingdoms-1.1.0-2.fc7.src.rpm
-rw-r--r-- 1 mirror mirror 21960477 Jan  6 11:44 8Kingdoms-1.1.0-4.fc7.src.rpm

It's almost as if the underlying storage mechanism on the master 
server is caching directory entries for files that don't exist 
anymore.

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list