<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to install VMWare-tools on FreeBSD 8 or PC-BSD 8?</title>
	<atom:link href="http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/</link>
	<description>Knight of the Code</description>
	<lastBuildDate>Fri, 24 May 2013 02:55:44 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Slush</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-6921</link>
		<dc:creator>Slush</dc:creator>
		<pubDate>Mon, 05 Dec 2011 05:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-6921</guid>
		<description><![CDATA[Maybe some recent modification to the tools/OS ? I&#039;m getting exactly the same bug trying to install &#039;em on a FreeBSD 9 guest:

&quot;Starting VMware Tools services in the virtual machine:
Switching to guest configuration: done
Guest memory manager: failed
Blocking file system: failed
Guest operating system daemon: done
Unable to start services for VMware Tools

Execution aborted.&quot;]]></description>
		<content:encoded><![CDATA[<p>Maybe some recent modification to the tools/OS ? I'm getting exactly the same bug trying to install 'em on a FreeBSD 9 guest:</p>
<p>"Starting VMware Tools services in the virtual machine:<br />
Switching to guest configuration: done<br />
Guest memory manager: failed<br />
Blocking file system: failed<br />
Guest operating system daemon: done<br />
Unable to start services for VMware Tools</p>
<p>Execution aborted."</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forseti</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-6863</link>
		<dc:creator>Forseti</dc:creator>
		<pubDate>Sun, 04 Dec 2011 18:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-6863</guid>
		<description><![CDATA[Found your tutorials as I was looking for a way to install compat6x-i386 on a pcbsd 9 guest, finally managed to find the address on freebsd.org to manually download it, only to be met by this post config stage:

Starting VMware Tools services in the virtual machine:
   Switching to guest configuration:                                   done
   Guest memory manager:                                              failed
   Blocking file system:                                              failed
   Guest operating system daemon:                                      done
Unable to start services for VMware Tools

Execution aborted.

Sting&#039;s, like a... ...err... ...yeah, lets just say, ouch.]]></description>
		<content:encoded><![CDATA[<p>Found your tutorials as I was looking for a way to install compat6x-i386 on a pcbsd 9 guest, finally managed to find the address on freebsd.org to manually download it, only to be met by this post config stage:</p>
<p>Starting VMware Tools services in the virtual machine:<br />
   Switching to guest configuration:                                   done<br />
   Guest memory manager:                                              failed<br />
   Blocking file system:                                              failed<br />
   Guest operating system daemon:                                      done<br />
Unable to start services for VMware Tools</p>
<p>Execution aborted.</p>
<p>Sting's, like a... ...err... ...yeah, lets just say, ouch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Міша</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-2176</link>
		<dc:creator>Міша</dc:creator>
		<pubDate>Tue, 26 Jul 2011 17:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-2176</guid>
		<description><![CDATA[Instead of using VMware&#039;s &quot;CD&quot; I used the emulators/open-vm-tools.

To achieve clipboard-sharing and free mouse movement between the VM and the host, I use vmware-user-suid-wrapper (which is installed by the port).

However, I remain unable to utilize both of the screens on my Mac -- X11 starts on one screen only. If I tell VMware to &quot;Use All Displays in Full Screen&quot;, I simply get the same picture on both screens (cloned)...

Do you suppose, using the &quot;real&quot; VMware software will help with this? Is anybody able to use multiple screens with the guest VM running FreeBSD?]]></description>
		<content:encoded><![CDATA[<p>Instead of using VMware's "CD" I used the emulators/open-vm-tools.</p>
<p>To achieve clipboard-sharing and free mouse movement between the VM and the host, I use vmware-user-suid-wrapper (which is installed by the port).</p>
<p>However, I remain unable to utilize both of the screens on my Mac -- X11 starts on one screen only. If I tell VMware to "Use All Displays in Full Screen", I simply get the same picture on both screens (cloned)...</p>
<p>Do you suppose, using the "real" VMware software will help with this? Is anybody able to use multiple screens with the guest VM running FreeBSD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Evans</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-2117</link>
		<dc:creator>Jared Evans</dc:creator>
		<pubDate>Mon, 13 Jun 2011 18:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-2117</guid>
		<description><![CDATA[Switch your VMware CDROM from IDE to SCSI.  FreeBSD guest VM has a problem with VMware IDE version of CDROM and randomly crashes/reboots.

After changing to a SCSI cdrom, this will work:

mount -t cd9660 /dev/cd0 /mnt]]></description>
		<content:encoded><![CDATA[<p>Switch your VMware CDROM from IDE to SCSI.  FreeBSD guest VM has a problem with VMware IDE version of CDROM and randomly crashes/reboots.</p>
<p>After changing to a SCSI cdrom, this will work:</p>
<p>mount -t cd9660 /dev/cd0 /mnt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared Evans</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-2116</link>
		<dc:creator>Jared Evans</dc:creator>
		<pubDate>Mon, 13 Jun 2011 18:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-2116</guid>
		<description><![CDATA[Argh... vmware-user breaks on latest FreeBSD 8.2... problem with a library.]]></description>
		<content:encoded><![CDATA[<p>Argh... vmware-user breaks on latest FreeBSD 8.2... problem with a library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-2114</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Sat, 11 Jun 2011 12:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-2114</guid>
		<description><![CDATA[These instructions no longer work when paired with your how-to-install-and-configure-a-freebsd-8-desktop-with-xorg-and-kde guide. Trying to mount the drive produces an error: mount_cd9660: /dev/acd0: Operation not permitted.]]></description>
		<content:encoded><![CDATA[<p>These instructions no longer work when paired with your how-to-install-and-configure-a-freebsd-8-desktop-with-xorg-and-kde guide. Trying to mount the drive produces an error: mount_cd9660: /dev/acd0: Operation not permitted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-2039</link>
		<dc:creator>Rhyous</dc:creator>
		<pubDate>Fri, 22 Apr 2011 04:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-2039</guid>
		<description><![CDATA[I haven&#039;t done this for 8.2.  If I get around to it, I will let you know.]]></description>
		<content:encoded><![CDATA[<p>I haven't done this for 8.2.  If I get around to it, I will let you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-2038</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 22 Apr 2011 04:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-2038</guid>
		<description><![CDATA[Hey Rhyous, I&#039;ve been using your FreeBSD guides for a while now, (They make a great reference for someone trying to get a system up quickly and don&#039;t want to forget essential parts) but since FBSD 8.2 I have been unable to get VMWare tools working properly. I always get a libgio error when I try and start the user wrapper, I was wonder if you have devised a fix for this. Many thanks for all of the material on your website.]]></description>
		<content:encoded><![CDATA[<p>Hey Rhyous, I've been using your FreeBSD guides for a while now, (They make a great reference for someone trying to get a system up quickly and don't want to forget essential parts) but since FBSD 8.2 I have been unable to get VMWare tools working properly. I always get a libgio error when I try and start the user wrapper, I was wonder if you have devised a fix for this. Many thanks for all of the material on your website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhyous &#187; Blog Archive &#187; How to install and configure a FreeBSD 8 Desktop with Xorg and KDE?</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-1996</link>
		<dc:creator>Rhyous &#187; Blog Archive &#187; How to install and configure a FreeBSD 8 Desktop with Xorg and KDE?</dc:creator>
		<pubDate>Tue, 08 Mar 2011 05:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-1996</guid>
		<description><![CDATA[[...] Step 5 &#8211; Configure Xorg Note 1: 1 and 2 are optional and you may skip them if you want. An xorg.conf file is not longer required. Usually most configurations work without it. Note 2: If you are using VMWare, you may want to jump to this article and come back: How to install VMWare-tools on FreeBSD 8? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Step 5 &#8211; Configure Xorg Note 1: 1 and 2 are optional and you may skip them if you want. An xorg.conf file is not longer required. Usually most configurations work without it. Note 2: If you are using VMWare, you may want to jump to this article and come back: How to install VMWare-tools on FreeBSD 8? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FreeBSD and VMWare - Joel Perry Productions</title>
		<link>http://www.rhyous.com/2010/01/30/how-to-install-vmware-tools-on-freebsd-8/#comment-418</link>
		<dc:creator>FreeBSD and VMWare - Joel Perry Productions</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://rhyous.com/?p=1192#comment-418</guid>
		<description><![CDATA[[...] on installing VMWare tools in FreeBSD 8.x [...]]]></description>
		<content:encoded><![CDATA[<p>[...] on installing VMWare tools in FreeBSD 8.x [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.rhyous.com @ 2013-05-23 23:16:26 by W3 Total Cache -->