From: | Geoffrey <esoteric(at)3times25(dot)net> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Where is postgresql?? |
Date: | 2004-11-09 12:51:20 |
Message-ID: | 4190BD48.5010609@3times25.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Pallav Kalva | 2004-11-09 14:37:07 | Re: Replication Options. |
Previous Message | Francisco Jose Bernabe Pellicer | 2004-11-09 11:44:44 | Where is postgresql?? |
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2004-11-09 13:08:26 | Re: Functions in postgres |
Previous Message | Tk421 | 2004-11-09 12:29:19 | Functions in postgres |