<?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: Weird FTP problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592967#M231645</link>
    <description>Although you didn't specifically state this, my best guess is that you commented out the /etc/services entry at the same time that you disabled ftpd in /etc/rc.config.d/inetd.conf. ftpd should have nothing to do with the ftp client.</description>
    <pubDate>Fri, 29 Jul 2005 16:58:12 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2005-07-29T16:58:12Z</dc:date>
    <item>
      <title>Weird FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592965#M231643</link>
      <description>This one makes no sense to me...&lt;BR /&gt;&lt;BR /&gt;Yesterday afternoon, I disabled telnet and other unnecessary services in inetd.conf on an HP-UX 11.00 system. I found out this afternoon that FTP hasn't been working since then. (Connection times out.) Experimenting a little bit revealed that if I re-enabled telnet, FTP started working again. The other two systems we've patched in the past week or two and disabled telnet on do not exhibit this behavior. (Though different class machines, 11.00 is running on all of them and now have the same patches.) I even tried copying the inetd.conf from one of these other systems just in case there was some weird hidden character playing with us, but the result is the same.&lt;BR /&gt;&lt;BR /&gt;Anyone ever seen this kind of thing before? Any ideas?</description>
      <pubDate>Fri, 29 Jul 2005 15:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592965#M231643</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-07-29T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Weird FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592966#M231644</link>
      <description>First error messsages, what are those??&lt;BR /&gt;&lt;BR /&gt;You should have ftpd -l and inetd logging enabled. Do you have /etc/shells files??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 29 Jul 2005 16:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592966#M231644</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-07-29T16:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Weird FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592967#M231645</link>
      <description>Although you didn't specifically state this, my best guess is that you commented out the /etc/services entry at the same time that you disabled ftpd in /etc/rc.config.d/inetd.conf. ftpd should have nothing to do with the ftp client.</description>
      <pubDate>Fri, 29 Jul 2005 16:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592967#M231645</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-07-29T16:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Weird FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592968#M231646</link>
      <description>2nd off the wall guess: You actually get your services map from NIS/NIS+/LDAP and you disabled one of those at the same time.</description>
      <pubDate>Fri, 29 Jul 2005 17:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592968#M231646</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-07-29T17:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Weird FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592969#M231647</link>
      <description>Hmmm... actually, it seems the problem was that inetd needed to be restarted instead of simply rereading the configuration. Discovered this when I killed it and ran with -l option for logging. It worked right away then. Weird.</description>
      <pubDate>Sat, 30 Jul 2005 16:44:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592969#M231647</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2005-07-30T16:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Weird FTP problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592970#M231648</link>
      <description>Jeff, glad to hear you are doing fine now.&lt;BR /&gt;&lt;BR /&gt;one rule is to turn on (or toggle) logging:&lt;BR /&gt;&lt;BR /&gt;     # inetd -l&lt;BR /&gt;     #  tail -f /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;on another terminal window, do your ftp'ing testing.. and verify what syslog shows.&lt;BR /&gt;&lt;BR /&gt;my 2-cents,&lt;BR /&gt;Tom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jul 2005 20:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/weird-ftp-problem/m-p/3592970#M231648</guid>
      <dc:creator>D Block 2</dc:creator>
      <dc:date>2005-07-30T20:54:48Z</dc:date>
    </item>
  </channel>
</rss>

