<?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/4392911#M350511</link>
    <description>&amp;gt;Patrick: # echo $SHELL -&amp;gt; /bin/ksh&lt;BR /&gt;&amp;gt;Actually, it isn't. Add /bin/ksh to /etc/shells and try again.&lt;BR /&gt;&lt;BR /&gt;You can't just look at $SHELL, only finger or /etc/passwd.  Actually besides possibly adding /bin/ksh for others, kim needs /sbin/sh.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but I believe FTP looks at the shell as it is defined in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;Right and finger(1) showed /sbin/sh.</description>
    <pubDate>Wed, 01 Apr 2009 23:02:02 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2009-04-01T23:02:02Z</dc:date>
    <item>
      <title>ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392906#M350506</link>
      <description>Hi guys, i am getting ftp error on a server.. i can telnet into it, i can ftp out of it but when i am ftping into it i get the following error... I used other logins as well but they dont work.. In the ftpusers these users are not there...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:\Documents and Settings\kim&amp;gt;ftp 34.76.222.10&lt;BR /&gt;Connected to 34.76.222.10.&lt;BR /&gt;220 kbrsp02 FTP server (Version 1.1.214.4(PHNE_36129) Tue Apr 22 06:43:36 GMT 20&lt;BR /&gt;08) ready.&lt;BR /&gt;User (34.76.222.10:(none)): kim&lt;BR /&gt;530 User kim access denied...&lt;BR /&gt;Login failed.&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Apr 2009 21:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392906#M350506</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2009-04-01T21:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392907#M350507</link>
      <description>Two possibilities:&lt;BR /&gt;&lt;BR /&gt;1. User name kim is in /etc/ftpusers.&lt;BR /&gt;2. The shell of user kim is not in the list of /etc/shell.</description>
      <pubDate>Wed, 01 Apr 2009 21:28:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392907#M350507</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-04-01T21:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392908#M350508</link>
      <description>check /etc/shell for the user's shell.</description>
      <pubDate>Wed, 01 Apr 2009 21:38:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392908#M350508</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2009-04-01T21:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392909#M350509</link>
      <description>root@kp02 # finger kim&lt;BR /&gt;Login name: kim                       In real life: kim mathew Directory: /home/kim                  Shell: /sbin/sh&lt;BR /&gt;Last login Sat Jul 19, 2008 on pts/0&lt;BR /&gt;No unread mail&lt;BR /&gt;No Plan.&lt;BR /&gt;root@kp02 # echo $SHELL&lt;BR /&gt;/bin/ksh&lt;BR /&gt;root@kp02 # cat /etc/shells&lt;BR /&gt;/usr/bin/false&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;so u can see the kim's shell is there and also i checked if kim is in ftpusers and kim is not in ftpusers..</description>
      <pubDate>Wed, 01 Apr 2009 21:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392909#M350509</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2009-04-01T21:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392910#M350510</link>
      <description>root@kp02 # echo $SHELL&lt;BR /&gt;/bin/ksh&lt;BR /&gt;root@kp02 # cat /etc/shells&lt;BR /&gt;/usr/bin/false&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Actually, it isn't.  Add /bin/ksh to /etc/shells and try again.&lt;BR /&gt;&lt;BR /&gt;I know /bin is a link to /usr/bin, but I believe FTP looks at the shell as it is defined in /etc/passwd.  And since /bin/ksh is what is there, that is what needs to be in /etc/shells.</description>
      <pubDate>Wed, 01 Apr 2009 22:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392910#M350510</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-04-01T22:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392911#M350511</link>
      <description>&amp;gt;Patrick: # echo $SHELL -&amp;gt; /bin/ksh&lt;BR /&gt;&amp;gt;Actually, it isn't. Add /bin/ksh to /etc/shells and try again.&lt;BR /&gt;&lt;BR /&gt;You can't just look at $SHELL, only finger or /etc/passwd.  Actually besides possibly adding /bin/ksh for others, kim needs /sbin/sh.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but I believe FTP looks at the shell as it is defined in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;Right and finger(1) showed /sbin/sh.</description>
      <pubDate>Wed, 01 Apr 2009 23:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392911#M350511</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-04-01T23:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: ftp error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392912#M350512</link>
      <description>Dennis -- Good point.  I missed the fact that /sbin/sh was the shell shown by the finger command.  So, that would definitely need to be added to /etc/shells as well since it is definitely different than /usr/bin/sh.</description>
      <pubDate>Wed, 01 Apr 2009 23:04:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-error/m-p/4392912#M350512</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-04-01T23:04:31Z</dc:date>
    </item>
  </channel>
</rss>

