Re: [ADMIN] Postgresql 7.3 And Redhat Enterprise 3

2004-02-02 Thread scott.marlowe
Is the file postgres IN the directory /etc/init.d? If so, is it set executable??? On 2 Feb 2004, Remi wrote: > Hello, > > I've installed redhat enterprise 3 on a system to use as a db server. > Manually I can install and run postgresql 7.3 (the one on the extras > CD). The problem is when you

Re: [ADMIN] Postgresql 7.3 And Redhat Enterprise 3

2004-02-02 Thread Chris Ruprecht
Remi, you have to make a symbolic link to the start-up directory for the run-level you are starting up from. The /etc/rc.d/init.d directory contains all avalable start/stop scripts, regardless if they are used or not. Your /etc/inittab file shows you, which default run-level you are starting u

Re: [ADMIN] Postgresql 7.3 And Redhat Enterprise 3

2004-02-02 Thread Joe Conway
Remi wrote: I've installed redhat enterprise 3 on a system to use as a db server. Manually I can install and run postgresql 7.3 (the one on the extras CD). The problem is when you try to add postgres as a service, it might add it, but it will not start it. To do this, we got a postgresql script, pl

[ADMIN] Postgresql 7.3 And Redhat Enterprise 3

2004-02-02 Thread Remi
Hello, I've installed redhat enterprise 3 on a system to use as a db server. Manually I can install and run postgresql 7.3 (the one on the extras CD). The problem is when you try to add postgres as a service, it might add it, but it will not start it. To do this, we got a postgresql script, place