<?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: telnetd not working... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336161#M568211</link>
    <description>Hi Rita,&lt;BR /&gt;NSSWITCH was in problem. It was actually working before since it first looks out for NIS server and then for local files. I simply missed out that one. I don't know why NIS server suddenly stopped working but well now i am able to access the server.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your immediate support. You really hit the one in 2 min.&lt;BR /&gt;&lt;BR /&gt;Thanks agains,&lt;BR /&gt;Regards,&lt;BR /&gt;Bharat&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Jul 2004 07:24:30 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2004-07-20T07:24:30Z</dc:date>
    <item>
      <title>telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336155#M568205</link>
      <description>Hi All,&lt;BR /&gt;I get messages in /var/adm/syslog/syslog.log as:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rereading configuration&lt;BR /&gt;ftp/tcp: Unknown service&lt;BR /&gt;telnet/tcp: Unknown service&lt;BR /&gt;tftp/udp: Unknown service&lt;BR /&gt;bootps/udp: Unknown service&lt;BR /&gt;login/tcp: Unknown service&lt;BR /&gt;shell/tcp: Unknown service&lt;BR /&gt;exec/tcp: Unknown service&lt;BR /&gt;ntalk/udp: Unknown service&lt;BR /&gt;auth/tcp: Unknown service&lt;BR /&gt;printer/tcp: Unknown service&lt;BR /&gt;daytime/tcp: Unknown service&lt;BR /&gt;daytime/udp: Unknown service&lt;BR /&gt;time/tcp: Unknown service&lt;BR /&gt;echo/tcp: Unknown service&lt;BR /&gt;echo/udp: Unknown service&lt;BR /&gt;discard/tcp: Unknown service&lt;BR /&gt;discard/udp: Unknown service&lt;BR /&gt;chargen/tcp: Unknown service&lt;BR /&gt;chargen/udp: Unknown service&lt;BR /&gt;kshell/tcp: Unknown service&lt;BR /&gt;klogin/tcp: Unknown service&lt;BR /&gt;registrar/tcp: Unknown service&lt;BR /&gt;hacl-cfg/udp: Unknown service&lt;BR /&gt;hacl-cfg/tcp: Unknown service&lt;BR /&gt;recserv/tcp: Unknown service&lt;BR /&gt;instl_boots/udp: Unknown service&lt;BR /&gt;&lt;BR /&gt;I checked /etc/services /etc/protocols /etc/inetd.conf everything looks normal. Nothing in /var/adm/inetd.sec. And now i am not able to do telnet/ftp/rcp/rsh!!&lt;BR /&gt;&lt;BR /&gt;Maximum user that log into this machine are not more than 5.&lt;BR /&gt;What could be cause of problem. &lt;BR /&gt;Thanks in advance for your help.&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:03:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336155#M568205</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-20T07:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336156#M568206</link>
      <description>First quick thing I check on 'weird' things is permissions...&lt;BR /&gt;&lt;BR /&gt;644 root:sys  for /etc/services&lt;BR /&gt;444  bin:bin  for /etc/protocols&lt;BR /&gt;&lt;BR /&gt;Just to start ruling things out...&lt;BR /&gt;&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 20 Jul 2004 07:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336156#M568206</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-20T07:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336157#M568207</link>
      <description>Here's another thing to check...&lt;BR /&gt;&lt;BR /&gt;Your /etc/nsswitch.conf file.  There should be a line called services    -  What does it say ?&lt;BR /&gt;&lt;BR /&gt;Since I don't know what your running, let me just say that mine shows:&lt;BR /&gt;services : files&lt;BR /&gt;&lt;BR /&gt;But based on what your doing, this might need to be different...&lt;BR /&gt;&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 20 Jul 2004 07:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336157#M568207</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-20T07:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336158#M568208</link>
      <description>Here are the file permissions:&lt;BR /&gt;-rw-r--r--   1 root       sys           5915 Jul 20 16:47 services&lt;BR /&gt;-rw-r--r--   1 bin        bin           1710 Jul 20 16:48 protocols&lt;BR /&gt;-rw-r--r--   1 root       sys           3875 Jul 20 16:54 inetd.conf&lt;BR /&gt;&lt;BR /&gt;I think they are right.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:17:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336158#M568208</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-20T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336159#M568209</link>
      <description>What about services line in your nsswitch.conf file ??&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Tue, 20 Jul 2004 07:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336159#M568209</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-20T07:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336160#M568210</link>
      <description>Remove or rename the service configuration file: /etc/nsswitch.conf and reboot to see if services start running. If so, then create /etc/nsswitch.conf by copying /etc/nsswitch.hp_defaults.</description>
      <pubDate>Tue, 20 Jul 2004 07:22:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336160#M568210</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-07-20T07:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336161#M568211</link>
      <description>Hi Rita,&lt;BR /&gt;NSSWITCH was in problem. It was actually working before since it first looks out for NIS server and then for local files. I simply missed out that one. I don't know why NIS server suddenly stopped working but well now i am able to access the server.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your immediate support. You really hit the one in 2 min.&lt;BR /&gt;&lt;BR /&gt;Thanks agains,&lt;BR /&gt;Regards,&lt;BR /&gt;Bharat&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336161#M568211</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-20T07:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336162#M568212</link>
      <description>Bahrat...thanks for the points, but is it fixed ?   Was it the nsswitch.conf file ?&lt;BR /&gt;&lt;BR /&gt;Rita</description>
      <pubDate>Tue, 20 Jul 2004 07:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336162#M568212</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-20T07:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336163#M568213</link>
      <description>Woohoo !  I luv it when things go ...f-a-s-t !&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 07:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336163#M568213</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-20T07:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336164#M568214</link>
      <description>Just a suggestion: NIS (as well as DNS) are crucial system resources and cannot be allowed to fail. To avoid the downtime when this happens, you can use my suggested change to nsswitch.conf value and change dns to nis, but leave the critical production server names in /etc/hosts and look in files first. This is also a *significant* performance increase by not having to go across the network for stable IP addresses.</description>
      <pubDate>Tue, 20 Jul 2004 08:46:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336164#M568214</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-07-20T08:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: telnetd not working...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336165#M568215</link>
      <description>HI Bill,&lt;BR /&gt;I did exactly the same. Thanks for your suggestion and concern.&lt;BR /&gt;You all are always helpful and cooperative.&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 00:52:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/telnetd-not-working/m-p/3336165#M568215</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-21T00:52:00Z</dc:date>
    </item>
  </channel>
</rss>

