<?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>Computer Tips -Tech Info &#187; Virtualization</title>
	<atom:link href="http://www.averyjparker.com/category/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Wed, 07 Jul 2010 02:59:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Various Notes &#124; Morse Code Ringtones &#124; Java updates &#124; More Pages on the Way</title>
		<link>http://www.averyjparker.com/2009/06/25/various-notes-morse-code-ringtones-java-updates-more-pages-on-the-way/</link>
		<comments>http://www.averyjparker.com/2009/06/25/various-notes-morse-code-ringtones-java-updates-more-pages-on-the-way/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 16:31:32 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[General Site Info]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[free morse code mp3 ringtones]]></category>
		<category><![CDATA[free mp3 ringtones]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java update]]></category>
		<category><![CDATA[morse code]]></category>
		<category><![CDATA[morse code ring tones]]></category>
		<category><![CDATA[ringtones]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[site news]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[vps webhosting]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xen vps]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2021</guid>
		<description><![CDATA[Sorry for the vague title, but there are various thoughts floating around at the moment.  The first is a big thanks to the support at Westhost for recovering my VPS over the last weekend.  I had started an automatic upgrade of wordpress in one of the sites hosted in this vps, it hung&#8230; [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>Sorry for the vague title, but there are various thoughts floating around at the moment.  The first is a big thanks to the support at Westhost for recovering my VPS over the last weekend.  I had started an automatic upgrade of wordpress in one of the sites hosted in this vps, it hung&#8230; so I ssh&#8217;ed in and found the vps was essentially ruined &#8211; it managed to wipe out quite a bit.  I&#8217;m not sure if it was a coincidence or if the wordpress upgrade was really the culprit, but it managed to destroy quite a bit.  The support at westhost though had things back up within 24 hours.  It wasn&#8217;t just a matter of the site and database getting deleted, but files in /etc were gone (mail configuration hostname resolution wasn&#8217;t working, scp wasn&#8217;t working&#8230;. it was trashed in a bad way.)</p>
<p>Anyway, I&#8217;ve still been tinkering with the <a href="http://morseringtones.com">free morse code mp3 ringtones</a>.  In particular I&#8217;ve been tinkering with the <a href="http://morseringtones.com/cgi-bin/generate_ringtone.sh">Text to morse code mp3 generator</a>.  I&#8217;ve been trying to add utf support.  The backend generator does interpret morse for utf characters, I&#8217;ve managed to get a way to decode the url encoding if they&#8217;re placed in the text box, my big challange at the moment is the file name.  I have to truncate the filename so that it&#8217;s not too long, but most everything I&#8217;ve tried to truncate counts bits instead of characters.  Some, even if I tell it to count characters will assume that 1 character=1bit and I wind up with some of the utf characters cut short which gives unusual filename results.  In the testing version of the script I&#8217;ve just decided to sanitize things by replacing an extended character with an x&#8230;.</p>
<p><span id="more-2021"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
I may spend some time in the coming weeks here giving a peek behind the curtain at some of the scripts I&#8217;ve written for that site, or for some of those that I use myself to generate a morse code mp3 from an rss feed for instance.  I&#8217;m a bit reluctant to get the code of the generator script out there though for concern that I haven&#8217;t dotted all the i&#8217;s so to speak.</p>
<p>I have noticed in the last few weeks that java updates on windows now clean up old versions of the java runtime.  (At LAST.)  Java traditionally left it&#8217;s old counterparts installed making you go through and manually remove the older version.  Why remove the older version you ask?  Well, the java runtime engine version can be specified by java code.  The default is the most recent, but if someone wanted to do something mischievous, and take advantage of a vulnerability in an older release they could specify that release and if it was installed, then it doesn&#8217;t really matter that you&#8217;ve updated.</p>
<p>I did notice that it failed to remove something as old as, I think, update 5 of the latest version of the java runtime engine.  (Current AFAIK is update 13.)  So, it would be worth a check in your control panel/add remove programs to clean out the oldest ones and then in the future it should tidy up on it&#8217;s own.  (THANK YOU SUN!)</p>
<p>I&#8217;ve got ideas for several fairly large pages here &#8211; collections of ideas in one place.  For quite some time I was pretty fond of the blog post style of entries and for many things that makes sense, but&#8230;. there is also a place for collecting lot&#8217;s of information on a single topic on a single page so that you&#8217;re less likely to &#8220;lose anything&#8230;&#8221;  Sometimes I feel like the blog posts are somewhat like a large and jumbled junk drawer and the pages are neat organized boxes with labels telling exactly what is inside.</p>
<p>I should also mention that this site will likely be on the move soon.  My webhost provider is in the midst of transitioning away from their current vps model and it sounds as though things will be heading towards more of a shared hosting style setup.  This (and many of my other sites) have become complex enough in their demands that I&#8217;m thinking I&#8217;ll be moving many to a Xen vps hosted environment.  I&#8217;ve used the <a href="http://morseringtones.com">morse code ring tones</a> site as a first experiment of my own hosting in that xen environment and among other things I&#8217;m blown away by the responsiveness.  It will (hopefully) mean a performance boost if things work out right.  I haven&#8217;t finalized plans yet, but I think that&#8217;s the direction I&#8217;ll be heading.  It looks as though it&#8217;s going to be a cost increase for me though as much as 50% more for my overall hosting, so&#8230;. I&#8217;ll be looking for an overall improvement in speed/responsiveness if that&#8217;s the case to at least make it worth spending more.</p>
<p>It seems as though there are a few other notes I was going to write here, but at the moment I can&#8217;t recall what they would be&#8230;.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2021&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2009/06/25/various-notes-morse-code-ringtones-java-updates-more-pages-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom livecd&#8217;s, virtualbox, seamlessrdp and sata dvd burners&#8230;</title>
		<link>http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/</link>
		<comments>http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 18:42:53 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General Web/Tech]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/</guid>
		<description><![CDATA[I thought this writeup was interesting on the idea of using a web interface to customize a livecd.  I&#8217;ve built a couple livecd&#8217;s (that I still use) for tech support, but I&#8217;m always thinking of one more tool that I&#8217;d like to have.  After looking through their wizard it seems a bit limited [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I thought <a href="http://www.desktoplinux.com/news/NS4640953056.html">this writeup was interesting on the idea of using a web interface to customize a livecd.</a>  I&#8217;ve built a couple livecd&#8217;s (that I still use) for tech support, but I&#8217;m always thinking of one more tool that I&#8217;d like to have.  After looking through their wizard it seems a bit limited in the granularity of what can be chosen (at least for what I&#8217;m thinking of.)  But&#8230; it might introduce a new interest in the use of livecds.</p>
<p><span id="more-1565"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://www.virtualbox.org/">I haven&#8217;t tried it yet, but there&#8217;s a &#8220;ready for primetime&#8221; open source x86 virtual machine program called virtualbox that&#8217;s just recently released version 1.5</a>  It sounds pretty good.  I&#8217;ve got a fair amount of disk images invested in vmware at the time so I don&#8217;t know if I would swap, but I want to look over the features and just see how it stacks up.</p>
<p>Along those lines&#8230; <a href="http://www.cendio.com/seamlessrdp/">I saw someone mention seamless rdp with regards to virtualbox and had to have a look</a> &#8211; basically you install seamless rdp on a windows xp or other remote access windows server, then you use rdesktop to connect to the machine specifying the path to the seamless rdp executable and you can get the single application window on your desktop instead of the full blown user interface.  (Much like the way remote X applications work.)  In fact you can redirect sound/etc and it works fairly well (although I&#8217;ve found programs that don&#8217;t work well with it too.)  Here&#8217;s an example command line from the client&#8230;<br />
rdesktop -A -s &#8220;c:\seamlessrdp\seamlessrdpshell.exe notepad&#8221; ipaddressofrdpserver</p>
<p>My server that I setup with mirrored hard drives has really been a fine machine, but I am missing one thing (optical drive.)  This <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16827106070">Lite-on SATA dvdrw might fit the bill ($32).</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1565&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/09/24/custom-livecds-virtualbox-seamlessrdp-and-sata-dvd-burners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware server install on Ubuntu Dapper</title>
		<link>http://www.averyjparker.com/2007/05/04/vmware-server-install-on-ubuntu-dapper/</link>
		<comments>http://www.averyjparker.com/2007/05/04/vmware-server-install-on-ubuntu-dapper/#comments</comments>
		<pubDate>Fri, 04 May 2007 15:57:19 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/05/04/vmware-server-install-on-ubuntu-dapper/</guid>
		<description><![CDATA[I thought I had already posted this, but I looked the other day and didn&#8217;t find the article, so I&#8217;m posting it now&#8230; if it&#8217;s a duplicate, sorry&#8230;  I&#8217;m still using Ubuntu&#8217;s Dapper Drake 6.06(.1) as a base install for many things&#8230; the Long term support idea fo rthe server &#8220;stuff&#8221; is somewhat reassuring [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I thought I had already posted this, but I looked the other day and didn&#8217;t find the article, so I&#8217;m posting it now&#8230; if it&#8217;s a duplicate, sorry&#8230;  I&#8217;m still using Ubuntu&#8217;s Dapper Drake 6.06(.1) as a base install for many things&#8230; the Long term support idea fo rthe server &#8220;stuff&#8221; is somewhat reassuring and I don&#8217;t want to be chasing minor revision upgrades every 6 months.  But, there is another reason, a lot of the installs I&#8217;ve done have been a base for VMWare server and there are some very good (and clear) how-to&#8217;s in that arena&#8230;.<a href="http://www.howtoforge.com/ubuntu_vmware_server">howtoforge</a> has a good walkthrough that I&#8217;ve used as a starting point&#8230;.</p>
<p><span id="more-1539"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>After all is setup and installed with the base operating system they recommend logging in and doing sudo su (to avoid having to sudo everything else&#8230;)</p>
<p>Then they suggest installing openssh-server (which in most of my setups has been a near necessity&#8230;)</p>
<p>Here are the other required packages&#8230;</p>
<p>libx11-6 libx11-dev libxtst6 xlibs-dev xinetd wget linux-headers-`uname -r` build-essential gcc binutils-doc cpp-doc make manpages-dev autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.0-doc libc6-dev-amd64 lib64gcc1</p>
<p>After that they suggest creating /var/vm for your virtual machines &#8211; where you put them is really up to you&#8230;.</p>
<p>and then download and run through the installers from vmware.  That section is really fairly easy if you&#8217;ve already got the above packages setup.  (build-essential and linux-headers-`uname -r` are especially nice to have installed (even in an ubuntu virtual machine guest for the purposes of building the vmware guest tools.))</p>
<p>There is a problem with the httpd.vmware startup script &#8211; the directory it looks for is missing on reboot, so you will want to edit /etc/init.d/httpd.vmware and add the following after start)</p>
<p>mkdir -p /var/run/vmware/httpd<br />
chown www-data:www-data /var/run/vmware/httpd</p>
<p>as referenced in <a href="http://www.google.com/url?sa=t&#038;ct=res&#038;cd=4&#038;url=http%3A%2F%2Fwww.tudra.net%2Fwp%2Fwp-content%2Fuploads%2F2006%2F07%2FVMWare%2520Server%2520on%2520Ubuntu%2520Dapper%2520Drake.pdf&#038;ei=0zA6RtKZPIiKjAGIpbTxAQ&#038;usg=AFrqEzdV1UMa1tOnjTe0r5yyJGPZLQzjJg&#038;sig2=t6OYSSCpInzocu-RE3UNwg">this pdf</a></p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1539&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/05/04/vmware-server-install-on-ubuntu-dapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox virtualization open source availability</title>
		<link>http://www.averyjparker.com/2007/01/21/virtualbox-virtualization-open-source-availability/</link>
		<comments>http://www.averyjparker.com/2007/01/21/virtualbox-virtualization-open-source-availability/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 01:23:11 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/01/21/virtualbox-virtualization-open-source-availability/</guid>
		<description><![CDATA[This last week virtualbox announced that they have released a version of their virtualization software as open source.  There is a pay version as well with more features.  (*read on for features available in the full version.)
While I appreciate them making the core virtualization open source and currently they are likely the most [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p><a href="http://www.virtualbox.org/">This last week virtualbox announced</a> that they have released a version of their virtualization software as open source.  There is a pay version as well with more features.  (*read on for features available in the full version.)</p>
<p>While I appreciate them making the core virtualization open source and currently they are likely the most advanced open source virtualization software out there&#8230; it is a bit disappointing to see some of the really juicy features in the non-open source version.  However, it should be noted that the full version is free for personal use or evaluation.</p>
<p><span id="more-1497"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>They do note that some of these features may find their way  to the open source version.</p>
<blockquote><p>Virtual USB Controllers. VirtualBox implements a virtual USB controller and allows you to connect arbitrary USB devices to your virtual machines without having to install device specific drivers on the host. </p>
<p>  (usb 2.0 support)<br />
Remote Desktop Protocol. Unlike any other virtualization software, VirtualBox fully supports the standard Remote Desktop Protocol (RDP). A virtual machine can act as an RDP server, allowing you to &#8220;run&#8221; the virtual machine remotely on some thin client that merely displays the RDP data. </p>
<p>USB over RDP. With this unique feature, a virtual machine that acts as an RDP server can still access arbitrary USB devices that are connected on the RDP client. This way, a powerful server machine can virtualize a lot of thin clients that merely need to display RDP data and have USB devices plugged in. </p>
<p>Shared folders. Like many other virtualization solutions, for easy data exchange between hosts and guests, VirtualBox allows for declaring certain host directories as &#8220;shared folders&#8221;, which can then be accessed from within virtual machines. </p></blockquote>
<p>Also, an iscsi initiator is available in the closed source version.  I haven&#8217;t yet had a chance to give a try out to either but, have made a LOT of use out of virtualization software lately.  It&#8217;s really quite an exciting prospect to see the open sourcing of this which opens up full virtualization to those that have balked at the non-open nature of vmware or the closed source accelerator for qemu.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1497&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/01/21/virtualbox-virtualization-open-source-availability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware guest unable to access USB devices</title>
		<link>http://www.averyjparker.com/2006/11/05/vmware-guest-unable-to-access-usb-devices/</link>
		<comments>http://www.averyjparker.com/2006/11/05/vmware-guest-unable-to-access-usb-devices/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 03:05:54 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/11/05/vmware-guest-unable-to-access-usb-devices/</guid>
		<description><![CDATA[I ran into this some time back and found the solution a few months later and was reminded today to document it here&#8230;.  The situation is this&#8230; Linux host for VMWare server, the guest machine has usb support and in vmware, you can go to VM, Removable devices and in spite of the fact [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I ran into this some time back and found the solution a few months later and was reminded today to document it here&#8230;.  The situation is this&#8230; Linux host for VMWare server, the guest machine has usb support and in vmware, you can go to VM, Removable devices and in spite of the fact you have usb devices on the system, nothing is listed as available to use in the VM.  Well, it seems this is not an isolated problem.  First you need to be sure the usb device is not in use by the host system.  But, there&#8217;s something else that you need.  VMWare uses usbfs to keep track of usb devices and a few distributions (          Ubuntu Linux 6.06  SUSE Linux 10.1,  SUSE Enterprise Linux Server 10, Mandriva Linux 2006, SLES9 SP3 64 bit) don&#8217;t enable it by default.  ( mount -t usbfs none /proc/bus/usb ) should do the trick (as root) or you could set it in fstab usbfs  /proc/bus/usb  usbfs  auto  0  0   (and now I&#8217;m thinking I may have already posted this once&#8230;. )</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1486&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/11/05/vmware-guest-unable-to-access-usb-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vmware Server web interface tricks&#8230;</title>
		<link>http://www.averyjparker.com/2006/11/05/vmware-server-web-interface-tricks/</link>
		<comments>http://www.averyjparker.com/2006/11/05/vmware-server-web-interface-tricks/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 03:00:08 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/11/05/vmware-server-web-interface-tricks/</guid>
		<description><![CDATA[I haven&#8217;t been overwhelmed with VMware server&#8217;s web interface.  You can start a virtual machine, or see statistics, but you can&#8217;t create virtual machines.  Well, from the VMWare forums I did find a couple interesting &#8220;hidden&#8221; features.  First, is a file manager at https://youriphere:8333/fm-properties and second is a GSX interface (which gives [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I haven&#8217;t been overwhelmed with VMware server&#8217;s web interface.  You can start a virtual machine, or see statistics, but you can&#8217;t create virtual machines.  Well, from the VMWare forums I did find a couple interesting &#8220;hidden&#8221; features.  First, is a file manager at https://youriphere:8333/fm-properties and second is a GSX interface (which gives the ability to create a NEW virtual machine) at https://youriphere:8333/overview  (the direct link to creating a new vm is https://yourip:8333/vmcfg-gsx )&#8230;. </p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1485&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/11/05/vmware-server-web-interface-tricks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Live filesystem &#8220;capture&#8221; into a virtual disk image</title>
		<link>http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/</link>
		<comments>http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 02:36:00 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Tech Support]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/</guid>
		<description><![CDATA[ah&#8230; the joys of *nix utilities&#8230;.  I&#8217;ve just successfully tested a &#8220;capture&#8221; of a live, running system into a virtual disk image.  No, I don&#8217;t mean that I booted up with an imaging utility.  I took a live, booted and logged in system and imaged the primary hard drive that it was [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>ah&#8230; the joys of *nix utilities&#8230;.  I&#8217;ve just successfully tested a &#8220;capture&#8221; of a live, running system into a virtual disk image.  No, I don&#8217;t mean that I booted up with an imaging utility.  I took a live, booted and logged in system and imaged the primary hard drive that it was living on, into a file on another machine.  (Yeah, I know, there are probably a few people reading this and saying they&#8217;ve done that and most people that would need to do this already know how&#8230;. sorry I missed the memo.)  Not too long ago, VMWare released a tool to do something like this (that tool is for windows&#8230;)  This should work on any platform that supports dd and netcat (although I&#8217;m not sure if piping output from one program to another works with a dos command shell &#8211; maybe cygwin would be a good environment to accomplish this with.)  Anyway&#8230; here are the details.</p>
<p><span id="more-1480"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>I&#8217;m putting the finishing touches on a backup server and wanted to have vmware server installed and setup on it &#8220;just in case&#8221;, because with all the storage it could certainly host a virtualized mail server or something in a pinch.  Well, my main concern was how to quickly and easily get an image file of a LIVE filesystem.  I know I could boot up to ghost4linux or ghost4unix or something and image over a network, but that increases the downtime.  Now, realistically if this were a live system you&#8217;d probably want to disable as many network services as possible first so that there wasn&#8217;t new information.  This method will start at bit 0 of the drive and progress straight through.  In other words, there&#8217;s no going back because something changed.</p>
<p>On the machine that will &#8220;receive&#8221; the image, here&#8217;s what you do&#8230;.  sudo nc -l -p 9998 | dd of=testimage.img  this starts netcat listening on port 9998 for data and anything it get&#8217;s will be written to testimage.img  *(my first attempt at port 9999 gave the following:: Can&#8217;t grab 0.0.0.0:9999 with bind :: I suspect something else was already using port 9999.)</p>
<p>Ok, now on the system to be imaged&#8230; with netcat installed (and dd)&#8230;   sudo dd if=/dev/hda | nc ipaddressofreceiversystem 9998  (in other words, we start up dd with the primary drive (drive to be imaged) as the input file and pipe it to netcat (telling netcat to connect to the address of our recipient system at the correct port (same as specified on the receiver.))</p>
<p>Now, for a 2GB test image this took, maybe 5 minutes, I didn&#8217;t time it, but it was not long.  I found someone estimating about like this&#8230;. &#8220;Typically 36GB drive may take 50 minutes over 100Mbps link.&#8221;  So, that might give you an idea of what kind of time to expect.</p>
<p>But, the file created here is not suitable for vmware to use&#8230; yet.  If you have qemu-img (from the qemu emulator) you can convert it like this&#8230;. qemu-img convert testimage.img -O vmdk testimage.vmdk and then vmware can use it as an existing disk image.  But if you don&#8217;t have qemu (it&#8217;s free/open source) you might download that, or try and see if vmware-vdiskmanager can convert to the vmdk from a raw image file.  Scratch that, I&#8217;ve just found the vmware forums for accomplishing this and they look messy &#8211; get <a href="http://fabrice.bellard.free.fr/qemu/download.html">qemu and use qemu-img for this</a> it will be much easier.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1480&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/11/05/live-filesystem-capture-into-a-virtual-disk-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtual Machine of a real hard drive</title>
		<link>http://www.averyjparker.com/2006/08/30/virtual-machine-of-a-real-hard-drive/</link>
		<comments>http://www.averyjparker.com/2006/08/30/virtual-machine-of-a-real-hard-drive/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 13:59:29 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/08/30/virtual-machine-of-a-real-hard-drive/</guid>
		<description><![CDATA[This incidents.org article the other day caught my eye.  It talked of a utility calledliveview that could take a hard drive (or image of a drive) and make it into a virtual machine for use in vmware (saving all changes to a temporary file so the original structure of the disk/drive image is not [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p><a href="http://isc.sans.org/diary.php?storyid=1648">This incidents.org article</a> the other day caught my eye.  It talked of a utility called<a href="http://liveview.sourceforge.net/">liveview</a> that could take a hard drive (or image of a drive) and make it into a virtual machine for use in vmware (saving all changes to a temporary file so the original structure of the disk/drive image is not touched.)  It looks like you need to have Windows as your base platform, but it looks as though it would be a useful tool.  <a href="http://windowsir.blogspot.com/2006/08/liveview.html">Windows Incident Response</a> possibly saw the same note on Incidents.org.</p>
<p><span id="more-1357"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>I&#8217;m most interested to see how well it does with the hardware environment.  One of the headaches I&#8217;ve had in converting a windows disk image into a virtual machine is the headache of new hardware detected&#8230;..</p>
<p>Still, if you&#8217;re not touching the original image, it might be just a reboot or two until you&#8217;re ready to take a good like at the running system.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://www.averyjparker.com/2007/02/18/sleuthkit-windows-and-linux-file-recovery/" rel="bookmark" class="wherego_title">Sleuthkit &#8211; windows and linux file recovery</a></li><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1357&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/08/30/virtual-machine-of-a-real-hard-drive/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vmware coming to Mac soon&#8230;</title>
		<link>http://www.averyjparker.com/2006/08/07/vmware-coming-to-mac-soon/</link>
		<comments>http://www.averyjparker.com/2006/08/07/vmware-coming-to-mac-soon/#comments</comments>
		<pubDate>Mon, 07 Aug 2006 16:56:45 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/08/07/vmware-coming-to-mac-soon/</guid>
		<description><![CDATA[It looks as though VMWare is looking to test some of their software for the Mac.  Unlike Parallels desktop, Vmware&#8217;s offering will be geared more towards a corporate environment.
Readers who viewed this page, also viewed:Powered by Where did they go from here?]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>It looks as though VMWare <a href="http://www.reghardware.co.uk/2006/08/07/vmware_readies_mac_virtualisation_app/">is looking to test some of their software for the Mac</a>.  Unlike Parallels desktop, Vmware&#8217;s offering will be geared more towards a corporate environment.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1288&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/08/07/vmware-coming-to-mac-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare server 1.0 final release</title>
		<link>http://www.averyjparker.com/2006/07/12/vmware-server-10-final-release/</link>
		<comments>http://www.averyjparker.com/2006/07/12/vmware-server-10-final-release/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 23:15:24 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General Web/Tech]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/07/12/vmware-server-10-final-release/</guid>
		<description><![CDATA[I&#8217;ve been keeping an install of Vmware virtual Server through their beta and Release Candidate phase and have seen several places that they&#8217;ve released the 1.0 version today.  This release is free (as in no charge.)  Although support is available&#8230;.




Support for VMware server runs $350 USD for a one-year subscription per two processors [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I&#8217;ve been keeping an install of Vmware virtual Server through their beta and Release Candidate phase and <a href="http://www.betanews.com/article/VMware_Releases_Free_Server_Software/1152732708">have seen</a> several places that they&#8217;ve <a href="http://www.vmware.com/download/server/">released the 1.0 version today</a>.  This release is free (as in no charge.)  Although support is available&#8230;.</p>
<p><span id="more-1235"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<blockquote><p>Support for VMware server runs $350 USD for a one-year subscription per two processors for Gold level, and $450 USD for Platinum level. Businesses can also purchase VMware VirtualCenter for $600 USD per two processors.</p></blockquote>
<p>The ESX server from Vmware is their &#8220;next step up&#8221; and installs on bare metal (no OS required for the host.)  It is NOT free though.  From my brief experience with the VMWare server, I&#8217;m really impressed.  I&#8217;ve used a number of open-source virtualizers and can see VMWare server with an advantage over them in many categories.</p>
<p>Also, of note, they do apparently use SOME <a href="http://www.vmware.com/download/server/open_source.html">open source components the source of which is available for download.</a>  It doesn&#8217;t look like much (scsi disk driver and ?pixops?), but it&#8217;s good to see them doing what they should and having it for download.</p>
<p>Anyway, good to see the final release.  During the beta and release candidate phase there were serial numbers that were used to &#8220;expire&#8221; the free product to make sure you had the most current version available.  I don&#8217;t know if they&#8217;ll just use the serial numbers now for the registration, but it is free and is not scheduled to expire.</p>
<p>You might be interested in some of my previous VMware related posts&#8230;.  <a href="http://www.averyjparker.com/2006/06/26/vm-player-vmx-builder/">vmplayer VMX builder</a>, <a href="http://www.averyjparker.com/2006/06/17/ubuntu-server-606-lts-plus-vmware-server-and-other-vmware-server-notes/">ubuntu server 606 plus vmware server and other vmware server notes</a>, <a href="http://www.averyjparker.com/2006/06/14/vmware-server/">vmware-server</a>, <a href="http://www.averyjparker.com/2006/06/13/vmplayer-on-mandriva-2006-finally/">VMPlayer on Mandriva 2006 finally.</a>  These give a summary of my experiences with both vmplayer and vmware server through the pre-release process.  In some cases, I&#8217;ve done simple tests (boot iso time to boot) timing the virtual machine boot process.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1235&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/07/12/vmware-server-10-final-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
