<?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: VMWare Server 2: Unable to build the vsock module</title>
	<atom:link href="http://kramfs.com/.vmware-server-2-unable-to-build-the-vsock-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/</link>
	<description>My Daily encounter with Mobile Technology, Net Culture, Social Media, Open Source, Cloud Computing and everything else in between!</description>
	<lastBuildDate>Sat, 19 May 2012 00:21:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Marcus Berglof</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1390</link>
		<dc:creator>Marcus Berglof</dc:creator>
		<pubDate>Sun, 17 May 2009 20:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1390</guid>
		<description>Argh.. copy-n-paste from the web never works as intended.
The patch is available at http://mina.fulhack.se/vsock-debian.patch

/Marcus</description>
		<content:encoded><![CDATA[<p>Argh.. copy-n-paste from the web never works as intended.<br />
The patch is available at <a href="http://mina.fulhack.se/vsock-debian.patch" rel="nofollow">http://mina.fulhack.se/vsock-debian.patch</a></p>
<p>/Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Berglof</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1949</link>
		<dc:creator>Marcus Berglof</dc:creator>
		<pubDate>Sun, 17 May 2009 20:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1949</guid>
		<description>Argh.. copy-n-paste from the web never works as intended.
The patch is available at http://mina.fulhack.se/vsock-debian.patch

/Marcus</description>
		<content:encoded><![CDATA[<p>Argh.. copy-n-paste from the web never works as intended.<br />
The patch is available at <a href="http://mina.fulhack.se/vsock-debian.patch" rel="nofollow">http://mina.fulhack.se/vsock-debian.patch</a></p>
<p>/Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Berglof</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1389</link>
		<dc:creator>Marcus Berglof</dc:creator>
		<pubDate>Sun, 17 May 2009 19:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1389</guid>
		<description>/*
    INSTALL:

    Put the patch named vsock-debian.patch in the directory where 
    the VMWare file is and you can just paste this straight in a 
    bash shell or into a file. 

    #!/bin/bash
    tar -xzf VMware-server-2.0.1-156745.x86_64.tar.gz &amp;&amp; \
    cd vmware-server-distrib/lib/modules/source &amp;&amp; \
    tar -xf vsock.tar &amp;&amp; patch -p1 &lt; $OLDPWD/vsock-debian.patch &amp;&amp; \
    tar -cf vsock.tar vsock-only &amp;&amp; rm -rf vsock-only &amp;&amp; \
    cd ../../ &amp;&amp; sudo ./vmware-install.pl

    # End of script
    
    Have fun!


    Marcus Berglof &lt;marcus  ulug.org)

*/

--- ./vsock-only.orig/autoconf/cachecreate.c    2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/cachecreate.c 2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 /*
--- ./vsock-only.orig/autoconf/epoll.c  2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/epoll.c       2009-05-17 19:20:55.000000000 +0200
@@ -22,7 +22,7 @@
  * never had it, but some distros backported epoll patch.
  */
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 0)
--- ./vsock-only.orig/autoconf/filldir1.c       2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/filldir1.c    2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 20)
--- ./vsock-only.orig/autoconf/geninclude.c     2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/geninclude.c  2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 
 #ifdef CONFIG_X86_VOYAGER
 APATH/mach-voyager
--- ./vsock-only.orig/autoconf/getsb1.c 2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/getsb1.c      2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)
--- ./vsock-only.orig/autoconf/setnice.c        2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/setnice.c     2009-05-17 19:20:55.000000000 +0200
@@ -20,7 +20,7 @@
  * set_user_nice appeared in 2.4.21.  But some distros
  * backported it to older kernels.
  */
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 4, 21)
--- ./vsock-only.orig/autoconf/sk_filter.c      2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/sk_filter.c   2009-05-17 19:20:55.000000000 +0200
@@ -23,7 +23,7 @@
  * This test will fail to build on kernels with the new interface.
  */
 
