ftp-master.eu.FreeBSD.org current status (Re: rsync problems)

Rudolf Cejka cejkar at fit.vutbr.cz
Tue Oct 31 21:59:56 UTC 2006


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


More information about the freebsd-hubs mailing list