<?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>UnderworldLabs.org &#187; virtualization</title>
	<atom:link href="http://underworldlabs.org/tag/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://underworldlabs.org</link>
	<description>My Dropbox</description>
	<lastBuildDate>Fri, 07 Oct 2011 13:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>VirtualBox update woes</title>
		<link>http://underworldlabs.org/blog/virtualbox-update-woes/</link>
		<comments>http://underworldlabs.org/blog/virtualbox-update-woes/#comments</comments>
		<pubDate>Thu, 19 May 2011 14:07:57 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=129</guid>
		<description><![CDATA[Not sure what happened here but upgrading from VirtualBox 3.x to 4.06 (with Oracle branding too &#8211; eek), killed a few of my VMs. First...]]></description>
			<content:encoded><![CDATA[<p>Not sure what happened here but upgrading from VirtualBox 3.x to 4.06 (with Oracle branding too &#8211; eek), killed a few of my VMs. First USB 2.0 support is now a part of some separate package, and then 4 out of 9 VMs would not start with messages like:</p>
<pre>unknown configuration node //DB2</pre>
<p>At this point i was thinking how the hell did VirtualBox know about my DB2 installation &#8211; assuming that my DB2 database installed on that VM was an issue. A little confusing here too given that i would get the VM window and then it would just close so it wasn&#8217;t getting anywhere near starting the OS &#8211; WindowsXP.</p>
<p>Anyway a bit of digging about and then this:</p>
<pre>takisd@fitter:~> VBoxManage getextradata WindowsXP-1 enumerate
Key: GUI/LastCloseAction, Value: powerOff
Key: GUI/LastGuestSizeHint, Value: 640,480
Key: GUI/LastNormalWindowPosition, Value: 1437,47,640,527
Key: GUI/LastWindowPostion, Value: 1422,111,1224,867
Key: GUI/MiniToolBarAlignment, Value: bottom
Key: GUI/MiniToolBarAutoHide, Value: on
Key: GUI/SaveMountedAtRuntime, Value: yes
Key: GUI/ShowMiniToolBar, Value: yes
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/DB2/GuestPort, Value: 50000
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/DB2/HostPort, Value: 50000
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/DB2/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/Firebird/GuestPort, Value: 3050
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/Firebird/HostPort, Value: 3050
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/Firebird/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/Oracle/GuestPort, Value: 1521
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/Oracle/HostPort, Value: 1521
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/Oracle/Protocol, Value: TCP
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/SQLServer/GuestPort, Value: 1433
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/SQLServer/HostPort, Value: 1433
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/SQLServer/Protocol, Value: TCP
</pre>
<p>&#8230;where <code>WindowsXP-1</code> is the name of the virtual machine.</p>
<p>So all my intalled DBs on that particular VM had a setting on them for respective ports. I use most VMs for testing against various databases for various apps and mainly for <a href="http://executequery.org">Execute Query</a>. </p>
<p>I vaguely recalled setting these some time ago &#8211; probably as a network response for forwarding &#8211; either way i didn&#8217;t really remember and resetting these with empty values fixed the problem like this:</p>
<pre>VBoxManage setextradata WindowsXP-1 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/DB2/GuestPort"</pre>
<p>&#8230;and so on for the other nodes. Restarting the OS worked just fine and I now have my VMs back. Not sure if this documented anywhere by Oracle &#8211; quite the gotcha for seemingly simple upgrade.</p>
<p>&#8230;and here i was thinking WTF did Oracle do now&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/virtualbox-update-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye-bye VMWare &#8211; hello VirtualBox</title>
		<link>http://underworldlabs.org/blog/bye-bye-vmware-hello-virtualbox/</link>
		<comments>http://underworldlabs.org/blog/bye-bye-vmware-hello-virtualbox/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 23:38:44 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=21</guid>
		<description><![CDATA[Well after some serious stuffing about i finally gave up on vmware. My latest kernel upgrade to 2.6.26.x just wouldn&#8217;t play nice regardless of what...]]></description>
			<content:encoded><![CDATA[<p>Well after some serious stuffing about i finally gave up on vmware. My latest kernel upgrade to 2.6.26.x just wouldn&#8217;t play nice regardless of what i did. Advice was sought from <a href="http://communities.vmware.com/message/1036922" target="_blank">relevant places</a> to no avail &#8211; even though the number of people with a similar issue was (is) growing. A colleague with an identical issue upgraded to the vmware 2 release candidate and the issue was not noticed there.  There was no inclination to go down that road &#8211; its a 450MB+ download, runs in a browser window, and looks like a rather bloated setup compared to the 1.x releases  No problem though as i&#8217;ve discovered <a href="http://www.virtualbox.org/" target="_blank">VirtualBox</a>.</p>
<p>After a little bit of stuffing around to get the bridge networking up and running (vmware did this for you on startup quite nicely), i&#8217;m all good now with a couple of guest operating systems installed and running with no issue. Some useful docs and info for setting up with <a href="http://debian.org" target="_blank">Debian</a> can be found on the Debian Virtual Box wiki <a href="http://wiki.debian.org/VirtualBox" target="_blank">here</a>. A huge plus is also that it comes with a neat script to build the vbox module for the running kernel.</p>
<p>Overall, so far VirtualBox is more than a suitable replacement for vmware. Give it a shot if you haven&#8217;t already.</p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/bye-bye-vmware-hello-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare server 1.06 and kernel v2.6.26</title>
		<link>http://underworldlabs.org/blog/vmware-server-106-and-kernel-v2626/</link>
		<comments>http://underworldlabs.org/blog/vmware-server-106-and-kernel-v2626/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 15:23:24 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=20</guid>
		<description><![CDATA[Perhaps a recurring theme&#8230; In any case take a look here: http://groups.google.com/group/vmkernelnewbies/web/how-to-install-vmware-in-2-6-26-linux-kernel Theres a new vmware-any-any patch that fixes the build error under kernel 2.6.26.]]></description>
			<content:encoded><![CDATA[<p>Perhaps a recurring theme&#8230;</p>
<p>In any case take a look here: <a href="http://groups.google.com/group/vmkernelnewbies/web/how-to-install-vmware-in-2-6-26-linux-kernel" target="_blank">http://groups.google.com/group/vmkernelnewbies/web/how-to-install-vmware-in-2-6-26-linux-kernel</a></p>
<p>Theres a new vmware-any-any patch that fixes the build error under kernel 2.6.26.</p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/vmware-server-106-and-kernel-v2626/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare server 1.05 and kernel v2.6.25</title>
		<link>http://underworldlabs.org/blog/vmware-server-105-and-kernel-v2625/</link>
		<comments>http://underworldlabs.org/blog/vmware-server-105-and-kernel-v2625/#comments</comments>
		<pubDate>Sat, 03 May 2008 21:53:54 +0000</pubDate>
		<dc:creator>Takis Diakoumis</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://underworldlabs.org/?p=16</guid>
		<description><![CDATA[I recently upgraded my kernel from 2.6.24.4 to 2.6.25.1. In trying to rebuild vmware server against the new kernel, i came up with a few...]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my kernel from 2.6.24.4 to 2.6.25.1.  In trying to rebuild vmware server against the new kernel, i came up with a few issues.</p>
<p>A bit of digging uncovered this: <a href="http://lenrek.wordpress.com/2008/04/24/vmware-105-and-kernel-2625/" target="_blank">http://lenrek.wordpress.com/2008/04/24/vmware-105-and-kernel-2625/.</a> It got me up and running quite nicely.</p>
<p>Small point to note &#8211; i used to apply the vmware-any-any-update-116 patch and then run /usr/bin/vmware-config.pl. Patches for the 2.6.25 kernel do not apply to a patched vmware-server install. i ran without the any-any patch and all worked fine nonetheless.</p>
<p>Finally, as i normally do i executed the following to ensure correct operation of the console:<br/><br />
<code>cd /usr/lib/vmware/lib/libpng12.so.0<br />
mv libpng12.so.0 libpng12.so.0.old<br />
ln -sf /usr/lib/libpng12.so.0 libpng12.so.0<br />
cd /usr/lib/vmware/lib/libgcc_s.so.1<br />
mv libgcc_s.so.1 libgcc_s.so.1.old<br />
ln -sf /lib/libgcc_s.so.1</code></p>
]]></content:encoded>
			<wfw:commentRss>http://underworldlabs.org/blog/vmware-server-105-and-kernel-v2625/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

