<?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: Missing # prompt in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820718#M86503</link>
    <description>Thank you very much Mr Palmer that worked a treat&lt;BR /&gt;&lt;BR /&gt;Cheers !&lt;BR /&gt;&lt;BR /&gt;Conor M Hamill</description>
    <pubDate>Tue, 08 Oct 2002 11:51:38 GMT</pubDate>
    <dc:creator>Conor M Hamill</dc:creator>
    <dc:date>2002-10-08T11:51:38Z</dc:date>
    <item>
      <title>Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820712#M86497</link>
      <description>Using the console I was checking the list of files on a tape. When they started listing I was happy that the backup was successful. I then did a Ctrl C to stop the listing. &lt;BR /&gt;&lt;BR /&gt;The console did not return to sam properly and I could not exit it. So I killed the processes that were associated with SAM and reset the console. All seems fine except I don't have a '#' prompt on the console.&lt;BR /&gt;&lt;BR /&gt;Any help to fix my problem would be much appreciated&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Conor M Hamill</description>
      <pubDate>Tue, 08 Oct 2002 09:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820712#M86497</guid>
      <dc:creator>Conor M Hamill</dc:creator>
      <dc:date>2002-10-08T09:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820713#M86498</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What processes are associated with the console? Run:&lt;BR /&gt;ps -ft console&lt;BR /&gt;to find out.&lt;BR /&gt;&lt;BR /&gt;Also, when you 'reset the console' did you try powering it off/on?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 09:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820713#M86498</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-10-08T09:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820714#M86499</link>
      <description>ps -ft console &lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;    root 15930     1  0  Sep 25  console   0:00 -sh&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 09:52:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820714#M86499</guid>
      <dc:creator>Conor M Hamill</dc:creator>
      <dc:date>2002-10-08T09:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820715#M86500</link>
      <description>to reset the console I turned the console off the turned it on while holding down the 'D' key&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 09:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820715#M86500</guid>
      <dc:creator>Conor M Hamill</dc:creator>
      <dc:date>2002-10-08T09:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820716#M86501</link>
      <description>You could try killing that shell process:&lt;BR /&gt;kill -9 15930&lt;BR /&gt;&lt;BR /&gt;You should then get a console login.</description>
      <pubDate>Tue, 08 Oct 2002 09:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820716#M86501</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-10-08T09:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820717#M86502</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Reset the console/terminal to default settings. &lt;BR /&gt;To reset the console/terminal to default settings:&lt;BR /&gt;Power off the terminal.&lt;BR /&gt;Hold down the 'd' key, while powering on the terminal.&lt;BR /&gt;Release the 'd' key when the terminal beeps.&lt;BR /&gt;Press the 'return' key to acknowledge message.&lt;BR /&gt;&lt;BR /&gt;The default settings for the console are:&lt;BR /&gt;9600 Baud, 8bits, no parity.&lt;BR /&gt;&lt;BR /&gt;Can you enter&lt;BR /&gt;&lt;BR /&gt;echo $PS1&lt;BR /&gt;&lt;BR /&gt;This is the variable for your prompt.&lt;BR /&gt;&lt;BR /&gt;PS1='# '&lt;BR /&gt;&lt;BR /&gt;Set this in roots .profile&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Oct 2002 09:59:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820717#M86502</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-08T09:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Missing # prompt</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820718#M86503</link>
      <description>Thank you very much Mr Palmer that worked a treat&lt;BR /&gt;&lt;BR /&gt;Cheers !&lt;BR /&gt;&lt;BR /&gt;Conor M Hamill</description>
      <pubDate>Tue, 08 Oct 2002 11:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/missing-prompt/m-p/2820718#M86503</guid>
      <dc:creator>Conor M Hamill</dc:creator>
      <dc:date>2002-10-08T11:51:38Z</dc:date>
    </item>
  </channel>
</rss>

