Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

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: Fri, 15 Jun 2001 11:32:00 -0400
  • Message-id: <20010615113200.O660@dothill.com> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group