<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Speed Up Ubuntu Boot Time by Starting Networking on The Background</title>
	<atom:link href="http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/</link>
	<description>one of those blogs</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:43:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: guy.b</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4572</link>
		<dc:creator>guy.b</dc:creator>
		<pubDate>Wed, 25 Jan 2012 21:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4572</guid>
		<description>Drecki,

I have install 11.10 naw and it&#039;s the same as in 10.10, see the answer from Wesam: In 
/etc//init.d/networking

put the &amp; like this in the start case section:

/lib/init/upstart-job networking start &amp;
;;</description>
		<content:encoded><![CDATA[<p>Drecki,</p>
<p>I have install 11.10 naw and it&#8217;s the same as in 10.10, see the answer from Wesam: In<br />
/etc//init.d/networking</p>
<p>put the &amp; like this in the start case section:</p>
<p>/lib/init/upstart-job networking start &amp;<br />
;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drecki</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4499</link>
		<dc:creator>Drecki</dc:creator>
		<pubDate>Tue, 01 Nov 2011 19:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4499</guid>
		<description>Anyone knows if there is a way to do this also on Ubuntu 11.10??  And if so how is it done?!? ;) 
Thx!</description>
		<content:encoded><![CDATA[<p>Anyone knows if there is a way to do this also on Ubuntu 11.10??  And if so how is it done?!? <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
Thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4472</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 10 Oct 2011 14:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4472</guid>
		<description>Hello Wesam,

Thanks for your help, much apprecied! I put the ampersand but by me it doesn&#039;t boot faster! It&#039;s maybe that I&#039;m reaching a certain system limit? I boot in around 5.5s (gnome desktop and compiz fully ready). Is they&#039;re a initramfs update to do or something else that I didn&#039;t? 

Regards

P.S. The reason could be that my /var and /home partitions are on the conventionnal HD? Anyway 5.5s is still not bad.</description>
		<content:encoded><![CDATA[<p>Hello Wesam,</p>
<p>Thanks for your help, much apprecied! I put the ampersand but by me it doesn&#8217;t boot faster! It&#8217;s maybe that I&#8217;m reaching a certain system limit? I boot in around 5.5s (gnome desktop and compiz fully ready). Is they&#8217;re a initramfs update to do or something else that I didn&#8217;t? </p>
<p>Regards</p>
<p>P.S. The reason could be that my /var and /home partitions are on the conventionnal HD? Anyway 5.5s is still not bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesam</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4467</link>
		<dc:creator>Wesam</dc:creator>
		<pubDate>Fri, 07 Oct 2011 18:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4467</guid>
		<description>Guy,

I&#039;m using Ubuntu 11.04 and had the same start case as yours.  Just added an ampersand to the end of the line and the networking starting script ran in the background and my boot time is about 5 seconds shorter now.  The line should look like:

/lib/init/upstart-job networking start &amp;
	;;

Best</description>
		<content:encoded><![CDATA[<p>Guy,</p>
<p>I&#8217;m using Ubuntu 11.04 and had the same start case as yours.  Just added an ampersand to the end of the line and the networking starting script ran in the background and my boot time is about 5 seconds shorter now.  The line should look like:</p>
<p>/lib/init/upstart-job networking start &amp;<br />
	;;</p>
<p>Best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4453</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Thu, 29 Sep 2011 18:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4453</guid>
		<description>Nobody for help?</description>
		<content:encoded><![CDATA[<p>Nobody for help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4448</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Mon, 26 Sep 2011 20:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4448</guid>
		<description>Hello, I&#039;m trying to understand the change but in my /init.d/networking &quot;start case&quot; I have only this: 
&lt;pre lang=&quot;bash&quot;&gt;
/lib/init/upstart-job networking start
	;;
&lt;/pre&gt;
I&#039;m on Maverick 10.10 mini install with a static IP and in the boot process wich takes 5.58s, the network wich is the last spot and takes 1.8s to start! Any help would be great to avoid the lost of time and maybe bit the 5s!? 

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hello, I&#8217;m trying to understand the change but in my /init.d/networking &#8220;start case&#8221; I have only this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>init<span style="color: #000000; font-weight: bold;">/</span>upstart-job networking start
	<span style="color: #000000; font-weight: bold;">;;</span></pre></div></div>

<p>I&#8217;m on Maverick 10.10 mini install with a static IP and in the boot process wich takes 5.58s, the network wich is the last spot and takes 1.8s to start! Any help would be great to avoid the lost of time and maybe bit the 5s!? </p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4284</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 10 May 2011 23:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4284</guid>
		<description>Great fix!  Just like Millennium Falcon warp speed...</description>
		<content:encoded><![CDATA[<p>Great fix!  Just like Millennium Falcon warp speed&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4281</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Mon, 09 May 2011 23:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4281</guid>
		<description>much appreciated.  i will pass this on to some friends.</description>
		<content:encoded><![CDATA[<p>much appreciated.  i will pass this on to some friends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4275</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 06 May 2011 00:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4275</guid>
		<description>Definitely worth the effort.  Nice work.</description>
		<content:encoded><![CDATA[<p>Definitely worth the effort.  Nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warren</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-4271</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Wed, 04 May 2011 20:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-4271</guid>
		<description>Awesome!  I&#039;m always on the hunt for greater efficiency!</description>
		<content:encoded><![CDATA[<p>Awesome!  I&#8217;m always on the hunt for greater efficiency!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

