Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] nfs warning: mount version older than kernel
Date: Sat, 24 Sep 2005 00:17:56
Message-Id: 5bdc1c8b050923171066b9c087@mail.gmail.com
In Reply to: RE: [gentoo-user] nfs warning: mount version older than kernel by Dave Nebinger
1 On 9/23/05, Dave Nebinger <dnebinger@××××.com> wrote:
2 > > you don't have rpcinfo? that is not right!
3 >
4 > > >
5 > > > dragonfly ~ # rcpinfo -p
6 > > > -bash: rcpinfo: command not found
7 > > > dragonfly ~ # slocate rcpinfo
8 > > > dragonfly ~ #
9 >
10 > Hold on guys, notice the spelling difference - rpcinfo which is what you
11 > need, but rcpinfo is what was searched for.
12 >
13
14 My bad eyes. Thanks for seeing that Dave!
15
16 OK, on the Myth backend client side:
17
18 dragonfly ~ # rpcinfo -p
19 program vers proto port
20 100000 2 tcp 111 portmapper
21 100000 2 udp 111 portmapper
22 100024 1 udp 32768 status
23 100024 1 tcp 32769 status
24 100003 2 udp 2049 nfs
25 100003 3 udp 2049 nfs
26 100003 4 udp 2049 nfs
27 100003 2 tcp 2049 nfs
28 100003 3 tcp 2049 nfs
29 100003 4 tcp 2049 nfs
30 100021 1 udp 32770 nlockmgr
31 100021 3 udp 32770 nlockmgr
32 100021 4 udp 32770 nlockmgr
33 100021 1 tcp 32770 nlockmgr
34 100021 3 tcp 32770 nlockmgr
35 100021 4 tcp 32770 nlockmgr
36 100005 1 udp 786 mountd
37 100005 1 tcp 789 mountd
38 100005 2 udp 786 mountd
39 100005 2 tcp 789 mountd
40 100005 3 udp 786 mountd
41 100005 3 tcp 789 mountd
42 dragonfly ~ #
43
44
45 myth14 ~ # rpcinfo -p
46 program vers proto port
47 100000 2 tcp 111 portmapper
48 100000 2 udp 111 portmapper
49 100024 1 udp 1024 status
50 100024 1 tcp 1025 status
51 100003 2 udp 2049 nfs
52 100003 3 udp 2049 nfs
53 100003 4 udp 2049 nfs
54 100003 2 tcp 2049 nfs
55 100003 3 tcp 2049 nfs
56 100003 4 tcp 2049 nfs
57 100021 1 udp 1026 nlockmgr
58 100021 3 udp 1026 nlockmgr
59 100021 4 udp 1026 nlockmgr
60 100021 1 tcp 1026 nlockmgr
61 100021 3 tcp 1026 nlockmgr
62 100021 4 tcp 1026 nlockmgr
63 100005 1 udp 889 mountd
64 100005 1 tcp 892 mountd
65 100005 2 udp 889 mountd
66 100005 2 tcp 892 mountd
67 100005 3 udp 889 mountd
68 100005 3 tcp 892 mountd
69 myth14 ~ #
70
71 To my UNtrained eye the two look the same.
72
73 Thanks,
74 Mark
75
76 --
77 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] nfs warning: mount version older than kernel Bryan Whitehead <driver@×××××××××.net>