-#include 
+
 #include 
 
 /*
--- ./vsock-only.orig/autoconf/statfs1.c        2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/statfs1.c     2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)</description>
		<content:encoded><![CDATA[<p>/*<br />
    INSTALL:</p>
<p>    Put the patch named vsock-debian.patch in the directory where<br />
    the VMWare file is and you can just paste this straight in a<br />
    bash shell or into a file. </p>
<p>    #!/bin/bash<br />
    tar -xzf VMware-server-2.0.1-156745.x86_64.tar.gz &amp;&amp; \<br />
    cd vmware-server-distrib/lib/modules/source &amp;&amp; \<br />
    tar -xf vsock.tar &amp;&amp; patch -p1 &lt; $OLDPWD/vsock-debian.patch &amp;&amp; \<br />
    tar -cf vsock.tar vsock-only &amp;&amp; rm -rf vsock-only &amp;&amp; \<br />
    cd ../../ &amp;&amp; sudo ./vmware-install.pl</p>
<p>    # End of script</p>
<p>    Have fun!</p>
<p>    Marcus Berglof &lt;marcus  ulug.org)</p>
<p>*/</p>
<p>&#8212; ./vsock-only.orig/autoconf/cachecreate.c    2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/cachecreate.c 2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> /*<br />
&#8212; ./vsock-only.orig/autoconf/epoll.c  2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/epoll.c       2009-05-17 19:20:55.000000000 +0200<br />
@@ -22,7 +22,7 @@<br />
  * never had it, but some distros backported epoll patch.<br />
  */</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 0)<br />
&#8212; ./vsock-only.orig/autoconf/filldir1.c       2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/filldir1.c    2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 20)<br />
&#8212; ./vsock-only.orig/autoconf/geninclude.c     2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/geninclude.c  2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+</p>
<p> #ifdef CONFIG_X86_VOYAGER<br />
 APATH/mach-voyager<br />
&#8212; ./vsock-only.orig/autoconf/getsb1.c 2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/getsb1.c      2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)<br />
&#8212; ./vsock-only.orig/autoconf/setnice.c        2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/setnice.c     2009-05-17 19:20:55.000000000 +0200<br />
@@ -20,7 +20,7 @@<br />
  * set_user_nice appeared in 2.4.21.  But some distros<br />
  * backported it to older kernels.<br />
  */<br />
-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 4, 21)<br />
&#8212; ./vsock-only.orig/autoconf/sk_filter.c      2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/sk_filter.c   2009-05-17 19:20:55.000000000 +0200<br />
@@ -23,7 +23,7 @@<br />
  * This test will fail to build on kernels with the new interface.<br />
  */</p>
<p>-#include<br />
+<br />
 #include </p>
<p> /*<br />
&#8212; ./vsock-only.orig/autoconf/statfs1.c        2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/statfs1.c     2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus Berglof</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1948</link>
		<dc:creator>Marcus Berglof</dc:creator>
		<pubDate>Sun, 17 May 2009 19:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1948</guid>
		<description>/*
    INSTALL:

    Put the patch named vsock-debian.patch in the directory where 
    the VMWare file is and you can just paste this straight in a 
    bash shell or into a file. 

    #!/bin/bash
    tar -xzf VMware-server-2.0.1-156745.x86_64.tar.gz &amp;&amp; 
    cd vmware-server-distrib/lib/modules/source &amp;&amp; 
    tar -xf vsock.tar &amp;&amp; patch -p1 &lt; $OLDPWD/vsock-debian.patch &amp;&amp; 
    tar -cf vsock.tar vsock-only &amp;&amp; rm -rf vsock-only &amp;&amp; 
    cd ../../ &amp;&amp; sudo ./vmware-install.pl

    # End of script
    
    Have fun!


    Marcus Berglof &lt;marcus  ulug.org)

*/

