Re: postgresql /var fill

From: Richard Huxton <dev(at)archonet(dot)com>
To: km(at)mrna(dot)tn(dot)nic(dot)in
Cc: Csaba Nagy <nagy(at)ecircle-ag(dot)com>, Ray Stell <stellr(at)cns(dot)vt(dot)edu>, Postgres general mailing list <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql /var fill
Date: 2006-10-06 14:24:57
Message-ID: 45266739.2020209@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

km wrote:
> nope! i have purposefully deselected postgres 7.4 installation at OS install.
> then downloaded postgresql sources of 8.1.4 and installed it in /usr/local/pgsql with data dir as /data/pgdata. later , i have set PGDATA to /data/pgdata in startup script from contrib/scripts of sources and placed it in /etc/init.d
> to be sure, i re-checked with rpm -qa|postgres too which didnt give me any package listing.
>
> ps auxww |grep postgresql gives /data/pgdata as the data dir.
>
> whats happening ?

Have you tried looking in /var to see what's there?

find /var -type f -msize +9999k

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Finner 2006-10-06 14:42:04 Re: postgresql /var fill
Previous Message Robby Russell 2006-10-06 14:12:49 Re: pg web hosting with tsearch2?