<?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 Bootproblems/rc.log errors strange in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843207#M936601</link>
    <description />
    <pubDate>Tue, 12 Nov 2002 15:22:13 GMT</pubDate>
    <dc:creator>Leon van Ofwegen_1</dc:creator>
    <dc:date>2002-11-12T15:22:13Z</dc:date>
    <item>
      <title>Bootproblems/rc.log errors strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843207#M936601</link>
      <description />
      <pubDate>Tue, 12 Nov 2002 15:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843207#M936601</guid>
      <dc:creator>Leon van Ofwegen_1</dc:creator>
      <dc:date>2002-11-12T15:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bootproblems/rc.log errors strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843208#M936602</link>
      <description>This sounds like an error in one of the scripts in /etc/rc.config.d. Lots of the startup scripts run '/etc/rc.config' (have a look at it). This 'dots' almost every file in /etc/rc.config.d in order to set environment variables.&lt;BR /&gt;&lt;BR /&gt;Check out scripts which have changed recently in /etc/rc.config.d. Once you've found and corrected the problem, run '. /etc/rc.config' to check if you've solved it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 12 Nov 2002 15:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843208#M936602</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-12T15:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bootproblems/rc.log errors strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843209#M936603</link>
      <description>I've recently installed ssh.&lt;BR /&gt;&lt;BR /&gt;But why are startupscripts like S320hostname not functioning?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Leon</description>
      <pubDate>Tue, 12 Nov 2002 15:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843209#M936603</guid>
      <dc:creator>Leon van Ofwegen_1</dc:creator>
      <dc:date>2002-11-12T15:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Bootproblems/rc.log errors strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843210#M936604</link>
      <description>Problem solved, I've removed the startup scripts for the ssh daemon.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Leon</description>
      <pubDate>Tue, 12 Nov 2002 15:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843210#M936604</guid>
      <dc:creator>Leon van Ofwegen_1</dc:creator>
      <dc:date>2002-11-12T15:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bootproblems/rc.log errors strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843211#M936605</link>
      <description>/sbin/init.d/hostname calls /etc/rc.config. Extract...&lt;BR /&gt;&lt;BR /&gt;start)&lt;BR /&gt;        if [ -f /etc/rc.config ] ; then&lt;BR /&gt;                . /etc/rc.config&lt;BR /&gt;        else&lt;BR /&gt;                echo "ERROR: /etc/rc.config defaults file MISSING"&lt;BR /&gt;        fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Note that some of the others (which don't fail) only call their own config script. For example, cron's startup script has this:&lt;BR /&gt;&lt;BR /&gt;'start')&lt;BR /&gt;        if [ -f /etc/rc.config.d/cron ] ; then&lt;BR /&gt;                . /etc/rc.config.d/cron&lt;BR /&gt;&lt;BR /&gt;Thi only runs the cron script not *ALL* the scripts.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Tue, 12 Nov 2002 15:59:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843211#M936605</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2002-11-12T15:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bootproblems/rc.log errors strange</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843212#M936606</link>
      <description>Hi Leon:&lt;BR /&gt;&lt;BR /&gt;Make sure that files in the '/etc/rc.config.d/' directory are named only with extensions that use these:&lt;BR /&gt;&lt;BR /&gt;[.,~#]&lt;BR /&gt;&lt;BR /&gt;characters.  Files so named are are specifically excluded from sourcing.  Others are not.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 12 Nov 2002 16:02:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bootproblems-rc-log-errors-strange/m-p/2843212#M936606</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-11-12T16:02:59Z</dc:date>
    </item>
  </channel>
</rss>

