Re: [GENERAL] Need help with error

2000-07-05 Thread Tom Lane
Steven Saner <[EMAIL PROTECTED]> writes: > I will probably restart the postmaster tonight and make sure that > logging is being done. Then if it happens again we might have more to > go on. If you're going to do that, please install 7.0.2 first, else the log likely won't tell us much anyway ...

Re: [GENERAL] Need help with error

2000-07-05 Thread Steven Saner
On Wed, Jul 05, 2000 at 04:29:16PM -0400, Tom Lane wrote: > Steven Saner <[EMAIL PROTECTED]> writes: > > Using Postgres 7.0 on BSDI 4.1 > > For the last several days we are getting errors that look like this: > > > Error: cannot write block 0 of krftmp4 [adm] blind. > > > An interesting thing is

Re: [GENERAL] Need help with error

2000-07-05 Thread Tom Lane
"Philip Poles" <[EMAIL PROTECTED]> writes: > I'm not sure if this is relevant, but I've seen similar errors occur > when there are too many open files on the filesystem (running Linux RH > 6.2). I'm not sure if this problem is in the backend or the Linux > kernal, or somewhere else, not being ver

Re: [GENERAL] Need help with error

2000-07-05 Thread Philip Poles
ad on the server...I'll keep trying, maybe I can get a bug report in about it after all. - Original Message - From: Tom Lane <[EMAIL PROTECTED]> To: Steven Saner <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 05, 2000 4:29 PM Subject: Re: [GENERAL] Need

Re: [GENERAL] Need help with error

2000-07-05 Thread Tom Lane
Steven Saner <[EMAIL PROTECTED]> writes: > Using Postgres 7.0 on BSDI 4.1 > For the last several days we are getting errors that look like this: > Error: cannot write block 0 of krftmp4 [adm] blind. > An interesting thing is that in this example, krftmp4 is a table that > the user that got this

[GENERAL] Need help with error

2000-07-05 Thread Steven Saner
Using Postgres 7.0 on BSDI 4.1 For the last several days we are getting errors that look like this: Error: cannot write block 0 of krftmp4 [adm] blind. An interesting thing is that in this example, krftmp4 is a table that the user that got this error message would not have accessed in any way.