Re: problems installing

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Daniel Bautista <dnbautista(at)yahoo(dot)com>, pgsql-novice(at)postgresql(dot)org
Subject: Re: problems installing
Date: 2001-11-05 18:52:33
Message-ID: web-499053@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Daniel,

> I have installed PostgreSQL 7.1.3, but I am having
> problems when I try to do "initdb".
> I have two partitions: one in /, which has the Linux
> SO and is full (no space available), and one in
> /usr/local, which has 16 GB free. When I type
> "./initdb --pgdata=/usr/local/postgres/data" or
> "./initdb -D ..." (in /usr/local/pgsql) the next error
> appears:

If your / filesystem is full, you're going to have problems with far
more than PostgreSQL. You need to adjust your partitions while you can
still use the system, because you can expect a crash soon.

As for the initdb, the answer is in the error message ... the script is
trying to create files in /tmp/ as prep work, and there isn't any space.

-Josh

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Julian Gollop 2001-11-05 19:02:35 Installing 7.1.3 is missing libssl.0.1
Previous Message Tom Lane 2001-11-05 17:50:16 Re: problems installing