Discussion:
Where is postgresql??
(too old to reply)
Francisco Jose Bernabe Pellicer
2004-11-09 11:44:44 UTC
Permalink
Hello everybody,

I have a computer with Scientific Linux. From a repository I downloaded
the packages rh-postgresql-* with the command apt-get install... The
thing is that after installing all the packages, I cannot enable
postgresql, because there's no /etc/init.d/postgresql file (even not
/etc/init.d/rh-posgtresql file, or anything simmilar).

From this page I followed the steps from the 7th one, since the
postgres user is automatically created:


http://sciense.sourceforge.net/downloads.html

I hope you have any idea of what's going on.

Cheers,
--
_________________________________________________
Francisco José Bernabé Pellicer
Grid System Technician
Técnicos del C.E.S.G.A
Centro de Supercomputación de Galicia www.cesga.es
Avda. de Vigo s/n (Campus Sur)
15706 Santiago de Compostela (La Coruña)
Spain



---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html
Geoffrey
2004-11-09 12:51:20 UTC
Permalink
Post by Francisco Jose Bernabe Pellicer
Hello everybody,
I have a computer with Scientific Linux. From a repository I downloaded
the packages rh-postgresql-* with the command apt-get install... The
thing is that after installing all the packages, I cannot enable
postgresql, because there's no /etc/init.d/postgresql file (even not
/etc/init.d/rh-posgtresql file, or anything simmilar).
Look for 'rhdb' If that fails, the following will more than likely
locate it:

cd /etc/rc.d; find . -type f -print |xargs grep -l postmaster
--
Until later, Geoffrey

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Francisco Jose Bernabe Pellicer
2004-11-09 15:10:56 UTC
Permalink
Post by Geoffrey
Post by Francisco Jose Bernabe Pellicer
Hello everybody,
I have a computer with Scientific Linux. From a repository I
downloaded the packages rh-postgresql-* with the command apt-get
install... The thing is that after installing all the packages, I
cannot enable postgresql, because there's no /etc/init.d/postgresql
file (even not /etc/init.d/rh-posgtresql file, or anything simmilar).
Look for 'rhdb' If that fails, the following will more than likely
cd /etc/rc.d; find . -type f -print |xargs grep -l postmaster
Thanks a lot Geoffrey, I found it.

Cheers,
--
_______________________________________________________
Francisco José Bernabé Pellicer
Grid System Technician
Técnicos del C.E.S.G.A
Centro de Supercomputación de Galicia www.cesga.es
Avda. deVigo s/n (Campus Sur)
15706 Santiago de Compostela (La Coruña)
Spain



---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org
Loading...