<?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>Commenti a: Installare VMWare Server 2.0.1 su un RPS di OVH</title>
	<atom:link href="http://digg.it/2009/04/03/installare-vmware-server-201-su-un-rps-di-ovh/feed/" rel="self" type="application/rss+xml" />
	<link>http://digg.it/2009/04/03/installare-vmware-server-201-su-un-rps-di-ovh/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installare-vmware-server-201-su-un-rps-di-ovh</link>
	<description>Se non lo scrivo lo dimentico. Se lo scrivo qualcuno me lo ricorderà. Appunti di ermeneutica digg.itale</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:08:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Di: impiastro</title>
		<link>http://digg.it/2009/04/03/installare-vmware-server-201-su-un-rps-di-ovh/comment-page-1/#comment-2836</link>
		<dc:creator>impiastro</dc:creator>
		<pubDate>Sat, 15 May 2010 21:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://digg.it/?p=59#comment-2836</guid>
		<description>Non so se ti può più servire Giampaolo ma ecco la risposta al tuo problema che ho incontrato anch&#039;io proprio oggi pomeriggio:

Passaggio 18b) di questa guida (http://forum.ovh.it/showpost.php?p=14865&amp;postcount=6) scritta da me partendo da quella di Bago e di Giampaolo (che penso sia tu...).</description>
		<content:encoded><![CDATA[<p>Non so se ti può più servire Giampaolo ma ecco la risposta al tuo problema che ho incontrato anch&#8217;io proprio oggi pomeriggio:</p>
<p>Passaggio 18b) di questa guida (<a href="http://forum.ovh.it/showpost.php?p=14865&#038;postcount=6" rel="nofollow">http://forum.ovh.it/showpost.php?p=14865&#038;postcount=6</a>) scritta da me partendo da quella di Bago e di Giampaolo (che penso sia tu&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Giampaolo del Forum OVH</title>
		<link>http://digg.it/2009/04/03/installare-vmware-server-201-su-un-rps-di-ovh/comment-page-1/#comment-2020</link>
		<dc:creator>Giampaolo del Forum OVH</dc:creator>
		<pubDate>Tue, 09 Feb 2010 22:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://digg.it/?p=59#comment-2020</guid>
		<description>Ciao Bago, di seguito l&#039;errore del mio primo tentativo di installazione VMware Server 2... mi dai una dritta per capire il da farsi?
Grazie!!!

None of the pre-built vmmon modules for VMware Server is suitable for your
running kernel.  Do you want this program to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler &quot;/usr/bin/gcc&quot;. Use environment variable CC to override.

What is the location of the directory of C header files that match your running
kernel?
[/lib/modules/2.6.32.2-xxxx-std-ipv4-64-mod/build/include]

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only&#039;
make -C /lib/modules/2.6.32.2-xxxx-std-ipv4-64-mod/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.32.2&#039;
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.c:31:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:78: error: conflicting types for &#039;poll_initwait&#039;
include/linux/poll.h:70: error: previous declaration of &#039;poll_initwait&#039; was here
In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:29,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:101:
/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: &quot;MSR_THERM2_CTL&quot; redefined
In file included from /usr/src/linux-2.6.32.2/arch/x86/include/asm/msr.h:4,
                 from /usr/src/linux-2.6.32.2/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:6,
                 from include/linux/module.h:9,
                 from /tmp/vmware-config0/vmmon-only/./include/compat_module.h:27,
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:26:
/usr/src/linux-2.6.32.2/arch/x86/include/asm/msr-index.h:225:1: warning: this is the location of the previous definition
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function &#039;LinuxDriverSyncCallOnEachCPU&#039;:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1423: error: too many arguments to function &#039;smp_call_function&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function &#039;LinuxDriver_Ioctl&#039;:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1987: error: &#039;struct task_struct&#039; has no member named &#039;euid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1987: error: &#039;struct task_struct&#039; has no member named &#039;uid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1988: error: &#039;struct task_struct&#039; has no member named &#039;fsuid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1988: error: &#039;struct task_struct&#039; has no member named &#039;uid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1989: error: &#039;struct task_struct&#039; has no member named &#039;egid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1989: error: &#039;struct task_struct&#039; has no member named &#039;gid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1990: error: &#039;struct task_struct&#039; has no member named &#039;fsgid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:1990: error: &#039;struct task_struct&#039; has no member named &#039;gid&#039;
/tmp/vmware-config0/vmmon-only/linux/driver.c:2007: error: too many arguments to function &#039;smp_call_function&#039;
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.32.2&#039;
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only&#039;
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at &quot;http://www.vmware.com/go/unsup-linux-products&quot; and
&quot;http://www.vmware.com/go/unsup-linux-tools&quot;.

Execution aborted.</description>
		<content:encoded><![CDATA[<p>Ciao Bago, di seguito l&#8217;errore del mio primo tentativo di installazione VMware Server 2&#8230; mi dai una dritta per capire il da farsi?<br />
Grazie!!!</p>
<p>None of the pre-built vmmon modules for VMware Server is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p>
<p>Using compiler &#8220;/usr/bin/gcc&#8221;. Use environment variable CC to override.</p>
<p>What is the location of the directory of C header files that match your running<br />
kernel?<br />
[/lib/modules/2.6.32.2-xxxx-std-ipv4-64-mod/build/include]</p>
<p>Extracting the sources of the vmmon module.</p>
<p>Building the vmmon module.</p>
<p>Using 2.6.x kernel build system.<br />
make: Entering directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
make -C /lib/modules/2.6.32.2-xxxx-std-ipv4-64-mod/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules<br />
make[1]: Entering directory `/usr/src/linux-2.6.32.2&#8242;<br />
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o<br />
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.c:31:<br />
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:78: error: conflicting types for &#8216;poll_initwait&#8217;<br />
include/linux/poll.h:70: error: previous declaration of &#8216;poll_initwait&#8217; was here<br />
In file included from /tmp/vmware-config0/vmmon-only/./common/vmx86.h:32,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.h:29,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:101:<br />
/tmp/vmware-config0/vmmon-only/./include/x86msr.h:164:1: warning: &#8220;MSR_THERM2_CTL&#8221; redefined<br />
In file included from /usr/src/linux-2.6.32.2/arch/x86/include/asm/msr.h:4,<br />
                 from /usr/src/linux-2.6.32.2/arch/x86/include/asm/processor.h:21,<br />
                 from include/linux/prefetch.h:14,<br />
                 from include/linux/list.h:6,<br />
                 from include/linux/module.h:9,<br />
                 from /tmp/vmware-config0/vmmon-only/./include/compat_module.h:27,<br />
                 from /tmp/vmware-config0/vmmon-only/linux/driver.c:26:<br />
/usr/src/linux-2.6.32.2/arch/x86/include/asm/msr-index.h:225:1: warning: this is the location of the previous definition<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function &#8216;LinuxDriverSyncCallOnEachCPU&#8217;:<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1423: error: too many arguments to function &#8216;smp_call_function&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function &#8216;LinuxDriver_Ioctl&#8217;:<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1987: error: &#8216;struct task_struct&#8217; has no member named &#8216;euid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1987: error: &#8216;struct task_struct&#8217; has no member named &#8216;uid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1988: error: &#8216;struct task_struct&#8217; has no member named &#8216;fsuid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1988: error: &#8216;struct task_struct&#8217; has no member named &#8216;uid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1989: error: &#8216;struct task_struct&#8217; has no member named &#8216;egid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1989: error: &#8216;struct task_struct&#8217; has no member named &#8216;gid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1990: error: &#8216;struct task_struct&#8217; has no member named &#8216;fsgid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:1990: error: &#8216;struct task_struct&#8217; has no member named &#8216;gid&#8217;<br />
/tmp/vmware-config0/vmmon-only/linux/driver.c:2007: error: too many arguments to function &#8216;smp_call_function&#8217;<br />
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1<br />
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2<br />
make[1]: Leaving directory `/usr/src/linux-2.6.32.2&#8242;<br />
make: *** [vmmon.ko] Error 2<br />
make: Leaving directory `/tmp/vmware-config0/vmmon-only&#8217;<br />
Unable to build the vmmon module.</p>
<p>For more information on how to troubleshoot module-related problems, please<br />
visit our Web site at &#8220;http://www.vmware.com/go/unsup-linux-products&#8221; and<br />
&#8220;http://www.vmware.com/go/unsup-linux-tools&#8221;.</p>
<p>Execution aborted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

