Re: [BUGS] Errors using Postgres 7.4.6

2005-03-02 Thread Michael Fuhr
On Mon, Feb 28, 2005 at 01:38:13PM +0100, Daniel Agut wrote: > * ERROR: invalid string enlargement request size 1358954492 There was a similar thread about this a few months ago -- might you be having the same problem? http://archives.postgresql.org/pgsql-hackers/2004-09/msg00054.php http:/

[BUGS] relation "pg_user" does not exist

2005-03-02 Thread Rick Roman
I am running PostgreSQL 7.4.7 on Fedora Core 3. I get a lot of warnings from pgAdmin III: relation "pg_user" does not exist but it doesn't seem to prevent me from doing most operations. More seriously, I cannot execute a backup. I get the following message: **

Re: [BUGS] bcmwltry.exe, libeay32.dll

2005-03-02 Thread Tom Belich
Title: Message Thanks.  It worked like a charm. -Original Message-From: Magnus Hagander [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 11:41 AMTo: Tom Belich; pgsql-bugs@postgresql.orgSubject: RE: [BUGS] bcmwltry.exe, libeay32.dll Yes, but it's kind of kludg

[BUGS] typos in the docu

2005-03-02 Thread Stefan Hans
http://developer.postgresql.org/docs/postgres/kernel-resources.html 16.5.1 "FreeBSD" ...$ systcl -w kern.ipc.shmall=32768 $ systcl -w kern.ipc.shmmax=134217728 $ systcl -w kern.ipc.semmap=256 "Linux" ... $ systcl -w kernel.shmmax=134217728 $ systcl -w kernel.shmall=2097152 systcl is wro

Re: [BUGS] Errors using Postgres 7.4.6

2005-03-02 Thread Tom Lane
"Daniel Agut" <[EMAIL PROTECTED]> writes: > We are obtaining some problems with the application. We get the next > message in the postgres log which makes that the application fails: > * ERROR: invalid string enlargement request size 1358954492 > Other times, is Tomcat which writes the follow

Re: [BUGS] [pgsql-www] Fw: typos in the docu

2005-03-02 Thread Robert Treat
patch attached. -- Forwarded Message -- Subject: [pgsql-www] Fw: typos in the docu Date: Wednesday 02 March 2005 12:44 From: "Stefan Hans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> - Original Message - From: Stefan Hans To: pgsql-bugs@postgresql.org Sent: Wednesday,

Re: [BUGS] relation "pg_user" does not exist

2005-03-02 Thread Tom Lane
"Rick Roman" <[EMAIL PROTECTED]> writes: > I am running PostgreSQL 7.4.7 on Fedora Core 3. I get a lot of > warnings from pgAdmin III: > relation "pg_user" does not exist You've probably been bit by the problems with SELinux disabling parts of the initdb script. You'll need to re-initdb after in

Re: [BUGS] typos in the docu

2005-03-02 Thread Tom Lane
"Stefan Hans" <[EMAIL PROTECTED]> writes: > systcl is wrong sysctl notStefan Fixed, thanks. regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] relation "pg_user" does not exist

2005-03-02 Thread Rick Roman
> "Rick Roman" <[EMAIL PROTECTED]> writes: >> I am running PostgreSQL 7.4.7 on Fedora Core 3. I get a lot of >> warnings from pgAdmin III: > >> relation "pg_user" does not exist > > You've probably been bit by the problems with SELinux disabling parts > of > the initdb script. You'll need to re-in

Re: [BUGS] relation "pg_user" does not exist

2005-03-02 Thread Tom Lane
"Rick Roman" <[EMAIL PROTECTED]> writes: >> You'll need to re-initdb after installing the latest >> RPMs (postgresql 7.4.7-3.FC3.1, not sure which selinux-policy-targeted >> is current). > It looks like 7.4.7 is what's currently in distribution on up2date, Dunno what your up2date tool is looking