| From: | Roberto Fichera <kernel(at)tekno-soft(dot)it> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Problem on PG7.2.2 |
| Date: | 2002-09-23 15:08:45 |
| Message-ID: | 5.1.1.6.0.20020923170715.02782250@mail.isolaweb.it |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
At 10.40 23/09/02 -0400, Tom Lane wrote:
>Roberto Fichera <kernel(at)tekno-soft(dot)it> writes:
> > database=# select count(*) from detail;
> > count
> > --------
> > 181661
> > (1 row)
>
> > database=# select count(*) from detail;
> > count
> > --------
> > 181660
> > (1 row)
>
> > database=# select count(*) from detail;
> > FATAL 2: open of /var/lib/pgsql/data/pg_clog/0303 failed: No such file or
> > directory
>
>[ blinks... ] That's with no one else modifying the table meanwhile?
This table is used to hold all the logs from our Radius servers,
so we have only INSERT from the radiusd server.
>I think you've got *serious* hardware problems. Hard to tell if it's
>disk or memory, but get out those diagnostic programs now ...
What diagnostic programs do you suggest ?
Roberto Fichera.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-09-23 15:13:39 | Default privileges for 7.3 |
| Previous Message | Bruce Momjian | 2002-09-23 15:06:19 | Re: [SQL] Monitoring a Query |