--- ./vsock-only.orig/autoconf/cachecreate.c    2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/cachecreate.c 2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 /*
--- ./vsock-only.orig/autoconf/epoll.c  2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/epoll.c       2009-05-17 19:20:55.000000000 +0200
@@ -22,7 +22,7 @@
  * never had it, but some distros backported epoll patch.
  */
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 0)
--- ./vsock-only.orig/autoconf/filldir1.c       2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/filldir1.c    2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 20)
--- ./vsock-only.orig/autoconf/geninclude.c     2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/geninclude.c  2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 
 #ifdef CONFIG_X86_VOYAGER
 APATH/mach-voyager
--- ./vsock-only.orig/autoconf/getsb1.c 2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/getsb1.c      2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)
--- ./vsock-only.orig/autoconf/setnice.c        2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/setnice.c     2009-05-17 19:20:55.000000000 +0200
@@ -20,7 +20,7 @@
  * set_user_nice appeared in 2.4.21.  But some distros
  * backported it to older kernels.
  */
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 4, 21)
--- ./vsock-only.orig/autoconf/sk_filter.c      2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/sk_filter.c   2009-05-17 19:20:55.000000000 +0200
@@ -23,7 +23,7 @@
  * This test will fail to build on kernels with the new interface.
  */
 
-#include 
+
 #include 
 
 /*
--- ./vsock-only.orig/autoconf/statfs1.c        2009-03-27 08:17:12.000000000 +0100
+++ ./vsock-only/autoconf/statfs1.c     2009-05-17 19:20:55.000000000 +0200
@@ -16,7 +16,7 @@
  *
  *********************************************************/
 
-#include 
+
 #include 
 
 #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)</description>
		<content:encoded><![CDATA[<p>/*<br />
    INSTALL:</p>
<p>    Put the patch named vsock-debian.patch in the directory where<br />
    the VMWare file is and you can just paste this straight in a<br />
    bash shell or into a file. </p>
<p>    #!/bin/bash<br />
    tar -xzf VMware-server-2.0.1-156745.x86_64.tar.gz &amp;&amp;<br />
    cd vmware-server-distrib/lib/modules/source &amp;&amp;<br />
    tar -xf vsock.tar &amp;&amp; patch -p1 &lt; $OLDPWD/vsock-debian.patch &amp;&amp;<br />
    tar -cf vsock.tar vsock-only &amp;&amp; rm -rf vsock-only &amp;&amp;<br />
    cd ../../ &amp;&amp; sudo ./vmware-install.pl</p>
<p>    # End of script</p>
<p>    Have fun!</p>
<p>    Marcus Berglof &lt;marcus  ulug.org)</p>
<p>*/</p>
<p>&#8212; ./vsock-only.orig/autoconf/cachecreate.c    2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/cachecreate.c 2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> /*<br />
&#8212; ./vsock-only.orig/autoconf/epoll.c  2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/epoll.c       2009-05-17 19:20:55.000000000 +0200<br />
@@ -22,7 +22,7 @@<br />
  * never had it, but some distros backported epoll patch.<br />
  */</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 0)<br />
&#8212; ./vsock-only.orig/autoconf/filldir1.c       2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/filldir1.c    2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 20)<br />
&#8212; ./vsock-only.orig/autoconf/geninclude.c     2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/geninclude.c  2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+</p>
<p> #ifdef CONFIG_X86_VOYAGER<br />
 APATH/mach-voyager<br />
&#8212; ./vsock-only.orig/autoconf/getsb1.c 2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/getsb1.c      2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)<br />
&#8212; ./vsock-only.orig/autoconf/setnice.c        2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/setnice.c     2009-05-17 19:20:55.000000000 +0200<br />
@@ -20,7 +20,7 @@<br />
  * set_user_nice appeared in 2.4.21.  But some distros<br />
  * backported it to older kernels.<br />
  */<br />
-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 4, 21)<br />
&#8212; ./vsock-only.orig/autoconf/sk_filter.c      2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/sk_filter.c   2009-05-17 19:20:55.000000000 +0200<br />
@@ -23,7 +23,7 @@<br />
  * This test will fail to build on kernels with the new interface.<br />
  */</p>
<p>-#include<br />
+<br />
 #include </p>
