<?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 FTP LOG IN REFUSED in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5924631#M482918</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running HP-UX, b.11.11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to connect ftp via cmd.exe the log in failed and the following syslog.log message received:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FTP LOGIN REFUSED (bad shell) FROM &amp;lt;IP_ADDRESS&amp;gt;, &amp;lt;USER&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, this is true for all users how run tcsh shell except of root that runs sh shell and can perform the above ftp connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I think it is the tcsh shell I "installed" way:&lt;/P&gt;&lt;P&gt;# cp -pr /usr/bin/tcsh /usr/bin (from one HP-UX machine to the current one).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better approperate way to install tcsh or the "cp" command was enough?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Yali&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2013 11:29:09 GMT</pubDate>
    <dc:creator>Yaroki</dc:creator>
    <dc:date>2013-01-08T11:29:09Z</dc:date>
    <item>
      <title>FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5924631#M482918</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm running HP-UX, b.11.11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to connect ftp via cmd.exe the log in failed and the following syslog.log message received:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FTP LOGIN REFUSED (bad shell) FROM &amp;lt;IP_ADDRESS&amp;gt;, &amp;lt;USER&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, this is true for all users how run tcsh shell except of root that runs sh shell and can perform the above ftp connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I think it is the tcsh shell I "installed" way:&lt;/P&gt;&lt;P&gt;# cp -pr /usr/bin/tcsh /usr/bin (from one HP-UX machine to the current one).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a better approperate way to install tcsh or the "cp" command was enough?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Yali&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 11:29:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5924631#M482918</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2013-01-08T11:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5924837#M482919</link>
      <description>&lt;P&gt;The usual process to install a new shell is to find the 'depot' file, or source code, and install or compile it that way. &amp;nbsp;Just copying the tcsh executable from another server could work, but there is always a possibility that there may be libraries that the shell needs that you did not copy. &amp;nbsp;Installing from scratch would take care of that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming the shell is working, the other thing you should check is the /etc/shells file on your server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the file exists then you need to make sure that the /usr/bin/tcsh shell is specified in the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each shell should be on its own line. &amp;nbsp;Here is an /etc/shells from an 11.11 server:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# cat /etc/shells&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/bin/sh&lt;BR /&gt;/bin/ksh&lt;BR /&gt;/bin/false&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/rsh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/rksh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/usr/bin/rcsh&lt;BR /&gt;/usr/bin/keysh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just add your /usr/bin/tcsh to the end of your file on a line by itself.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 15:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5924837#M482919</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2013-01-08T15:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5925551#M482922</link>
      <description>&lt;P&gt;Yes, of course, I forgot this configuration file.&lt;/P&gt;&lt;P&gt;It wasn't there at all.&lt;/P&gt;&lt;P&gt;Now, it's work properly.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2013 07:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5925551#M482922</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2013-01-09T07:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977037#M483374</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some of the shells I would like to copy from HP-UX machine to the the other refused by the following message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cp: cannot create /usr/bin/ksh: &amp;nbsp;Text file busy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can it be copied?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yali&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977037#M483374</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2013-02-27T09:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977051#M483375</link>
      <description>&lt;P&gt;&amp;gt;Some of the shells I would like to copy from HP-UX machine to the the other:&lt;/P&gt;&lt;P&gt;&amp;gt;cp: cannot create /usr/bin/ksh: &amp;nbsp;Text file busy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That file is already there, why do you want to copy it?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977051#M483375</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2013-02-27T09:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977159#M483381</link>
      <description>&lt;P&gt;/usr/bin/ksh is part of the standard HP-UX, and is managed by swinstall and friends.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you just copy /usr/bin/ksh from one system to another, your swlist information will no longer accurately match the patch state of ksh. And when you install a patch that affects ksh (e.g. in a Quality Pack), your copied ksh will be silently overwritten (if the patch includes a complete new copy of ksh) or corrupted (if the patch includes a set of differences that are supposed to apply to the version of ksh the swinstall knows about, but not to the version you copied).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If one of your HP-UX machines contains a non-working version of /usr/bin/ksh and another doesn't, the right way is to identify the difference in patch levels (with commands like "what /usr/bin/ksh" and/or "swlist -l file |grep /usr/bin/ksh") and apply the required patch to the machine with the non-working version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you suspect that the "good" file has already been copied from somewhere else, you can use swverify to check whether or not the swinstall information matches the actual file.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 10:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977159#M483381</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2013-02-27T10:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: FTP LOG IN REFUSED</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977181#M483383</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Feb 2013 10:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-log-in-refused/m-p/5977181#M483383</guid>
      <dc:creator>Yaroki</dc:creator>
      <dc:date>2013-02-27T10:51:07Z</dc:date>
    </item>
  </channel>
</rss>

