<?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: ftp error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318565#M186997</link>
    <description>Maybe reach a maximum connection accept?</description>
    <pubDate>Tue, 29 Jun 2004 21:07:23 GMT</pubDate>
    <dc:creator>Fred.Wu</dc:creator>
    <dc:date>2004-06-29T21:07:23Z</dc:date>
    <item>
      <title>ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318563#M186995</link>
      <description>the error is:&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt;ls&lt;BR /&gt;200 port command successful.&lt;BR /&gt;&lt;BR /&gt;425 can't create data socket(xxx.xxx.xxx.xxx,20): address already in use.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 20:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318563#M186995</guid>
      <dc:creator>zhangjie_1</dc:creator>
      <dc:date>2004-06-29T20:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318564#M186996</link>
      <description>r u running out of memory on the ftp server ?.&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Tue, 29 Jun 2004 20:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318564#M186996</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-29T20:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318565#M186997</link>
      <description>Maybe reach a maximum connection accept?</description>
      <pubDate>Tue, 29 Jun 2004 21:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318565#M186997</guid>
      <dc:creator>Fred.Wu</dc:creator>
      <dc:date>2004-06-29T21:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318566#M186998</link>
      <description>hi,&lt;BR /&gt;After checking the above also try restarting the inetd.&lt;BR /&gt;/sbin/init.d/inetd stop&lt;BR /&gt;/sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jun 2004 23:56:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318566#M186998</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-06-29T23:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318567#M186999</link>
      <description>FTP Trouble Shooting&lt;BR /&gt;&lt;BR /&gt;1.If the message is [ftp: connect: Connection refused]&lt;BR /&gt;==&amp;gt; check the netd daemon&lt;BR /&gt;# ps -ef | grep inetd&lt;BR /&gt;output are must be&lt;BR /&gt;root 3730 2217 1 13:54:57 ttyp2 0:00 grep inetd&lt;BR /&gt;root 2324 1 0 13:43:28 ? 0:00 inetd&lt;BR /&gt;==&amp;gt; if inetd is not running type on command line&lt;BR /&gt;# inetd&lt;BR /&gt;&lt;BR /&gt;2. if the message are [530 access denied login failed or 530 User [name] access denied]&lt;BR /&gt;A. Check the netrc in the User's home directory and then rename it to netrc.old.&lt;BR /&gt;B. Check /etc/ftpusers.&lt;BR /&gt;if there are any hosts then that hosts are refused to access.&lt;BR /&gt;C. check /etc/shells.&lt;BR /&gt;this file has list for system's valid shell. each path have to be writtend with absolut path, and if you want to know the valid shell use '# man getuershell'&lt;BR /&gt;&lt;BR /&gt;Example entries:&lt;BR /&gt;&lt;BR /&gt;/bin/sh &amp;lt;&amp;lt;&amp;lt;-&lt;BR /&gt;/bin/rsh |&lt;BR /&gt;/bin/ksh |&lt;BR /&gt;/bin/rksh &amp;gt; 9.X valid shells&lt;BR /&gt;/bin/csh |&lt;BR /&gt;/bin/pam |&lt;BR /&gt;/usr/bin/keysh |&lt;BR /&gt;/bin/posix/sh &amp;lt;&amp;lt;&amp;lt;-&lt;BR /&gt;&lt;BR /&gt;/sbin/sh &amp;lt;&amp;lt;&amp;lt;-&lt;BR /&gt;/usr/bin/sh |&lt;BR /&gt;/usr/bin/rsh |&lt;BR /&gt;/usr/bin/ksh &amp;gt; 10.X valid shells&lt;BR /&gt;/usr/bin/rksh |&lt;BR /&gt;/usr/bin/csh |&lt;BR /&gt;/usr/bin/keysh &amp;lt;&amp;lt;&amp;lt;-&lt;BR /&gt;&lt;BR /&gt;3. If the message is [ftp: ftp/tcp: unknown service]&lt;BR /&gt;Check /etc/services file. &lt;BR /&gt;==&amp;gt; if this file is modify type this command.&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;â » /etc/services file's permission are 444 (-r--r--r--).&lt;BR /&gt;&lt;BR /&gt;4. If the message is [421 Service not available, remote server has closed connection]&lt;BR /&gt;&lt;BR /&gt;check /var/adm/inetd.sec &lt;BR /&gt;&lt;BR /&gt;5. If the message is [150 Opening ASCII mode data connection for&lt;BR /&gt;/usr/bin/ls. crt0: ERROR couldn't open /usr/lib/dld.sl&lt;BR /&gt;errno:000000002]&lt;BR /&gt;&lt;BR /&gt;==&amp;gt; 'ls' version is not correct at /home/ftp/usr/bin&lt;BR /&gt;# cp /sbin/ls /home/ftp/usr/bin/</description>
      <pubDate>Wed, 30 Jun 2004 23:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318567#M186999</guid>
      <dc:creator>YoungHwan, Ko</dc:creator>
      <dc:date>2004-06-30T23:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318568#M187000</link>
      <description>earlier it was working or not.&lt;BR /&gt;&lt;BR /&gt;check your /etc/services&lt;BR /&gt;for which port 20/tcp got assigned.&lt;BR /&gt;it should be for ftp-data&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 05:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3318568#M187000</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-07-01T05:46:18Z</dc:date>
    </item>
  </channel>
</rss>

