Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Need help discovering what's using a port (for cvsd)
Date: Thu, 04 Mar 2010 23:31:13
Message-Id: 58965d8a1003041530m5ca5714cnd012d66c8dbaa293@mail.gmail.com
In Reply to: [gentoo-user] Need help discovering what's using a port (for cvsd) by Michael Sullivan
1 On Thu, Mar 4, 2010 at 5:02 PM, Michael Sullivan <msulli1355@×××××.com> wrote:
2 > netstat: no support for `AF IPX' on this system.
3 > netstat: no support for `AF AX25' on this system.
4 > netstat: no support for `AF X25' on this system.
5 > netstat: no support for `AF NETROM' on this system.
6 >
7 >
8 > I assume these are kernel options, but without knowing specific symbol
9 > names, I'm not sure how to compile them into the kernel. Can anyone
10 > give me any advice on this situation?
11
12 I think if you don't have support for those protocols the chances of a
13 program using them is probably zero. :) FWIW i get the exact same
14 messages. I don't think it is meaningful.
15
16 I use a similar command (omitting all the unix sockets stuff): netstat
17 -lnp --inet
18
19 With regard to your original problem, try to edit the cvsd.conf and
20 specify an actual IP address to listen on (instead of 0.0.0.0 or * or
21 however it is defined there) and see if that helps.

Replies

Subject Author
OT: CVS [WAS: Re: [gentoo-user] Need help discovering what's using a port (for cvsd)] Michael Sullivan <msulli1355@×××××.com>