From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NnKVd-0003Z3-6I for garchives@archives.gentoo.org; Thu, 04 Mar 2010 23:31:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5012FE0B6B; Thu, 4 Mar 2010 23:30:44 +0000 (UTC) Received: from mail-gx0-f216.google.com (mail-gx0-f216.google.com [209.85.217.216]) by pigeon.gentoo.org (Postfix) with ESMTP id 25E41E0B6B for ; Thu, 4 Mar 2010 23:30:44 +0000 (UTC) Received: by gxk8 with SMTP id 8so1302824gxk.9 for ; Thu, 04 Mar 2010 15:30:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=5nKnUobDRXIypKtcmEDnGYO8L9oyw+0MK+gdymUtjdw=; b=e3blKHDm66ZHSl4iL+vYR5/cdrr+oLYl33/U0V0OepQNW3DLv1K9mxfGdF3k2b3mzC qx4hXdFgLGECxDuDT9Wzj/bC28EyfRu6b3xEEix3YqrwkOEchOqTSo9rxPaE7DFIFbaB 92Vaj+eIvdyjr8+CxxmdnBrx7HTe9zhZAUZyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=nQEvtVjEPi609gC0bja3n7diLw39oPWMbJjkncZwJTEXj+/75nkgkhbWhFeLs/usDA qGHtD9VyhvvNRf3dwHAVKBcOyZtIRJZEaDFO3eKf/zlO0ARejSisrzerg/Jd05zgUXWd arrrlFtHPSt+D/IvtPKFZscfbw2CNMIoE72SY= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.238.16 with SMTP id l16mr357264ybh.7.1267745443762; Thu, 04 Mar 2010 15:30:43 -0800 (PST) In-Reply-To: <1267743770.29481.31.camel@camille.espersunited.com> References: <1267743770.29481.31.camel@camille.espersunited.com> Date: Thu, 4 Mar 2010 17:30:43 -0600 X-Google-Sender-Auth: c1f8f7ede47ed2cf Message-ID: <58965d8a1003041530m5ca5714cnd012d66c8dbaa293@mail.gmail.com> Subject: Re: [gentoo-user] Need help discovering what's using a port (for cvsd) From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: f74d9ce2-0b77-4a1a-818c-8963148ad7a3 X-Archives-Hash: bf3a9b671b885fb60799fd15fdf33112 On Thu, Mar 4, 2010 at 5:02 PM, Michael Sullivan wrote: > netstat: no support for `AF IPX' on this system. > netstat: no support for `AF AX25' on this system. > netstat: no support for `AF X25' on this system. > netstat: no support for `AF NETROM' on this system. > > > I assume these are kernel options, but without knowing specific symbol > names, I'm not sure how to compile them into the kernel. Can anyone > give me any advice on this situation? I think if you don't have support for those protocols the chances of a program using them is probably zero. :) FWIW i get the exact same messages. I don't think it is meaningful. I use a similar command (omitting all the unix sockets stuff): netstat -lnp --inet With regard to your original problem, try to edit the cvsd.conf and specify an actual IP address to listen on (instead of 0.0.0.0 or * or however it is defined there) and see if that helps.