Re: Problem with pgsql-cygwin

From: Jason Tishler <Jason(dot)Tishler(at)dothill(dot)com>
To: Jorge Aguilar <geoaguila(at)cimer(dot)net>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Problem with pgsql-cygwin
Date: 2001-06-15 15:32:00
Message-ID: 20010615113200.O660@dothill.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Jorge,

On Fri, Jun 15, 2001 at 08:56:31AM -0600, Jorge Aguilar wrote:
>     I've downloaded the last version of pgsql-cygwin and the ipc-daemon,
> everything is right until i try to execute the "initdb" script to initialize
> the database. The next message appear:
>  
> $ initdb
> The program
>     '/usr/bin/postgres'
> needed by initdb does not belong to PostgreSQL version 7.1.2, or
> there may be a configuration problem.
>  
> This was the error message issued by that program:
> /usr/bin/postgres: invalid current euid 500
>  
> Can you help me?

Do you have valid /etc/passwd and /etc/group files? If not, then
execute the following:

$ mkpasswd -l >/etc/passwd
$ mkgroup -l >/etc/group

Jason

--
Jason Tishler
Director, Software Engineering Phone: 732.264.8770 x235
Dot Hill Systems Corp. Fax: 732.264.8798
82 Bethany Road, Suite 7 Email: Jason(dot)Tishler(at)dothill(dot)com
Hazlet, NJ 07730 USA WWW: http://www.dothill.com

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Rolf Rolfs 2001-06-15 16:09:22 Re: Service reboot leaves postmaster.pid
Previous Message Jorge Aguilar 2001-06-15 14:56:31 Problem with pgsql-cygwin