<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Fusion® (for Mac) : VMware Fusion 1.1.2 and Ubuntu 8.04/Linux 2.6.24 - Step By Step : Comments</title>
    <link>http://communities.vmware.com/docs/DOC-4810#comments</link>
    <description>Comments on : VMware Fusion 1.1.2 and Ubuntu 8.04/Linux 2.6.24 - Step By Step</description>
    <language>en</language>
    <pubDate>Fri, 04 Jul 2008 05:49:34 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-07-04T05:49:34Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>RE: VMware Fusion 1.1.2 and Ubuntu 8.04/Linux 2.6.24 - Step By Step</title>
      <link>http://communities.vmware.com/docs/DOC-4810#comments-7060</link>
      <description>diamonds,&lt;br /&gt;
&lt;br /&gt;
Thanks for the post.  I really can't believe this problem has existed for so darn long, and that there is no definitive solution on Google, or on the VMware forum.  There has got to be a scary amount of lost productivity because of this annoyance.&lt;br /&gt;
&lt;br /&gt;
I followed your step-by-stepguide , which did allow me to compile the openvm sources.  Thanks again!  (I still can't get the sources provided by VMware in the VMware Tools archive to compile.  Gross.)&lt;br /&gt;
&lt;br /&gt;
When I was trying to compile under Ubuntu 8.04, I may have selected the wrong X libs.  I didn't see any instructions on how to select (correctly) between xorg-dev and libX11-dev.  It was also a little ambiguouse whether you were saying xorg-dev or the four other dev sources (libX11-dev, libxinerama-dev, libxrandr-dev, libxtst-dev).  I read it as just the 2 alternatives (xorg-dev &lt;b&gt;or&lt;/b&gt; libX11-dev).&lt;br /&gt;
&lt;br /&gt;
I selected libX11-dev the first time.  There were only 2 hiccups:  The first was that half way through the ./configure it barked about missing ICU.org sources.  I added libicu-dev to the long list of sources to install and then ./configure &amp;#38;&amp;#38; make sailed without warnings.&lt;br /&gt;
&lt;br /&gt;
The second hiccup was that the "for dir ... done" didn't work.  The latest VMware Tools from VMwarer is VMwareTools-1.0.5-80187.tar.gz.  When that untars (with tar -xzvf), the vmware-tools-distrib/lib/modules/source/*.tar files come out read-only (444).  Tar won't crush them unless you chmod 644 them first.&lt;br /&gt;
&lt;br /&gt;
Then, everything &lt;u&gt;seemed&lt;/u&gt; to work, but (after re-booting), the stupid mouse won't release unless I tap Ctl+Alt.  According to the Server Console, that indicates VMware Tools isn't running in the guest.  I verified /usr/sbin/vmware-guestd is running and vmware-checkvm returns: VMware software version 6 (good)&lt;br /&gt;
&lt;br /&gt;
That's it from the battlefront.  I sure hope someone else has more luck than me.&lt;br /&gt;
I've just tried to recompile the</description>
      <pubDate>Fri, 04 Jul 2008 05:49:34 GMT</pubDate>
      <author>mmoo9154</author>
      <guid>http://communities.vmware.com/docs/DOC-4810#comments-7060</guid>
      <dc:date>2008-07-04T05:49:34Z</dc:date>
      <clearspace:dateToText>1 year, 4 months ago</clearspace:dateToText>
    </item>
    <item>
      <title>RE: VMware Fusion 1.1.2 and Ubuntu 8.04/Linux 2.6.24 - Step By Step</title>
      <link>http://communities.vmware.com/docs/DOC-4810#comments-7495</link>
      <description>Few extra comments: &lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;I also needed to get libicu-dev&lt;/li&gt;
&lt;li&gt;Thanks for the comment on the permissions issue as well for the old directory modules. (For those new just go to the directory /vmware-tools-distrib/lib/modules/source and type "sudo chmod 644 *"&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
-My mouse seems to work ok. I had to modify according to another person's post in order to get middle mouse scroll wheel to work. In my /etc/X11/xorg.conf file the device section for the mouse looks like:&lt;br /&gt;
&lt;br /&gt;
Section "InputDevice"&lt;br /&gt;
        Identifier      "Configured Mouse"&lt;br /&gt;
        Driver          "vmmouse"&lt;br /&gt;
        Option          "CorePointer"&lt;br /&gt;
        Option          "Device"        "/dev/input/mice"&lt;br /&gt;
        Option "Protocol" "ImPS/2"&lt;br /&gt;
        Option "Buttons" "5"&lt;br /&gt;
        Option "ZAxisMapping" "4 5"&lt;br /&gt;
EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;ul class="jive-dash"&gt;
&lt;li&gt;Lastly the writing to the mounted mac drive that I have shared really had me thrown for a long while. I was a bit confused by the instructions above. What I ended up doing (please back up your home directory before trying this) was:&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Log back in with the fail safe terminal (see it under sessions in the boot screen)&lt;/li&gt;
&lt;li&gt;become root "sudo -i"&lt;/li&gt;
&lt;li&gt;add the staff group as 20 "groupadd -g 20 staff"&lt;/li&gt;
&lt;li&gt;Change the userid and groupid of your normal account to match what is on your mac (for me it needed to be 501, and 20.) I use the same username on the vmware ubuntu as the mac so that might matter as well. To change these as root I did:  &lt;/li&gt;
&lt;/ul&gt;
"usermod -u 501 yourusername"&lt;br /&gt;
"usermod -g 20 yourusername"&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;(I might have also had to add myself back to my username group as well.. can't remember but if so "useradd -G yourname yourname" (where the first yourname should be the name of a group ubuntu set up for you by default when you first installed ubuntu.)&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Someone please correct me if I did something really stupid above. It seems to work now allowing me to write fine to the mac mounted volume. I was a bit weary of using uid 501 and a group 20... hopefully I didn't clobber something important. I'm pretty new to Linux so take the above with a grain of salt.</description>
      <pubDate>Sun, 27 Jul 2008 23:11:23 GMT</pubDate>
      <author>rickcr1205</author>
      <guid>http://communities.vmware.com/docs/DOC-4810#comments-7495</guid>
      <dc:date>2008-07-27T23:11:23Z</dc:date>
      <clearspace:dateToText>1 year, 3 months ago</clearspace:dateToText>
    </item>
  </channel>
</rss>

