From: | Michael Brusser <michael(at)synchronicity(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: could not read transaction log directory ...? |
Date: | 2003-05-08 13:03:17 |
Message-ID: | DEEIJKLFNJGBEMBLBAHCAEEDDCAA.michael@synchronicity.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
From errno.h :
... ...
/* Defined for the NFSv3 protocol */
#define EBADHANDLE 521 /* Illegal NFS file handle */
#define ENOTSYNC 522 /* Update synchronization mismatch */
#define EBADCOOKIE 523 /* Cookie is stale */
... ...
"Cookie is stale" - ..?
Should I consider some problems with the file server?
The strange thing is that process always crashes some 30 minutes
after start. Another point is that it works fine on another machine -
Red Hat 7.2 with 2.4.9 kernel.
I'm not sure what to make out of this.
Thanks,
Mike.
> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Thursday, May 08, 2003 12:25 AM
> To: michael(at)synchronicity(dot)com
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] could not read transaction log directory ...?
>
>
> Michael Brusser <michael(at)synchronicity(dot)com> writes:
> > 2003-05-07 15:04:10 PANIC: could not read transaction log directory -
> > (<my_dir_path>/pg_xlog): Unknown error 523
>
> Bizarre. Can you dig around in your kernel sources and see what errno
> 523 might mean?
>
> regards, tom lane
>
From | Date | Subject | |
---|---|---|---|
Next Message | Luis Sousa | 2003-05-08 13:12:25 | (no subject) |
Previous Message | Christopher Kings-Lynne | 2003-05-08 06:45:23 | Re: CIDR in pg_hba.conf |