agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedRe: version 4.2 ..?
4+ messages / 4 participants
[nested] [flat]
* version 4.2 ..?
@ 1994-06-30 18:34 Bruce Taneja. <aataneja@cs.mtu.edu>
0 siblings, 0 replies; 4+ messages in thread
From: Bruce Taneja. @ 1994-06-30 18:34 UTC (permalink / raw)
To: ucb-postgres
Hi folks,
Does any body have a stable version 4.2 running on sun 4.1.3 ??
I have installed 4.2-beta version , but it didn't even pass its
own regression tests .. quite a few times I got the error flags
from the backend & PQexec ..
The following is the error I got while doing :
> System: sun os 4.1.3 / postgres 4.2.beta
>
> * retrieve (ntable.all) \g
>
> Query sent to backend is "retrieve (ntable.all) "
> FATAL: no response from backend: detected in PQexec
---------
Bruce
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: version 4.2 ..?
@ 1994-07-01 09:20 J.Plewe <joerg.plewe@mpi-dortmund.mpg.de>
1970-01-01 00:00 ` Re: version 4.2 ..? redlich@dame.informatik.uni-dortmund.de
1994-07-01 14:36 ` Re: version 4.2 ..? Paul M. Aoki <aoki@CS.Berkeley.EDU>
0 siblings, 2 replies; 4+ messages in thread
From: J.Plewe @ 1994-07-01 09:20 UTC (permalink / raw)
To: ucb-postgres
>
> Does any body have a stable version 4.2 running on sun 4.1.3 ??
>
> I have installed 4.2-beta version , but it didn't even pass its
> own regression tests .. quite a few times I got the error flags
> from the backend & PQexec ..
>
> The following is the error I got while doing :
>
> > System: sun os 4.1.3 / postgres 4.2.beta
> >
> > * retrieve (ntable.all) \g
> >
> > Query sent to backend is "retrieve (ntable.all) "
> > FATAL: no response from backend: detected in PQexec
>
I have it running, but not completely stable at all. I very often
get messages like
FATAL 1:Jul 1 07:57:17:database template1 does not exist, bailing out...
with any database name (e.g. regression, plewe, ...)
I'm of course sure thta the databases actually exist. I get the
message from one query to the next.
Restarting the postmaster removes the error.
At home I build postgres for Linux from the same sources with the patches
from Kai Petzke and I don't see this error!
- Joerg
*********************************************************************
Dipl. Phys. Joerg Plewe joerg.plewe@mpi-dortmund.mpg.de
MPI fuer molekulare Physiologie
Rheinlanddamm 201
44139 Dortmund
Germany +49 (0)231 1206 384
*********************************************************************
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: version 4.2 ..?
1994-07-01 09:20 Re: version 4.2 ..? J.Plewe <joerg.plewe@mpi-dortmund.mpg.de>
@ 1970-01-01 00:00 ` redlich@dame.informatik.uni-dortmund.de
1 sibling, 0 replies; 4+ messages in thread
From: redlich@dame.informatik.uni-dortmund.de @ 1970-01-01 00:00 UTC (permalink / raw)
To: J.Plewe <joerg.plewe@mpi-dortmund.mpg.de>; +Cc: ucb-postgres
Hello Joerg,
> >
> > Does any body have a stable version 4.2 running on sun 4.1.3 ??
> >
> > I have installed 4.2-beta version , but it didn't even pass its
> > own regression tests .. quite a few times I got the error flags
> > from the backend & PQexec ..
> >
> > The following is the error I got while doing :
> >
> > > System: sun os 4.1.3 / postgres 4.2.beta
> > >
> > > * retrieve (ntable.all) \g
> > >
> > > Query sent to backend is "retrieve (ntable.all) "
> > > FATAL: no response from backend: detected in PQexec
> >
>
> I have it running, but not completely stable at all. I very often
> get messages like
>
> FATAL 1:Jul 1 07:57:17:database template1 does not exist, bailing out...
>
> with any database name (e.g. regression, plewe, ...)
>
> I'm of course sure thta the databases actually exist. I get the
> message from one query to the next.
>
We had the same problem , although we were working with local
databases. (The possibility Paul Aoki mentioned)
One reason was the use of a tcsh.The shell changed at the
runtime the PGDATA-value.(incredible, but true)
We coped with the problem by using the normal csh. Until now is the
system running.
We had seen the mistake by running postmaster with the debug-option.
I hope this will help you.
> Restarting the postmaster removes the error.
>
> At home I build postgres for Linux from the same sources with the patches
> from Kai Petzke and I don't see this error!
>
> - Joerg
>
> *********************************************************************
> Dipl. Phys. Joerg Plewe joerg.plewe@mpi-dortmund.mpg.de
> MPI fuer molekulare Physiologie
- Marcus
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
^ permalink raw reply [nested|flat] 4+ messages in thread
* Re: version 4.2 ..?
1994-07-01 09:20 Re: version 4.2 ..? J.Plewe <joerg.plewe@mpi-dortmund.mpg.de>
@ 1994-07-01 14:36 ` Paul M. Aoki <aoki@CS.Berkeley.EDU>
1 sibling, 0 replies; 4+ messages in thread
From: Paul M. Aoki @ 1994-07-01 14:36 UTC (permalink / raw)
To: J.Plewe <joerg.plewe@mpi-dortmund.mpg.de>; +Cc: ucb-postgres
joerg.plewe@mpi-dortmund.mpg.de (J.Plewe) writes:
> FATAL 1:Jul 1 07:57:17:database template1 does not exist, bailing out...
> with any database name (e.g. regression, plewe, ...)
> I'm of course sure thta the databases actually exist. I get the
> message from one query to the next.
for some reason, i observe this fairly often whenever i lose my mind
and put a database on an NFS volume. this may be your problem, or it
may not. (in any case, don't do that, ever.)
--
Paul M. Aoki | CS Div., Dept. of EECS, UCB | aoki@CS.Berkeley.EDU
| Berkeley, CA 94720-1776 | ...!uunet!ucbvax!aoki
==============================================================================
To add/remove yourself to/from the POSTGRES mailing list: send mail with
the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU"
If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and
a human will deal with it. DO NOT post to the "postgres" mailing list.
==============================================================================
^ permalink raw reply [nested|flat] 4+ messages in thread
end of thread, other threads:[~1994-07-01 14:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
1994-06-30 18:34 version 4.2 ..? Bruce Taneja. <aataneja@cs.mtu.edu>
1994-07-01 09:20 Re: version 4.2 ..? J.Plewe <joerg.plewe@mpi-dortmund.mpg.de>
1970-01-01 00:00 ` redlich@dame.informatik.uni-dortmund.de
1994-07-01 14:36 ` Paul M. Aoki <aoki@CS.Berkeley.EDU>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox