<?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 Linux Integration Services Version 2.1 on a Hyper-V virtual machine running Debian</title>
	<atom:link href="http://blog.manglar.com/how-to-install-linux-integration-services-version-2-1-on-a-hyper-v-virtual-machine-running-debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.manglar.com/how-to-install-linux-integration-services-version-2-1-on-a-hyper-v-virtual-machine-running-debian/</link>
	<description>{ideas}</description>
	<lastBuildDate>Wed, 16 Nov 2011 15:15:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Scott Pearce</title>
		<link>http://blog.manglar.com/how-to-install-linux-integration-services-version-2-1-on-a-hyper-v-virtual-machine-running-debian/#comment-16</link>
		<dc:creator>Scott Pearce</dc:creator>
		<pubDate>Mon, 11 Oct 2010 02:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.manglar.com/?p=250#comment-16</guid>
		<description>Hi,

I am wondering if this also installs the hard drive support, the base install seems to be limited to the old 127Gb limit and I am trying to get the SCSI support working on it.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am wondering if this also installs the hard drive support, the base install seems to be limited to the old 127Gb limit and I am trying to get the SCSI support working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice</title>
		<link>http://blog.manglar.com/how-to-install-linux-integration-services-version-2-1-on-a-hyper-v-virtual-machine-running-debian/#comment-15</link>
		<dc:creator>Fabrice</dc:creator>
		<pubDate>Tue, 05 Oct 2010 14:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.manglar.com/?p=250#comment-15</guid>
		<description>Hello,

I have tried your howto with the last kernel 2.6.35.6.
When I run the command make I get the following issue :

make -C /lib/modules/2.6.35.6/build SUBDIRS=/opt/linux_ic_v21_rc/src modules
make[1]: entrant dans le rÃ©pertoire Â« /usr/src/linux-2.6.35.6 Â»
  CC [M]  /opt/linux_ic_v21_rc/src/osd.o
/opt/linux_ic_v21_rc/src/osd.c: In function âMemAllocâ:
/opt/linux_ic_v21_rc/src/osd.c:221: error: implicit declaration of function âkmallocâ
/opt/linux_ic_v21_rc/src/osd.c:221: warning: return makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âMemAllocZeroedâ:
/opt/linux_ic_v21_rc/src/osd.c:226: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âMemAllocAtomicâ:
/opt/linux_ic_v21_rc/src/osd.c:233: warning: return makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âMemFreeâ:
/opt/linux_ic_v21_rc/src/osd.c:238: error: implicit declaration of function âkfreeâ
/opt/linux_ic_v21_rc/src/osd.c: In function âTimerCreateâ:
/opt/linux_ic_v21_rc/src/osd.c:265: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âWaitEventCreateâ:
/opt/linux_ic_v21_rc/src/osd.c:320: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âSpinlockCreateâ:
/opt/linux_ic_v21_rc/src/osd.c:369: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âWorkQueueCreateâ:
/opt/linux_ic_v21_rc/src/osd.c:435: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c: In function âWorkQueueQueueWorkItemâ:
/opt/linux_ic_v21_rc/src/osd.c:458: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c:469:41: error: macro &quot;INIT_WORK&quot; passed 3 arguments, but takes just 2
/opt/linux_ic_v21_rc/src/osd.c:469: error: âINIT_WORKâ undeclared (first use in this function)
/opt/linux_ic_v21_rc/src/osd.c:469: error: (Each undeclared identifier is reported only once
/opt/linux_ic_v21_rc/src/osd.c:469: error: for each function it appears in.)
/opt/linux_ic_v21_rc/src/osd.c: In function âQueueWorkItemâ:
/opt/linux_ic_v21_rc/src/osd.c:476: warning: initialization makes pointer from integer without a cast
/opt/linux_ic_v21_rc/src/osd.c:487:41: error: macro &quot;INIT_WORK&quot; passed 3 arguments, but takes just 2
/opt/linux_ic_v21_rc/src/osd.c:487: error: âINIT_WORKâ undeclared (first use in this function)
make[2]: *** [/opt/linux_ic_v21_rc/src/osd.o] Erreur 1
make[1]: *** [_module_/opt/linux_ic_v21_rc/src] Erreur 2
make[1]: quittant le rÃ©pertoire Â« /usr/src/linux-2.6.35.6 Â»
make: *** [all] Erreur 2

