Re: nfs_getpages: error 70

2004-04-05 Thread Eugene Grosbein
Andrey Alekseyev wrote: > > > Well, I think Apache uses mmap. > > Back in time there was a discussion between you and Matt Dillon > about your NFS-based environment, Apache, mmap and NFS > inconsistencies. Do you remember? :) Of course. These are the same Apache and NFS server and the same html

Re: nfs_getpages: error 70

2004-04-05 Thread Eugene Grosbein
Andrey Alekseyev wrote: > > > It does not help too. Moreover, httpd childs sometimes die with > > SIGSEGV now. > > Sorry :) Are you still using Apache with mmap for reading files > over NFS? :) I'm afraid my patch isn't compatible with the > mmap issues... Well, I think Apache uses mmap. Eugene

Re: nfs_getpages: error 70

2004-04-04 Thread Eugene Grosbein
Andrey Alekseyev wrote: > > > I've applied both patches (and defined Z_NFS_EXTENSIONS). > > It does not help. How do I handle it? > > Did you set open_retry_stale sysctl to 1? It does not help too. Moreover, httpd childs sometimes die with SIGSEGV now. Eugene Grosbein __

Re: nfs_getpages: error 70

2004-04-02 Thread Eugene Grosbein
Andrey Alekseyev wrote: > > > I've applied both patches (and defined Z_NFS_EXTENSIONS). > > It does not help. How do I handle it? > > Did you set open_retry_stale sysctl to 1? Ops, mea culpa. I'll try. Eugene ___ [EMAIL PROTECTED] mailing list http://

Re: nfs_getpages: error 70

2004-04-02 Thread Andrey Alekseyev
I've applied both patches (and defined Z_NFS_EXTENSIONS). It does not help. How do I handle it? Did you set open_retry_stale sysctl to 1? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mai

Re: nfs_getpages: error 70

2004-04-02 Thread Eugene Grosbein
[moving to -net from -stable] Andrey Alekseyev wrote: > > > If you'd like, try this patch (it may help for NFSv3 and certain > > usage patterns) > > http://blackflag.ru/patches/open-retry-stale.diff > > In addition you may also try this one: > http://blackflag.ru/patches/nfs_subs.c.diff > > In