<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=1970&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / trying to understand basics of SysVinit scripts [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=1970</link>
		<description><![CDATA[The most recent posts in trying to understand basics of SysVinit scripts [SOLVED].]]></description>
		<lastBuildDate>Tue, 03 Apr 2018 13:00:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: trying to understand basics of SysVinit scripts [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8203#p8203</link>
			<description><![CDATA[<p>The missing step was to add <em>test</em> to the end of the TARGETS list at the top of <span class="bbc">/etc/init.d/.depend.start</span></p><p>At this point I don&#039;t understand why it worked, but am happy to be one step closer to understanding.</p><p>Thanks again!</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Tue, 03 Apr 2018 13:00:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8203#p8203</guid>
		</item>
		<item>
			<title><![CDATA[Re: trying to understand basics of SysVinit scripts [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8202#p8202</link>
			<description><![CDATA[<p>Thank you, ralph.ronnquist. I guess nothing is ever as simple as it seems. </p><p>I will learn about <span class="bbc">insserv</span> and friends, and will experiment with the hidden files. I have a full partition backup, so I can tinker with abandon.</p><p>I&#039;ll update the thread if there is a simple solution to my little exercise. If it&#039;s too complicated, it kind of defeats the purpose.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Tue, 03 Apr 2018 12:46:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8202#p8202</guid>
		</item>
		<item>
			<title><![CDATA[Re: trying to understand basics of SysVinit scripts [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8196#p8196</link>
			<description><![CDATA[<p>You&#039;ll probably do need to understand <span class="bbc">insserv</span>, which is the one using the LSB headers, and manipulating the files <span class="bbc">/etc/init.d/.depend.{boot,start,stop}</span>, which are the &quot;make files&quot; for the init process. I&#039;m not totally sure where/when/how <span class="bbc">init</span> uses those files, but as I remember it, those files tell which scripts to run when. The <span class="bbc">insserv</span> man page points at <span class="bbc">startpar</span> as the actual driver process, so I guess, all together it&#039;s <span class="bbc">init</span>, <span class="bbc">insserv</span> and <span class="bbc">startpar</span> to peruse.</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Tue, 03 Apr 2018 04:07:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8196#p8196</guid>
		</item>
		<item>
			<title><![CDATA[trying to understand basics of SysVinit scripts [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=8195#p8195</link>
			<description><![CDATA[<p>This is a super basic exercise that has me stumped. Please help and pardon my ignorance.</p><p>1. I created <span class="bbc">/etc/init.d/test</span> with this in it:</p><div class="codebox"><pre><code>#!/bin/sh

touch /home/bruno/Desktop/hello</code></pre></div><p>Then I made the script executable.</p><p>2. I ran this command: <span class="bbc">sudo ln -s /etc/init.d/test /etc/rc2.d/S09test</span></p><p>3. I reboot the system.</p><p>The script does not appear to run (i.e., a file named &quot;hello&quot; does not show up on my desktop). What am I missing?</p><p>P.S. I do not want to use LSB headers or the <span class="bbc">update-rc.d</span> command. I can get things to work that way, but for this exercise I want to do things manually and as simply as possible so that I can understand the absolute bare essentials.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Tue, 03 Apr 2018 02:49:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=8195#p8195</guid>
		</item>
	</channel>
</rss>
