Hi,
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
*deleting 4.8/centosplus/x86_64/RPMS/.kernel-largesmp-2.6.9-89.0.16.plus.c4.x86_64.rpm.mGvPK2 *deleting 4.8/isos/alpha/.centos-4.3-alpha-disc2.iso.njhvph *deleting 4.8/isos/i386/.CentOS-4.8-i386-bin3of4.iso.cn8fUx *deleting 4.8/isos/x86_64/.CentOS-4.8-x86_64-bin5of5.iso.oFM4eF *deleting 4.8/updates/alpha/RPMS/.dia-0.94-5.4.alpha.rpm.Wlbk0S *deleting 5.5/os/SRPMS/.java-1.6.0-openjdk-1.6.0.0-1.7.b09.el5.src.rpm.AsZLxf *deleting 5.5/os/SRPMS/ *deleting 5.5/os/ *deleting 5.5/isos/x86_64/.CentOS-5.5-x86_64-bin-5of8.iso.oJBPtF *deleting 5.5/isos/x86_64/ *deleting 5.5/isos/ *deleting 5.6/os/i386/CentOS/.openoffice.org-langpack-ru-3.1.1-19.5.el5_5.1.i386.rpm.9mStOB
Can you please check?
Mitry
On Tue, Sep 13, 2011 at 07:49:20AM +0300, Mitry Matyushkov wrote:
Hi,
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
Fixed, thanks for the report!
Tru
Hi,
On 9/13/2011 11:02 AM, Tru Huynh wrote:
On Tue, Sep 13, 2011 at 07:49:20AM +0300, Mitry Matyushkov wrote:
Hi,
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
Fixed, thanks for the report!
Actually, there are still a bunch of stale files on centosn5. This will give you a complete list of them:
$ rsync -r --list-only 88.198.211.197::CentOS-incdvd/ >/tmp/centosn5.list $ egrep '/.' /tmp/centosn5.list
Thanks, Mitry.
On Wed, Sep 14, 2011 at 08:17:44AM +0300, Mitry Matyushkov wrote:
Hi,
On 9/13/2011 11:02 AM, Tru Huynh wrote:
On Tue, Sep 13, 2011 at 07:49:20AM +0300, Mitry Matyushkov wrote:
Hi,
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
Fixed, thanks for the report!
Actually, there are still a bunch of stale files on centosn5. This will give you a complete list of them:
$ rsync -r --list-only 88.198.211.197::CentOS-incdvd/ >/tmp/centosn5.list $ egrep '/.' /tmp/centosn5.list
clean up: find centos -type d -name .~tmp~| xargs /bin/rm -rf find centos -type f -name .???*rpm*| xargs /bin/rm
Tru
Hi,
On 9/14/2011 10:17 AM, Tru Huynh wrote:
On Wed, Sep 14, 2011 at 08:17:44AM +0300, Mitry Matyushkov wrote:
Hi,
On 9/13/2011 11:02 AM, Tru Huynh wrote:
On Tue, Sep 13, 2011 at 07:49:20AM +0300, Mitry Matyushkov wrote:
Hi,
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
Fixed, thanks for the report!
Actually, there are still a bunch of stale files on centosn5. This will give you a complete list of them:
$ rsync -r --list-only 88.198.211.197::CentOS-incdvd/>/tmp/centosn5.list $ egrep '/.' /tmp/centosn5.list
clean up: find centos -type d -name .~tmp~| xargs /bin/rm -rf find centos -type f -name .???*rpm*| xargs /bin/rm
Fortunately, I use --exclude .~tmp~/ in all my scripts so our mirror is not heavily affected. However, it seems to me that there should be an on-boot script to run on restarted mirror to clean up mirror tree.
Mitry.
Hi,
On 9/14/2011 2:46 PM, Mitry Matyushkov wrote:
Hi,
On 9/14/2011 10:17 AM, Tru Huynh wrote:
On Wed, Sep 14, 2011 at 08:17:44AM +0300, Mitry Matyushkov wrote:
Hi,
On 9/13/2011 11:02 AM, Tru Huynh wrote:
On Tue, Sep 13, 2011 at 07:49:20AM +0300, Mitry Matyushkov wrote:
Hi,
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
Fixed, thanks for the report!
Actually, there are still a bunch of stale files on centosn5. This will give you a complete list of them:
$ rsync -r --list-only 88.198.211.197::CentOS-incdvd/>/tmp/centosn5.list $ egrep '/.' /tmp/centosn5.list
clean up: find centos -type d -name .~tmp~| xargs /bin/rm -rf find centos -type f -name .???*rpm*| xargs /bin/rm
Fortunately, I use --exclude .~tmp~/ in all my scripts so our mirror is not heavily affected. However, it seems to me that there should be an on-boot script to run on restarted mirror to clean up mirror tree.
It's me again and there are still stale files on centosn5:
*deleting 4.8/isos/alpha/.centos-4.3-alpha-disc2.iso.njhvph *deleting 4.8/isos/i386/.CentOS-4.8-i386-bin3of4.iso.cn8fUx *deleting 4.8/isos/x86_64/.CentOS-4.8-x86_64-bin5of5.iso.oFM4eF
Mitry.
Hi,
On 9/16/2011 12:07 AM, Mitry Matyushkov wrote:
On 9/14/2011 2:46 PM, Mitry Matyushkov wrote:
On 9/14/2011 10:17 AM, Tru Huynh wrote:
On Wed, Sep 14, 2011 at 08:17:44AM +0300, Mitry Matyushkov wrote:
On 9/13/2011 11:02 AM, Tru Huynh wrote:
On Tue, Sep 13, 2011 at 07:49:20AM +0300, Mitry Matyushkov wrote:
Looks like there are temporary files on centosn5, which were deleted on the next run against centosh2:
Fixed, thanks for the report!
Actually, there are still a bunch of stale files on centosn5. This will give you a complete list of them:
$ rsync -r --list-only 88.198.211.197::CentOS-incdvd/>/tmp/centosn5.list $ egrep '/.' /tmp/centosn5.list
clean up: find centos -type d -name .~tmp~| xargs /bin/rm -rf find centos -type f -name .???*rpm*| xargs /bin/rm
Fortunately, I use --exclude .~tmp~/ in all my scripts so our mirror is not heavily affected. However, it seems to me that there should be an on-boot script to run on restarted mirror to clean up mirror tree.
It's me again and there are still stale files on centosn5:
*deleting 4.8/isos/alpha/.centos-4.3-alpha-disc2.iso.njhvph *deleting 4.8/isos/i386/.CentOS-4.8-i386-bin3of4.iso.cn8fUx *deleting 4.8/isos/x86_64/.CentOS-4.8-x86_64-bin5of5.iso.oFM4eF
Hm, can someone take care of those stale files on centosn5? They come again and again:
f+++++++++ 4.8/isos/alpha/.centos-4.3-alpha-disc2.iso.njhvph
hf+++++++++ 4.8/isos/i386/.CentOS-4.8-i386-bin3of4.iso.cn8fUx => 4.8/isos/i386/CentOS-4.8-i386-bin3of4.iso hf+++++++++ 4.8/isos/x86_64/.CentOS-4.8-x86_64-bin5of5.iso.oFM4eF => 4.8/isos/x86_64/CentOS-4.8-x86_64-bin5of5.iso
Mitry.