Are you even starting xinetd? You need to have telnet enabled in the /etc/xinetd.d directory and you need to have xinetd started. To start xinetd at boot time you'll also need an S56xinetd symlink from /etc/rc.d/rc3.d and /etc/rc.d/rc5.d to /etc/rc.d/init.d/xinetd.
You can check whether xinetd is currently running by doing: /etc/init.d/xinetd status If it's not running, try starting it with: /etc/init.d/xinetd start Use ps auxww | grep xinetd to make sure that worked. If it didn't, then check /var/log/messages for clues. Once it's running, you can also send a HUP to it's process in order to get it to dump its state into /var/run/xinetd.dump. That'll give you a good idea of what services are available through it. You can normally also see some of this info in /var/log/messages as part of the output of xinetd's startup process. -----Original Message----- From: Stephen Iribarne [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 4:58 PM To: [EMAIL PROTECTED] Subject: Re: in.telnetd help please. Yes.. Sorry about that. I am running RH7.2 I already had the telnet file there and setup. So I am using xinetd to configure this but when I check my syslog it doesn't tell me it is starting up that service. I am going to try and set the logging to trace to see if I can get a more descript answer. At 11:38 PM 3/27/2002 +0200, you wrote: >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 _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list