<?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: Telnet connection problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690097#M383101</link>
    <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;Did you HUP the inetd daemon?&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep inetd&lt;BR /&gt;&lt;BR /&gt;Make a note of the process id of the inetd daemon running on your system.&lt;BR /&gt;&lt;BR /&gt;The run this command:&lt;BR /&gt;&lt;BR /&gt;kill -1 PID&lt;BR /&gt;&lt;BR /&gt;Replace PID with the process number that you found in the ps command output.&lt;BR /&gt;&lt;BR /&gt;Make sure you use the -1 (that's the number one and not the letter ell) switch!&lt;BR /&gt;&lt;BR /&gt;The -1 switch will "hang up" the daemon and will cause it to re-read the inetd.conf.&lt;BR /&gt;&lt;BR /&gt;If you forget the -1 in the kill command it will KILL the inetd daemon instead of just "restarting" it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;kev&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Sep 2010 23:38:38 GMT</pubDate>
    <dc:creator>Kevin Lister</dc:creator>
    <dc:date>2010-09-22T23:38:38Z</dc:date>
    <item>
      <title>Telnet connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690095#M383099</link>
      <description>I try to configure telnet in vain.&lt;BR /&gt;I have check the line witch refer telnet in /etc/services et /etc/inetd.conf, in both files this lines are uncomment.&lt;BR /&gt;When I do netstat -a | grep *.telnet I got the following messages:Reading from a core file is no longer supported. &lt;BR /&gt;I don't know what core the system refers about.&lt;BR /&gt;Are someone that have any idea&lt;BR /&gt;Thx</description>
      <pubDate>Wed, 22 Sep 2010 16:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690095#M383099</guid>
      <dc:creator>richard_kouadio</dc:creator>
      <dc:date>2010-09-22T16:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690096#M383100</link>
      <description>&lt;!--!*#--&gt;As usual, some basic information about the&lt;BR /&gt;system would be nice to have.&lt;BR /&gt;&lt;BR /&gt;      uname -a&lt;BR /&gt;&lt;BR /&gt;Also as usual, showing actual commands with&lt;BR /&gt;their actual output (copy+paste) might be&lt;BR /&gt;more helpful than vague descriptions and&lt;BR /&gt;interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] netstat -a | grep *.telnet [...]&lt;BR /&gt;&lt;BR /&gt;If you're using a normal UNIX shell, then&lt;BR /&gt;you should expect it to expand a wildcard&lt;BR /&gt;like "*.telnet".  You might get better&lt;BR /&gt;results from:&lt;BR /&gt;&lt;BR /&gt;      netstat -a | grep telnet&lt;BR /&gt;or:&lt;BR /&gt;      netstat -a | grep '*.telnet'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I try to configure telnet in vain.&lt;BR /&gt;&lt;BR /&gt;Does Telnet not work?  Did you try it?  How?&lt;BR /&gt;What happened when you did?</description>
      <pubDate>Wed, 22 Sep 2010 17:32:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690096#M383100</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-22T17:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690097#M383101</link>
      <description>Howdy,&lt;BR /&gt;&lt;BR /&gt;Did you HUP the inetd daemon?&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;ps -ef |grep inetd&lt;BR /&gt;&lt;BR /&gt;Make a note of the process id of the inetd daemon running on your system.&lt;BR /&gt;&lt;BR /&gt;The run this command:&lt;BR /&gt;&lt;BR /&gt;kill -1 PID&lt;BR /&gt;&lt;BR /&gt;Replace PID with the process number that you found in the ps command output.&lt;BR /&gt;&lt;BR /&gt;Make sure you use the -1 (that's the number one and not the letter ell) switch!&lt;BR /&gt;&lt;BR /&gt;The -1 switch will "hang up" the daemon and will cause it to re-read the inetd.conf.&lt;BR /&gt;&lt;BR /&gt;If you forget the -1 in the kill command it will KILL the inetd daemon instead of just "restarting" it.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;kev&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Sep 2010 23:38:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690097#M383101</guid>
      <dc:creator>Kevin Lister</dc:creator>
      <dc:date>2010-09-22T23:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690098#M383102</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Try this:&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;      man inetd&lt;BR /&gt;&lt;BR /&gt;Look for "-c".</description>
      <pubDate>Thu, 23 Sep 2010 00:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690098#M383102</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-09-23T00:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Telnet connection problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690099#M383103</link>
      <description>&amp;gt; When I do netstat -a | grep *.telnet I got the following messages:&lt;BR /&gt;Reading from a core file is no longer supported. &lt;BR /&gt;&lt;BR /&gt;In this case, "core file" refers to /dev/kmem. On PA-RISC hardware, the netstat command apparently got the information by accessing kernel structures directly through /dev/kmem. On Itanium hardware, the interface is apparently somewhat different.&lt;BR /&gt;&lt;BR /&gt;Is your system currently running a "previous" or "backup" kernel configuration (i.e. booted with "hpux vmunix.prev", "hpux backup/vmunix" or "boot backup/vmunix" on Itanium hardware)? In that case, some commands may behave oddly, unless told to use the correct kernel configuration.&lt;BR /&gt; &lt;BR /&gt;(Those commands need to read some data from kernel configuration files in /stand to correctly interpret the information they get from /dev/kmem or whatever...)&lt;BR /&gt;&lt;BR /&gt;Or has someone deleted/renamed/corrupted your /stand/system file or the /dev/kmem device?&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 23 Sep 2010 03:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnet-connection-problem/m-p/4690099#M383103</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-23T03:50:31Z</dc:date>
    </item>
  </channel>
</rss>

