public inbox for [email protected]
help / color / mirror / Atom feedDevel docs build is stuck?
5+ messages / 4 participants
[nested] [flat]
* Devel docs build is stuck?
@ 2008-03-21 03:47 Tom Lane <[email protected]>
2008-03-21 04:46 ` Re: Devel docs build is stuck? Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Tom Lane @ 2008-03-21 03:47 UTC (permalink / raw)
To: Peter Eisentraut <[email protected]>; +Cc: pgsql-www
According to
http://developer.postgresql.org/pgdocs/postgres/buildlog.html
nothing has happened for a couple of days ...
regards, tom lane
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Devel docs build is stuck?
2008-03-21 03:47 Devel docs build is stuck? Tom Lane <[email protected]>
@ 2008-03-21 04:46 ` Marc G. Fournier <[email protected]>
2008-03-21 15:51 ` Re: Devel docs build is stuck? Alvaro Herrera <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Marc G. Fournier @ 2008-03-21 04:46 UTC (permalink / raw)
To: Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; +Cc: pgsql-www
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
looks like a stale lock file, removed it so should run shortly ...
- --On Thursday, March 20, 2008 23:47:01 -0400 Tom Lane <[email protected]>
wrote:
> According to
> http://developer.postgresql.org/pgdocs/postgres/buildlog.html
> nothing has happened for a couple of days ...
>
> regards, tom lane
>
> --
> Sent via pgsql-www mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-www
- --
Marc G. Fournier Hub.Org Hosting Solutions S.A. (http://www.hub.org)
Email . [email protected] MSN . [email protected]
Yahoo . yscrappy Skype: hub.org ICQ . 7615664
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)
iD8DBQFH4z2g4QvfyHIvDvMRApR6AJ91uuJVngzLdohwnyGHH4R4gg3ybQCg7jD1
tzFqpa71UGdP+RQEKf0vGwo=
=vF8G
-----END PGP SIGNATURE-----
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Devel docs build is stuck?
2008-03-21 03:47 Devel docs build is stuck? Tom Lane <[email protected]>
2008-03-21 04:46 ` Re: Devel docs build is stuck? Marc G. Fournier <[email protected]>
@ 2008-03-21 15:51 ` Alvaro Herrera <[email protected]>
2008-03-22 03:17 ` Re: Devel docs build is stuck? Marc G. Fournier <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Alvaro Herrera @ 2008-03-21 15:51 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-www
Marc G. Fournier wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> looks like a stale lock file, removed it so should run shortly ...
Should we get this build monitored too?
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Devel docs build is stuck?
2008-03-21 03:47 Devel docs build is stuck? Tom Lane <[email protected]>
2008-03-21 04:46 ` Re: Devel docs build is stuck? Marc G. Fournier <[email protected]>
2008-03-21 15:51 ` Re: Devel docs build is stuck? Alvaro Herrera <[email protected]>
@ 2008-03-22 03:17 ` Marc G. Fournier <[email protected]>
2008-03-22 14:23 ` Re: Devel docs build is stuck? Bruce Momjian <[email protected]>
0 siblings, 1 reply; 5+ messages in thread
From: Marc G. Fournier @ 2008-03-22 03:17 UTC (permalink / raw)
To: Alvaro Herrera <[email protected]>; +Cc: Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-www
On Fri, 21 Mar 2008, Alvaro Herrera wrote:
> Marc G. Fournier wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>>
>> looks like a stale lock file, removed it so should run shortly ...
>
> Should we get this build monitored too?
At the very least, have the lock file written to /tmp so that its cleared
on reboot?
^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: Devel docs build is stuck?
2008-03-21 03:47 Devel docs build is stuck? Tom Lane <[email protected]>
2008-03-21 04:46 ` Re: Devel docs build is stuck? Marc G. Fournier <[email protected]>
2008-03-21 15:51 ` Re: Devel docs build is stuck? Alvaro Herrera <[email protected]>
2008-03-22 03:17 ` Re: Devel docs build is stuck? Marc G. Fournier <[email protected]>
@ 2008-03-22 14:23 ` Bruce Momjian <[email protected]>
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Momjian @ 2008-03-22 14:23 UTC (permalink / raw)
To: Marc G. Fournier <[email protected]>; +Cc: Alvaro Herrera <[email protected]>; Tom Lane <[email protected]>; Peter Eisentraut <[email protected]>; pgsql-www
Marc G. Fournier wrote:
>
>
> On Fri, 21 Mar 2008, Alvaro Herrera wrote:
>
> > Marc G. Fournier wrote:
> >> -----BEGIN PGP SIGNED MESSAGE-----
> >> Hash: SHA1
> >>
> >>
> >> looks like a stale lock file, removed it so should run shortly ...
> >
> > Should we get this build monitored too?
>
> At the very least, have the lock file written to /tmp so that its cleared
> on reboot?
Simplistically, the lockfile program that comes with procmail allows an
age to be specified --- if the lockfile is older than a certain amount
of time it is removed --- I used this feature often:
If you specify a locktimeout then a lockfile will be
removed by force after locktimeout seconds have passed
since the lockfile was last modified/created (most likely
by some other program that unexpectedly died a long time
ago, and hence could not clean up any leftover lockfiles).
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2008-03-22 14:23 UTC | newest]
Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-03-21 03:47 Devel docs build is stuck? Tom Lane <[email protected]>
2008-03-21 04:46 ` Marc G. Fournier <[email protected]>
2008-03-21 15:51 ` Alvaro Herrera <[email protected]>
2008-03-22 03:17 ` Marc G. Fournier <[email protected]>
2008-03-22 14:23 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox