<?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=2336&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / what starts the eudev service? [SOLVED]]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2336</link>
		<description><![CDATA[The most recent posts in what starts the eudev service? [SOLVED].]]></description>
		<lastBuildDate>Thu, 30 Aug 2018 11:07:13 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: what starts the eudev service? [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11575#p11575</link>
			<description><![CDATA[<p>That&#039;s what I thought.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Thu, 30 Aug 2018 11:07:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11575#p11575</guid>
		</item>
		<item>
			<title><![CDATA[Re: what starts the eudev service? [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11569#p11569</link>
			<description><![CDATA[<p>Here&#039;s a picture of Ralph, in case anyone was wondering what he looks like.</p><p><a href="https://orig00.deviantart.net/60a0/f/2011/161/f/b/wizard_by_adam_brown-d3iiyfb.jpg" rel="nofollow">https://orig00.deviantart.net/60a0/f/20 … 3iiyfb.jpg</a></p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 30 Aug 2018 02:11:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11569#p11569</guid>
		</item>
		<item>
			<title><![CDATA[Re: what starts the eudev service? [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11568#p11568</link>
			<description><![CDATA[<p>Thank you, ralph.ronnquist. I&#039;m embarrassed that <span class="bbc">S0?eudev</span> is in <span class="bbc">/etc/rcS.d/</span> (instead of in <span class="bbc">/etc/rc2.d/</span>) but I didn&#039;t know to look there. A careful look at <span class="bbc">/etc/inittab</span> would have clued me in to the fact that the <span class="bbc">/etc/rcS.d/</span> directory exists and its scripts run before those in <span class="bbc">/etc/rc?.d/</span>. </p><p>You really took it to the next level with the information about the pre-pivot start up. In my mind all that is simply &quot;initramfs stage&quot;--the fine details of which I never considered or even heard of before. Thank you very much for such an insightful answer.</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Wed, 29 Aug 2018 23:49:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11568#p11568</guid>
		</item>
		<item>
			<title><![CDATA[Re: what starts the eudev service? [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11565#p11565</link>
			<description><![CDATA[<p>Looking at my own system (ascii), the story is something like the following.</p><p>The process is named <span class="bbc">udevd</span>.</p><p>It&#039;s first started by its pre-pivot <span class="bbc">init-top/udev</span> script, in <span class="bbc">initramfs</span>. That process is then killed at the end of the pre-pivot init sequence, by its&#160; <span class="bbc">init-bottom/udev</span> script, still in <span class="bbc">initramfs</span>.</p><p>Next it has its init link <span class="bbc">/etc/rcS.d/S0?eudev</span> (or possibly <span class="bbc">/etc/rcS.d/S0?udev</span>) for starting <span class="bbc">udevd</span> in the post-pivot init sequence.</p><p>The pre-pivot start up includes a forced traversal of the <span class="bbc">/sys</span> tree through a <span class="bbc">udevadm trigger --action=add</span> command, and then that <span class="bbc">init-top/udev</span> script also waits for <span class="bbc">udevadm settle</span> to return, before it &quot;pokes&quot; extra on scsi devices, if any, followed by an optional additional timeout in some circumstances. Further, the <span class="bbc">init-bottom/udev</span> script at the end of pre-pivot init merely kills the pre-pivot <span class="bbc">udevd</span> process, and then moves the pre-pivot <span class="bbc">/dev</span> to be available as post-pivot <span class="bbc">/dev</span>.</p><p>Note that pre-pivot init is a script, usually a copy of <span class="bbc">/usr/share/initramfs-tools/init</span>, and it ends with an <span class="bbc">exec run-init ...</span>, which becomes the post-pivot init process (or a panic, if exec fails).</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Wed, 29 Aug 2018 21:36:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11565#p11565</guid>
		</item>
		<item>
			<title><![CDATA[what starts the eudev service? [SOLVED]]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=11564#p11564</link>
			<description><![CDATA[<p>Even though <span class="bbc">eudev</span> is a service (<span class="bbc">sudo service eudev status</span> produces output and <span class="bbc">/etc/init.d/eudev</span> exists), I cannot find a corresponding link in <span class="bbc">/etc/rc2.d</span> (i.e., none of the links have <em>eudev</em>, <em>udev</em>, or <em>udevd</em> in the name).</p><p>What starts the <span class="bbc">eudev</span> service and how?</p>]]></description>
			<author><![CDATA[dummy@example.com (GNUser)]]></author>
			<pubDate>Wed, 29 Aug 2018 19:23:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=11564#p11564</guid>
		</item>
	</channel>
</rss>
