[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Postgres Erst Installation



On Fri, Jan 16, 2004 at 05:46:45PM +0100, Christoph Bühring wrote:
> Hallo Liste,
> woran kann es liegen das ich auf meinem System (unstable) kein postgres 
> installieren kann. (Weder stable, testing ncoh unstable).
> Fehler Meldung:

> su - postgres -c cd /var/lib/postgres; . ./.bash_profile; LANG=C initdb 
> --encoding SQL_ASCII --pgdata /var/lib/postgres/data

su ist nach dem "cd /var/lib/postgres" beendet. alles andere läuft
wieder als root. Ich empfehle ein paar quotes:

su - postgres -c 'cd /var/lib/postgres; . ./.bash_profile; LANG=C initdb \
--encoding SQL_ASCII --pgdata /var/lib/postgres/data'


billy.

-- 
Meisterbohne   Meisterbohne GbR, Küfner, Mekle, Meier   Tel: +49-731-399 499-0
   eLösungen   Söflinger Straße 100                     Fax: +49-731-399 499-9
               89077 Ulm                           http://www.meisterbohne.de/



Reply to: