<?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: Backspace key taken as garbage during login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528140#M367807</link>
    <description>Vibhor,&lt;BR /&gt;- Check # echo $TERM&lt;BR /&gt;- Also check the stty for backspace key by typeing:&lt;BR /&gt;# stty erase &lt;BACKSPACE key=""&gt;  Enter &lt;BR /&gt;&lt;BR /&gt;It will look like:&lt;BR /&gt;# stty erase ^?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.&lt;/BACKSPACE&gt;</description>
    <pubDate>Thu, 05 Nov 2009 06:01:35 GMT</pubDate>
    <dc:creator>Raj D.</dc:creator>
    <dc:date>2009-11-05T06:01:35Z</dc:date>
    <item>
      <title>Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528135#M367802</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Query about backspace key working funny on my HP systems (B.11.31 U ia64).&lt;BR /&gt;&lt;BR /&gt;During login, if the user name is misspelled and then corrected by pressing the backspace key, the final name looks right on screen but login doesn't happen. This means that though the characters are deleted but the system takes backspace as some control character.&lt;BR /&gt;&lt;BR /&gt;Not an serious or abnormal issue, but just wanted to check if there is an option (system configuration) to correct this.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 05 Nov 2009 05:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528135#M367802</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2009-11-05T05:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528136#M367803</link>
      <description>I would like to Check TERM ?&lt;BR /&gt;&lt;BR /&gt;echo $TERM</description>
      <pubDate>Thu, 05 Nov 2009 05:43:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528136#M367803</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-05T05:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528137#M367804</link>
      <description>echo $TERM&lt;BR /&gt;xterm&lt;BR /&gt;&lt;BR /&gt;Is the right terminal or shall i change it to vt100 or something?</description>
      <pubDate>Thu, 05 Nov 2009 05:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528137#M367804</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2009-11-05T05:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528138#M367805</link>
      <description>Once you are logged into the other computer, I believe the following command would do the job:&lt;BR /&gt;&lt;BR /&gt;stty erase "^?"&lt;BR /&gt;&lt;BR /&gt;which sets the erase character to "^?". See man stty for more info on "control characters" (and lots of other things too).</description>
      <pubDate>Thu, 05 Nov 2009 05:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528138#M367805</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-05T05:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528139#M367806</link>
      <description>&amp;gt;&amp;gt;is the right terminal or shall i change it to vt100 or something?&lt;BR /&gt;&lt;BR /&gt;you can give a try :)&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 05:47:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528139#M367806</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-05T05:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528140#M367807</link>
      <description>Vibhor,&lt;BR /&gt;- Check # echo $TERM&lt;BR /&gt;- Also check the stty for backspace key by typeing:&lt;BR /&gt;# stty erase &lt;BACKSPACE key=""&gt;  Enter &lt;BR /&gt;&lt;BR /&gt;It will look like:&lt;BR /&gt;# stty erase ^?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Raj.&lt;/BACKSPACE&gt;</description>
      <pubDate>Thu, 05 Nov 2009 06:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528140#M367807</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2009-11-05T06:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528141#M367808</link>
      <description>Backspace character works perfect after login.&lt;BR /&gt;&lt;BR /&gt;During login, on screen it works as perfect by deleting the previous character, but the system doesn't take it.&lt;BR /&gt;&lt;BR /&gt;How do i set the TERM variable for the system so that it's available for next logins?</description>
      <pubDate>Thu, 05 Nov 2009 06:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528141#M367808</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2009-11-05T06:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528142#M367809</link>
      <description>&amp;gt;&amp;gt;How do i set the TERM variable for the system so that it's available for next logins?&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;.profile &lt;BR /&gt;&lt;BR /&gt;Then type in&lt;BR /&gt;&lt;BR /&gt;stty erase ^?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 06:50:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528142#M367809</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-11-05T06:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528143#M367810</link>
      <description>The stuff inside '$HOME/.profile' will be executed only after a successful login. So, I don't think putting 'stty erase' there would make any difference.&lt;BR /&gt;&lt;BR /&gt;I think this has something to do with the default shell that is invoked by the 'login' command.</description>
      <pubDate>Thu, 05 Nov 2009 08:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528143#M367810</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-11-05T08:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528144#M367811</link>
      <description>You don't change anything.&lt;BR /&gt;WHen logging in, the backspace key will NOT work, use the # key to backspace one character at a time, or use @ to erase the line and start again.&lt;BR /&gt;This is why these characters are NOT allowed as part of your login name or password&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Nov 2009 08:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528144#M367811</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2009-11-05T08:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528145#M367812</link>
      <description>&amp;gt;melvyn: You don't change anything.&lt;BR /&gt;&lt;BR /&gt;That's probably a good idea.  But Bill's and JRF's replies in these threads indicates you can use /dev/ttyconf.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1217841" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1217841&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1150375" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1150375&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=601973" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=601973&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=181001" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=181001&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1066385" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1066385&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=999534" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=999534&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=997484" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=997484&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=982939" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=982939&lt;/A&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528145#M367812</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-05T11:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528146#M367813</link>
      <description>If you use Putty, you can try this.&lt;BR /&gt;&lt;BR /&gt;In Putty, go to Terminal -&amp;gt; Keyboard.&lt;BR /&gt;&lt;BR /&gt;You will see the "The Backspace key", pickup control-?(127) and see how it works.</description>
      <pubDate>Thu, 05 Nov 2009 21:32:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528146#M367813</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-11-05T21:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528147#M367814</link>
      <description>This is not a problem with $TERM or Putty or profiles. This is a feature of the tty driver, much like the default baud rate for a serial port (300 baud). It's hard coded to the same value it was in the 1980's. Here are the details:&lt;BR /&gt; &lt;BR /&gt;The default settings for the terminal driver is @=delete-line and #=backspace. Every HP-UX system since the 1980's has used these defaults. The reason is historic as these characters were used with hardcopy terminals where a backspace key cannot erase the ink on the paper. Today, they get in the way and your standard /etc/profile will have two stty statements that set the 'normal' characters for delete-line and backspace. However, /etc/profile does not run until after you login so it does not affect the login and passwd programs.&lt;BR /&gt; &lt;BR /&gt;If you are running 10.20 or any version of 11.xx you can fix this using the ttyconf device file. Do this once while you are running:&lt;BR /&gt; &lt;BR /&gt;stty erase "^H" kill "^U" &amp;lt; /dev/ttyconf&lt;BR /&gt; &lt;BR /&gt;and now backspace will work for login, and @ can be used in a password. It will take effect for all new logins except for the console (which is opened at bootup). To set the console login, you'll need to create a small startup script the runs early in the boot process.</description>
      <pubDate>Fri, 06 Nov 2009 03:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528147#M367814</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-06T03:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528148#M367815</link>
      <description>Thanks everybody for your inputs.</description>
      <pubDate>Mon, 16 Nov 2009 11:16:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528148#M367815</guid>
      <dc:creator>Vibhor Kumar Agarwal</dc:creator>
      <dc:date>2009-11-16T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528149#M367816</link>
      <description>You need to check the term type. Type "env" and see what the term value is set to. then type TERM=vt100 or hpterm. If that doesn't work then do stty erase ^?.&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Mon, 16 Nov 2009 21:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528149#M367816</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2009-11-16T21:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528150#M367817</link>
      <description>"You need to check the term type. Type "env" and see what the term value is set to. then type TERM=vt100 or hpterm. If that doesn't work then do stty erase ^?."&lt;BR /&gt;&lt;BR /&gt;that DOESN'T apply until AFTER login, whch the OP isn't referring to</description>
      <pubDate>Mon, 16 Nov 2009 22:52:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528150#M367817</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-11-16T22:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528151#M367818</link>
      <description>Hi,&lt;BR /&gt;On a 11.31 ia64; I am seeing this same issue of backspace causing garbled login credentials.&lt;BR /&gt;I used following to get backspace to work even at login, as suggested above;&lt;BR /&gt;stty erase "^H" kill "^U" &amp;lt; /dev/ttyconf&lt;BR /&gt;&lt;BR /&gt;But, doesn't ^H translate to shift+backspace ? &lt;BR /&gt;&lt;BR /&gt;So, on the same lines, I tried doing;&lt;BR /&gt;stty erase "^?" kill "^U" &amp;lt; /dev/ttyconf&lt;BR /&gt;&lt;BR /&gt;It succeeded in setting;&lt;BR /&gt;stty &amp;lt; /dev/ttyconf&lt;BR /&gt;erase = DEL; kill = ^U;&lt;BR /&gt;swtch &lt;UNDEF&gt;;&lt;BR /&gt;&lt;BR /&gt;But, this doesn't resolve the issue of garbled input at login if I use backspace now!&lt;BR /&gt;&lt;BR /&gt;Any clue?&lt;/UNDEF&gt;</description>
      <pubDate>Wed, 18 Nov 2009 14:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528151#M367818</guid>
      <dc:creator>Kavitha_K</dc:creator>
      <dc:date>2009-11-18T14:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528152#M367819</link>
      <description>&amp;gt; On a 11.31 ia64; I am seeing this same issue of backspace causing garbled login credentials.&lt;BR /&gt; &lt;BR /&gt;I don't understand the term "login credentails". Are you talking about login and password? When you say garbled, do you mean that typing abc produces a string like Cgfc$3(55?&lt;BR /&gt; &lt;BR /&gt;&amp;gt; I used following to get backspace to work even at login, as suggested above;&lt;BR /&gt;stty erase "^H" kill "^U" &amp;lt; /dev/ttyconf&lt;BR /&gt;&amp;gt; But, doesn't ^H translate to shift+backspace ?&lt;BR /&gt; &lt;BR /&gt;No, the nomenclature "^H" translates to control-H and on a normal keyboard, this produces the backspace character (see man ascii). DEL is the delete character which matches the "^?" stty setting.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; So, on the same lines, I tried doing;&lt;BR /&gt;stty erase "^?" kill "^U" &amp;lt; /dev/ttyconf&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; It succeeded in setting;&lt;BR /&gt;&amp;gt; stty &amp;lt; /dev/ttyconf&lt;BR /&gt;&amp;gt; erase = DEL; kill = ^U;&lt;BR /&gt;&amp;gt; swtch &lt;UNDEF&gt;;&lt;BR /&gt; &lt;BR /&gt;And that is correct, but not what most users want. Use the command:&lt;BR /&gt; &lt;BR /&gt;stty erase "^H" &amp;lt; /dev/ttyconf&lt;BR /&gt; &lt;BR /&gt;Then use the backspace key. Note that all of this applies to terminal sessions such as xterm, hpterm and dtterm. If you are filling a special form in Xwindows, then ttyconf probably won't help.&lt;/UNDEF&gt;</description>
      <pubDate>Fri, 20 Nov 2009 03:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528152#M367819</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2009-11-20T03:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528153#M367820</link>
      <description>see the solution here&lt;BR /&gt;&lt;BR /&gt;stty kill '^X' intr '^C' werase '^W' erase '^?' &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1387943" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1387943&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Fri, 20 Nov 2009 07:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528153#M367820</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-11-20T07:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Backspace key taken as garbage during login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528154#M367821</link>
      <description>&amp;gt;Bill: the nomenclature "^H" translates to control-H and on a normal keyboard, this produces the backspace character. DEL is the delete character which matches the "^?" stty setting. ...&lt;BR /&gt;&amp;gt;And that is correct, but not what most users want.&lt;BR /&gt;&lt;BR /&gt;Unfortunately some new fangled windows and other terminal emulator use DEL and not control-H.&lt;BR /&gt;But since I use both interchangeably and I'm been using computers a long time and I'm used to the DEL key doing nothing, I use ^H.  And ^X for kill.</description>
      <pubDate>Sat, 21 Nov 2009 18:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/backspace-key-taken-as-garbage-during-login/m-p/4528154#M367821</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-11-21T18:49:17Z</dc:date>
    </item>
  </channel>
</rss>

