Re: Unable to start postgresql server 8.3.1.1

2008-06-03 Thread Vittorio
I Just did as suggested but cannot change the result: MacBookVictor:PostgreSQL victor$ sudo launchctl load -w /Library/ LaunchDaemons/org.macports.postgresql83-server.plist org.macports.postgresql83-server: Already loaded MacBookVictor:PostgreSQL victor$ sudo launchctl unload /Library/ LaunchDae

Re: Unable to start postgresql server 8.3.1.1

2008-06-03 Thread Ryan Schmidt
On Jun 3, 2008, at 06:05, Vittorio wrote: > Here it is but the result is unchanged: > > > MacBookVictor:~ victor$ sudo mkdir -p /opt/local/var/db/postgresql83/ > defaultdb > Password: > MacBookVictor:~ victor$ sudo chown postgres:postgres /opt/local/var/ > db/ > postgresql83/defaultdb > MacBookV

Re: Unable to start postgresql server 8.3.1.1

2008-06-03 Thread Vittorio
Here it is but the result is unchanged: MacBookVictor:~ victor$ sudo mkdir -p /opt/local/var/db/postgresql83/ defaultdb Password: MacBookVictor:~ victor$ sudo chown postgres:postgres /opt/local/var/db/ postgresql83/defaultdb MacBookVictor:~ victor$ sudo su postgres -c '/opt/local/lib/ postgres

Re: Unable to start postgresql server 8.3.1.1

2008-06-02 Thread Bryan Blackburn
On Jun 2, 2008, at 9:48 AM, Vittorio wrote: > having always used postgreSQL satisfactorily under FreeBSD I installed > postgresql83 & postgresql83-server on my leopard Macbook via > > sudo port install postgresql83 postgresql83-server. > > The process concluded successfully . I ran as requested: >

Unable to start postgresql server 8.3.1.1

2008-06-02 Thread Vittorio
having always used postgreSQL satisfactorily under FreeBSD I installed postgresql83 & postgresql83-server on my leopard Macbook via sudo port install postgresql83 postgresql83-server. The process concluded successfully . I ran as requested: sudo launchctl load -w /Library/LaunchDaemons/ org.m