<?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/3831110#M271844</link>
    <description>Steven, looked at the log and all i see in the syslog is 'ftp session closed' with the ftpuser file, any special permission on it?&lt;BR /&gt;&lt;BR /&gt;Jonathan when i do an su and enter the password i get 'su sorry' but when i keyin whoami... it is the user who su.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
    <pubDate>Wed, 26 Jul 2006 09:00:29 GMT</pubDate>
    <dc:creator>Wamaitha</dc:creator>
    <dc:date>2006-07-26T09:00:29Z</dc:date>
    <item>
      <title>FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831106#M271840</link>
      <description>Hello,&lt;BR /&gt;i have users who are trying to ftp files to a HP-UX file server. and the get the following error:&lt;BR /&gt;Password:&lt;BR /&gt;530 Login incorrect&lt;BR /&gt;Login failed.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;what can i do to resolve this issue? i do not have ftpusers file. Do i need to start with the creating the ftpusers file? Any info will be appreciated. Still feeling my way around HP-UX. thanks in advnace.</description>
      <pubDate>Wed, 26 Jul 2006 08:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831106#M271840</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2006-07-26T08:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831107#M271841</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need an ftpusers file to block root ftp access anywya, so go for it.&lt;BR /&gt;&lt;BR /&gt;You should make sure the users involved have not let their passwords expire.&lt;BR /&gt;&lt;BR /&gt;Check /var/adm/syslog/syslog.log for more data.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Jul 2006 08:20:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831107#M271841</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-26T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831108#M271842</link>
      <description>Hi Wamaitha,&lt;BR /&gt;&lt;BR /&gt;That error means the users aren't putting in a valid username and/or password. Can you su to the user they are entering if you are logged into the file server? If you 'grep &lt;USER&gt; /etc/passwd', does a line show up? Is the shell (the last column) on that line a valid shell?&lt;BR /&gt;&lt;BR /&gt;eg:&lt;BR /&gt;&lt;BR /&gt;% grep youruser /etc/passwd&lt;BR /&gt;youruser:&lt;HASHED passwd=""&gt;:107:20:Your User:/home/youruser:/usr/bin/ksh&lt;BR /&gt;% ls -l /usr/bin/ksh&lt;BR /&gt;-r-xr-xr-x   2 bin        bin         172032 Apr 22  2002 /usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;Is there anything toward the bottom of /var/adm/syslog/syslog.log that shows an ftp or login-related error?&lt;BR /&gt;&lt;BR /&gt;Jonathan&lt;/HASHED&gt;&lt;/USER&gt;</description>
      <pubDate>Wed, 26 Jul 2006 08:20:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831108#M271842</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-26T08:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831109#M271843</link>
      <description>I can think of /etc/shells file but in that case, I dont believe users will not be prompted to enter the password.&lt;BR /&gt;&lt;BR /&gt;Check for the /etc/shells file. If it is empty then delete it or add all the login shells in the file.&lt;BR /&gt;&lt;BR /&gt;Which version of HP-UX are running ? I believe with 11.11, the location of ftpusers file is in /etc/ftpd/ directory, not /etc as with 11.0 &lt;BR /&gt;&lt;BR /&gt;Also check to see if you have a ftpaccess file in the /etc/ftpd directory.&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jul 2006 08:54:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831109#M271843</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2006-07-26T08:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831110#M271844</link>
      <description>Steven, looked at the log and all i see in the syslog is 'ftp session closed' with the ftpuser file, any special permission on it?&lt;BR /&gt;&lt;BR /&gt;Jonathan when i do an su and enter the password i get 'su sorry' but when i keyin whoami... it is the user who su.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Wed, 26 Jul 2006 09:00:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831110#M271844</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2006-07-26T09:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831111#M271845</link>
      <description>Sundar, i checked the /etc/shells fine and it was there. I added the location for the sh that the user with the the issue was having and they still were not able to login.&lt;BR /&gt;Thank you</description>
      <pubDate>Wed, 26 Jul 2006 09:25:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831111#M271845</guid>
      <dc:creator>Wamaitha</dc:creator>
      <dc:date>2006-07-26T09:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831112#M271846</link>
      <description>Did you try looking at the shell for that user in /etc/passwd and seeing if that shell exists in /etc/shells?&lt;BR /&gt;&lt;BR /&gt;Can you 'ftp localhost', try to log in as the user, then quit and do a 'tail /var/adm/syslog/syslog.log' and post the results?</description>
      <pubDate>Wed, 26 Jul 2006 09:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/3831112#M271846</guid>
      <dc:creator>Jonathan Fife</dc:creator>
      <dc:date>2006-07-26T09:25:33Z</dc:date>
    </item>
  </channel>
</rss>

