<?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: '@' problem with HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482126#M362673</link>
    <description>After logging with oracle type "stty -a", then probably you will see kill = @. To change this value type oracle's profile "stty kill ^U"  or something else.</description>
    <pubDate>Wed, 19 Aug 2009 07:25:27 GMT</pubDate>
    <dc:creator>Turgay Cavdar</dc:creator>
    <dc:date>2009-08-19T07:25:27Z</dc:date>
    <item>
      <title>'@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482122#M362669</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I'm facing a strange problem on HP-UX 11.31 Itanium machine;&lt;BR /&gt;&lt;BR /&gt;When logging in as 'root' ; I can type the letter '@' at the prompt normally.&lt;BR /&gt;&lt;BR /&gt;But when logging in as any other user (i.e oracle) I find that when typing '@' at the prompt it skips to a new line, and the '@' character is discarded from the command.&lt;BR /&gt;&lt;BR /&gt;I'm using Reflection 14 (trial) and Absolute Telnet 7.x and Putty and this happens in all of them.&lt;BR /&gt;&lt;BR /&gt;I appreciate your help as I'm an Oracle DBA and new in HP-UX administration.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 19 Aug 2009 06:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482122#M362669</guid>
      <dc:creator>Ashour</dc:creator>
      <dc:date>2009-08-19T06:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: '@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482123#M362670</link>
      <description>This indicates that "@" is the default stty kill char.&lt;BR /&gt;&lt;BR /&gt;You need to use stty(1) to change the char to what you like:&lt;BR /&gt;stty kill ^u</description>
      <pubDate>Wed, 19 Aug 2009 06:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482123#M362670</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-19T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: '@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482124#M362671</link>
      <description>Look at oracle .profile stty is set for kill, then you can change it any value you want.</description>
      <pubDate>Wed, 19 Aug 2009 06:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482124#M362671</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-08-19T06:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: '@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482125#M362672</link>
      <description>Thanks Dennis, Turgay,&lt;BR /&gt;&lt;BR /&gt;stty kill ^z worked for me, but it is not saved in oracle .profile as I couldn't find  such file or either .login file (in /home/oracle).&lt;BR /&gt;&lt;BR /&gt;If I re-login, It comes back again.&lt;BR /&gt;&lt;BR /&gt;I used "useradd" command according to Oracle Installation documentation and looks like no .profile nor .login was created.&lt;BR /&gt;&lt;BR /&gt;This also can explain that I need to go to ORACLE_HOME/bin directory to run Oracle tools as no paths are defined at login time.&lt;BR /&gt;&lt;BR /&gt;Any directions/advice regarding those missing files?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2009 07:06:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482125#M362672</guid>
      <dc:creator>Ashour</dc:creator>
      <dc:date>2009-08-19T07:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: '@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482126#M362673</link>
      <description>After logging with oracle type "stty -a", then probably you will see kill = @. To change this value type oracle's profile "stty kill ^U"  or something else.</description>
      <pubDate>Wed, 19 Aug 2009 07:25:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482126#M362673</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-08-19T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: '@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482127#M362674</link>
      <description>&amp;gt;stty kill ^z worked for me&lt;BR /&gt;&lt;BR /&gt;Ack!  ^Z is for susp, not kill.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but it is not saved in oracle .profile as I couldn't find such file or either .login file (in /home/oracle).&lt;BR /&gt;&amp;gt;Any directions/advice regarding those missing files?&lt;BR /&gt;&lt;BR /&gt;You can just copy the real shell then scummy C shell skeleton files there.&lt;BR /&gt;/usr/newconfig/etc/skel/.profile&lt;BR /&gt;/usr/newconfig/etc/skel/.login</description>
      <pubDate>Wed, 19 Aug 2009 07:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482127#M362674</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-08-19T07:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: '@' problem with HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482128#M362675</link>
      <description>Thanks Turgay,&lt;BR /&gt;&lt;BR /&gt;and special THANKS to you Dennis,&lt;BR /&gt;&lt;BR /&gt;I really appreciate your fast and professional help.&lt;BR /&gt;&lt;BR /&gt;It is working now fine and used ^U for Kill instead of ^Z  :)&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Aug 2009 08:15:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-hp-ux/m-p/4482128#M362675</guid>
      <dc:creator>Ashour</dc:creator>
      <dc:date>2009-08-19T08:15:35Z</dc:date>
    </item>
  </channel>
</rss>

