<?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: not a terminal stty not a typewriter how to get rid of it in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282322#M474522</link>
    <description>Thank you to all for your support and information. Now my script is running fine..:)&lt;BR /&gt;</description>
    <pubDate>Tue, 17 May 2011 13:45:49 GMT</pubDate>
    <dc:creator>vishal gangrade</dc:creator>
    <dc:date>2011-05-17T13:45:49Z</dc:date>
    <item>
      <title>not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282313#M474513</link>
      <description>I am running a simple script which has to run other 3 scripts which are on different servers using SSH then i am copyng the data from all the 4 servers including the server from i am running the script... altough data is getting copied but when it swithes to another server it is showing the above mentioned error....please provide some info to get rid of it..</description>
      <pubDate>Mon, 16 May 2011 12:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282313#M474513</guid>
      <dc:creator>vishal gangrade</dc:creator>
      <dc:date>2011-05-16T12:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282314#M474514</link>
      <description>&lt;P&gt;Did you check this :&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/Security/ssh-giving-stty-Not-a-typewriter-error/m-p/5094089#M17835" target="_blank"&gt;http://h30499.www3.hp.com/t5/Security/ssh-giving-stty-Not-a-typewriter-error/m-p/5094089#M17835&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 21:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282314#M474514</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-08-08T21:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282315#M474515</link>
      <description>i am not using any STTY command in that and i just dont want to modify .profile....i just want to know will it affect .profile or any other files if i will run it again and again..</description>
      <pubDate>Tue, 17 May 2011 05:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282315#M474515</guid>
      <dc:creator>vishal gangrade</dc:creator>
      <dc:date>2011-05-17T05:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282316#M474516</link>
      <description>there are indeed the answer provided in the thread but you can also use -t option&lt;BR /&gt;&lt;BR /&gt;$ ssh -t laurent@localhost ttytype             &lt;BR /&gt;vt100&lt;BR /&gt;Connection to localhost closed.&lt;BR /&gt;$ ssh  laurent@localhost ttytype  &lt;BR /&gt;ttytype: couldn't open /dev/tty for reading&lt;BR /&gt;$ &lt;BR /&gt;&lt;BR /&gt;like that your ssh is executed on a tty which avoid all tty errors</description>
      <pubDate>Tue, 17 May 2011 06:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282316#M474516</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-05-17T06:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282317#M474517</link>
      <description>just a remark, -t option uses a pty on the remote system, so it consume more ressource which can be limited, than without -t where the socket is use without a pty.</description>
      <pubDate>Tue, 17 May 2011 06:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282317#M474517</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-05-17T06:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282318#M474518</link>
      <description>Now i used -t option with ttytype, thats true it is not showing the error but now it is not running the scripts on other 3 server... just it is showing the "vt100 Connection to 96.110.168.54 closed" and i am getting output from only server from where i am running it...&lt;BR /&gt;&lt;BR /&gt;i am running this..&lt;BR /&gt;ssh -t host@ip ttytype "path/.ksh file"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2011 09:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282318#M474518</guid>
      <dc:creator>vishal gangrade</dc:creator>
      <dc:date>2011-05-17T09:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282319#M474519</link>
      <description>add a set -x to your script to see what is executed and is not executed.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2011 09:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282319#M474519</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2011-05-17T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282320#M474520</link>
      <description>i checked it is not running the other 3 scripts..even some files which has to be created there are not creating..</description>
      <pubDate>Tue, 17 May 2011 10:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282320#M474520</guid>
      <dc:creator>vishal gangrade</dc:creator>
      <dc:date>2011-05-17T10:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282321#M474521</link>
      <description>Remove "ttytype" from your command string.  It was used to show the effect of the '-t' option.</description>
      <pubDate>Tue, 17 May 2011 11:54:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282321#M474521</guid>
      <dc:creator>Earl_Crowder</dc:creator>
      <dc:date>2011-05-17T11:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282322#M474522</link>
      <description>Thank you to all for your support and information. Now my script is running fine..:)&lt;BR /&gt;</description>
      <pubDate>Tue, 17 May 2011 13:45:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282322#M474522</guid>
      <dc:creator>vishal gangrade</dc:creator>
      <dc:date>2011-05-17T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: not a terminal stty not a typewriter how to get rid of it</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282323#M474523</link>
      <description>Got the solution</description>
      <pubDate>Tue, 17 May 2011 13:48:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-a-terminal-stty-not-a-typewriter-how-to-get-rid-of-it/m-p/5282323#M474523</guid>
      <dc:creator>vishal gangrade</dc:creator>
      <dc:date>2011-05-17T13:48:02Z</dc:date>
    </item>
  </channel>
</rss>

