Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2006 22:59:26 +0100
From:      Rudolf Cejka <cejkar@fit.vutbr.cz>
To:        hubs@freebsd.org
Cc:        kris@obsecurity.org
Subject:   ftp-master.eu.FreeBSD.org current status (Re: rsync problems)
Message-ID:  <20061031215926.GA21090@fit.vutbr.cz>
In-Reply-To: <20061027074719.GA51061@fit.vutbr.cz>
References:  <59adc1a0610261228i6ea1a92cjf693721d1a362330@mail.gmail.com> <20061026195151.GB80328@droso.net> <20061026231835.GA2133@fit.vutbr.cz> <20061027071454.GP80328@droso.net> <20061027074719.GA51061@fit.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help

Hello,
  thanks for the information, what happended during recent days.
It was very important for data recovery as fast as possible.

ftp-master.eu.FreeBSD.org (EU) is now fully sychronized with
ftp-master.FreeBSD.org (US), including latest ports/6.2 and 6.2-BETA3
bits plus all continuos changes on US. I performed cvsupchk on full
archive tree on EU, so there should not be any additional files against
US.

Today I somewhat patched (just MAXPHYS), optimized and rebooted kernel
on EU and it seems to me, that data provisioning works somewhat better.
I suggest to cvsup users, when your mirrors are sufficiently synchronized
too, perform cvsupchk as me. Until the port is fixed (maintainer has been
already informed), it is better to apply patch below.

Enjoy ;o)

--- cvsupchk.orig	Tue Oct 31 14:51:57 2006
+++ cvsupchk	Tue Oct 31 14:57:47 2006
@@ -396,6 +396,8 @@
     
     c = string.split(l)
 
+    c[1] = string.replace(c[1], "\_", " ")
+
     if c[0] not in [ 'C', 'c', 'D', 'F', 'U', 'V', 'v' ]:
       diag_fatal('Unrecognized line: "%s"' % l[0:-1])
 
-- 
Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061031215926.GA21090>