From edwin at freebsd.org Tue Sep 2 05:33:34 2008 From: edwin at freebsd.org (Edwin Groothuis) Date: Tue Sep 2 05:33:42 2008 Subject: DNS, rsync and WWW too (Was: Statistics for FreeBSD FTP and CVSup mirrors) In-Reply-To: <20080829070729.GA53898@k7.mavetju> Message-ID: <20080902053333.GA88839@k7.mavetju> The thing is now more or less what I needed: http://www.mavetju.org/unix/freebsd-mirrors/ All is properly linked, and it has a score on it. The sliding scale quality overview can be found at http://www.mavetju.org/unix/freebsd-mirrors/score.php And if you click on a country there you end up on the full overview for it. Then you can see it just for that day, or use the "split" option to have two days next to each other so you compare earlier dates with each other. I will show it to TPTB to find out if I can get an official hat and start asking people questions with its up-to-dateness of it. Edwin -- Edwin Groothuis edwin@freebsd.org http://www.mavetju.org From wosch at FreeBSD.org Sun Sep 21 09:42:07 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sun Sep 21 09:42:10 2008 Subject: freesbie.org down? Message-ID: Hi, what happened to freesbie.org? The web site and the rsync mirror is down for at least a week. -Wolfram -- Wolfram Schneider http://wolfram.schneider.org From wosch at FreeBSD.org Sun Sep 21 09:53:55 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Sun Sep 21 09:53:57 2008 Subject: Mirroring the web pages with rsync? Message-ID: Hi, I'm wondering if it is possible to mirror the web pages with rsync. I found only CVSup servers. Unfortunately, CVSup does not run on many non-FreeBSD OSs. -Wolfram -- Wolfram Schneider http://wolfram.schneider.org From edwin at mavetju.org Sun Sep 21 11:42:46 2008 From: edwin at mavetju.org (Edwin Groothuis) Date: Sun Sep 21 11:42:49 2008 Subject: Mirroring the web pages with rsync? In-Reply-To: Message-ID: <20080921114246.GA68813@k7.mavetju> > I'm wondering if it is possible to mirror the web pages with rsync. > I found only CVSup servers. Unfortunately, CVSup does not run > on many non-FreeBSD OSs. You could try to use csup :-) But to answer the real question, it might be available from your local rsync mirror: $ rsync rsync://cvsup.au.freebsd.org/www/data/ drwxrwxr-x 1536 2008/09/19 16:21:29 . -rw-rw-r-- 7939 2008/03/03 04:44:12 about.html -rw-rw-r-- 33783 2008/09/09 17:24:13 administration.html [..] Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ From wosch at FreeBSD.org Mon Sep 22 17:44:28 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Mon Sep 22 17:44:31 2008 Subject: Mirroring the web pages with rsync? In-Reply-To: <20080921114246.GA68813@k7.mavetju> References: <20080921114246.GA68813@k7.mavetju> Message-ID: On Sun, Sep 21, 2008 at 1:42 PM, Edwin Groothuis wrote: >> I'm wondering if it is possible to mirror the web pages with rsync. >> I found only CVSup servers. Unfortunately, CVSup does not run >> on many non-FreeBSD OSs. > > You could try to use csup :-) I tried csup but it does not support mirroring: $ csup supfile Client only supports checkout mode > But to answer the real question, it might be available from your > local rsync mirror: > > $ rsync rsync://cvsup.au.freebsd.org/www/data/ Thanks! -Wolfram -- Wolfram Schneider http://wolfram.schneider.org From olli at lurza.secnetix.de Mon Sep 22 17:50:25 2008 From: olli at lurza.secnetix.de (Oliver Fromme) Date: Mon Sep 22 17:50:27 2008 Subject: Mirroring the web pages with rsync? In-Reply-To: Message-ID: <200809221750.m8MHoKKT067754@lurza.secnetix.de> Wolfram Schneider wrote: > On Sun, Sep 21, 2008 at 1:42 PM, Edwin Groothuis wrote: > > > I'm wondering if it is possible to mirror the web pages with rsync. > > > I found only CVSup servers. Unfortunately, CVSup does not run > > > on many non-FreeBSD OSs. > > > > You could try to use csup :-) > > I tried csup but it does not support mirroring: > > $ csup supfile > Client only supports checkout mode Just for the record: Ulf Lilleengen has Patches to support mirror mode. So far they seem to be very stable, and I expect this will be committed soon. http://people.freebsd.org/~lulf/patches/csup/csup_09_16_2008.diff Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. Handelsregister: Registergericht Muenchen, HRA 74606, Gesch?ftsfuehrung: secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M?n- chen, HRB 125758, Gesch?ftsf?hrer: Maik Bachmann, Olaf Erb, Ralf Gebhart FreeBSD-Dienstleistungen, -Produkte und mehr: http://www.secnetix.de/bsd PI: int f[9814],b,c=9814,g,i;long a=1e4,d,e,h; main(){for(;b=c,c-=14;i=printf("%04d",e+d/a),e=d%a) while(g=--b*2)d=h*b+a*(i?f[b]:a/5),h=d/--g,f[b]=d%g;} From wosch at FreeBSD.org Tue Sep 23 16:00:58 2008 From: wosch at FreeBSD.org (Wolfram Schneider) Date: Tue Sep 23 16:01:04 2008 Subject: Mirroring the web pages with rsync? In-Reply-To: <200809221750.m8MHoKKT067754@lurza.secnetix.de> References: <200809221750.m8MHoKKT067754@lurza.secnetix.de> Message-ID: On Mon, Sep 22, 2008 at 7:50 PM, Oliver Fromme wrote: > > Wolfram Schneider wrote: > > On Sun, Sep 21, 2008 at 1:42 PM, Edwin Groothuis wrote: > > > > I'm wondering if it is possible to mirror the web pages with rsync. > > > > I found only CVSup servers. Unfortunately, CVSup does not run > > > > on many non-FreeBSD OSs. > > > > > > You could try to use csup :-) > > > > I tried csup but it does not support mirroring: > > > > $ csup supfile > > Client only supports checkout mode > > Just for the record: Ulf Lilleengen has Patches to support > mirror mode. So far they seem to be very stable, and I > expect this will be committed soon. Great news! Go!! -Wolfram -- Wolfram Schneider http://wolfram.schneider.org From keet at plig.net Tue Sep 30 16:51:57 2008 From: keet at plig.net (Christiaan Keet) Date: Tue Sep 30 16:52:05 2008 Subject: ftp.uk.freebsd.org doesnt have FreeBSD mirrored In-Reply-To: <022901c8bc5e$a0fc5be0$e2f513a0$@org.uk> References: <4833DD73.2050305@unsane.co.uk> <022901c8bc5e$a0fc5be0$e2f513a0$@org.uk> Message-ID: <20080930162910.GA88222@riffraff.plig.net> On Thu, May 22, 2008 at 11:53:16PM +0100, Dr Josef Karthauser wrote: > > -----Original Message----- > > From: owner-freebsd-hubs@freebsd.org [mailto:owner-freebsd- > > hubs@freebsd.org] On Behalf Of Vince Hoffman > > Sent: 21 May 2008 09:30 > > To: freebsd-hubs@freebsd.org > > Subject: ftp.uk.freebsd.org doesnt have FreeBSD mirrored > > > > Hi, > > I sent this to the uk freebsd users group originally a few days ago as > > they had been discussing changing the cvsup mirror order, but had no > > response, thus the email here. > > > > ftp.uk.freebsd.org No longer seems to mirror freebsd (see ftp > > transcipt > > below.) It might be worth (possibly temporarily) promoting one of the > > other uk mirrors) > > Thanks for the feedback. The plig server suffered major disk failure, and > the admin told me that it was now back on-line. I'll poke him about the ftp > mirror. So we built a new mirror server, which promptly ran out of disk space available on its 2TB array. Seems I underestimated things slightly :) The new-new ftp.uk.freebsd.org is now up and running and happily updating itself with 5TB of free space remaining - about 3/4 of the way through the rebuild of its data. I trust that will hold for a while. Any pointers as to how we can regain rsync access[1] to a master site please? Emails to ftp-master@freebsd.org[2] on 6, 29 July and 29 Sept have so far gone unanswered. - CK [1] That's the contact address you get from the banner when doing rsync rsync://ftp-master.freebsd.org/ [2] I know the banner asks to use cvsup instead, but seriously - I had it running for days on end and it didn't get very far. Suggesting that rsync really is still preferable for main mirrors[3] [3] Once we have rsync access restored, I'm more than happy for people to mirror off us as well. We'll be a full mirror again, updating daily and bandwdth is cheap :)