<?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: Login problem - CAPITAL LETTERS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925017#M408680</link>
    <description>As usual, if you see Mr. Hassell's response, there is nothing to add on the subject :-)&lt;BR /&gt;&lt;BR /&gt;Thanx.&lt;BR /&gt;&lt;BR /&gt;(zero points please).</description>
    <pubDate>Sun, 11 Sep 2005 11:54:58 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-09-11T11:54:58Z</dc:date>
    <item>
      <title>Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925010#M408673</link>
      <description>All,&lt;BR /&gt;&lt;BR /&gt;I have an rp8420 server (11i) that someone locked the root account on.  I am the local SA and serially connected to the rear of the server at the "Local Console" port.  When I open my terminal session, what I see is:&lt;BR /&gt; &lt;BR /&gt;LOGIN:&lt;BR /&gt;/PASSWORD:&lt;BR /&gt;&lt;BR /&gt;Each time I try to type "root" at the LOGIN: it comes back in CAPITAL LETTERS.  And of course, the it says LOGIN INCORRECT.  I tried it from my laptop (started a new terminal emulator seesion) and I saw the same thing.&lt;BR /&gt;&lt;BR /&gt;Does anyone know how to correct this so I can log in?  I really don't want to reset this partition from the MP, but I will if I have to.&lt;BR /&gt;&lt;BR /&gt;Connie&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Sep 2005 18:53:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925010#M408673</guid>
      <dc:creator>ConnieK</dc:creator>
      <dc:date>2005-09-10T18:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925011#M408674</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can you try logging through your lan console using a putty session. rp8420 has got a lan console. I also used to get the same problem but once after disconnecting the problem used to get resolved.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Sat, 10 Sep 2005 19:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925011#M408674</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-09-10T19:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925012#M408675</link>
      <description>Classic Unix behavior. It's the very reason I recommend removing the CAPS LOCK key from every keyboard smashing it to pieces!  Back in the good old days (before PCs, even before terminals), the Unix console was usually a teletypewriter (note: Teletype is a registered trademark...nevermind) and the really old ones had only UPPERCASE letters in the machine. The ASR 33 and 35 models were introduced about the time Unix was being created and to accomodate the UPPERCASE-ONLY consoles, the login command would observe that all the letters for the username were uppercase and call stty to set olcuc (map lowercase to uppercase on output: man stty)&lt;BR /&gt; &lt;BR /&gt;The reason is that typing all login characters implies UUPERCASE only so everything is translated to UPPERCASE from now on. You can see this by simply typing the command:&lt;BR /&gt; &lt;BR /&gt;$ stty olcuc&lt;BR /&gt;$ LS /&lt;BR /&gt;ETC         MNT1        NET         STAND       VAR BIN         HOME        MNT2        OPT         TCB...&lt;BR /&gt; &lt;BR /&gt;and to get back to normal:&lt;BR /&gt; &lt;BR /&gt;$ STTY -OLCUC&lt;BR /&gt;$ ls&lt;BR /&gt;$ etc         mnt1        net         stand       var...&lt;BR /&gt; &lt;BR /&gt;Anyways, it's a great trivia bit for your next geek party. Anyways, the login will stay in UPPERCASE until login times out. Then you can login normally (without the CAPS LOCK key on).&lt;BR /&gt; &lt;BR /&gt;NOTE TO EVERYONE: download a copy key of TradeKeys (as an alternative to smashing that darn CAPS LOCK key). TradeKeys' best feature is the ability to disable CAPS LOCK. Get a copy from &lt;A href="http://www.pcmag.com/article2/0,4149,19645,00.asp" target="_blank"&gt;http://www.pcmag.com/article2/0,4149,19645,00.asp&lt;/A&gt;&lt;BR /&gt; &lt;BR /&gt;For terminals, just bend a paper clip, hook it under the key top, and rip if off. &lt;BR /&gt;</description>
      <pubDate>Sat, 10 Sep 2005 20:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925012#M408675</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-09-10T20:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925013#M408676</link>
      <description>i think this is one of those (way) backward compatibility functionalities.  teletypes used to on use only capital letters, so if you type in a login name using all caps the getty is set to assume everything that comes in and out is supposed to be capitalized.&lt;BR /&gt;&lt;BR /&gt;so what you need to do is get the console getty back to normal, which is really hard to do without being logged in.  &lt;BR /&gt;&lt;BR /&gt;And, of course, check to make sure caps lock is off on your terminal, so it doesn't occur again</description>
      <pubDate>Sat, 10 Sep 2005 20:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925013#M408676</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2005-09-10T20:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925014#M408677</link>
      <description>one thing you could try is this translation:&lt;BR /&gt;if you type an uppercase character it inputs a lowercase letter, A inputs a, B inputs b, etc.&lt;BR /&gt;&lt;BR /&gt;input \a to input A, \b to input B, etc.&lt;BR /&gt;&lt;BR /&gt;if your able to get logged in, follow bill's suggestions for modifing your getty using stty</description>
      <pubDate>Sat, 10 Sep 2005 20:45:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925014#M408677</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2005-09-10T20:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925015#M408678</link>
      <description>which  means using that translation to login as root with a password of AbCd you would type in:&lt;BR /&gt;&lt;BR /&gt;ROOT&lt;BR /&gt;\aB\cD</description>
      <pubDate>Sat, 10 Sep 2005 20:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925015#M408678</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2005-09-10T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925016#M408679</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;Your answer is really impressing. I learnt something new today..&lt;BR /&gt;&lt;BR /&gt;$stty olcuc&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;BR /&gt;&lt;BR /&gt;Syam</description>
      <pubDate>Sat, 10 Sep 2005 22:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925016#M408679</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-09-10T22:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925017#M408680</link>
      <description>As usual, if you see Mr. Hassell's response, there is nothing to add on the subject :-)&lt;BR /&gt;&lt;BR /&gt;Thanx.&lt;BR /&gt;&lt;BR /&gt;(zero points please).</description>
      <pubDate>Sun, 11 Sep 2005 11:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925017#M408680</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-09-11T11:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925018#M408681</link>
      <description>I used to hit many times Contr+d ,whenever CAPS used come, with the combination of capslock key . And somehow sometime suddenly  it disappears , and could able to login somehow with the lowercase. &lt;BR /&gt;&lt;BR /&gt;But today comes to know about a good thing.&lt;BR /&gt;Good work Bill.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj.</description>
      <pubDate>Sun, 11 Sep 2005 12:05:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925018#M408681</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-09-11T12:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925019#M408682</link>
      <description>To all, here's the outcome of this issue:  First of all, I have NO idea what caused the inital problem.  Before I issued this question I had attempted numerous variations of keystrokes (^C, ^D, ^\, etc.) and nothing worked. &lt;BR /&gt;&lt;BR /&gt;Syam - I cannot log in as root using a putty session.  On this server, root is ONLY allowed a direct login at the console and since the account was locked - and no one was logged in - the only way to unlock the root account was to log in at the console.&lt;BR /&gt;&lt;BR /&gt;Curt - Good advice, but as I've stated, the root account was locked.&lt;BR /&gt;&lt;BR /&gt;Raj - I can try your solution with multiple ^d's is this occurs again.&lt;BR /&gt;&lt;BR /&gt;Bill - You always give the most thorough and easy to understand solutions to "weird" antiquated problems.  It's amazing to me that you have that much knowledge retained.  You are a true treasure to this forum.&lt;BR /&gt;&lt;BR /&gt;Thanks to all - points coming.&lt;BR /&gt;&lt;BR /&gt;Rsolution was resetting the server from the MP - unfortunately, I had no other choice.</description>
      <pubDate>Mon, 12 Sep 2005 06:34:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925019#M408682</guid>
      <dc:creator>ConnieK</dc:creator>
      <dc:date>2005-09-12T06:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925020#M408683</link>
      <description>When you login (as mentioned before) your cap-lock key is on.&lt;BR /&gt;&lt;BR /&gt;The simple way to rid yourself of the annoyance after you've already logged in and those escaped upper case things are all over the screen:&lt;BR /&gt;&lt;BR /&gt;stty -lcase</description>
      <pubDate>Mon, 12 Sep 2005 07:22:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925020#M408683</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2005-09-12T07:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925021#M408684</link>
      <description>I have an rp8420 server and i resolved the problem... :-) &lt;BR /&gt;&lt;BR /&gt;Enter in MP select CO and enter in the locked partition....&lt;BR /&gt;&lt;BR /&gt;When you see LOGIN: just press ctrl+d and repeat until you see the console reset and return to normal mode writing login:&lt;BR /&gt;&lt;BR /&gt;now entering as root unlock the account ....&lt;BR /&gt;&lt;BR /&gt;Bye &lt;BR /&gt;&lt;BR /&gt;Nik.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Dec 2005 20:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925021#M408684</guid>
      <dc:creator>Trentacapilli Nicola</dc:creator>
      <dc:date>2005-12-31T20:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Login problem - CAPITAL LETTERS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925022#M408685</link>
      <description>Nicola had the answer.  If you hit the Cntrl D often enough at the console keyboard , eventually it will release the lock.  It worked for me!</description>
      <pubDate>Wed, 22 Nov 2006 08:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/login-problem-capital-letters/m-p/4925022#M408685</guid>
      <dc:creator>ConnieK</dc:creator>
      <dc:date>2006-11-22T08:37:09Z</dc:date>
    </item>
  </channel>
</rss>

