<?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: connect: Connection refused in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295891#M337403</link>
    <description>Hi Khashru vai&lt;BR /&gt;&lt;BR /&gt;please use tcp instead of tcp6 in /etc/inetd.conf file. then restart the daemon.</description>
    <pubDate>Wed, 29 Oct 2008 02:16:27 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2008-10-29T02:16:27Z</dc:date>
    <item>
      <title>ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295885#M337397</link>
      <description>hi i got a new hpux box with 11.31. when i am trying to ftp it is saying ftp: connect: Connection refused.&lt;BR /&gt;&lt;BR /&gt;What is the workaround</description>
      <pubDate>Tue, 28 Oct 2008 22:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295885#M337397</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2008-10-28T22:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295886#M337398</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Make sure to uncomment the 'ftp' entry in '/etc/inetd.conf'.  Then do:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 28 Oct 2008 23:01:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295886#M337398</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-10-28T23:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295887#M337399</link>
      <description>it is there. &lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l&lt;BR /&gt;&lt;BR /&gt;Sone was telliong by defauly hpux 11.31 does not have ftp istalled.</description>
      <pubDate>Tue, 28 Oct 2008 23:43:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295887#M337399</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2008-10-28T23:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295888#M337400</link>
      <description>&lt;!--!*#--&gt;"Connection refused" normally means that you&lt;BR /&gt;can talk to the target system, but that&lt;BR /&gt;there's no FTP server running (or configured)&lt;BR /&gt;there.&lt;BR /&gt;&lt;BR /&gt;Please show actual commands with actual&lt;BR /&gt;output.&lt;BR /&gt;&lt;BR /&gt;    grep '^ftp' /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;    netstat -an | grep '*.21 '&lt;BR /&gt;&lt;BR /&gt;    ls -l /usr/lbin/ftpd&lt;BR /&gt;&lt;BR /&gt;Around here:&lt;BR /&gt;&lt;BR /&gt;dyi # grep '^ftp' /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l&lt;BR /&gt;&lt;BR /&gt;The FTP server is configured.&lt;BR /&gt;&lt;BR /&gt;dyi # netstat -an | grep '*.21 '&lt;BR /&gt;tcp        0      0  *.21                   *.*                     LISTEN&lt;BR /&gt;&lt;BR /&gt;It's listening for connections.&lt;BR /&gt;&lt;BR /&gt;dyi # ls -l /usr/lbin/ftpd&lt;BR /&gt;-r-xr--r--   1 bin        bin         649448 Jan 12  2007 /usr/lbin/ftpd&lt;BR /&gt;&lt;BR /&gt;The FTP server program exists.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] when i am trying to ftp [...]&lt;BR /&gt;&lt;BR /&gt;How?  From where?&lt;BR /&gt;&lt;BR /&gt;    ftp localhost&lt;BR /&gt;&lt;BR /&gt;Is there anything interesting in&lt;BR /&gt;"/var/adm/syslog/syslog.log"?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; # inetd -c&lt;BR /&gt;&lt;BR /&gt;You did that?</description>
      <pubDate>Wed, 29 Oct 2008 01:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295888#M337400</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-29T01:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295889#M337401</link>
      <description>twra5000:/home/mayub :netstat -an | grep '*.21 '&lt;BR /&gt;tcp        0      0  *.21                   *.*                     LISTEN&lt;BR /&gt;twra5000:/home/mayub :ls -l /usr/lbin/ftpd&lt;BR /&gt;/usr/lbin/ftpd not found&lt;BR /&gt;twra5000:/home/mayub :&lt;BR /&gt;&lt;BR /&gt;It is saying ftpd not found.</description>
      <pubDate>Wed, 29 Oct 2008 01:43:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295889#M337401</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2008-10-29T01:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295890#M337402</link>
      <description>&lt;!--!*#--&gt;&amp;gt; /usr/lbin/ftpd not found&lt;BR /&gt;&lt;BR /&gt;That would explain the problem.&lt;BR /&gt;&lt;BR /&gt;I don't know if it was never installed, or if&lt;BR /&gt;it has been removed, but it's not there, and&lt;BR /&gt;that is what inetd expects to run for an&lt;BR /&gt;incoming FTP connection.&lt;BR /&gt;&lt;BR /&gt;It's been a while since I installed the OS on&lt;BR /&gt;my system, so I remember nothing, but I&lt;BR /&gt;clearly have this program where it's&lt;BR /&gt;expected.&lt;BR /&gt;&lt;BR /&gt;dyi # uname -a&lt;BR /&gt;HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license</description>
      <pubDate>Wed, 29 Oct 2008 01:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295890#M337402</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-29T01:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295891#M337403</link>
      <description>Hi Khashru vai&lt;BR /&gt;&lt;BR /&gt;please use tcp instead of tcp6 in /etc/inetd.conf file. then restart the daemon.</description>
      <pubDate>Wed, 29 Oct 2008 02:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295891#M337403</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-10-29T02:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295892#M337404</link>
      <description>i tried with tcp instead of tcp6. same result. Some one told me that ftp is not istalled automatically in 11.31. Do have to manually install it?&lt;BR /&gt;&lt;BR /&gt;Ahsan please send me you mail address.</description>
      <pubDate>Wed, 29 Oct 2008 02:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295892#M337404</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2008-10-29T02:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295893#M337405</link>
      <description>&amp;gt; please use tcp instead of tcp6 in&lt;BR /&gt;&amp;gt; /etc/inetd.conf file. then restart the&lt;BR /&gt;&amp;gt; daemon.&lt;BR /&gt;&lt;BR /&gt;Do you think that this will (magically)&lt;BR /&gt;replace the missing file, "/usr/lbin/ftpd"?&lt;BR /&gt;&lt;BR /&gt;Or do you think that that file is not needed?</description>
      <pubDate>Wed, 29 Oct 2008 02:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295893#M337405</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-29T02:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295894#M337406</link>
      <description>Hi,&lt;BR /&gt;What is the error message you are getting if you do $ftp localhost&lt;BR /&gt;&lt;BR /&gt;did you check your /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;$grep '^ftp' /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -a -l&lt;BR /&gt;&lt;BR /&gt;Do you have /var/adm/inetd.sec&lt;BR /&gt;if yes then what is the entry regarding ftp&lt;BR /&gt;&lt;BR /&gt;are you getting ftp prompt ?&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 29 Oct 2008 02:36:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295894#M337406</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-29T02:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295895#M337407</link>
      <description># ftp localhost&lt;BR /&gt;Connected to localhost.towerlife.com.au.&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Oct 2008 02:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295895#M337407</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2008-10-29T02:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295896#M337408</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please give the output of&lt;BR /&gt;grep ftp /etc/inetd.conf&lt;BR /&gt;and&lt;BR /&gt;grep ftp /var/adm/inetd.sec&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 29 Oct 2008 02:52:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295896#M337408</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-29T02:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295897#M337409</link>
      <description># grep ftp /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -l&lt;BR /&gt;# Before uncommenting the "tftp" entry below, please make sure&lt;BR /&gt;# that you have a "tftp" user in /etc/passwd. If you don't&lt;BR /&gt;# have one, please consult the tftpd(1M) manual entry for&lt;BR /&gt;tftp        dgram  udp  wait   root /usr/lbin/tftpd    tftpd\&lt;BR /&gt;# grep ftp /var/adm/inetd.sec&lt;BR /&gt;grep: can't open /var/adm/inetd.sec</description>
      <pubDate>Wed, 29 Oct 2008 02:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295897#M337409</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2008-10-29T02:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295898#M337410</link>
      <description>ahsanulj@gmail.com</description>
      <pubDate>Wed, 29 Oct 2008 03:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295898#M337410</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-10-29T03:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295899#M337411</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Sone was telliong by defauly hpux 11.31&lt;BR /&gt;&amp;gt; does not have ftp istalled.&lt;BR /&gt;&lt;BR /&gt;If you spend enough time here, someone will&lt;BR /&gt;probably tell you almost anything.&lt;BR /&gt;&lt;BR /&gt; &amp;gt; /usr/lbin/ftpd not found&lt;BR /&gt;&lt;BR /&gt;If you decide that that's important:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5991-6460/apcs02.html" target="_blank"&gt;http://docs.hp.com/en/5991-6460/apcs02.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4165/apds02.html" target="_blank"&gt;http://docs.hp.com/en/5992-4165/apds02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Everything I have found suggests that&lt;BR /&gt;    HP FTP Server    HPUX-FTPServer&lt;BR /&gt;is "installed or updated by default".  You&lt;BR /&gt;seem to be missing some or all of it.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] i got a new hpux box with 11.31 [...]&lt;BR /&gt;&lt;BR /&gt;Who installed the OS?  Perhaps _you_ should&lt;BR /&gt;do it.</description>
      <pubDate>Wed, 29 Oct 2008 03:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295899#M337411</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-29T03:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295900#M337412</link>
      <description>Khashru vai&lt;BR /&gt;&lt;BR /&gt;you can check this doc&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4607/ch05s02.html" target="_blank"&gt;http://docs.hp.com/en/5992-4607/ch05s02.html&lt;/A&gt;</description>
      <pubDate>Wed, 29 Oct 2008 03:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295900#M337412</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-10-29T03:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295901#M337413</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit this line &lt;BR /&gt;ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;into&lt;BR /&gt;ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -a -l&lt;BR /&gt;&lt;BR /&gt;then restart the net&lt;BR /&gt;inet -c&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 29 Oct 2008 03:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295901#M337413</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-29T03:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295902#M337414</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit this line in /etc/inetd.conf&lt;BR /&gt;ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l&lt;BR /&gt;into&lt;BR /&gt;ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -a -l&lt;BR /&gt;&lt;BR /&gt;then restart the net&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;Then try ftp again&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 29 Oct 2008 03:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295902#M337414</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2008-10-29T03:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295903#M337415</link>
      <description>&amp;gt;Steven: Everything I have found suggests that HPUX-FTPServer&lt;BR /&gt;&lt;BR /&gt;Yes, this product contains ftpd:&lt;BR /&gt;HPUX-FTPServer.FTP.FTP-RUN: /usr/lbin/ftpd&lt;BR /&gt;&lt;BR /&gt;For 11.23 it was:&lt;BR /&gt;InternetSrvcs.INETSVCS2-RUN: /usr/lbin/ftpd</description>
      <pubDate>Wed, 29 Oct 2008 04:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295903#M337415</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-10-29T04:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: ftp: connect: Connection refused</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295904#M337416</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Edit this line in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;&amp;gt; you can check this doc&lt;BR /&gt;&lt;BR /&gt;Let's take a survey.  How many people think&lt;BR /&gt;that this really doesn't matter:&lt;BR /&gt;&lt;BR /&gt;    /usr/lbin/ftpd not found&lt;BR /&gt;&lt;BR /&gt;and that tweaking some configuration file&lt;BR /&gt;will actually help?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Buy a clue somewhere.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(Of course, I'd also expect some informative&lt;BR /&gt;complaints to appear in the system log file,&lt;BR /&gt;and we haven't been shown anything from&lt;BR /&gt;there.)</description>
      <pubDate>Wed, 29 Oct 2008 14:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-connect-connection-refused/m-p/4295904#M337416</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-10-29T14:05:49Z</dc:date>
    </item>
  </channel>
</rss>

