Re: NFS (KNFSD 1.4.6)

=?ISO-8859-1?Q?Janne_P=E4nk=E4l=E4?= (epankala@cc.hut.fi)
Mon, 16 Aug 1999 21:09:35 +0300 (EET DST)


> I get this message
> svc: unknown program 100227 (me 100003)
Yes this seems QUITE familiar :(

> when a Sun Solaris (2.6 or 7.0) mounts a NFS Share.
> The Linux kernel is 2.2.11 and knfsd 1.4.6. Is this a
> problem or only an information because it seems to
> work.

---------
[epa@sloth epa]$ rpcinfo -p fish # this is linux machine
program vers proto port
<SNIP>
100003 2 udp 2049 nfs
100021 1 udp 1027 nlockmgr
100021 3 udp 1027 nlockmgr
100021 1 tcp 1025 nlockmgr
100021 3 tcp 1025 nlockmgr
100005 1 udp 763 mountd
100005 1 tcp 765 mountd
100005 2 udp 768 mountd
100005 2 tcp 770 mountd
<SNIP>
---------
[epa@sloth epa]$ rpcinfo -p sun # this is solaris machine
program vers proto port
<SNIP>
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100227 2 udp 2049 nfs_acl
100227 3 udp 2049 nfs_acl
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100227 2 tcp 2049 nfs_acl
100227 3 tcp 2049 nfs_acl
<SNIP>
----

Seems that linux doesn't have nfs_acl (whatever it is) at all.
(locking usually is f***ed when you mount nfs disk from linux to solaris)

What I have been experiencing is that sometimes I lose files ie.
.Xauthority (which is very frustrating) and sometimes I see files with
'ls' but can't read them or touch then (something about timeout in...)
'truss ls' shows that it hangs somewhere to fseek or something.

At the moment it might not be smartest choise to use linux with knfsd as
nfs server for multiple platforms (solaris(big trougles),netbsd(small
troubles),linux(this works))

Although I can only talk of combination of linux 2.2.9 and knfsd-1.4.6-1

-- 
Janne

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/