<?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 get rc scripts to start process automatically in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563654#M18137</link>
    <description>copy in /etc/init.d/......Debian system?? not RH.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 13 Dec 2005 08:31:42 GMT</pubDate>
    <dc:creator>debian111</dc:creator>
    <dc:date>2005-12-13T08:31:42Z</dc:date>
    <item>
      <title>Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563648#M18131</link>
      <description>I have recently built a Debian 3.1 box and after much pain I managed to get the OVO agent installed on it. I needed to tweak a lot of stuff for dce/rpc etc. Now, when I execute the script to start rpcd (/opt/dce/etc/rc.dcerpcd start) the processes come up perfectly and then I can start the OVO agent (opdagt -start). What I can't seem to get working is getting this to start up automatically at boot time. I have this rc.dcerpcd set up as S60dcerpcd (a sym link to /etc/init/rc.dcerpcd) in the rc3.d directory but it just doesn't work. It works, no problem from the command line once the box is up. I can execute /opt/dce/etc/rc.dceprcd start, or /etc/init.d/rc.dcerpcd start or even /etc/rc3.d/S60dcerpcd start and it come up perfect. Just not at startup.&lt;BR /&gt;&lt;BR /&gt;Thanks!~</description>
      <pubDate>Tue, 14 Jun 2005 05:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563648#M18131</guid>
      <dc:creator>Jackie Baron</dc:creator>
      <dc:date>2005-06-14T05:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563649#M18132</link>
      <description>What shell is the start-up script written to use? (i.e. what's the #! point to?).&lt;BR /&gt;&lt;BR /&gt;It's sounding like it's not '/bin/sh'.&lt;BR /&gt;&lt;BR /&gt;When the system starts, 'rc' uses 'sh' (directly) to execute each of the start-up routines, this means that if the startup script is *not* written to use '#!/bin/sh', then you'll get precisely what you're seeing.&lt;BR /&gt;&lt;BR /&gt;If it must be written in that shell language, then write a small wrapper for your S60 that simply "/opt/dce/etc/rc.dceprcd $@".&lt;BR /&gt;&lt;BR /&gt;If it *is* written to use '/bin/sh', then attach a copy of that routine here and we'll have a look over it.</description>
      <pubDate>Tue, 14 Jun 2005 05:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563649#M18132</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-14T05:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563650#M18133</link>
      <description>&lt;BR /&gt;few more reasons for why it could fail:&lt;BR /&gt;&lt;BR /&gt;which init level are you in? If you are in level 5 then the level 3 script will not get executed, you have to do linking of this in rc5.d also &lt;BR /&gt;&lt;BR /&gt;at system startup there will not be any PATH variable mentioned. So if your script is calling the binary just like opdagt-start (without explicitly stating the path) then it will not run. &lt;BR /&gt;&lt;BR /&gt;Attach your script and let us take a look at it and we may come up with a solution to ur problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Wed, 15 Jun 2005 00:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563650#M18133</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-15T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563651#M18134</link>
      <description>Hi!&lt;BR /&gt;This is the first I've seen about anyone being able to install an agent on a Debian 3.1 system. I've been spending a lot of sweat and tears on that, without any success. &lt;BR /&gt;&lt;BR /&gt;Jackie: Are you willing to share your expertise in making an agent work with me? Have you succeded in making an https agent work as well?&lt;BR /&gt;&lt;BR /&gt;I haven't even installed without major error messages.&lt;BR /&gt;&lt;BR /&gt;/flix</description>
      <pubDate>Wed, 07 Dec 2005 05:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563651#M18134</guid>
      <dc:creator>felix reychman_1</dc:creator>
      <dc:date>2005-12-07T05:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563652#M18135</link>
      <description>try using update-rc.d to link your &lt;BR /&gt;script into the rc*.d directories.  It&lt;BR /&gt;will link it in all the standard directories.&lt;BR /&gt;&lt;BR /&gt;Try running your script using &lt;BR /&gt;  /bin/sh -x scriptname&lt;BR /&gt;to verifiy that it runs corrrectly under sh.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Dec 2005 18:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563652#M18135</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2005-12-08T18:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563653#M18136</link>
      <description>try update-rc.d script_name defaults..but you have to copy it in /etc/rc.d/init.d/ &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but be very carefuly because if your script do firewaling then you may experinece some problems  during boot process.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 13 Dec 2005 08:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563653#M18136</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-12-13T08:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can't get rc scripts to start process automatically</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563654#M18137</link>
      <description>copy in /etc/init.d/......Debian system?? not RH.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 13 Dec 2005 08:31:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-get-rc-scripts-to-start-process-automatically/m-p/3563654#M18137</guid>
      <dc:creator>debian111</dc:creator>
      <dc:date>2005-12-13T08:31:42Z</dc:date>
    </item>
  </channel>
</rss>

