<?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>Thu, 09 Sep 2010 14:50:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: kaboltzky</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3046</link>
		<dc:creator>kaboltzky</dc:creator>
		<pubDate>Fri, 29 May 2009 12:35: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-3046</guid>
		<description>thank you very much for this hint! now my life is 40s longer per day ;)</description>
		<content:encoded><![CDATA[<p>thank you very much for this hint! now my life is 40s longer per day <img src='http://www.dotkam.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3052</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Sun, 01 Feb 2009 06:40:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3052</guid>
		<description>@Anselmo,

   welcome!

-- Toly</description>
		<content:encoded><![CDATA[<p>@Anselmo,</p>
<p>   welcome!</p>
<p>&#8211; Toly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselmo</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3057</link>
		<dc:creator>Anselmo</dc:creator>
		<pubDate>Sat, 31 Jan 2009 02:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3057</guid>
		<description>Thank you. Changing file permissions reduced the time to load the virtual box module by about 10 seconds.</description>
		<content:encoded><![CDATA[<p>Thank you. Changing file permissions reduced the time to load the virtual box module by about 10 seconds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3047</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Sat, 24 Jan 2009 22:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3047</guid>
		<description>@Anselmo,

   I have Virtual Box configured on several servers, and do not recall having problems loading the &quot;vboxdrv&quot; during boot.

   But here are things you can try.

   Try to re-setup the module:

&lt;pre lang=&quot;bash&quot;&gt;sudo /etc/init.d/vboxdrv setup&lt;/pre&gt;

   Also double check that the module have the right permissions, if not:

&lt;pre lang=&quot;bash&quot;&gt;chmod 660 /dev/vboxdrv
chgrp vboxusers /dev/vboxdrv&lt;/pre&gt;

-- Toly</description>
		<content:encoded><![CDATA[<p>@Anselmo,</p>
<p>   I have Virtual Box configured on several servers, and do not recall having problems loading the &#8220;vboxdrv&#8221; during boot.</p>
<p>   But here are things you can try.</p>
<p>   Try to re-setup the module:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>vboxdrv setup</pre></div></div>

<p>   Also double check that the module have the right permissions, if not:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">chmod</span> <span style="color: #000000;">660</span> <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>vboxdrv
<span style="color: #c20cb9; font-weight: bold;">chgrp</span> vboxusers <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>vboxdrv</pre></div></div>

<p>&#8211; Toly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselmo</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3048</link>
		<dc:creator>Anselmo</dc:creator>
		<pubDate>Sat, 24 Jan 2009 17:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3048</guid>
		<description>I found out what is delaying my boot. It is the loading of the Virtual Box kernel module. However, I don&#039;t know how to disable it. I have already included it in the file /etc/modprobe.d/blacklist, but it is still loading at the boot. How should I do to make it not load? The kernel module name is vboxdrv. TNX in advance.</description>
		<content:encoded><![CDATA[<p>I found out what is delaying my boot. It is the loading of the Virtual Box kernel module. However, I don&#8217;t know how to disable it. I have already included it in the file /etc/modprobe.d/blacklist, but it is still loading at the boot. How should I do to make it not load? The kernel module name is vboxdrv. TNX in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3050</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3050</guid>
		<description>@Anselmo,

   If that is your configuration, network is not your problem during the startup.

   So we can look deeper. While the system is booting up (splash screen), can you press &quot;Ctrl + F1&quot;, and then either &quot;Ctrl + F8&quot; or &quot;Ctrl + F7&quot;, so you can see the actual boot process.

   Pay attention to what takes the most amount of time, and post back with comments.

-- Toly</description>
		<content:encoded><![CDATA[<p>@Anselmo,</p>
<p>   If that is your configuration, network is not your problem during the startup.</p>
<p>   So we can look deeper. While the system is booting up (splash screen), can you press &#8220;Ctrl + F1&#8243;, and then either &#8220;Ctrl + F8&#8243; or &#8220;Ctrl + F7&#8243;, so you can see the actual boot process.</p>
<p>   Pay attention to what takes the most amount of time, and post back with comments.</p>
<p>&#8211; Toly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselmo</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3049</link>
		<dc:creator>Anselmo</dc:creator>
		<pubDate>Thu, 22 Jan 2009 16:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3049</guid>
		<description>I configure my connections through the gnome network manager (nm). It seems that nm does ist own configuration, but I&#039;m not certain.

My /etc/network/interfaces:

auto lo
iface lo inet loopback
#iface eth0 inet static
#address 192.168.0.20
#netmask 255.255.255.0
#gateway 192.168.0.1</description>
		<content:encoded><![CDATA[<p>I configure my connections through the gnome network manager (nm). It seems that nm does ist own configuration, but I&#8217;m not certain.</p>
<p>My /etc/network/interfaces:</p>
<p>auto lo<br />
iface lo inet loopback<br />
#iface eth0 inet static<br />
#address 192.168.0.20<br />
#netmask 255.255.255.0<br />
#gateway 192.168.0.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ginger</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3053</link>
		<dc:creator>ginger</dc:creator>
		<pubDate>Tue, 20 Jan 2009 05:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3053</guid>
		<description>Can you post your &quot;/etc/network/interfaces&quot;?

The thing to also check is while booting up, click &quot;Ctrl+Alt+F8&quot; (can be &quot;Ctrl+Alt+F7&quot; depending on the configuration), and see what &quot;stage&quot; is actually taking so long to boot. The thing is it may not just been the &quot;networking startup&quot; time.

Let me know,

-- Toly</description>
		<content:encoded><![CDATA[<p>Can you post your &#8220;/etc/network/interfaces&#8221;?</p>
<p>The thing to also check is while booting up, click &#8220;Ctrl+Alt+F8&#8243; (can be &#8220;Ctrl+Alt+F7&#8243; depending on the configuration), and see what &#8220;stage&#8221; is actually taking so long to boot. The thing is it may not just been the &#8220;networking startup&#8221; time.</p>
<p>Let me know,</p>
<p>&#8211; Toly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anselmo</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3054</link>
		<dc:creator>Anselmo</dc:creator>
		<pubDate>Mon, 19 Jan 2009 16:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3054</guid>
		<description>It asks a DHCP server for one, and I have two interfaces: lan and wlan.</description>
		<content:encoded><![CDATA[<p>It asks a DHCP server for one, and I have two interfaces: lan and wlan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toly</title>
		<link>http://www.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/comment-page-1/#comment-3055</link>
		<dc:creator>Toly</dc:creator>
		<pubDate>Mon, 19 Jan 2009 15:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dotkam.com/2008/08/06/speed-up-ubuntu-boot-time-by-starting-networking-on-the-background/#comment-3055</guid>
		<description>@Anselmo,

   How do you have your network configured? Is it getting a static IP, or asks DHCP server for one? How many cards do you have (lan + wifi)?

   The above method of &quot;paralleling&quot; processes works on several boxes for me.

-- Toly</description>
		<content:encoded><![CDATA[<p>@Anselmo,</p>
<p>   How do you have your network configured? Is it getting a static IP, or asks DHCP server for one? How many cards do you have (lan + wifi)?</p>
<p>   The above method of &#8220;paralleling&#8221; processes works on several boxes for me.</p>
<p>&#8211; Toly</p>
]]></content:encoded>
	</item>
</channel>
</rss>
