Обсуждение: Problem with front page

Поиск
Список
Период
Сортировка

Problem with front page

От
Devrim GUNDUZ
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

The last 2 news that we've approved does not appear in front page, right?
The same problem is also valid for events.

Could someone please check what's happening there?

Regards,

- --
Devrim GUNDUZ
devrim~gunduz.org                devrim.gunduz~linux.org.tr
             http://www.tdmsoft.com
             http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBTt+6tl86P3SPfQ4RAk7jAJ9A0KM0pFZICxAX9fUfGL8kHgxRuQCgwtGw
ueN37Stb26IQEVVubE9/4o8=
=Hv9/
-----END PGP SIGNATURE-----

Re: Problem with front page

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgsql-www-owner@postgresql.org
> [mailto:pgsql-www-owner@postgresql.org] On Behalf Of Devrim GUNDUZ
> Sent: 20 September 2004 14:49
> To: PostgreSQL WWW Mailing List
> Subject: [pgsql-www] Problem with front page
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Hi,
>
> The last 2 news that we've approved does not appear in front
> page, right?
> The same problem is also valid for events.
>
> Could someone please check what's happening there?

Stale lockfile - rerunning the build now...

/D

Re: Problem with front page

От
Devrim GUNDUZ
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

On Mon, 20 Sep 2004, Dave Page wrote:

>> The last 2 news that we've approved does not appear in front
>> page, right?
>> The same problem is also valid for events.
>>
>> Could someone please check what's happening there?
>
> Stale lockfile - rerunning the build now...

Thanks.

BTW... I'm mirroring the web site (www5.tr...). Every time the cron script
runs, I get a mail of about 259K.  Since yesterday, the size shrunk to 810
bytes. and now it's back to 259K.  Is it relevant with the problem I
reported above? If so, we can be warned easily, if the same problem occurs
again :-)

Regards,
- --
Devrim GUNDUZ
devrim~gunduz.org                devrim.gunduz~linux.org.tr
             http://www.tdmsoft.com
             http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFBTxuQtl86P3SPfQ4RAn4RAJ90qe/Y401aNSwtz8NW1tHKJ7Q92QCgtv3I
e23lP5H+7+POLfpEO1gcnU4=
=HiMI
-----END PGP SIGNATURE-----

Re: Problem with front page

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Devrim GUNDUZ [mailto:devrim@gunduz.org]
> Sent: 20 September 2004 19:04
> To: Dave Page
> Cc: PostgreSQL WWW Mailing List
> Subject: Re: [pgsql-www] Problem with front page
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> Hi,
>
> On Mon, 20 Sep 2004, Dave Page wrote:
>
> >> The last 2 news that we've approved does not appear in front page,
> >> right?
> >> The same problem is also valid for events.
> >>
> >> Could someone please check what's happening there?
> >
> > Stale lockfile - rerunning the build now...
>
> Thanks.
>
> BTW... I'm mirroring the web site (www5.tr...). Every time
> the cron script runs, I get a mail of about 259K.  Since
> yesterday, the size shrunk to 810 bytes. and now it's back to
> 259K.  Is it relevant with the problem I reported above? If
> 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