2.6.x NFS and NFSD
From: Wakko Warner (wakko_at_animx.eu.org)
Date: 07/31/03
- Previous message: J.A. Magallon: "Re: e1000 performance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Jul 2003 18:51:15 -0400 To: linux-kernel@vger.kernel.org
Anyone had any luck with either of these?
2.6.x as a server:
I'm using nfs-kernel-server v1.0.5-1 (debian).
Config Ops:
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y << I didn't configure this, where'd it come from?
CONFIG_EXPORTFS=m
CONFIG_SUNRPC=m
This is in /etc/exports:
/ vegeta(rw,no_root_squash,async,nohide)
on the machine vegeta, I mount this machine (kingkai:/ /mnt), cd to /mnt, do
ls, and ls hangs. client uses kernel 2.4.20 with NFSv3 enabled and it was
mounted v3.
2.6.x as a client:
If the server is using 2.4.x with the kernel nfs server, all's fine except
for nohide. I have a 2.4.21 alpha machine exporting / and /raid-0 with the
nohide option. If I mount it to /mnt and cd /mnt/raid-0 there's nothing
there. On 2.4.20 client this works. (NFSv3 here)
If the server is using the userspace nfs server (I don't like exporting all
those mount points with nohide and this works for me on most machines that I
access occasionally. I assume userspace is NFSv2. 2.2beta47-12) Kernel
2.6.x will simply say the nfs server is not responding if I do an ls. If I
copy a file (not using tab completion), it seems to work.
client options:
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
Now on a positive note, my hp scanjet 5370c works with 2.6.0-test2 great
where as 2.4 it doesn't. the NFS is holding me back.
P.S.
Vegeta: kernel 2.4.20, userspace nfs, inspiron 8100 1ghz pIII 256mb ram
NIC: intel 10/100
Kingkai: Kernel 2.6.0-test1, kernel nfs, home build 700mhz pIII 256mb ram
NIC: 3com 3cr990srv 10/100 MainBoard: MSI MS-6163 v2
Alpha: Kernel 2.4.21, kernel nfs, AlphaServer 1000A 4/266 160mb ram
NIC: Dec Tulip 10/100
All machines use ext3 as the local filesystem.
-- Lab tests show that use of micro$oft causes cancer in lab animals - 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/
- Previous message: J.A. Magallon: "Re: e1000 performance"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- "CIFS VFS: server not responding" with some client/server combinations
... As it might be kernel related and others ... A Samba server running Debian
Etch with latest updates. ... I don't know what's different with Etch on the client,
... (Linux-Kernel) - Re: problems with latest smbfs changes on 2.4.34 and security backports
... something different on my samba server or similar, ... the client is
an IBM NetworkStation 1000 (a PowerPC ... seems a security problem and I don't think is
desirable, ... It is possible that you booted a wrong kernel during one of your tests.
... (Linux-Kernel) - Re: Using COM OutProc server on WinCE
... nk.exe (kernel process) and you can't popup UI from nk.exe in CE 6.0. ... Microsoft
Corporation ... to the client so I guess in that scenario services.exe won't be helpful.
... Server (you'd need SYSGEN_DCOM, see ... (microsoft.public.windowsce.app.development) - Re: NFS EINVAL on open(... | O_TRUNC) on 2.6.23.9
... Thanks to Chuck's help i finally decided to proceed to a git bisect and found the bad
patch. ... What isn't quite clear to me is whether this commit causes your user- space server
to start failing suddenly, or it causes the client to start sending the special non-standard time
stamps in the SETATTR request. ... it would be helpful if you could run this test with a constant
kernel version on one side while varying it on the other. ... (Linux-Kernel) - NFS problems with through 2.5.x to 2.6.0-test9
... When the server is running the ... kernel, as a client the 2.6 series
seem to work perfectly, excluding ... Interesting problem arose when I attempted switch the server's
kernel to ... with and without nfsv4 support compiled in (was considering testing
it at ... (Linux-Kernel)