<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to start Internet Services - Telnet in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111060#M313274</link>
    <description>Oh my god.....MK ypu are a super Sys admin I will bet on that. &lt;BR /&gt;&lt;BR /&gt;It worked, someone had changed the arguement to  "1" instead of l &lt;BR /&gt;&lt;BR /&gt;Great help, &lt;BR /&gt;&lt;BR /&gt;Thanks much MK</description>
    <pubDate>Tue, 04 Dec 2007 10:03:35 GMT</pubDate>
    <dc:creator>Popy</dc:creator>
    <dc:date>2007-12-04T10:03:35Z</dc:date>
    <item>
      <title>Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111054#M313268</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am unable to start the internet services on my 11.23 box. here is the error I see,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/inetd start&lt;BR /&gt;inetd: Unknown option: -1&lt;BR /&gt;Usage: inetd [-a] [-p proc_limit] [-r count [interval]] [-l | -s]&lt;BR /&gt;inetd [-c]&lt;BR /&gt;inetd [-k]&lt;BR /&gt;EXIT CODE: 1&lt;BR /&gt;Unable to start Internet Services&lt;BR /&gt;&lt;BR /&gt;FTP, ssh are working but telnet is not working on the server.&lt;BR /&gt;&lt;BR /&gt;The last change I made on this server was installing a patch - PHNE_36065 for ftp upgrade.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance,&lt;BR /&gt;Vijayan</description>
      <pubDate>Tue, 04 Dec 2007 09:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111054#M313268</guid>
      <dc:creator>Popy</dc:creator>
      <dc:date>2007-12-04T09:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111055#M313269</link>
      <description>Hi Vijayan&lt;BR /&gt;&lt;BR /&gt;Edit file /etc/inetd.conf and check the following entry is exist or not&lt;BR /&gt;&lt;BR /&gt;telnet     stream tcp nowait  root /usr/lbin/telnetd  telnetd&lt;BR /&gt;&lt;BR /&gt;if the entry is not there your telnet will not work&lt;BR /&gt;&lt;BR /&gt;add this line there and restart the service&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;Enjoy!!!!&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 09:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111055#M313269</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111056#M313270</link>
      <description>ahsan,&lt;BR /&gt;&lt;BR /&gt;That entry is very much there....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;more /etc/inetd.conf |grep -i telnet&lt;BR /&gt;telnet       stream tcp6 nowait root /usr/lbin/telnetd  telnetd -b /etc/issue&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 09:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111056#M313270</guid>
      <dc:creator>Popy</dc:creator>
      <dc:date>2007-12-04T09:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111057#M313271</link>
      <description>Vijayan&lt;BR /&gt;&lt;BR /&gt;Please comment out that line in your inetd.conf and put my entry there&lt;BR /&gt;&lt;BR /&gt;it's not tcpv6&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 09:49:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111057#M313271</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T09:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111058#M313272</link>
      <description>As the error message says, the start-up script is giving a wrong optio to the inetd process.&lt;BR /&gt;&lt;BR /&gt;The most likely source for the wrong option is the /etc/rc.config.d/netdaemons configuration file, more specifically the INETD_ARGS variable in that file.&lt;BR /&gt;&lt;BR /&gt;My guess is that someone has confused number one and lower-case L when editing that file, maybe a long time ago. Was this a first re-start in a long time?&lt;BR /&gt;&lt;BR /&gt;Before editing /etc/rc.config.d/netdaemons, examine the modification time of that file.&lt;BR /&gt;The intended setting is:&lt;BR /&gt;&lt;BR /&gt;INETD_ARGS="-l"&lt;BR /&gt;&lt;BR /&gt;i.e. lower-case L.&lt;BR /&gt;&lt;BR /&gt;With some fonts, the difference is *very* hard to detect.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 04 Dec 2007 09:49:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111058#M313272</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-12-04T09:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111059#M313273</link>
      <description>Shalom Vijayan,&lt;BR /&gt;&lt;BR /&gt;Recommend this:&lt;BR /&gt;&lt;BR /&gt;Two windows open to the system.&lt;BR /&gt;&lt;BR /&gt;1) tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;2) Follow the previously posted procedures and restart inetd.&lt;BR /&gt;&lt;BR /&gt;Post any error output back to the thread.&lt;BR /&gt;&lt;BR /&gt;Sometimes the diagnosis is the hard part, not fixing the problem.&lt;BR /&gt;&lt;BR /&gt;BTW, as a note, you should try not to use telnet at all. It authenticates in clear text and is a beig security risk.&lt;BR /&gt;&lt;BR /&gt;You might want to take inetd.conf from a working system. Check permissions against that system as well.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Dec 2007 09:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111059#M313273</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-12-04T09:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start Internet Services - Telnet</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111060#M313274</link>
      <description>Oh my god.....MK ypu are a super Sys admin I will bet on that. &lt;BR /&gt;&lt;BR /&gt;It worked, someone had changed the arguement to  "1" instead of l &lt;BR /&gt;&lt;BR /&gt;Great help, &lt;BR /&gt;&lt;BR /&gt;Thanks much MK</description>
      <pubDate>Tue, 04 Dec 2007 10:03:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-start-internet-services-telnet/m-p/4111060#M313274</guid>
      <dc:creator>Popy</dc:creator>
      <dc:date>2007-12-04T10:03:35Z</dc:date>
    </item>
  </channel>
</rss>

