<?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 for Idea Manglar</title>
	<atom:link href="http://blog.manglar.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.manglar.com</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>Comment on Los servicios Web de hoy (REST) by NEX-C3</title>
		<link>http://blog.manglar.com/los-servicios-web-de-hoy-rest/#comment-52</link>
		<dc:creator>NEX-C3</dc:creator>
		<pubDate>Wed, 16 Nov 2011 15:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.manglar.com/?p=118#comment-52</guid>
		<description>Este artículo es digno de marcar en mi opinión. Vale la pena ahorrar para futuras referencias. Es una lectura fascinante, con muchos puntos válidos para la contemplación. Tengo que coincidir en casi todos los puntos hechos en este artículo.</description>
		<content:encoded><![CDATA[<p>Este artículo es digno de marcar en mi opinión. Vale la pena ahorrar para futuras referencias. Es una lectura fascinante, con muchos puntos válidos para la contemplación. Tengo que coincidir en casi todos los puntos hechos en este artículo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to provide custom JSON exceptions from a WCF service by Jaime</title>
		<link>http://blog.manglar.com/how-to-provide-custom-json-exceptions-from-as-wcf-service/#comment-51</link>
		<dc:creator>Jaime</dc:creator>
		<pubDate>Tue, 08 Nov 2011 17:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.manglar.com/?p=86#comment-51</guid>
		<description>In the latest version of WCF (As of 11/2011) there&#039;s a better way of doing this using WebFaultException. You can use it as follows in your service catch blocks:

 throw new WebFaultException(new ServiceErrorDetail(ex), HttpStatusCode.SeeOther);</description>
		<content:encoded><![CDATA[<p>In the latest version of WCF (As of 11/2011) there&#8217;s a better way of doing this using WebFaultException. You can use it as follows in your service catch blocks:</p>
<p> throw new WebFaultException(new ServiceErrorDetail(ex), HttpStatusCode.SeeOther);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Como hacer Backup para SQL Server 2008 en dispositivos de red by Como hacer Backup para SQL Server 2008 en dispositivos de red &#171; DbRunas &#8211; Noticias y Recursos sobre Bases de Datos</title>
		<link>http://blog.manglar.com/backup-para-sql-server-en-dispositivos-de-red/#comment-33</link>
		<dc:creator>Como hacer Backup para SQL Server 2008 en dispositivos de red &#171; DbRunas &#8211; Noticias y Recursos sobre Bases de Datos</dc:creator>
		<pubDate>Thu, 12 May 2011 22:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://manglar.wordpress.com/2009/10/19/backup-para-sql-server-en-network-drives/#comment-33</guid>
		<description>[...] http://blog.manglar.com/backup-para-sql-server-en-dispositivos-de-red/  May 12, 2011 &#160;&#160;//&#160;&#160; MsSQL &#160;&#160;//&#160;&#160; No Comments &#160;&#160;//&#160;&#160; [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.manglar.com/backup-para-sql-server-en-dispositivos-de-red/" rel="nofollow">http://blog.manglar.com/backup-para-sql-server-en-dispositivos-de-red/</a>  May 12, 2011 &nbsp;&nbsp;//&nbsp;&nbsp; MsSQL &nbsp;&nbsp;//&nbsp;&nbsp; No Comments &nbsp;&nbsp;//&nbsp;&nbsp; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Como hacer Backup para SQL Server 2008 en dispositivos de red by Respaldos de SQL Server 2008 en unidades de red &#171; Informática y mas</title>
		<link>http://blog.manglar.com/backup-para-sql-server-en-dispositivos-de-red/#comment-31</link>
		<dc:creator>Respaldos de SQL Server 2008 en unidades de red &#171; Informática y mas</dc:creator>
		<pubDate>Thu, 07 Apr 2011 18:42:14 +0000</pubDate>
		<guid isPermaLink="false">http://manglar.wordpress.com/2009/10/19/backup-para-sql-server-en-network-drives/#comment-31</guid>
		<description>[...] Fuente: Idea Manglar [...]</description>
		<content:encoded><![CDATA[<p>[...] Fuente: Idea Manglar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a JSON service request using C# by Germán Medina</title>
		<link>http://blog.manglar.com/json-post-request/#comment-26</link>
		<dc:creator>Germán Medina</dc:creator>
		<pubDate>Wed, 02 Mar 2011 15:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://manglar.wordpress.com/?p=42#comment-26</guid>
		<description>The data variable should be any class you are trying to serialize to send to the JSON service.</description>
		<content:encoded><![CDATA[<p>The data variable should be any class you are trying to serialize to send to the JSON service.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Making a JSON service request using C# by zeze34</title>
		<link>http://blog.manglar.com/json-post-request/#comment-25</link>
		<dc:creator>zeze34</dc:creator>
		<pubDate>Wed, 02 Mar 2011 10:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://manglar.wordpress.com/?p=42#comment-25</guid>
		<description>The &quot;data&quot; variable defined in where? What is the type?</description>
		<content:encoded><![CDATA[<p>The &#8220;data&#8221; variable defined in where? What is the type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Linux Integration Services Version 2.1 on a Hyper-V virtual machine running Debian 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>Comment on How to install Linux Integration Services Version 2.1 on a Hyper-V virtual machine running Debian 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>Comment on How to install Linux Integration Services Version 2.1 on a Hyper-V virtual machine running Debian 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>
	<item>
		<title>Comment on Como hacer Backup para SQL Server 2008 en dispositivos de red by Toni Tarazona</title>
		<link>http://blog.manglar.com/backup-para-sql-server-en-dispositivos-de-red/#comment-4</link>
		<dc:creator>Toni Tarazona</dc:creator>
		<pubDate>Mon, 05 Jul 2010 10:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://manglar.wordpress.com/2009/10/19/backup-para-sql-server-en-network-drives/#comment-4</guid>
		<description>Funciona de maravilla, en SQL Server 2000 únicamente teniamos que inicar el servicio con un usuario que no fuera &quot;local service&quot; (o aplicar privilegios para ver la red a &quot;local service&quot;.

Pero esta forma es genial.

Gracias! :)</description>
		<content:encoded><![CDATA[<p>Funciona de maravilla, en SQL Server 2000 únicamente teniamos que inicar el servicio con un usuario que no fuera &#8220;local service&#8221; (o aplicar privilegios para ver la red a &#8220;local service&#8221;.</p>
<p>Pero esta forma es genial.</p>
<p>Gracias! <img src='http://blog.manglar.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

