<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Techy Things &#187; virtualbox</title>
	<atom:link href="https://tech.yipp.ca/category/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>error: drm/drm.h: No such file or directory</title>
		<link>https://tech.yipp.ca/centos/1835/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=1835</link>
		<comments>https://tech.yipp.ca/centos/1835/#comments</comments>
		<pubDate>Mon, 29 Jun 2015 21:33:26 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1835</guid>
		<description><![CDATA[<p>include/drm/drmP.h:70:21: error: drm/drm.h: No such file or directory Solution #!/bin/bash KERNEL_RELEASE=`dir -1rt /usr/src/kernels/ &#124; tail -1` echo Patching $KERNEL_RELEASE cd /usr/src/kernels/$KERNEL_RELEASE/include/drm ln -s /usr/include/drm/drm.h drm.h ln -s /usr/include/drm/drm_sarea.h drm_sarea.h ln -s /usr/include/drm/drm_mode.h drm_mode.h ln&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/1835/">error: drm/drm.h: No such file or directory</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>include/drm/drmP.h:70:21: error: drm/drm.h: No such file or directory</p>
<p>Solution<br />
<code>#!/bin/bash</p>
<p>KERNEL_RELEASE=`dir -1rt /usr/src/kernels/ | tail -1`<br />
echo Patching $KERNEL_RELEASE<br />
cd /usr/src/kernels/$KERNEL_RELEASE/include/drm<br />
ln -s /usr/include/drm/drm.h drm.h<br />
ln -s /usr/include/drm/drm_sarea.h drm_sarea.h<br />
ln -s /usr/include/drm/drm_mode.h drm_mode.h<br />
ln -s /usr/include/drm/drm_fourcc.h drm_fourcc.h</p>
<p></code></p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/centos/1835/">error: drm/drm.h: No such file or directory</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/centos/1835/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase size of a linux partition inside a VirtualBox machine drive (.vdi)</title>
		<link>https://tech.yipp.ca/virtualbox/increase-size-linux-partition-inside-virtualbox-machine-drive-vdi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=increase-size-linux-partition-inside-virtualbox-machine-drive-vdi</link>
		<comments>https://tech.yipp.ca/virtualbox/increase-size-linux-partition-inside-virtualbox-machine-drive-vdi/#comments</comments>
		<pubDate>Fri, 26 Jun 2015 16:39:53 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=750</guid>
		<description><![CDATA[<p>&#160; Step 1 : Increase VDI size Windows Add this to PATH : C:\Program Files\Oracle\VirtualBox VBoxManage modifyhd --resize Example: For ~100GB : VBoxManage modifyhd "CentOS 64-bit Kula.vdi" --resize 110000 Step 2 : Reclaim the&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/increase-size-linux-partition-inside-virtualbox-machine-drive-vdi/">Increase size of a linux partition inside a VirtualBox machine drive (.vdi)</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Step 1 : Increase VDI size</p>
<p><span class="OS">Windows</span> Add this to PATH : C:\Program Files\Oracle\VirtualBox</p>
<p>VBoxManage modifyhd <absolute path to file> --resize <size in MB></p>
<p>Example: For ~100GB :<br />
VBoxManage modifyhd "CentOS 64-bit Kula.vdi" --resize 110000</p>
<p>Step 2 : Reclaim the size by resizing partitions</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/increase-size-linux-partition-inside-virtualbox-machine-drive-vdi/">Increase size of a linux partition inside a VirtualBox machine drive (.vdi)</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/virtualbox/increase-size-linux-partition-inside-virtualbox-machine-drive-vdi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location of VirtualBox.xml on Mac</title>
		<link>https://tech.yipp.ca/virtualbox/location-virtualbox-xml-mac/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=location-virtualbox-xml-mac</link>
		<comments>https://tech.yipp.ca/virtualbox/location-virtualbox-xml-mac/#comments</comments>
		<pubDate>Wed, 04 Feb 2015 14:52:05 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=1468</guid>
		<description><![CDATA[<p>/Users//Library/VirtualBox</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/location-virtualbox-xml-mac/">Location of VirtualBox.xml on Mac</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>/Users/<username>/Library/VirtualBox</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/location-virtualbox-xml-mac/">Location of VirtualBox.xml on Mac</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/virtualbox/location-virtualbox-xml-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux guest VM system hangs and crash under VirtualBox 4.3</title>
		<link>https://tech.yipp.ca/virtualbox/linux-guest-system-hangs-and-crash-under-virtualbox-4-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-guest-system-hangs-and-crash-under-virtualbox-4-3</link>
		<comments>https://tech.yipp.ca/virtualbox/linux-guest-system-hangs-and-crash-under-virtualbox-4-3/#comments</comments>
		<pubDate>Tue, 10 Dec 2013 17:13:50 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=436</guid>
		<description><![CDATA[<p>There is currently a bug under VirtualBox 4.3 when using the most recent 64-bit linux kernels such as on CentOS 6.4 (kernel 2.6.32-431.el6.x86_64). If you try to downgrade to 4.1, you will have trouble&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/linux-guest-system-hangs-and-crash-under-virtualbox-4-3/">Linux guest VM system hangs and crash under VirtualBox 4.3</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>There is currently a bug under VirtualBox 4.3 when using the most recent 64-bit linux kernels such as on CentOS 6.4 (kernel 2.6.32-431.el6.x86_64).</p>
<p>If you try to downgrade to 4.1, you will have trouble installing guest additions. However with VirtualBox 4.2.20, you will have stability and be able to install VirtualBox guest additions !</p>
<p><strong>VirtualBox 4.1</strong> =&gt; Not ok (Guest additions kernel header failure)<br />
<strong>VirtualBox 4.2</strong> =&gt; OK<br />
<strong>VirtualBox 4.3</strong> =&gt; Not ok (VT-x code bug)</p>
<p>&lt;&lt; It is my understanding that the VT-x code was heavily reworked in the 4.3 release, so that may be part of the problem. &gt;&gt; -- https://forums.virtualbox.org/viewtopic.php?f=7&amp;t=57842</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/linux-guest-system-hangs-and-crash-under-virtualbox-4-3/">Linux guest VM system hangs and crash under VirtualBox 4.3</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/virtualbox/linux-guest-system-hangs-and-crash-under-virtualbox-4-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reduce disk space of .vdi VirtualBox hard-disk with a linux VM (debian)</title>
		<link>https://tech.yipp.ca/virtualbox/how-to-reduce-disk-space-of-vdi-virtualbox-hard-disk-with-a-linux-vm-debian/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-reduce-disk-space-of-vdi-virtualbox-hard-disk-with-a-linux-vm-debian</link>
		<comments>https://tech.yipp.ca/virtualbox/how-to-reduce-disk-space-of-vdi-virtualbox-hard-disk-with-a-linux-vm-debian/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 15:56:08 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=107</guid>
		<description><![CDATA[<p>So you are here because you want to compact your Debian VM .vdi file Just using the vboxmanage modifyhd /path/to/my.vdi --compact does not do a lot of reduction alone. You first have to group&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/how-to-reduce-disk-space-of-vdi-virtualbox-hard-disk-with-a-linux-vm-debian/">How to reduce disk space of .vdi VirtualBox hard-disk with a linux VM (debian)</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>So you are here because you want to compact your Debian VM .vdi file</p>
<pre>Just using the vboxmanage modifyhd /path/to/my.vdi --compact does not do a lot of reduction alone.</pre>
<p>You first have to group all the free space together, then --compact will work.</p>
<p>How to group all free space :</p>
<p>Ubuntu / Debian/ Mint :</p>
<p>We will use <strong>zerofree</strong> utility. To run this we must be running from a boot CD to have access to unmounted partitions. That is not too complicated. Whatever your distribution you can use a Debian live CD/DVD and boot with it.</p>
<p>You first need to modify your software source to use "sid" packages.</p>
<ul>
<li>Go into Administration &gt; Software Sources</li>
<li>Remove (uncheck) all software sources (including CD-ROMs) :</li>
<li>Add these two software sources :
<ul>
<li>deb <a href="http://ftp.us.debian.org/debian/" rel="nofollow">http://ftp.us.debian.org/debian/</a> sid main</li>
<li>deb-src <a href="http://ftp.us.debian.org/debian/" rel="nofollow">http://ftp.us.debian.org/debian/</a> sid main</li>
</ul>
</li>
<li>proceed with installation</li>
</ul>
<p>You can now install zerofree:</p>
<pre>sudo apt-get install zerofree</pre>
<p>Then verify which partition you want to free using the Applications &gt; System Tools &gt; Disk Utility</p>
<pre>
sudo zerofree -v /dev/sda1</pre>
<pre></pre>
<p>The post <a rel="nofollow" href="https://tech.yipp.ca/virtualbox/how-to-reduce-disk-space-of-vdi-virtualbox-hard-disk-with-a-linux-vm-debian/">How to reduce disk space of .vdi VirtualBox hard-disk with a linux VM (debian)</a> appeared first on <a rel="nofollow" href="https://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://tech.yipp.ca/virtualbox/how-to-reduce-disk-space-of-vdi-virtualbox-hard-disk-with-a-linux-vm-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
