Gentoo Archives: gentoo-user

From: Bryan Whitehead <driver@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nfs warning: mount version older than kernel
Date: Sat, 24 Sep 2005 02:29:12
Message-Id: Pine.LNX.4.63.0509231820360.11603@beavis.megahappy.net
In Reply to: Re: [gentoo-user] nfs warning: mount version older than kernel by Mark Knecht
1 Just to clarify, you can mount right? if so cat /proc/mounts on both
2 machines.
3
4 can you show me the /etc/exports of the server?
5
6 If you are able to mount you should be able to ignore the error. It looks
7 like everything is setup ok... unless you have firewall/iptables in the
8 way of any packets...
9
10 On Fri, 23 Sep 2005, Mark Knecht wrote:
11
12 > On 9/23/05, Dave Nebinger <dnebinger@××××.com> wrote:
13 >>> you don't have rpcinfo? that is not right!
14 >>
15 >>>>
16 >>>> dragonfly ~ # rcpinfo -p
17 >>>> -bash: rcpinfo: command not found
18 >>>> dragonfly ~ # slocate rcpinfo
19 >>>> dragonfly ~ #
20 >>
21 >> Hold on guys, notice the spelling difference - rpcinfo which is what you
22 >> need, but rcpinfo is what was searched for.
23 >>
24 >
25 > My bad eyes. Thanks for seeing that Dave!
26 >
27 > OK, on the Myth backend client side:
28 >
29 > dragonfly ~ # rpcinfo -p
30 > program vers proto port
31 > 100000 2 tcp 111 portmapper
32 > 100000 2 udp 111 portmapper
33 > 100024 1 udp 32768 status
34 > 100024 1 tcp 32769 status
35 > 100003 2 udp 2049 nfs
36 > 100003 3 udp 2049 nfs
37 > 100003 4 udp 2049 nfs
38 > 100003 2 tcp 2049 nfs
39 > 100003 3 tcp 2049 nfs
40 > 100003 4 tcp 2049 nfs
41 > 100021 1 udp 32770 nlockmgr
42 > 100021 3 udp 32770 nlockmgr
43 > 100021 4 udp 32770 nlockmgr
44 > 100021 1 tcp 32770 nlockmgr
45 > 100021 3 tcp 32770 nlockmgr
46 > 100021 4 tcp 32770 nlockmgr
47 > 100005 1 udp 786 mountd
48 > 100005 1 tcp 789 mountd
49 > 100005 2 udp 786 mountd
50 > 100005 2 tcp 789 mountd
51 > 100005 3 udp 786 mountd
52 > 100005 3 tcp 789 mountd
53 > dragonfly ~ #
54 >
55 >
56 > myth14 ~ # rpcinfo -p
57 > program vers proto port
58 > 100000 2 tcp 111 portmapper
59 > 100000 2 udp 111 portmapper
60 > 100024 1 udp 1024 status
61 > 100024 1 tcp 1025 status
62 > 100003 2 udp 2049 nfs
63 > 100003 3 udp 2049 nfs
64 > 100003 4 udp 2049 nfs
65 > 100003 2 tcp 2049 nfs
66 > 100003 3 tcp 2049 nfs
67 > 100003 4 tcp 2049 nfs
68 > 100021 1 udp 1026 nlockmgr
69 > 100021 3 udp 1026 nlockmgr
70 > 100021 4 udp 1026 nlockmgr
71 > 100021 1 tcp 1026 nlockmgr
72 > 100021 3 tcp 1026 nlockmgr
73 > 100021 4 tcp 1026 nlockmgr
74 > 100005 1 udp 889 mountd
75 > 100005 1 tcp 892 mountd
76 > 100005 2 udp 889 mountd
77 > 100005 2 tcp 892 mountd
78 > 100005 3 udp 889 mountd
79 > 100005 3 tcp 892 mountd
80 > myth14 ~ #
81 >
82 > To my UNtrained eye the two look the same.
83 >
84 > Thanks,
85 > Mark
86 >
87 >
88
89 --
90 Bryan Whitehead
91 Email:driver@×××××××××.net
92 --
93 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] nfs warning: mount version older than kernel Mark Knecht <markknecht@×××××.com>