public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Michael Sullivan <msulli1355@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: OT: CVS [WAS: Re: [gentoo-user] Need help discovering what's  using a port (for cvsd)] SOLVED
Date: Wed, 16 Jun 2010 10:00:10 -0500	[thread overview]
Message-ID: <1276700410.14921.12.camel@camille.espersunited.com> (raw)
In-Reply-To: <58965d8a1003050743j5807b590q9e9d1f42aeee2df8@mail.gmail.com>

On Fri, 2010-03-05 at 09:43 -0600, Paul Hartman wrote:
> On Thu, Mar 4, 2010 at 5:54 PM, Michael Sullivan <msulli1355@gmail.com> wrote:
> > On Thu, 2010-03-04 at 17:30 -0600, Paul Hartman wrote:
> >> On Thu, Mar 4, 2010 at 5:02 PM, Michael Sullivan <msulli1355@gmail.com> 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.
> 
This line in the config file:

Listen 127.0.0.1  2401

needed to be changed to this:
Listen 192.168.1.2 2401

And now it works





      reply	other threads:[~2010-06-16 15:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-04 23:02 [gentoo-user] Need help discovering what's using a port (for cvsd) Michael Sullivan
2010-03-04 23:30 ` Paul Hartman
2010-03-04 23:54   ` OT: CVS [WAS: Re: [gentoo-user] Need help discovering what's using a port (for cvsd)] Michael Sullivan
2010-03-05 15:43     ` Paul Hartman
2010-06-16 15:00       ` Michael Sullivan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1276700410.14921.12.camel@camille.espersunited.com \
    --to=msulli1355@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox