Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
From: "Gérard Parat / F6FGZ" <f6fgz@free.fr>
To: Linux-Hams <linux-hams@vger.kernel.org>
Subject: Conflicting node name for services
Date: Sat, 21 Dec 2002 09:56:01 +0100	[thread overview]
Message-ID: <3E042CA1.640F51D6@free.fr> (raw)

Hello,

At least I understood a problem using telnet on node software by OH2BNS. There
was a name conflict using node which may be a generic word. So I changed the
following and eveything is working fine now.

In /etc/services use the following line:
netrom          3694/tcp                        # OH2BNS's node software

And use the following etc/xinetd.d/node file:
service netrom
{
 socket_type  = stream
 protocol  = tcp
 wait   = no
 user   = root
 server   = /usr/sbin/node
 server_args  = node
 disable   = no
}

Don't forget to do a "killall -USR2 xinetd" and enjoy.


--
73 Gérard F6FGZ



-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2002-12-21  8:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-21  8:56 Gérard Parat / F6FGZ [this message]
2002-12-21 23:41 ` Conflicting node name for services Tomi Manninen
2002-12-22  8:09   ` Gérard Parat / F6FGZ

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=3E042CA1.640F51D6@free.fr \
    --to=f6fgz@free.fr \
    --cc=linux-hams@vger.kernel.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