Do you have some information to help me ?
Thanks a lot.
fabrice</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I have tried your howto with the last kernel 2.6.35.6.<br />
When I run the command make I get the following issue :</p>
<p>make -C /lib/modules/2.6.35.6/build SUBDIRS=/opt/linux_ic_v21_rc/src modules<br />
make[1]: entrant dans le rÃ©pertoire Â« /usr/src/linux-2.6.35.6 Â»<br />
  CC [M]  /opt/linux_ic_v21_rc/src/osd.o<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âMemAllocâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:221: error: implicit declaration of function âkmallocâ<br />
/opt/linux_ic_v21_rc/src/osd.c:221: warning: return makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âMemAllocZeroedâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:226: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âMemAllocAtomicâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:233: warning: return makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âMemFreeâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:238: error: implicit declaration of function âkfreeâ<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âTimerCreateâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:265: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âWaitEventCreateâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:320: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âSpinlockCreateâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:369: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âWorkQueueCreateâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:435: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âWorkQueueQueueWorkItemâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:458: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c:469:41: error: macro &#8220;INIT_WORK&#8221; passed 3 arguments, but takes just 2<br />
/opt/linux_ic_v21_rc/src/osd.c:469: error: âINIT_WORKâ undeclared (first use in this function)<br />
/opt/linux_ic_v21_rc/src/osd.c:469: error: (Each undeclared identifier is reported only once<br />
/opt/linux_ic_v21_rc/src/osd.c:469: error: for each function it appears in.)<br />
/opt/linux_ic_v21_rc/src/osd.c: In function âQueueWorkItemâ:<br />
/opt/linux_ic_v21_rc/src/osd.c:476: warning: initialization makes pointer from integer without a cast<br />
/opt/linux_ic_v21_rc/src/osd.c:487:41: error: macro &#8220;INIT_WORK&#8221; passed 3 arguments, but takes just 2<br />
/opt/linux_ic_v21_rc/src/osd.c:487: error: âINIT_WORKâ undeclared (first use in this function)<br />
make[2]: *** [/opt/linux_ic_v21_rc/src/osd.o] Erreur 1<br />
make[1]: *** [_module_/opt/linux_ic_v21_rc/src] Erreur 2<br />
make[1]: quittant le rÃ©pertoire Â« /usr/src/linux-2.6.35.6 Â»<br />
make: *** [all] Erreur 2</p>
<p>Do you have some information to help me ?<br />
Thanks a lot.<br />
fabrice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aswin</title>
		<link>http://blog.manglar.com/how-to-install-linux-integration-services-version-2-1-on-a-hyper-v-virtual-machine-running-debian/#comment-14</link>
		<dc:creator>Aswin</dc:creator>
		<pubDate>Sun, 08 Aug 2010 15:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.manglar.com/?p=250#comment-14</guid>
		<description>Hi Manglar,

Could you also take a look on how to install the comonents on opensuse ? (minimal text server install) v11.3
Thx to your article I succeeded the install on debian.
But in opensuse I&#039;m still stuck at compile errors.

Kind Regards,
Aswin</description>
		<content:encoded><![CDATA[<p>Hi Manglar,</p>
<p>Could you also take a look on how to install the comonents on opensuse ? (minimal text server install) v11.3<br />
Thx to your article I succeeded the install on debian.<br />
But in opensuse I&#8217;m still stuck at compile errors.</p>
<p>Kind Regards,<br />
Aswin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

