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 1NnZhK-0000Oc-VJ for garchives@archives.gentoo.org; Fri, 05 Mar 2010 15:44:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B86AE0B29; Fri, 5 Mar 2010 15:43:12 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 31F36E0B29 for ; Fri, 5 Mar 2010 15:43:12 +0000 (UTC) Received: by gwj19 with SMTP id 19so1670988gwj.40 for ; Fri, 05 Mar 2010 07:43:11 -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=tBJJlhxyWa1liuVtqkIOP766hRCcJCovEvgSxdzywm0=; b=NoJ9g0vz404oVoPzojC7TjDWr70KzhLQlmZG0tTc72tstghSq6Nfk7aTIYe7cXFYO8 N2m5RElrLCSDapiQ5s4LS/kPRCuhMsswx116bcY1EvAyBQsUreIUi4xoFY66w113Nj6x c0Zop7O5cXe7z/BBnF4s307WPI/Z974AEuZTk= 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=J6z/mDOl/h4/hdTywrxPw0hqoAilWSxajkcWu0svuY/J05+RUMBaPtc0wJR4fGoHKe tZxfcLnTpwFPbRjWRhZ2T4zR25DUENDrf1Ah5hPTgDcMaDlsbIk4FO9Pj4IPl89XS9J5 7ELcFH7ztA6a41PtnEnQ5BYuLuz2IRnvWEJ3c= 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.101.26.11 with SMTP id d11mr2676799anj.216.1267803790557; Fri, 05 Mar 2010 07:43:10 -0800 (PST) In-Reply-To: <1267746857.29481.34.camel@camille.espersunited.com> References: <1267743770.29481.31.camel@camille.espersunited.com> <58965d8a1003041530m5ca5714cnd012d66c8dbaa293@mail.gmail.com> <1267746857.29481.34.camel@camille.espersunited.com> Date: Fri, 5 Mar 2010 09:43:10 -0600 X-Google-Sender-Auth: 4d017f2cf41a4872 Message-ID: <58965d8a1003050743j5807b590q9e9d1f42aeee2df8@mail.gmail.com> Subject: Re: OT: CVS [WAS: 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: 6027941a-fbec-41db-805d-2af177138d04 X-Archives-Hash: 48e4607ea5a4da4f82f2af6856d5104c On Thu, Mar 4, 2010 at 5:54 PM, Michael Sullivan wrote: > On Thu, 2010-03-04 at 17:30 -0600, Paul Hartman wrote: >> 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. >> > > Now I've got the server running, but I can't connect to it: > > michael@camille ~ $ cvs login > Logging in to :pserver:michael@carter.espersunited.com:2401/root > CVS password: > cvs [login aborted]: connect to > carter.espersunited.com(192.168.1.2):2401 failed: Connection refused Hmm, does cvsd use inetd? maybe it needs to be added to allowed port list or something like that.