X-Original-To: pgsql-www-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 739D232C401 for ; Sat, 2 Oct 2004 20:47:06 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 60401-02 for ; Sat, 2 Oct 2004 19:47:00 +0000 (GMT) Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by svr1.postgresql.org (Postfix) with ESMTP id A90F832C38C for ; Sat, 2 Oct 2004 20:46:08 +0100 (BST) Received: from mailgate.vale-housing.co.uk ([80.176.1.146] helo=ratbert.vale-housing.co.uk) by anchor-post-34.mail.demon.net with esmtp (Exim 4.42) id 1CDppY-0002nw-D8 for pgsql-www@postgresql.org; Sat, 02 Oct 2004 19:46:08 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Re: Problem with mirrorring X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Sat, 2 Oct 2004 20:46:07 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Problem with mirrorring Thread-Index: AcSotQV0TK7xQieeRaS3d6HdK6we0AAAwVew From: "Dave Page" To: "Devrim GUNDUZ" Cc: "PostgreSQL WWW Mailing List" X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200410/23 X-Sequence-Number: 5417 =20 > -----Original Message----- > From: Devrim GUNDUZ [mailto:devrim@gunduz.org]=20 > Sent: 02 October 2004 20:21 > To: Dave Page > Cc: PostgreSQL WWW Mailing List > Subject: Re: [pgsql-www] Problem with mirrorring >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 >=20 > Merhaba, (heh it means 'hello' in Turkish) >=20 > On Sat, 2 Oct 2004, Dave Page wrote: >=20 > > There was a lockfile from this morning, but it won't stop you=20 > > mirroring > > - you actually mirror from a completely different box. The=20 > lockfile is=20 > > only on the master site and is used to stop lot's of site builds=20 > > running at once if for some reason the database server=20 > slows right down. > > > > Do you get any errors when you rsync? >=20 > :( Sorry to bother you but what I meant was the problem that=20 > has happened > before: >=20 > http://archives.postgresql.org/pgsql-www/2004-09/msg00149.php > and your reply: > http://archives.postgresql.org/pgsql-www/2004-09/msg00152.php >=20 > There was not an 'error' exactly... Ahh, yes. Of course, that's actually rsync working correctly! No changes on the server, so no transfers. This does mean that our mirroring is quite innefficient. We really should diff the results of each build and only update the html files if there is a change. At the moment each mirror is probably pulling the whole site each time :-( Regards, Dave.