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 8251D329E2C for ; Tue, 21 Sep 2004 08:40:46 +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 94482-05 for ; Tue, 21 Sep 2004 07:40:39 +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 B6171329E23 for ; Tue, 21 Sep 2004 08:40:39 +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 3.35 #1) id 1C9fGR-0003Ae-0Y for pgsql-www@postgresql.org; Tue, 21 Sep 2004 07:40:39 +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 front page X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Date: Tue, 21 Sep 2004 08:40:38 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [pgsql-www] Problem with front page Thread-Index: AcSfPDjS3RTBxW2vQ9yC1MdYoqfLAwAcbI2g 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: 200409/153 X-Sequence-Number: 5223 =20 > -----Original Message----- > From: Devrim GUNDUZ [mailto:devrim@gunduz.org]=20 > Sent: 20 September 2004 19:04 > To: Dave Page > Cc: PostgreSQL WWW Mailing List > Subject: Re: [pgsql-www] Problem with front page >=20 > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 >=20 > Hi, >=20 > On Mon, 20 Sep 2004, Dave Page wrote: >=20 > >> The last 2 news that we've approved does not appear in front page,=20 > >> right? > >> The same problem is also valid for events. > >> > >> Could someone please check what's happening there? > > > > Stale lockfile - rerunning the build now... >=20 > Thanks. >=20 > BTW... I'm mirroring the web site (www5.tr...). Every time=20 > the cron script runs, I get a mail of about 259K. Since=20 > yesterday, the size shrunk to 810 bytes. and now it's back to=20 > 259K. Is it relevant with the problem I reported above? If=20 > so, we can be warned easily, if the same problem occurs again :-) Yes, I'd guess that's 'cos nothing got transferred. One of the problems with the current system is that there is no way for the build script to see if any files have changed since the last build (the changes could come from the database for example) so it regens everything which in turn causes it all to get rsync'ed every time. Regards, Dave