<?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: Debian Lenny &amp; VMware Tools</title> <atom:link href="http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/feed/" rel="self" type="application/rss+xml" /><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/</link> <description>The virtualization blog by Joep Piscaer</description> <lastBuildDate>Fri, 03 Feb 2012 04:24:30 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Moving to a new medium; Big Iron - /dev/blog0</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-382</link> <dc:creator>Moving to a new medium; Big Iron - /dev/blog0</dc:creator> <pubDate>Mon, 06 Jul 2009 12:48:14 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-382</guid> <description>[...] also found that a lot of people were having the same issue as me and posted a reply on another blog about what I found    :debian, Linux, [...]</description> <content:encoded><![CDATA[<p>[...] also found that a lot of people were having the same issue as me and posted a reply on another blog about what I found    :debian, Linux, [...]</p> ]]></content:encoded> </item> <item><title>By: bdk</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-381</link> <dc:creator>bdk</dc:creator> <pubDate>Mon, 06 Jul 2009 11:38:33 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-381</guid> <description>Sounds like a lot of you are using sudo when trying to install vmware-tools which on the face of it is a good thing. Sudo&#039;s default option of &#039;env_reset&#039; strips the running of the command down to just PATH, HOME, TERM, SHELL, LOGNAME, USER and USERNAME which means that CC is also stripped. There are ways to set sudo to include certain variables, check the man pages for more details.To quickly install vmware tools either negate the &#039;env_reset&#039; option in your sudoers file &#039;!env_reset&#039; or su/sudo -s to root, set the variable and then run the install script without using sudo.The other method discussed of moving the symlink to gcc-4.1 and then back again when you&#039;re done installing works as well but it not a long term fix and not really the root issue, sudo&#039;s default behaviour is. Learn how sudo works.This might not fix Joep&#039;s kernel problem, hopefully others can learn from it though.Guest OS: Debian Lenny 2.6.26-2-amd64
Vmware 6.5 Wks – VMTools-7.8.5-156735</description> <content:encoded><![CDATA[<p>Sounds like a lot of you are using sudo when trying to install vmware-tools which on the face of it is a good thing. Sudo&#8217;s default option of &#8216;env_reset&#8217; strips the running of the command down to just PATH, HOME, TERM, SHELL, LOGNAME, USER and USERNAME which means that CC is also stripped. There are ways to set sudo to include certain variables, check the man pages for more details.</p><p>To quickly install vmware tools either negate the &#8216;env_reset&#8217; option in your sudoers file &#8216;!env_reset&#8217; or su/sudo -s to root, set the variable and then run the install script without using sudo.</p><p>The other method discussed of moving the symlink to gcc-4.1 and then back again when you&#8217;re done installing works as well but it not a long term fix and not really the root issue, sudo&#8217;s default behaviour is. Learn how sudo works.</p><p>This might not fix Joep&#8217;s kernel problem, hopefully others can learn from it though.</p><p>Guest OS: Debian Lenny 2.6.26-2-amd64<br
/> Vmware 6.5 Wks – VMTools-7.8.5-156735</p> ]]></content:encoded> </item> <item><title>By: Shoop</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-259</link> <dc:creator>Shoop</dc:creator> <pubDate>Mon, 18 May 2009 12:18:20 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-259</guid> <description>It&#039;s just a symlink to gcc-4.1 not the real directory on /usr/bin so if there&#039;s a problem once you did that you can always delete the symlink again and re-create it pointing at gcc-4.3 ...</description> <content:encoded><![CDATA[<p>It&#8217;s just a symlink to gcc-4.1 not the real directory on /usr/bin so if there&#8217;s a problem once you did that you can always delete the symlink again and re-create it pointing at gcc-4.3 &#8230;</p> ]]></content:encoded> </item> <item><title>By: j.piscaer</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-250</link> <dc:creator>j.piscaer</dc:creator> <pubDate>Sat, 16 May 2009 15:39:17 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-250</guid> <description>Shoop,Deleting files from /usr/bin manually is never a good idea. Those files are usually managed by you package manager. Deleting GCC is a really, really bad idea, because it is one of the core programs on a Linux machine.</description> <content:encoded><![CDATA[<p>Shoop,</p><p>Deleting files from /usr/bin manually is never a good idea. Those files are usually managed by you package manager. Deleting GCC is a really, really bad idea, because it is one of the core programs on a Linux machine.</p> ]]></content:encoded> </item> <item><title>By: Shoop</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-249</link> <dc:creator>Shoop</dc:creator> <pubDate>Fri, 15 May 2009 13:52:15 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-249</guid> <description>try deleting the symlink gcc pointing gcc-4.3 and create one pointing gcc-4.1
in /usr/bin
# rm gcc
# ln -s gcc-4.1 gccIt worked for me</description> <content:encoded><![CDATA[<p>try deleting the symlink gcc pointing gcc-4.3 and create one pointing gcc-4.1<br
/> in /usr/bin<br
/> # rm gcc<br
/> # ln -s gcc-4.1 gcc</p><p>It worked for me</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-122</link> <dc:creator>John</dc:creator> <pubDate>Fri, 06 Mar 2009 09:07:40 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-122</guid> <description>Yes, i was doing it in 2 different sessons, my bad</description> <content:encoded><![CDATA[<p>Yes, i was doing it in 2 different sessons, my bad</p> ]]></content:encoded> </item> <item><title>By: j.piscaer</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-116</link> <dc:creator>j.piscaer</dc:creator> <pubDate>Wed, 04 Mar 2009 14:21:09 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-116</guid> <description>@John: if vmware-config-tools.pl is still complaining after exporting CC, you&#039;ve done something wrong.</description> <content:encoded><![CDATA[<p>@John: if vmware-config-tools.pl is still complaining after exporting CC, you&#8217;ve done something wrong.</p> ]]></content:encoded> </item> <item><title>By: John</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-115</link> <dc:creator>John</dc:creator> <pubDate>Wed, 04 Mar 2009 13:46:34 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-115</guid> <description>export CC=/usr/bin/gcc-4.1 didnt work for me. It still complained about using gcc 4.3.2
So i tried the symlink solution instead, and that worked fine</description> <content:encoded><![CDATA[<p>export CC=/usr/bin/gcc-4.1 didnt work for me. It still complained about using gcc 4.3.2<br
/> So i tried the symlink solution instead, and that worked fine</p> ]]></content:encoded> </item> <item><title>By: j.piscaer</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-87</link> <dc:creator>j.piscaer</dc:creator> <pubDate>Wed, 18 Feb 2009 14:20:03 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-87</guid> <description>Terry,I&#039;m not making any symlinks in the article. Running &#039;export CC=etc&#039; should do the trick, as I already posted in this blogpost.</description> <content:encoded><![CDATA[<p>Terry,</p><p>I&#8217;m not making any symlinks in the article. Running &#8216;export CC=etc&#8217; should do the trick, as I already posted in this blogpost.</p> ]]></content:encoded> </item> <item><title>By: j.piscaer</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-86</link> <dc:creator>j.piscaer</dc:creator> <pubDate>Wed, 18 Feb 2009 14:17:50 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-86</guid> <description>justinas: the vmware tools are actually the same across all latest released versions of ESX, Workstation, Server and Fusion. There shouldn&#039;t be a great difference in performance.</description> <content:encoded><![CDATA[<p>justinas: the vmware tools are actually the same across all latest released versions of ESX, Workstation, Server and Fusion. There shouldn&#8217;t be a great difference in performance.</p> ]]></content:encoded> </item> <item><title>By: Terry Rankine</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-85</link> <dc:creator>Terry Rankine</dc:creator> <pubDate>Wed, 18 Feb 2009 00:18:56 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-85</guid> <description>dont to the simlink.....vmware installer honours the environment variable - CCso
&lt;code&gt;
export CC=/usr/bin/gcc-4.1
./vmware-intsall.pl or vmware-config-tools.pl
&lt;/code&gt;</description> <content:encoded><![CDATA[<p>dont to the simlink&#8230;..</p><p>vmware installer honours the environment variable &#8211; CC</p><p>so<br
/> <code><br
/> export CC=/usr/bin/gcc-4.1<br
/> ./vmware-intsall.pl or vmware-config-tools.pl<br
/> </code></p> ]]></content:encoded> </item> <item><title>By: justinas</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-49</link> <dc:creator>justinas</dc:creator> <pubDate>Thu, 18 Dec 2008 15:31:12 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-49</guid> <description>according to my opinion, using vmware tools v2 on vmware 3guest is not good idea because of performance.how about it?
can you see any difference?</description> <content:encoded><![CDATA[<p>according to my opinion, using vmware tools v2 on vmware 3guest is not good idea because of performance.</p><p>how about it?<br
/> can you see any difference?</p> ]]></content:encoded> </item> <item><title>By: Rodrigo Miguel</title><link>http://www.virtuallifestyle.nl/2008/10/debian-lenny-vmware-tools/comment-page-1/#comment-29</link> <dc:creator>Rodrigo Miguel</dc:creator> <pubDate>Wed, 03 Dec 2008 00:48:13 +0000</pubDate> <guid
isPermaLink="false">http://www.virtuallifestyle.nl/?p=46#comment-29</guid> <description>Yo !
I got the same problem with VMware Server 2.0.0 build-122956, its got a simple solution, install gcc 4.1 and change your symbolic link# apt-get install gcc-4.1
# rm /usr/bin/gcc
# ln -s /usr/bin/gcc-4.1 /usr/bin/gcc</description> <content:encoded><![CDATA[<p>Yo !<br
/> I got the same problem with VMware Server 2.0.0 build-122956, its got a simple solution, install gcc 4.1 and change your symbolic link</p><p># apt-get install gcc-4.1<br
/> # rm /usr/bin/gcc<br
/> # ln -s /usr/bin/gcc-4.1 /usr/bin/gcc</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 4/23 queries in 0.012 seconds using disk: basic

Served from: www.virtuallifestyle.nl @ 2012-02-04 15:10:56 -->
