<?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: can't startup the service when server start in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401532#M14440</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;I think you are expert in SVR4 Systems thats why you are doing like this .&lt;BR /&gt;&lt;BR /&gt;better try to configure in the following steps&lt;BR /&gt;&lt;BR /&gt;#chkconfig --list httpd&lt;BR /&gt;see whether it is on or off in runlevel 4 ,5,6&lt;BR /&gt;if not &lt;BR /&gt;#chkconfig --level 3 on 4 on  5 on httpd&lt;BR /&gt;it will start the service at desired run levels&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 16 Oct 2004 03:50:19 GMT</pubDate>
    <dc:creator>ramkumar</dc:creator>
    <dc:date>2004-10-16T03:50:19Z</dc:date>
    <item>
      <title>can't startup the service when server start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401531#M14439</link>
      <description>I tried to link the service to the start-up ,&lt;BR /&gt;&lt;BR /&gt;#ln -s /usr/local/apache/bin/httpd /etc/init.d&lt;BR /&gt;# pwd&lt;BR /&gt;/etc/init.d&lt;BR /&gt;#ll  /usr/local/apache/bin/httpd &lt;BR /&gt;lrwxrwxrwx    1 root       root                27 Oct 16 15:50 httpd -&amp;gt; /usr/local/apache/bin/httpd&lt;BR /&gt;&lt;BR /&gt;but still can't run this daemon when startup , but i can run it manually , could suggest what is wrong ? thx.&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Oct 2004 03:11:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401531#M14439</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2004-10-16T03:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: can't startup the service when server start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401532#M14440</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;I think you are expert in SVR4 Systems thats why you are doing like this .&lt;BR /&gt;&lt;BR /&gt;better try to configure in the following steps&lt;BR /&gt;&lt;BR /&gt;#chkconfig --list httpd&lt;BR /&gt;see whether it is on or off in runlevel 4 ,5,6&lt;BR /&gt;if not &lt;BR /&gt;#chkconfig --level 3 on 4 on  5 on httpd&lt;BR /&gt;it will start the service at desired run levels&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Oct 2004 03:50:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401532#M14440</guid>
      <dc:creator>ramkumar</dc:creator>
      <dc:date>2004-10-16T03:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: can't startup the service when server start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401533#M14441</link>
      <description>in order to run this script on boot, you should add link&lt;BR /&gt;&lt;BR /&gt;ln -s /etc/init.d/httpd /etc/rc3.d/S99httpd&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;ln -s /etc/init.d/httpd /etc/rc5.d/S99httpd&lt;BR /&gt;&lt;BR /&gt;[not every package knows to work with chkconfig]&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 17 Oct 2004 05:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401533#M14441</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-10-17T05:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: can't startup the service when server start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401534#M14442</link>
      <description>either method will work in the prior two posts.&lt;BR /&gt;&lt;BR /&gt;Linux books recomend&lt;BR /&gt;&lt;BR /&gt;chkconfig -level 12345 httpd on&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Script must exist in /etc/init.d&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 17 Oct 2004 09:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401534#M14442</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-17T09:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: can't startup the service when server start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401535#M14443</link>
      <description>as far as I remember, chkconfig doesn't work with every script, or at leats you should "chkconfig add httpd" in order to add script to chkconfig managament.</description>
      <pubDate>Sun, 17 Oct 2004 09:49:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401535#M14443</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-10-17T09:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: can't startup the service when server start</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401536#M14444</link>
      <description>Word of note:&lt;BR /&gt;&lt;BR /&gt;YOU DEFINATELY DO NOT WANT TO DIRECTLY LINK A BINARY HERE!&lt;BR /&gt;&lt;BR /&gt;What you want to be linking to is the script '/usr/local/apache/bin/apachectl'.  This is the distributed startup/shutdown routine.&lt;BR /&gt;&lt;BR /&gt;As for the 'chkconfig' stuff, it will only work if there is a comment line similar to '# chkconfig 2345 84 16' and a '# description &lt;DESCRIPTION&gt;' line with in it.&lt;/DESCRIPTION&gt;</description>
      <pubDate>Sun, 17 Oct 2004 19:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-startup-the-service-when-server-start/m-p/3401536#M14444</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-10-17T19:19:18Z</dc:date>
    </item>
  </channel>
</rss>

