Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits

From: Sachin Srivastava <sachin(dot)srivastava(at)enterprisedb(dot)com>
To: Daniel Cintra <danielcugler(at)yahoo(dot)com(dot)br>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Date: 2011-09-01 05:19:42
Message-ID: 4D0FE6C1-949D-4CD8-BFB7-C2910237A34D@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Please try to create the account manually and then re-run the installer:

useradd -m -c "PostgreSQL" -d "/opt/PostgreSQL/9.0" -g postgres postgres

On Sep 1, 2011, at 2:10 AM, Daniel Cintra wrote:

> Hi,
>
> I am trying to install Postgres 9.0.4 in my Ubuntu 11.04 64bits.
> I've downloaded "postgresql-9.0.4-1-linux-x64.bin", and I run it as "gksudo ./postgresql-9.0.4-1-linux-x64.bin".
> A graphic Installation goes fine until almost 100%, when it shows a message "Creating service user account". Since this installation message appears in the installation window, it gets like frozen, no progress. (I left the installation process running for much hours, but it did not finished)
>
> While the installation process was with no progress, I checked what "postgres" processes were running, and I got this one:
>
> /opt/PostgreSQL/9.0/installer/server/createuser.sh postgres /opt/PostgreSQL/9.0
>
> I tryed to run "createuser.sh" by myself to see why it stopped. When I ran createuser.sh, the script prompted me the password for the user postgres. I do not know if this is the problem, but I believe that the installation did not finished because the installation was waiting for the password.
>
> Does anyone have some idea to solve this problem?
>
> ps: I do not know if this information is useful, but my computer is using LDAP for user authentication.
>
> Thanks in advance.
>

--
Regards,
Sachin Srivastava
EnterpriseDB, the Enterprise PostgreSQL company.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Daniel Cintra 2011-09-01 12:45:50 Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits
Previous Message damien clochard 2011-08-31 21:24:49 Re: Postgres 9.0.4 / Installation problem - Ubuntu 11.04 - 64bits