<?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: H/P 9000 console weirdness at start-up in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865905#M397476</link>
    <description>This is actually not that uncommon and it is due to settings for the terminal that are started in /sbin/rc, specfically, the /sbin/rc.utils script. What has happened is that the script's idea of the width and length of the terminal line has changed. The behavior of rc.utils is controlled by /etc/rc.config.d/list_mode and the 'normal' value is LIST_MODE=0. Now LIST_MODE=0 is designed for HP terminals but will usually work for dumb vt100 terminals or fake terminals (ie, PCs). rc.utils uses ttytype to determine the terminal type and works quite well.&lt;BR /&gt; &lt;BR /&gt;Now the tricky part: this file may be OK but someone has been editing files in the /etc/rc.config.d directory and is keeping old versions of the files (xyz.old). That is a very big NO-NO. Everything in /etc/rc.config.d is executed in alphabetical order on bootup.&lt;BR /&gt; &lt;BR /&gt;So sort all the files in /etc/rc.config.d by age:&lt;BR /&gt; &lt;BR /&gt;ll -t /etc/rc.config.d&lt;BR /&gt; &lt;BR /&gt;Then see what is at the top of the list (newest files). If nothing shows up, you'll need to scan all of /etc/rc.config.d for LIST_MODE. And if all fails, you can try setting LIST_MODE</description>
    <pubDate>Mon, 18 Oct 2004 20:25:33 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2004-10-18T20:25:33Z</dc:date>
    <item>
      <title>H/P 9000 console weirdness at start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865901#M397472</link>
      <description>On my rp5470, running HP-UX 11.i, I've recently noticed during reboot, when processes are starting up, the startup message has about 2.5 times the number of periods (.) than are required; instead of getting OK or N/A on the right column of the console, the line wraps twice and the OK is in the middle of the screen. I know that this is cosmetic, but&lt;BR /&gt;a) could it indicate that something is wrong? &lt;BR /&gt;b) it gives the console's scroll back buffer 1/3 the effectiveness as before.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Brad</description>
      <pubDate>Mon, 18 Oct 2004 19:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865901#M397472</guid>
      <dc:creator>Brad Marks</dc:creator>
      <dc:date>2004-10-18T19:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: H/P 9000 console weirdness at start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865902#M397473</link>
      <description>What startup programs are doing this? Are these HP startup scripts that were already setup or are they scripts from vendors or self-written?&lt;BR /&gt;&lt;BR /&gt;I have some customised scripts written by dev teams that do similar things to this, but they all work ok.</description>
      <pubDate>Mon, 18 Oct 2004 19:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865902#M397473</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-10-18T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: H/P 9000 console weirdness at start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865903#M397474</link>
      <description>Michael,&lt;BR /&gt;ALL startup scripts are doing this.  I don't know what might have changed but this only started happening a few months ago. (We don't reboot very often).&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Brad</description>
      <pubDate>Mon, 18 Oct 2004 19:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865903#M397474</guid>
      <dc:creator>Brad Marks</dc:creator>
      <dc:date>2004-10-18T19:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: H/P 9000 console weirdness at start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865904#M397475</link>
      <description>If the system is functioning normally, I would not say something is wrong. There is a display problem, it looks bad and You'd like to deal with it.&lt;BR /&gt;&lt;BR /&gt;if it happens on every startup script, its problably not any of the indvidual startup scripts. They don't draw on common components.&lt;BR /&gt;&lt;BR /&gt;What is common is the init script/process.&lt;BR /&gt;&lt;BR /&gt;init starts the process of reading through the /sbin/rc0.d and subsequent directories.&lt;BR /&gt;&lt;BR /&gt;I've not got a lot of experience, never having touched or examined this process. But its like a detective story, if it only happens on one step, look at the step. If it happens on every startup step, look for common factors.&lt;BR /&gt;&lt;BR /&gt;Maybe someone with greater knowledge of the init process can suggest what files to look at here.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 18 Oct 2004 19:57:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865904#M397475</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-18T19:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: H/P 9000 console weirdness at start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865905#M397476</link>
      <description>This is actually not that uncommon and it is due to settings for the terminal that are started in /sbin/rc, specfically, the /sbin/rc.utils script. What has happened is that the script's idea of the width and length of the terminal line has changed. The behavior of rc.utils is controlled by /etc/rc.config.d/list_mode and the 'normal' value is LIST_MODE=0. Now LIST_MODE=0 is designed for HP terminals but will usually work for dumb vt100 terminals or fake terminals (ie, PCs). rc.utils uses ttytype to determine the terminal type and works quite well.&lt;BR /&gt; &lt;BR /&gt;Now the tricky part: this file may be OK but someone has been editing files in the /etc/rc.config.d directory and is keeping old versions of the files (xyz.old). That is a very big NO-NO. Everything in /etc/rc.config.d is executed in alphabetical order on bootup.&lt;BR /&gt; &lt;BR /&gt;So sort all the files in /etc/rc.config.d by age:&lt;BR /&gt; &lt;BR /&gt;ll -t /etc/rc.config.d&lt;BR /&gt; &lt;BR /&gt;Then see what is at the top of the list (newest files). If nothing shows up, you'll need to scan all of /etc/rc.config.d for LIST_MODE. And if all fails, you can try setting LIST_MODE</description>
      <pubDate>Mon, 18 Oct 2004 20:25:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865905#M397476</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2004-10-18T20:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: H/P 9000 console weirdness at start-up</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865906#M397477</link>
      <description>I found two '.orig' files in /etc/rc.config.d. I've removed them and now have to wait until our next reboot.&lt;BR /&gt;Hopefully this may be the cause.&lt;BR /&gt;I verified that /etc/rc.config.d/list_mode sets LIST_MODE=0.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help.&lt;BR /&gt;Brad</description>
      <pubDate>Tue, 19 Oct 2004 12:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/h-p-9000-console-weirdness-at-start-up/m-p/4865906#M397477</guid>
      <dc:creator>Brad Marks</dc:creator>
      <dc:date>2004-10-19T12:38:15Z</dc:date>
    </item>
  </channel>
</rss>

