ok.
I assume that you are using a RH7*.

1- Go to the /etc/xinetd.d 
2- If there is not a "telnet" file then do it
3- and copy these into your "telnet" file that you have just made

------------This part is not included----------------------

# default: on
# description: The telnet server serves telnet sessions; it uses \
#       unencrypted username/password pairs for authentication.
service telnet
{
        disable = yes
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/in.telnetd
        log_on_failure  += USERID
}

---------------This part is not included--------------

4- run setup and now goto the services section.
  Now you should see the "telnet" in the services section.If you want to 
start telnet while booting then you should select in this section..

5- lastly, you run this:  /etc/rc.d/init.d/xinetd restart

I think now your telnet daemon works..
If you do these steps please tell me whether it work or not.
Thnx.

On Wed, 27 Mar 2002, Stephen Iribarne wrote:

> Nope.. I didn't see Telnet in the list...
> 
> At 10:40 PM 3/27/2002 +0200, you wrote:
> >please try this.
> >run "setup"
> >then go to the services section..Is there a "telnet"?
> >
> >On Wed, 27 Mar 2002, Stephen Iribarne wrote:
> >
> > > I can't get the /usr/sbin/in.telnetd running.  Everytime I start it I get
> > > the error message:
> > >
> > > getpeername: Socket operation on a non-socket.
> > >
> > > I figure there has to be another deamon that isn't running.   I actually
> > > tried to use the service conf to start everything up and I thought that
> > > would work.  But my guess is that it is getting the same error message and
> > > not starting up.
> > >
> > > Thanks for the help in advance...
> > >
> > > -stv
> > >
> > >
> > >
> > > _______________________________________________
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> >--
> >Ceyhun Kirmizitas
> >MCSE, MCP
> >Netsoft Computer Systems & Publication Co.
> >Izci sokak No :6/ 7
> >GaziOsmanPasa/ANKARA
> >Tel: (312) 446 33 05
> >Fax: (312) 436 44 94
> >Email : [EMAIL PROTECTED]
> >         [EMAIL PROTECTED]
> >
> >
> >
> >_______________________________________________
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 

-- 
Ceyhun Kirmizitas
MCSE, MCP
Netsoft Computer Systems & Publication Co.
Izci sokak No :6/ 7
GaziOsmanPasa/ANKARA
Tel: (312) 446 33 05
Fax: (312) 436 44 94
Email : [EMAIL PROTECTED]
        [EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to