Where is postgresql??
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
Francisco Jose Bernabe Pellicer wrote:
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
Geoffrey escribi�:
Francisco Jose Bernabe Pellicer wrote:
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
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
Look it at: ~/usr/local/pgsql
Libs: ~/usr/libs/postgresql
Francisco Jose Bernabe Pellicer wrote:
Show quoted text
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,