Re: [HACKERS] FATAL 2: InitRelink(logfile 0 seg 173) failed: No such file or directory

2002-06-18 Thread Tom Lane
[EMAIL PROTECTED] writes: > What if BasicOpenFile() got some other error? Doesn't really matter; anything else would be a problem we can't recover from anyhow. Besides, given that rename is failing with ENOENT, a conflict on the destination name does not appear to be the issue.

Re: [HACKERS] FATAL 2: InitRelink(logfile 0 seg 173) failed: No such

2002-06-18 Thread James Thornton
Tom Lane wrote: > > James Thornton <[EMAIL PROTECTED]> writes: > > I am not running NFS on this system. > > Oh well, scratch that theory. Perhaps you should tell us what you *are* > running --- what OS, what hardware? I still believe that this must be > a system-level bug and not directly Post

Re: [HACKERS] FATAL 2: InitRelink(logfile 0 seg 173) failed: No such

2002-06-18 Thread James Thornton
Tom Lane wrote: > > That really should be impossible --- it says that a rename() failed for > a file we just created. > > I judge from the spelling of the error message that you are running 7.1. 7.1.3 > However, given that you state a system reboot is necessary and > sufficient to make the prob