Re: [BUGS] initdb must have write access to /tmp

2001-10-11 Thread Bruce Momjian
> > Hi, > > I was just installing postgres 7.1.2 on my linux mandrake 7.2 > system and the build and install went fine up to the point I > had to run: > >initdb -D /usr/local/pgsql/data > > which segfaulted. I changed the permissions on /tmp to 777 > and

Re: [BUGS] initdb must have write access to /tmp

2001-10-01 Thread Tom Lane
Rich Bodo <[EMAIL PROTECTED]> writes: > I was just installing postgres 7.1.2 on my linux mandrake 7.2 > system and the build and install went fine up to the point I > had to run: >initdb -D /usr/local/pgsql/data > which segfaulted. I changed the permissions on /tmp

[BUGS] initdb must have write access to /tmp

2001-10-01 Thread Rich Bodo
Hi, I was just installing postgres 7.1.2 on my linux mandrake 7.2 system and the build and install went fine up to the point I had to run: initdb -D /usr/local/pgsql/data which segfaulted. I changed the permissions on /tmp to 777 and all was we