* Problem with kernel nfs server in 2.4.17-rc1
@ 2001-12-17 13:16 Stephan von Krawczynski
2001-12-17 14:30 ` Oktay Akbal
0 siblings, 1 reply; 5+ messages in thread
From: Stephan von Krawczynski @ 2001-12-17 13:16 UTC (permalink / raw)
To: linux-kernel
Hello all,
I run constantly in a problem with knfsd (or related) that looks like this:
After several hours clients cannot mount via nfs any more, they get:
db:/usr/src/packages/SOURCES # mount /backup
mount: admin:/p2/backup/db failed, reason given by server: Permission denied
On the server I get:
Dec 17 14:09:54 admin rpc.mountd: getfh failed: Operation not permitted
This issue can always be solved by simply restarting the kernel nfs server.
Does this sound familiar to anybody? I tend to believe this is yet another
issue with knfsd getting into troubles with failed allocs. I can test whatever,
if someone tells me how and what.
Regards,
Stephan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with kernel nfs server in 2.4.17-rc1
2001-12-17 13:16 Problem with kernel nfs server in 2.4.17-rc1 Stephan von Krawczynski
@ 2001-12-17 14:30 ` Oktay Akbal
2001-12-17 14:37 ` Stephan von Krawczynski
0 siblings, 1 reply; 5+ messages in thread
From: Oktay Akbal @ 2001-12-17 14:30 UTC (permalink / raw)
To: Stephan von Krawczynski; +Cc: linux-kernel
I can confirm that this problems exists. We are having this
Problem too. I am quite sure that this is not new in 2.4.17-preX.
Changed to UserSpace-nfs for now.
Oktay
On Mon, 17 Dec 2001, Stephan von Krawczynski wrote:
> Hello all,
>
> I run constantly in a problem with knfsd (or related) that looks like this:
> After several hours clients cannot mount via nfs any more, they get:
>
> db:/usr/src/packages/SOURCES # mount /backup
> mount: admin:/p2/backup/db failed, reason given by server: Permission denied
>
> On the server I get:
>
> Dec 17 14:09:54 admin rpc.mountd: getfh failed: Operation not permitted
>
> This issue can always be solved by simply restarting the kernel nfs server.
> Does this sound familiar to anybody? I tend to believe this is yet another
> issue with knfsd getting into troubles with failed allocs. I can test whatever,
> if someone tells me how and what.
>
> Regards,
> Stephan
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Oktay Akbal
S-Tec Datenverarbeitung GmbH
Feuerbachstr. 8
68163 Mannheim
Tel: 0621-4185070
Fax: 0621-4185071
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with kernel nfs server in 2.4.17-rc1
2001-12-17 14:30 ` Oktay Akbal
@ 2001-12-17 14:37 ` Stephan von Krawczynski
2001-12-17 16:03 ` Peter Wächtler
0 siblings, 1 reply; 5+ messages in thread
From: Stephan von Krawczynski @ 2001-12-17 14:37 UTC (permalink / raw)
To: Oktay Akbal; +Cc: linux-kernel
On Mon, 17 Dec 2001 15:30:07 +0100 (CET)
Oktay Akbal <oktay.akbal@s-tec.de> wrote:
> I can confirm that this problems exists. We are having this
> Problem too. I am quite sure that this is not new in 2.4.17-preX.
You are right, I am seeing this for some time in 2.4 now, it is not really new,
but continuously annoying ...
Regards,
Stephan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with kernel nfs server in 2.4.17-rc1
2001-12-17 14:37 ` Stephan von Krawczynski
@ 2001-12-17 16:03 ` Peter Wächtler
2001-12-17 16:20 ` Oktay Akbal
0 siblings, 1 reply; 5+ messages in thread
From: Peter Wächtler @ 2001-12-17 16:03 UTC (permalink / raw)
To: Stephan von Krawczynski; +Cc: Oktay Akbal, linux-kernel
Stephan von Krawczynski schrieb:
>
> On Mon, 17 Dec 2001 15:30:07 +0100 (CET)
> Oktay Akbal <oktay.akbal@s-tec.de> wrote:
>
> > I can confirm that this problems exists. We are having this
> > Problem too. I am quite sure that this is not new in 2.4.17-preX.
>
> You are right, I am seeing this for some time in 2.4 now, it is not really new,
> but continuously annoying ...
>
What version of nfs-utils?
Perhaps you want to update to 0.3.3
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Problem with kernel nfs server in 2.4.17-rc1
2001-12-17 16:03 ` Peter Wächtler
@ 2001-12-17 16:20 ` Oktay Akbal
0 siblings, 0 replies; 5+ messages in thread
From: Oktay Akbal @ 2001-12-17 16:20 UTC (permalink / raw)
To: Peter Wächtler; +Cc: Stephan von Krawczynski, linux-kernel
On Mon, 17 Dec 2001, Peter Wächtler wrote:
> Stephan von Krawczynski schrieb:
> >
> > On Mon, 17 Dec 2001 15:30:07 +0100 (CET)
> > Oktay Akbal <oktay.akbal@s-tec.de> wrote:
> >
> > > I can confirm that this problems exists. We are having this
> > > Problem too. I am quite sure that this is not new in 2.4.17-preX.
> >
> > You are right, I am seeing this for some time in 2.4 now, it is not really new,
> > but continuously annoying ...
> >
>
> What version of nfs-utils?
> Perhaps you want to update to 0.3.3
0.3.1 (plain Suse 7.3).
Should be worth a try.
Thanks
--
Oktay Akbal
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-12-17 16:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-17 13:16 Problem with kernel nfs server in 2.4.17-rc1 Stephan von Krawczynski
2001-12-17 14:30 ` Oktay Akbal
2001-12-17 14:37 ` Stephan von Krawczynski
2001-12-17 16:03 ` Peter Wächtler
2001-12-17 16:20 ` Oktay Akbal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox