All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* Conflicting node name for services
@ 2002-12-21  8:56 Gérard Parat / F6FGZ
  2002-12-21 23:41 ` Tomi Manninen
  0 siblings, 1 reply; 3+ messages in thread
From: Gérard Parat / F6FGZ @ 2002-12-21  8:56 UTC (permalink / raw
  To: Linux-Hams

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Conflicting node name for services
  2002-12-21  8:56 Conflicting node name for services Gérard Parat / F6FGZ
@ 2002-12-21 23:41 ` Tomi Manninen
  2002-12-22  8:09   ` Gérard Parat / F6FGZ
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Manninen @ 2002-12-21 23:41 UTC (permalink / raw
  To: Gérard Parat / F6FGZ; +Cc: Linux-Hams

Hi Gérard,

> 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

Ok, good to know. But just out of curiosity, what service did conflict
with "node" ? My /etc/services from RH8 doesn't show any conflicts...

-- 
Tomi Manninen           Internet:  oh2bns@sral.fi
OH2BNS                  AX.25:     oh2bns@oh2rbi.fin.eu
KP20ME04                Amprnet:   oh2bns@oh2rbi.ampr.org

-
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Conflicting node name for services
  2002-12-21 23:41 ` Tomi Manninen
@ 2002-12-22  8:09   ` Gérard Parat / F6FGZ
  0 siblings, 0 replies; 3+ messages in thread
From: Gérard Parat / F6FGZ @ 2002-12-22  8:09 UTC (permalink / raw
  To: Linux-Hams

Tomi Manninen wrote :

> > In /etc/services use the following line:
> > netrom          3694/tcp                        # OH2BNS's node software
>
> Ok, good to know. But just out of curiosity, what service did conflict
> with "node" ? My /etc/services from RH8 doesn't show any conflicts...

Hi Tomi,

I use a Mandrake 8.1 distribution and the /etc/services file belonging to
setup-2.2.0-12mdk package includes the following line :
hp-managed-node 382/tcp    hp performance data managed node

So when I telneted localhost on port node (telnet localhost node) it worked but it
was 382 instead of 3694. BTW, telnet on numeric 3694 port didn't worked.

--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-22  8:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-21  8:56 Conflicting node name for services Gérard Parat / F6FGZ
2002-12-21 23:41 ` Tomi Manninen
2002-12-22  8:09   ` Gérard Parat / F6FGZ

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.