Gentoo Archives: gentoo-user

From: Ralph Slooten <axllent@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] svc: bad direction 268435456 [SOLVED]
Date: Mon, 19 Jun 2006 13:01:05
Message-Id: 44969E53.2080403@gmail.com
In Reply to: Re: [gentoo-user] svc: bad direction 268435456 [SOLVED] by Matthias Langer
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Matthias Langer wrote:
5 > i'm not sure which of these lines acually fixed my problem as i've just
6 > looked at the output of rpcinfo and grabbed all nfs relevant ports from
7 > there.
8
9 This will probably fix your problems *until* you restart nfs.
10
11 # lsof -n -P|egrep "UDP|LISTEN"|grep "rpc\."
12 rpc.statd 19260 nobody 4u IPv4 178640062 UDP *:47496
13 rpc.statd 19260 nobody 5u IPv4 178640054 UDP *:780
14 rpc.statd 19260 nobody 6u IPv4 178640065 TCP *:42346 (LISTEN)
15 rpc.mount 19277 root 6u IPv4 178640109 UDP *:797
16 rpc.mount 19277 root 7u IPv4 178640112 TCP *:800 (LISTEN)
17
18 Restart NSF ....
19
20 rpc.statd 19433 nobody 4u IPv4 178641101 UDP *:47498
21 rpc.statd 19433 nobody 5u IPv4 178641093 UDP *:953
22 rpc.statd 19433 nobody 6u IPv4 178641104 TCP *:42347 (LISTEN)
23 rpc.mount 19450 root 6u IPv4 178641148 UDP *:970
24 rpc.mount 19450 root 7u IPv4 178641151 TCP *:973 (LISTEN)
25
26 Restart again ....
27
28 rpc.statd 19534 nobody 4u IPv4 178641453 UDP *:47499
29 rpc.statd 19534 nobody 5u IPv4 178641445 UDP *:630
30 rpc.statd 19534 nobody 6u IPv4 178641456 TCP *:42348 (LISTEN)
31 rpc.mount 19551 root 6u IPv4 178641500 UDP *:647
32 rpc.mount 19551 root 7u IPv4 178641503 TCP *:650 (LISTEN)
33
34
35
36 I never worked out how to get NSF to only listen on a single interface.
37
38 Glad you at least now know what was causing the logs.
39
40 Greetings,
41 Ralph
42
43 -----BEGIN PGP SIGNATURE-----
44 Version: GnuPG v1.4.0 (MingW32)
45
46 iD8DBQFElp5TCt0ZF9kLPvYRAuLxAJ4/UYqhRdRObf5ZEM7bX5qNZd/ukACfd+rG
47 rEykTTIi6aWPzHRPiG7IjMs=
48 =BKB9
49 -----END PGP SIGNATURE-----
50 --
51 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] svc: bad direction 268435456 [SOLVED] Matthias Langer <mlangc@×××.at>