<?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>~#nixy &#187; vmware</title>
	<atom:link href="http://nixy.dk/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://nixy.dk</link>
	<description>Nix is sexy</description>
	<lastBuildDate>Fri, 16 Oct 2009 09:04:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing software on ESX 3.5i</title>
		<link>http://nixy.dk/2008/08/14/installing-software-on-esx-35i/</link>
		<comments>http://nixy.dk/2008/08/14/installing-software-on-esx-35i/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 18:31:52 +0000</pubDate>
		<dc:creator>Rada</dc:creator>
				<category><![CDATA[vmware]]></category>
		<category><![CDATA[busybox]]></category>
		<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://nixy.dk/?p=18</guid>
		<description><![CDATA[A lot of people have posted guides to enable ssh access to ESXi servers, but what now? I&#8217;m currently trying to figure out how to install additional software on ESXi. This is a bit of a tough one for now. My findings are as follows: There are two vmfs file systems which contain a set [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people have posted guides to enable ssh access to ESXi servers, but what now?</p>
<p>I&#8217;m currently trying to figure out how to install additional software on ESXi. This is a bit of a tough one for now.</p>
<p>My findings are as follows:</p>
<ul>
<li>There are two vmfs file systems which contain a set of .tgz files. The contents are identical, but with the hash sums do not match</li>
<li>One of these file system trees contain a checksum.md5 file. The other does not &#8211; I suppose that the one with the checksums is what ESXi considers as being the &#8220;original&#8221; files.</li>
<li>When I replaced /lib/libc.so.6 on the server, it immediately dropped all my ssh sessions, and denied access to the console. Once I power cycled the server, all the changes I made to the userland and base of the OS were reverted (I&#8217;m guessing they came from the &#8220;recovery&#8221; file system)</li>
<li>ESXi complains if the libraries in use do not have a VMWARE_SOMETHING version string (And thus the previously described scenario occurs)</li>
<li>Most of the userland consists of busybox and dropbear sshd. There&#8217;s also gpg.</li>
</ul>
<p>I&#8217;m not big on building software, the usage of gcc, or anything related to linux for that matter, so help from some linux guru on this matter would be greatly appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://nixy.dk/2008/08/14/installing-software-on-esx-35i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare-server 8-char bug</title>
		<link>http://nixy.dk/2008/01/20/vmware-8-char-bug/</link>
		<comments>http://nixy.dk/2008/01/20/vmware-8-char-bug/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 11:41:29 +0000</pubDate>
		<dc:creator>Rada</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[8021q]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://nixy.dk/2008/01/20/vmware-8-char-bug/</guid>
		<description><![CDATA[VMWare-server has a bug that doesn&#8217;t allow network interface device names to be more than 8 characters long. Yes, this is not a typo: If your interface name is more than 8 characters long, you&#8217;re out of luck. The origin of the bug for me is unknown. Naturally, I&#8217;ve had to research this issue as [...]]]></description>
			<content:encoded><![CDATA[<p>VMWare-server has a bug that doesn&#8217;t allow network interface device names to be more than 8 characters long. Yes, this is not a typo: If your interface name is more than 8 characters long, you&#8217;re out of luck.</p>
<p>The origin of the bug for me is unknown. Naturally, I&#8217;ve had to research this issue as it became apparent to me when I had to set up two network interfaces in bonding (Thus calling them bond0) and then putting this new virtual interface into work with two 8021q vlan&#8217;s (Thus calling them bond0.100 and bond0.101). Now, I do realize that having a 9-character long interface name is a bit on the side of the unusual, but rarely you&#8217;d spot any software which supports any less than 255 characters, right? I mean, this is just common sense these days. Pretending to hunt for bits of RAM by shaving off something like 248 bytes just SO belongs back in 1980&#8242;s computing. Not fixing this bug from version 1.0.0 to version 1.0.4 of your software belongs back at Microsoft. Not having a part of your website dedicated to bug reports belongs back in FAIL.</p>
<p>Anyway, this is not an opinion piece.</p>
<p>After spending a good part of  a weeks worth of office time hunting down this bug, I finally decided to trace back my steps and see if there was something I could do to solve this problem.</p>
<p>When creating vlans on an interface in Linux, you usually use a tool called vconfig. Turns out that vconfig had the option to provide a custom naming scheme. Just run <code>vconfig set_name_type VLAN_PLUS_VID_NO_PAD</code> and you&#8217;re golden. Now your interface name is called vlan100 or something similar.</p>
]]></content:encoded>
			<wfw:commentRss>http://nixy.dk/2008/01/20/vmware-8-char-bug/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Quickpost: RTC problems in Debian on Dell PowerEdge servers</title>
		<link>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/</link>
		<comments>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 13:21:37 +0000</pubDate>
		<dc:creator>Rada</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[hpet]]></category>
		<category><![CDATA[hwclock]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[rtc]]></category>

		<guid isPermaLink="false">http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/</guid>
		<description><![CDATA[I&#8217;ve had some problems with RTC on Dell PowerEdge servers with Debian 4.0 (etch), which were unfixable by all of the following: Set Hz to 100/250/1000 Try newer kernel Add &#8211;directisa option to hwclock (Would only fix a symptom of the problem, and not touch the problem itself at all) The symptoms: You get a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had some problems with RTC on Dell PowerEdge servers with Debian 4.0 (etch), which were unfixable by all of the following:</p>
<ul>
<li>Set Hz to 100/250/1000</li>
<li>Try newer kernel</li>
<li>Add &#8211;directisa option to hwclock (Would only fix a symptom of the problem, and not touch the problem itself at all)</li>
</ul>
<p>The symptoms:<br />
You get a lot of messages like this:<br />
<code>rtc: lost some interrupts at 2048Hz</code><br />
This varies (in my case) between 1024Hz, 2048Hz and 4096Hz. The message is printed to the terminal as fast as it can handle, and is written to syslog at a rate of 3500/sec &#8211; Though some times less.<br />
If you run &#8220;hwclock&#8221; on the system, it spits out an error message:<br />
<code>select() to /dev/rtc to wait for clock tick timed out</code>.</p>
<p><a href="http://chxo.com/be2/20060821_3333.html">Chris Snyder</a> suggests to avoid the problem instead of fixing it, by disabling precise timekeeping in VMware (Which is what was my main problem). What did fix the problem, however, was to compile a new kernel with HPET_EMULATE_RTC. This is more or less a battle in itself, as HPET_EMULATE_RTC depends on other stuff on its own. I&#8217;m to exhausted to give a proper walkthrough on this, as I&#8217;ve done about 50 kernel recompiles in the past week or so, and just want to forget this issue altogether ASAP.</p>
<p>Why HPET_EMULATE_RTC isn&#8217;t on by default is beyond my scope of comprehension, as there&#8217;s absolutely no good reason to not have it enabled unless you&#8217;re running an extremely small embedded kernel which doesn&#8217;t need it in the first place, in which case you&#8217;ll disabe it forcefully anyway.</p>
<p><strong>Update:</strong> After notifying Chris about this blog post, he suggested that I update it with the kernel config options that I enabled to make HPET RTC emulation work. As opposed to what I wrote earlier, there&#8217;s not really hundreds of different .config options to edit. Only a few if you&#8217;re editing .config directly and only one if you&#8217;re using menuconf.</p>
<p>In menuconf, go <code>Device Drivers ---&gt; Character Devices ---&gt; Enchanced Real Time Clock Support</code>. You&#8217;ll see that it is built as a module. What we really need is to make it built-in. Just press Y. Now you can type / (slash) and search for HPET. Go to the bottom of the search results and you should hopefully see HPET_EMULATE_RTC=y.<br />
For all the others, here&#8217;s the diff for the Debian 2.6.18 kernel:</p>
<pre>147d146
&lt; CONFIG_HPET_EMULATE_RTC=y
2140c2139,2141
&lt; CONFIG_RTC=y
---
&gt; CONFIG_RTC=m
&gt; CONFIG_GEN_RTC=m
&gt; CONFIG_GEN_RTC_X=y</pre>
<p>Please note, CONFIG_HPET_EMULATE_RTC depends on CONFIG_RTC=y.</p>
]]></content:encoded>
			<wfw:commentRss>http://nixy.dk/2007/10/24/quickpost-rtc-problems-in-debian-on-dell-poweredge-servers/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->