<?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: Piping problems... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619939#M925522</link>
    <description>If you have one of those VT100 consoles, try holding down the Ctrl D key and cycle the console power to reset to defaults.</description>
    <pubDate>Mon, 26 Nov 2001 15:15:34 GMT</pubDate>
    <dc:creator>Anthony deRito</dc:creator>
    <dc:date>2001-11-26T15:15:34Z</dc:date>
    <item>
      <title>Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619937#M925520</link>
      <description>Hi guys...&lt;BR /&gt;&lt;BR /&gt;Here's my problem... I've rebooted one of my server yesterday, for maintenance, and since I've rebooted it, I can't do any kind of pipe... like:  |  &amp;gt;  &amp;lt;  and all the others...&lt;BR /&gt;&lt;BR /&gt;It doesn't give me any message of error I just get back to the prompt...&lt;BR /&gt;&lt;BR /&gt;Does anybody have a clue of what this can be???&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Jonathan</description>
      <pubDate>Mon, 26 Nov 2001 15:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619937#M925520</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2001-11-26T15:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619938#M925521</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Check your stty parameter; by stty -a;probably those special charecters are assigned to to some other key strokes. you can change it by stty command. man stty for more details.&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Nov 2001 15:11:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619938#M925521</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-11-26T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619939#M925522</link>
      <description>If you have one of those VT100 consoles, try holding down the Ctrl D key and cycle the console power to reset to defaults.</description>
      <pubDate>Mon, 26 Nov 2001 15:15:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619939#M925522</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2001-11-26T15:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619940#M925523</link>
      <description>do a stty -a to see your settings, then do a stty sane to get back to normal. Also, what shell are you using? Try invoking ksh and see if you get the same results.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 26 Nov 2001 15:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619940#M925523</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-26T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619941#M925524</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;is this problem with only one userid and all the user ids??&lt;BR /&gt;Confirm this. &lt;BR /&gt;&lt;BR /&gt;Also, as  a test,  mv the .profile , .exrc of a user id to .old files and relogin and try it.  If this works, look at the profile and see whether there is any stty setting which is customized.&lt;BR /&gt;&lt;BR /&gt;If this is a happening only a console, then you have terminal settings problem.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj</description>
      <pubDate>Mon, 26 Nov 2001 15:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619941#M925524</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-26T15:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619942#M925525</link>
      <description>Does this happen for all userids or just root?&lt;BR /&gt;Does it happen on only the console or also if if you telnet in?&lt;BR /&gt;&lt;BR /&gt;If its only on the console, then reset the console back to its defaults.  If its only one userID, check stty -a for that user and also make sure its using the correct shell.  Try using another shell such as ksh to see if the commands "|, &amp;gt;, &amp;lt;" work there.  I also saw this happen once when the system had set up its own shell that was filtering and logging commands, the shell was written poorly and did not allow the use of these commands.&lt;BR /&gt;Good luck.</description>
      <pubDate>Mon, 26 Nov 2001 15:46:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619942#M925525</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-11-26T15:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Piping problems...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619943#M925526</link>
      <description>It's Okay guys.. I've found out that my root FS was full... &lt;BR /&gt;&lt;BR /&gt;I cleaned it up and I'm back on track.. &lt;BR /&gt;&lt;BR /&gt;Thanks for the help anyway!</description>
      <pubDate>Mon, 26 Nov 2001 15:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/piping-problems/m-p/2619943#M925526</guid>
      <dc:creator>Jonathan Caplette</dc:creator>
      <dc:date>2001-11-26T15:59:30Z</dc:date>
    </item>
  </channel>
</rss>

