<?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>antoniolorusso.com &#187; vmware</title>
	<atom:link href="http://antoniolorusso.com/category/linux/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://antoniolorusso.com</link>
	<description>About me and what I do :)</description>
	<lastBuildDate>Mon, 21 Jun 2010 22:17:54 +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>change the console keyboard and language</title>
		<link>http://antoniolorusso.com/2008/01/21/change-the-console-keyboard-and-language/</link>
		<comments>http://antoniolorusso.com/2008/01/21/change-the-console-keyboard-and-language/#comments</comments>
		<pubDate>Mon, 21 Jan 2008 16:32:44 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/01/21/change-the-console-keyboard-and-language/</guid>
		<description><![CDATA[If you are using a ready-made virtual machine or, for any other exigence, you have to change the default keyboard and default language in a server environment without xorg installed, you can use: sudo dpkg-reconfigure console-setup Bye]]></description>
			<content:encoded><![CDATA[<p>If you are using a ready-made virtual machine or, for any other exigence, you have to change the default keyboard and default language in a server environment without xorg installed, you can use:</p>
<p><code>sudo dpkg-reconfigure console-setup</code></p>
<p>Bye</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/01/21/change-the-console-keyboard-and-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>udev change peripheral names</title>
		<link>http://antoniolorusso.com/2008/01/17/udev-change-peripheral-names/</link>
		<comments>http://antoniolorusso.com/2008/01/17/udev-change-peripheral-names/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 15:10:44 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[eth0]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2008/01/17/udev-change-peripheral-names/</guid>
		<description><![CDATA[Often, in VMware Linux guests, it happens that the mac address of the virtual Ethernet card changes due to various operations I wont list here and, like in physical machines when you change the network card, the default Ethernet name changes from eth0 to eth1. If you want to restore the eth0 name, just edit [...]]]></description>
			<content:encoded><![CDATA[<p>Often, in VMware Linux guests, it happens that the mac address of the virtual Ethernet card changes due to various operations I wont list here and, like in physical machines when you change the network card, the default Ethernet name changes from eth0 to eth1. If you want to restore the eth0 name, just edit the udev rule like this:<br />
<code>sudo nano /etc/udev/rules.d/70-persistent-net.rules</code><br />
and change eth1 to eth0 minding to delete the row relative to the previous card (virtual or real) .</p>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2008/01/17/udev-change-peripheral-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmware mui interface error and solution</title>
		<link>http://antoniolorusso.com/2007/11/15/vmware-mui-interface-error-and-solution/</link>
		<comments>http://antoniolorusso.com/2007/11/15/vmware-mui-interface-error-and-solution/#comments</comments>
		<pubDate>Thu, 15 Nov 2007 08:49:11 +0000</pubDate>
		<dc:creator>antonio lorusso</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://antoniolorusso.com/2007/11/15/vmware-mui-interface-error-and-solution/</guid>
		<description><![CDATA[After a server reboot, I&#8217;ve had some problem accessing the mui interface on https://localhost:8333. The server vmware.httpd didnt want to start so I checked the /var/log/vmware-mui/error_log and I found the following error:[Thu Nov 15 08:37:46 2007] [error] ModVmdb load: Address of ModVmdb_InitCore: 0xb7c745a0\n [Thu Nov 15 08:37:46 2007] [error] Failed to create named-pipe directory: /var/run/vmware//httpd/8234: [...]]]></description>
			<content:encoded><![CDATA[<p>After a server reboot, I&#8217;ve had some problem accessing the mui interface on https://localhost:8333. The server vmware.httpd didnt want to start so I checked the /var/log/vmware-mui/error_log and I found the following error:<code>[Thu Nov 15 08:37:46 2007] [error] ModVmdb load: Address of ModVmdb_InitCore: 0xb7c745a0\n<br />
[Thu Nov 15 08:37:46 2007] [error] Failed to create named-pipe directory:<br />
/var/run/vmware//httpd/8234: No such file or directory\n<br />
[</code><code>Thu Nov 15 </code><code> 08:37:46 2007] [error] VMWARE PANIC: \nNOT_IMPLEMENTED F(4023):707\n<br />
[</code><code>Thu Nov 15 </code><code> 08:37:46 2007] [error] Panic: Could not allocate temporary context.\n</code></p>
<p>The solution was a stupid permission change:<code># sudo mkdir /var/run/vmware/httpd<br />
# sudo chown www-data /var/run/vmware/httpd<br />
# sudo chmod 700 /var/run/vmware/httpd</code></p>
<p>After that, I started the mui interface and all went fine again:<code># sudo /etc/init.d/httpd.vmware start</code></p>
<p>Anyway, I noticed that it happens with every reboot so I added the following code directly in /etc/init.d/httpd.vmware to the start of the function vmware_start_httpd():<code>HTTPD_RUN_DIR="/var/run/vmware/httpd"<br />
[ -d "$HTTPD_RUN_DIR" ] || mkdir $HTTPD_RUN_DIR<br />
chmod 777 $HTTPD_RUN_DIR</code></p>
<p>Now all seems running well!</p>
]]></content:encoded>
			<wfw:commentRss>http://antoniolorusso.com/2007/11/15/vmware-mui-interface-error-and-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
