Re: Starting the database server (2)

From: <mallah(at)trade-india(dot)com>
To: <javier(dot)perez(at)jpmguides(dot)com>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Starting the database server (2)
Date: 2002-11-26 16:05:35
Message-ID: 59999.203.145.129.4.1038326735.squirrel@mail.trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Javier ,

are u able to su - to the user who owns the folder /usr/local/pgsql/data ?
check the user,group for that folder , do a ls -l /usr/local/pgsql
and post the results.

regds
mallah.

> Hi guys,
>
> I still have a problem to start the database server as I wrote in the first mail. I read many
> and many tutorials, but nothing is working to start the postmaster.
>
> 1. When I create the database cluster I get this message:
>
> (everything is installed correctly)
>
> Success. You can now start the database server using:
> sudo -u root sudo -u pgsql /usr/local/pgsql/bin/pg_ctl \ -D
> /usr/local/pgsql/data -l /sw/var/log/postgresql/logfile start
>
> When I enter this command line, it ask me a password. I enter the postgres password and I get
> this message:
>
> sudo: no passwd entry for pgsql!
>
>
> 2. If I try the command as all the tutorials recommand:
>
> $ /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data
>
> I get the following error message:
> Fatal: no such group 'pgsql'
> postmaster: cannot create UNIX stream port
>
> 3. I finally tried starting it from the command:
>
> $ /usr/local/pgsql/bin/pg_ctl restart -w -D /usr/local/pgsql/data
>
> I received the following messge error:
>
> pg_clt: cannot find /usr/local/pgsql/data/postmaster.pid
> Is postmaster running?
> starting postmaster anyway
> cat: /usr/local/pgsql/data/postmaster.opts: No such file or directory
> /usr/local/pgsql/bin/pg_ctl: : command not found
> waiting for postmaster to
> start................................................................... .............failed
> pg_ctl: postmaster does not start
>
> This was all what happened when I wrote the command line. Actually I don't know why I don't
> have both files postmaster.pid and
> postmaster.opts? Do you think my PostgreSQL isn't correctly installed?
>
> I work on MacOSX 10.2 and I installed PostgreSQL 7.2.2. In my case PostgreSQL was include in
> a CD pack with another open source called Grass. It's a GIS (geographical information
> system). When I installed this open source, it automatically installed PostgreSQL and I
> couldn't choose anything during the installation. I think I don't need to compile
> PostgreSQL after this. I tell you this because I don't know if this has an influence with my
> problems for starting postmaster.
>
> I hope someone can help me to resolve this problem to launch the postmaster.
>
> Thanks for you help.
> Javier

-----------------------------------------
Get your free web based email at trade-india.com.
"India's Leading B2B eMarketplace.!"
http://www.trade-india.com/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Chris Ruprecht 2002-11-26 16:07:43 Re: H/W RAID 5 on slower disks versus no raid on faster HDDs
Previous Message Nigel J. Andrews 2002-11-26 16:03:06 Re: Starting the database server (2)