<?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: proftpd errors in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045183#M303610</link>
    <description>Patric thank  you for your prompt response. &lt;BR /&gt;the firewall is allowing the connection. &lt;BR /&gt;I get a successful login.&lt;BR /&gt;&lt;BR /&gt;- I am not following your suggestion about port 20. I believe the configuration file is set to port 21.&lt;BR /&gt;&lt;BR /&gt;# Port 21 is the standard FTP port.&lt;BR /&gt;Port                            21&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Jul 2007 09:29:28 GMT</pubDate>
    <dc:creator>Juan M Leon</dc:creator>
    <dc:date>2007-07-27T09:29:28Z</dc:date>
    <item>
      <title>proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045180#M303607</link>
      <description>Hello, I am not familiar with proftp, I need some help. I just confgured a proftpserver I followed all the instructiions.&lt;BR /&gt;I am able to loing using the allowed account, but I am unable to execute a listing directory &lt;BR /&gt;once I enter "ls" the screen hungs and then I receive the following error.&lt;BR /&gt;&lt;BR /&gt;ftp&amp;gt; ls&lt;BR /&gt;200 PORT command successful&lt;BR /&gt;425 Unable to build data connection: Connection timed out&lt;BR /&gt;&lt;BR /&gt;in the syslog I see the following entry.&lt;BR /&gt;&lt;BR /&gt;Jul 27 09:40:54 host proftpd[16421]: host (hotsb [xxx.xxx.xxx.xxx]) - PRIVS_RELINQUISH: unable to setregid(session.gid, PR_ROOT_GID): Not owner&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any suggestions.&lt;BR /&gt;&lt;BR /&gt;Thank you &lt;BR /&gt;Juan</description>
      <pubDate>Fri, 27 Jul 2007 09:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045180#M303607</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2007-07-27T09:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045181#M303608</link>
      <description>The error sounds as if it is having trouble talking on port 20.&lt;BR /&gt;&lt;BR /&gt;Make sure both FTP ports, data port is TCP port 20 and control port is TCP port 21, are allowed through a firewall, if a firewall is involved.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045181#M303608</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-07-27T09:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045182#M303609</link>
      <description>Hello Juan,&lt;BR /&gt;I do not know much about ProFTP specifically,&lt;BR /&gt;However, try here for example configurations: &lt;A href="http://www.proftpd.org/docs/example-conf.html" target="_blank"&gt;http://www.proftpd.org/docs/example-conf.html&lt;/A&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:24:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045182#M303609</guid>
      <dc:creator>Charles H Emery</dc:creator>
      <dc:date>2007-07-27T09:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045183#M303610</link>
      <description>Patric thank  you for your prompt response. &lt;BR /&gt;the firewall is allowing the connection. &lt;BR /&gt;I get a successful login.&lt;BR /&gt;&lt;BR /&gt;- I am not following your suggestion about port 20. I believe the configuration file is set to port 21.&lt;BR /&gt;&lt;BR /&gt;# Port 21 is the standard FTP port.&lt;BR /&gt;Port                            21&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045183#M303610</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2007-07-27T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045184#M303611</link>
      <description>FTP actually uses 2 TCP ports.&lt;BR /&gt;&lt;BR /&gt;Port 20 is the FTP DATA port.&lt;BR /&gt;Port 21 is the FTP command port.  &lt;BR /&gt;&lt;BR /&gt;Have a look at an /etc/services file and you will see 2 entries for FTP.&lt;BR /&gt;&lt;BR /&gt;For normal FTP you MUST allow BOTH port 20 and 21.&lt;BR /&gt;&lt;BR /&gt;You could try PASSIVE FTP and see if you can get away with just port 21 in that case.</description>
      <pubDate>Fri, 27 Jul 2007 09:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045184#M303611</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-07-27T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045185#M303612</link>
      <description>Patrick, &lt;BR /&gt;I checked the services files. And I see both ports set in the file&lt;BR /&gt;ftp-data      20/tcp                 # File Transfer Protocol (Data)&lt;BR /&gt;ftp           21/tcp                 # File Transfer Protocol (Control)&lt;BR /&gt;tftp          69/udp                 # Trivial File Transfer Protocol&lt;BR /&gt;sftp         115/tcp                 # Simple File Transfer Protocol&lt;BR /&gt;bftp         152/tcp                 # Background File Transfer Protocol&lt;BR /&gt;ftp-ftam    8868/tcp                 # FTP-&amp;gt;FTAM Gateway&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Question, do I need both ports allow in the firewall?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Charles,&lt;BR /&gt;&lt;BR /&gt;Thanks for the info. I comparing the examples with my config file.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 09:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045185#M303612</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2007-07-27T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045186#M303613</link>
      <description>Yes, that would be my recommendation.</description>
      <pubDate>Fri, 27 Jul 2007 09:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045186#M303613</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-07-27T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: proftpd errors</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045187#M303614</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;I was able to successfully list directories from another computer with in diff network.&lt;BR /&gt;That solves my 425 error.&lt;BR /&gt;&lt;BR /&gt;Do y ou have any ideas on the entries in the syslog:&lt;BR /&gt;Jul 27 09:40:54 host proftpd[16421]: host (hotsb [xxx.xxx.xxx.xxx]) - PRIVS_RELINQUISH: unable to setregid(session.gid, PR_ROOT_GID): Not owner</description>
      <pubDate>Fri, 27 Jul 2007 10:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proftpd-errors/m-p/4045187#M303614</guid>
      <dc:creator>Juan M Leon</dc:creator>
      <dc:date>2007-07-27T10:24:12Z</dc:date>
    </item>
  </channel>
</rss>