<p> /*<br />
&#8212; ./vsock-only.orig/autoconf/statfs1.c        2009-03-27 08:17:12.000000000 +0100<br />
+++ ./vsock-only/autoconf/statfs1.c     2009-05-17 19:20:55.000000000 +0200<br />
@@ -16,7 +16,7 @@<br />
  *<br />
  *********************************************************/</p>
<p>-#include<br />
+<br />
 #include </p>
<p> #if LINUX_VERSION_CODE &lt; KERNEL_VERSION(2, 6, 19)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdwalker</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-277</link>
		<dc:creator>pdwalker</dc:creator>
		<pubDate>Wed, 18 Feb 2009 07:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-277</guid>
		<description>That fixed it for me.

Thanks!

If you update the vsock.tar file with your fixes, you can place the vsock.tar in /usr/lib/vmware-tools/modules/source so the vmware-config-tools.pl script can find it.</description>
		<content:encoded><![CDATA[<p>That fixed it for me.</p>
<p>Thanks!</p>
<p>If you update the vsock.tar file with your fixes, you can place the vsock.tar in /usr/lib/vmware-tools/modules/source so the vmware-config-tools.pl script can find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdwalker</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1947</link>
		<dc:creator>pdwalker</dc:creator>
		<pubDate>Wed, 18 Feb 2009 07:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1947</guid>
		<description>That fixed it for me.

Thanks!

If you update the vsock.tar file with your fixes, you can place the vsock.tar in /usr/lib/vmware-tools/modules/source so the vmware-config-tools.pl script can find it.</description>
		<content:encoded><![CDATA[<p>That fixed it for me.</p>
<p>Thanks!</p>
<p>If you update the vsock.tar file with your fixes, you can place the vsock.tar in /usr/lib/vmware-tools/modules/source so the vmware-config-tools.pl script can find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-155</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 22 Jan 2009 23:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-155</guid>
		<description>Thanks, that fixed the problem on my Ubuntu Intrepid Ibex system.</description>
		<content:encoded><![CDATA[<p>Thanks, that fixed the problem on my Ubuntu Intrepid Ibex system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1946</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 22 Jan 2009 23:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1946</guid>
		<description>Thanks, that fixed the problem on my Ubuntu Intrepid Ibex system.</description>
		<content:encoded><![CDATA[<p>Thanks, that fixed the problem on my Ubuntu Intrepid Ibex system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toshiro</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-101</link>
		<dc:creator>Toshiro</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-101</guid>
		<description>Thanks a lot.
I have changed:
$ sudo ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
with:
$ sudo ln -s /lib/modules/$(uname -r)/misc/vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
It&#039;s a link and you may whant to remove the hold vsock-only directory.
Bye</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
I have changed:<br />
$ sudo ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko<br />
with:<br />
$ sudo ln -s /lib/modules/$(uname -r)/misc/vsock.o /lib/modules/$(uname -r)/misc/vsock.ko<br />
It&#8217;s a link and you may whant to remove the hold vsock-only directory.<br />
Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Toshiro</title>
		<link>http://kramfs.com/vmware-server-2-unable-to-build-the-vsock-module/comment-page-1/#comment-1945</link>
		<dc:creator>Toshiro</dc:creator>
		<pubDate>Wed, 31 Dec 2008 14:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://kramfs.com/?p=60#comment-1945</guid>
		<description>Thanks a lot.
I have changed:
$ sudo ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
with:
$ sudo ln -s /lib/modules/$(uname -r)/misc/vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
It&#039;s a link and you may whant to remove the hold vsock-only directory.
Bye</description>
		<content:encoded><![CDATA[<p>Thanks a lot.<br />
I have changed:<br />
$ sudo ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko<br />
with:<br />
$ sudo ln -s /lib/modules/$(uname -r)/misc/vsock.o /lib/modules/$(uname -r)/misc/vsock.ko<br />
It&#8217;s a link and you may whant to remove the hold vsock-only directory.<br />
Bye</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: enhanced

Served from: kramfs.com @ 2012-05-19 11:22:37 -->
