<?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: Pipe character &amp;amp; broken pipe error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606337#M854150</link>
    <description>The /etc/kbdlang says that it it set to UK English (Menu option 24.)&lt;BR /&gt;I tried changing it to US English using the command you suggested and the situation remained the same. I then changed it back to UK English using the same command and the problem still existed. I tried taking the box down to run level 2 (i.e. no CDE running) and the | character worked fine.&lt;BR /&gt;&lt;BR /&gt;My keyboard HP part no. is A4983-60413&lt;BR /&gt;&lt;BR /&gt;I think the above points to something to do with the graphical environment (CDE) Any suggestions what I could try next?</description>
    <pubDate>Tue, 06 Nov 2001 15:31:30 GMT</pubDate>
    <dc:creator>Nial Gunn</dc:creator>
    <dc:date>2001-11-06T15:31:30Z</dc:date>
    <item>
      <title>Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606330#M854143</link>
      <description>I have just installed HP-UX11i. I have copied over my .profile from my old 10.20 box which worked fine. I have uncommented the last line in the .dtprofile to ensure that the .profile is read. In the .profile I have made customisations but none relating to $TERM.&lt;BR /&gt;&lt;BR /&gt;If I run echo $TERM, it is set to dtterm&lt;BR /&gt;&lt;BR /&gt;If I try to type the | character, the following appears on the screen ^??&lt;BR /&gt;&lt;BR /&gt;When I try to install some software that has a | character in the installation script, it errors at that line and gives me an error message about a broken pipe.&lt;BR /&gt;&lt;BR /&gt;I think the 2 things are probably linked.&lt;BR /&gt;&lt;BR /&gt;Please help????</description>
      <pubDate>Fri, 02 Nov 2001 12:00:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606330#M854143</guid>
      <dc:creator>Nial Gunn</dc:creator>
      <dc:date>2001-11-02T12:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606331#M854144</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   Is the problem with only one userid or&lt;BR /&gt;with other user id's too?  If it works&lt;BR /&gt;for root or other user id,  copy the&lt;BR /&gt;.profile of that id and check. This is&lt;BR /&gt;obviously related to  STTY setting in the&lt;BR /&gt;profile or the lack of it.&lt;BR /&gt;&lt;BR /&gt;Also, try copying the&lt;BR /&gt;/etc/skel/.profile  to your home directory&lt;BR /&gt;and check.&lt;BR /&gt;&lt;BR /&gt;Also , see whether  |  is listed in stty -a output.&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Fri, 02 Nov 2001 12:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606331#M854144</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-11-02T12:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606332#M854145</link>
      <description>It appears you have the wrong language installed/referenced:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://grid.let.rug.nl/~galiard/latin1.html" target="_blank"&gt;http://grid.let.rug.nl/~galiard/latin1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 02 Nov 2001 13:35:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606332#M854145</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-02T13:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606333#M854146</link>
      <description>The problem occurs for both my root user and the only other user that I have created which leads me to think that the .profile isn't the problem. I also tried replacing the .profile with the original from the skel directory and that didn't change anything.&lt;BR /&gt;&lt;BR /&gt;Other symptoms that I have since experienced are that if I rlogin to another HP-UX box from the problematic one, the problem exists when I try to use the pipe character on the other box. If I telnet into the problem box from a PC, the pipe character works fine.&lt;BR /&gt;&lt;BR /&gt;One thing I forgot to mention earlier is that I replaced the .dtprofile on my 11i box with a .dtprofile from a HP-UX 10.20 box. Are the .dtprofile's different on the 2 different versions and could this be the problem?&lt;BR /&gt;&lt;BR /&gt;If I run stty -a there is no mention of | whatsoever. Is this what you would expect to see?&lt;BR /&gt;&lt;BR /&gt;With regards to the language, I am running en_GB.iso88591 according to the echo $LANG command.&lt;BR /&gt;&lt;BR /&gt;If I run&lt;BR /&gt;&lt;BR /&gt;LANG=en_GB.iso88591; export LANG&lt;BR /&gt;&lt;BR /&gt;the variable changes but the problem with the character is still the same.</description>
      <pubDate>Fri, 02 Nov 2001 14:43:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606333#M854146</guid>
      <dc:creator>Nial Gunn</dc:creator>
      <dc:date>2001-11-02T14:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606334#M854147</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Check KBD_LANG ::&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.rit.edu/~hpb/Man/_Man_Dt_html/html5/dtenvvar.5.html" target="_blank"&gt;http://www.cs.rit.edu/~hpb/Man/_Man_Dt_html/html5/dtenvvar.5.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cs.rit.edu/~hpb/Man/_Man_Dt_html/html1/dtlogin.1.html" target="_blank"&gt;http://www.cs.rit.edu/~hpb/Man/_Man_Dt_html/html1/dtlogin.1.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Fri, 02 Nov 2001 15:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606334#M854147</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-02T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606335#M854148</link>
      <description>If I run &lt;BR /&gt;&lt;BR /&gt;echo $KBD_LANG&lt;BR /&gt;&lt;BR /&gt;nothing is set.&lt;BR /&gt;&lt;BR /&gt;I tried running&lt;BR /&gt;&lt;BR /&gt;KBD_LANG=en_GB.iso88591; export KBD_LANG&lt;BR /&gt;&lt;BR /&gt;That didn't solve the problem&lt;BR /&gt;&lt;BR /&gt;I also tried inserting that line into the .profile and logging in again which still didn't fix the problem.</description>
      <pubDate>Fri, 02 Nov 2001 16:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606335#M854148</guid>
      <dc:creator>Nial Gunn</dc:creator>
      <dc:date>2001-11-02T16:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606336#M854149</link>
      <description>If this is a 'built-in' graphics display, i.e. using the ITE (Internal Terminal Emulator), then probably /etc/kbdlang is set incorrectly.&lt;BR /&gt;&lt;BR /&gt;The correct setting depends on which 'language' keyboard you have, i.e. UK English versus US English vs .... See the itemap(1M_ manual page for details. If you know the right setting, then you can probably fix it with "itemap -i -L -w /etc/kbdlang".&lt;BR /&gt;&lt;BR /&gt;In any case, if this is indeed the ITE, then *first* try getting it to work *without* CDE, i.e. with a 'no-windows' (or similar) character mode login. When that works, try the same with CDE.&lt;BR /&gt;&lt;BR /&gt;When/if you respond again, please post the product/part number of the keyboard (on the bottom).</description>
      <pubDate>Tue, 06 Nov 2001 09:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606336#M854149</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-06T09:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606337#M854150</link>
      <description>The /etc/kbdlang says that it it set to UK English (Menu option 24.)&lt;BR /&gt;I tried changing it to US English using the command you suggested and the situation remained the same. I then changed it back to UK English using the same command and the problem still existed. I tried taking the box down to run level 2 (i.e. no CDE running) and the | character worked fine.&lt;BR /&gt;&lt;BR /&gt;My keyboard HP part no. is A4983-60413&lt;BR /&gt;&lt;BR /&gt;I think the above points to something to do with the graphical environment (CDE) Any suggestions what I could try next?</description>
      <pubDate>Tue, 06 Nov 2001 15:31:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606337#M854150</guid>
      <dc:creator>Nial Gunn</dc:creator>
      <dc:date>2001-11-06T15:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606338#M854151</link>
      <description>Yes, the ITE correctly working without CDE and assuming that A4983-60413 is indeed a UK English keyboard (I have not checked), leads to the conclusion that it is a CDE issue. Not being a CDE/GUI-man myself,I'll have to pass that one one. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Nov 2001 16:06:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606338#M854151</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2001-11-06T16:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pipe character &amp; broken pipe error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606339#M854152</link>
      <description>I think the problems been solved thanks. It was simply the drop down options on the login screen, The wrong one was selected. Oops, I suppose I should have checked the obvious thing first!!!</description>
      <pubDate>Fri, 09 Nov 2001 15:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pipe-character-amp-broken-pipe-error-message/m-p/2606339#M854152</guid>
      <dc:creator>Nial Gunn</dc:creator>
      <dc:date>2001-11-09T15:26:51Z</dc:date>
    </item>
  </channel>
</rss>

