<?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: Interpreter &amp;quot;bin/ksh&amp;quot; not found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410360#M352964</link>
    <description>&lt;BR /&gt;Im having problems with my ftp running slow even for very small files...what could this be down to?</description>
    <pubDate>Wed, 29 Apr 2009 13:58:12 GMT</pubDate>
    <dc:creator>H_16</dc:creator>
    <dc:date>2009-04-29T13:58:12Z</dc:date>
    <item>
      <title>Interpreter "bin/ksh" not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410357#M352961</link>
      <description>When trying to run create_deport script receiving the following error.&lt;BR /&gt;&lt;BR /&gt;# ./create_depot_hpux.11.23 &lt;BR /&gt;interpreter "/bin/ksh" not found&lt;BR /&gt;file link resolves to "/usr/bin/ksh"&lt;BR /&gt;sh: ./create_depot_hpux.11.23:  not found.&lt;BR /&gt;&lt;BR /&gt;I have changed the script to /usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;I then get:&lt;BR /&gt;&lt;BR /&gt;# ./create_depot_hpux.11.23 &lt;BR /&gt;interpreter "/usr/bin/ksh" not found&lt;BR /&gt;sh: ./create_depot_hpux.11.23:  not found.</description>
      <pubDate>Wed, 29 Apr 2009 13:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410357#M352961</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-29T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreter "bin/ksh" not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410358#M352962</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You FTP's the script and added carriage-returns to the lines.  Either transfer the file correctly or strip the carriage returns:&lt;BR /&gt;&lt;BR /&gt;# dos2ux ./create_depot_hpux.11.23 &amp;gt; ./create_depot_hpux.11.23.new&lt;BR /&gt;&lt;BR /&gt;# mv ./create_depot_hpux.11.23.new ./create_depot_hpux.11.23 &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Apr 2009 13:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410358#M352962</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-29T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreter "bin/ksh" not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410359#M352963</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could also simply do the ftp upload again.&lt;BR /&gt;&lt;BR /&gt;If the original file is still around.&lt;BR /&gt;&lt;BR /&gt;I find on systems with ftp access permitted, that using the ftp script option for getting patches avoids all these issues.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 29 Apr 2009 13:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410359#M352963</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-29T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreter "bin/ksh" not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410360#M352964</link>
      <description>&lt;BR /&gt;Im having problems with my ftp running slow even for very small files...what could this be down to?</description>
      <pubDate>Wed, 29 Apr 2009 13:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410360#M352964</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-04-29T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Interpreter "bin/ksh" not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410361#M352965</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Im having problems with my ftp running slow even for very small files...what could this be down to?&lt;BR /&gt;&lt;BR /&gt;That's a different issue than the one you opened this thread with.  That said, however, the first thing you may want to check is a network duplex mismatch.&lt;BR /&gt;&lt;BR /&gt;If you are running a GB connection, your switch and your LAN card should be set to auto-negotiate.&lt;BR /&gt;&lt;BR /&gt;If you are running an old 100MB connection, you should set your switch and your LAN card to full-duplex, 100MB.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 29 Apr 2009 14:05:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/interpreter-quot-bin-ksh-quot-not-found/m-p/4410361#M352965</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-04-29T14:05:06Z</dc:date>
    </item>
  </channel>
</rss>

