<?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 login error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589859#M883573</link>
    <description>On the DNS server my nsswitch.conf file says&lt;BR /&gt;&lt;BR /&gt;hosts:        dns [NOTFOUND=continue] files   &lt;BR /&gt;&lt;BR /&gt;On the server that I am having troubles signing into FTP.... I see&lt;BR /&gt;hosts: files [notfound=continue unavail=continue tryagain=continue] dns &lt;BR /&gt;&lt;BR /&gt;What should this say?&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Oct 2001 13:05:22 GMT</pubDate>
    <dc:creator>Kathleen</dc:creator>
    <dc:date>2001-10-11T13:05:22Z</dc:date>
    <item>
      <title>FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589850#M883564</link>
      <description>When a user logs into the FTP_LE software, they are not allowed to signin.  This happens from time to time.  I had her try to do a run--c:\windows\ftp and try to sign in that way to FTP but she gets a "connection closed by remote host" message.  What is causing this....or what can I check to fix the problem? This doesnt' happen all the time....just from time to time.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 04 Oct 2001 15:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589850#M883564</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2001-10-04T15:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589851#M883565</link>
      <description>What kind of errors (if any) are you getting on the server side?  Check /var/adm/syslog.  Also try starting up the ftp daemon with logging, i.e. in /etc/inetd.conf change the entry for ftpd:&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l -L -v&lt;BR /&gt;&lt;BR /&gt;the -l logs each ftp session,&lt;BR /&gt;the -L logs all commands sent to the ftp daemon&lt;BR /&gt;the -v logs logs other information include what files were transfered, etc.&lt;BR /&gt;&lt;BR /&gt;then restart inetd (inetd -c).  Then see if you could reproduce the problem from the client side and then check /var/adm/syslog/syslog.log for any errors.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 04 Oct 2001 15:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589851#M883565</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-04T15:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589852#M883566</link>
      <description>Hi Kathleen,&lt;BR /&gt;&lt;BR /&gt;There are a couple of things that could cause this:&lt;BR /&gt;&lt;BR /&gt;1.  First, I would do as stated above and restart inetd with ftp logging turned on.  You can force inetd to reread the conf file with the -c option.  To restart inetd, /sbin/init.d/inetd stop;/sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;Then when the problem occurs, check the log.&lt;BR /&gt;&lt;BR /&gt;2.  I could be a network problem.  If the person is comming through a firewall, I have seen the firewall proxy glitches cause the same intermittent problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...jcd...</description>
      <pubDate>Thu, 04 Oct 2001 16:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589852#M883566</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-10-04T16:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589853#M883567</link>
      <description>Hi Kathleen,&lt;BR /&gt;&lt;BR /&gt;All good ideas to check so far...and here's a couple more.&lt;BR /&gt; On that box that is closing your connection...login to it and see if it can ftp to itself.  If it can..good; if not than that is where to begin. &lt;BR /&gt;If 1 passed ok...then check on that box for /var/adm/inetd.sec file and see if it is restricting ftp access.&lt;BR /&gt;&lt;BR /&gt;Just a couple thoughts,&lt;BR /&gt;Rita&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Oct 2001 18:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589853#M883567</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-10-04T18:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589854#M883568</link>
      <description>These are some things I see in the syslog&lt;BR /&gt;&lt;BR /&gt;Sep 10 11:23:44 proxy ftpd[19087]: cannot stat private access file /etc/ftpd/ftp&lt;BR /&gt;groups: No such file or directory&lt;BR /&gt;Sep 10 11:23:44 proxy ftpd[19087]: FTP LOGIN FROM 10.120.12.92 [10.120.12.92], fhs&lt;BR /&gt;Sep 10 11:41:27 proxy ftpd[19087]: exiting on signal 14&lt;BR /&gt;Oct  4 12:04:05 proxy ftpd[19087]: cannot stat private access file /etc/ftpd/ftp&lt;BR /&gt;groups: No such file or directory&lt;BR /&gt;Oct  4 12:04:06 proxy ftpd[19087]: FTP LOGIN FROM 10.120.20.89 [10.120.20.89], fhs&lt;BR /&gt;Oct  4 12:05:06 proxy ftpd[19087]: FTP session closed</description>
      <pubDate>Wed, 10 Oct 2001 14:14:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589854#M883568</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2001-10-10T14:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589855#M883569</link>
      <description>Hello Kathleen,&lt;BR /&gt;&lt;BR /&gt;signal 14 is SIGALRT (alert after a time-out),&lt;BR /&gt;and the ip-address tells me that there is no&lt;BR /&gt;(correct) name resolution for the client's&lt;BR /&gt;hostname/ip-address. And since this usually&lt;BR /&gt;takes enormous amounts of time (if configured&lt;BR /&gt;wrong or plainly not working) then this would&lt;BR /&gt;explain the SIGALRT...&lt;BR /&gt;Can you check for your DNS setup? And for the &lt;BR /&gt;response time of your DNS-servers?&lt;BR /&gt;&lt;BR /&gt;Just my ?0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Wed, 10 Oct 2001 16:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589855#M883569</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-10T16:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589856#M883570</link>
      <description>I can check that...the DNS but what do I look for specifically?</description>
      <pubDate>Wed, 10 Oct 2001 17:08:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589856#M883570</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2001-10-10T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589857#M883571</link>
      <description>I believe for DNS it would be the named.boot file, otherwise you want to check your /etc/hosts.  If this user IP's address is in either place it should resolve.  The order (or what it uses) depends on the /etc/nsswitch.conf file.&lt;BR /&gt;&lt;BR /&gt;Now here is one more thought....is their an /etc/ftpuser (ver 10.2).  On 10.2 creating this /etc/ftpuser file and simply entering the user login id will restrict them from getting logged in...&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita</description>
      <pubDate>Wed, 10 Oct 2001 17:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589857#M883571</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-10-10T17:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589858#M883572</link>
      <description>to check DNS, what you want to try is nslookup on the IP address in syslog. If it returns a hostname, your fine, if not, your reverse DNS is not working properly.&lt;BR /&gt;&lt;BR /&gt;if your using dns, your /etc/named.conf file will point you to the right files to edit. You should check as was noted /etc/nsswitch.con for the hosts line as well.</description>
      <pubDate>Wed, 10 Oct 2001 17:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589858#M883572</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-10-10T17:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589859#M883573</link>
      <description>On the DNS server my nsswitch.conf file says&lt;BR /&gt;&lt;BR /&gt;hosts:        dns [NOTFOUND=continue] files   &lt;BR /&gt;&lt;BR /&gt;On the server that I am having troubles signing into FTP.... I see&lt;BR /&gt;hosts: files [notfound=continue unavail=continue tryagain=continue] dns &lt;BR /&gt;&lt;BR /&gt;What should this say?&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Oct 2001 13:05:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589859#M883573</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2001-10-11T13:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: FTP login error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589860#M883574</link>
      <description>Also,&lt;BR /&gt;Now all I am getting in my syslog for users is...&lt;BR /&gt;&lt;BR /&gt;Oct 11 08:24:10 proxy ftpd[6477]: FTP session closed&lt;BR /&gt;Oct 11 08:27:44 proxy ftpd[6497]: FTP session closed&lt;BR /&gt;Oct 11 08:30:20 proxy ftpd[6516]: FTP session closed&lt;BR /&gt;Oct 11 09:18:11 proxy ftpd[6731]: FTP session closed&lt;BR /&gt;Oct 11 09:19:39 proxy ftpd[6735]: FTP session closed&lt;BR /&gt;Oct 11 09:54:23 proxy ftpd[6938]: getpeername (/usr/lbin/ftpd): Socket operation&lt;BR /&gt; on non-socket</description>
      <pubDate>Thu, 11 Oct 2001 13:10:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-login-error/m-p/2589860#M883574</guid>
      <dc:creator>Kathleen</dc:creator>
      <dc:date>2001-10-11T13:10:43Z</dc:date>
    </item>
  </channel>
</rss>

