<?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: FreeBSD in Hyper-V &#8211; WORKS!!!</title>
	<atom:link href="http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Wed, 03 Mar 2010 18:53:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrey Beshkov</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-1831</link>
		<dc:creator>Andrey Beshkov</dc:creator>
		<pubDate>Tue, 16 Dec 2008 20:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-1831</guid>
		<description>You can fix DHCP in FreeBSD. Just read this 

http://blogs.technet.com/abeshkov/archive/2008/12/15/3169299.aspx</description>
		<content:encoded><![CDATA[<p>You can fix DHCP in FreeBSD. Just read this </p>
<p><a href="http://blogs.technet.com/abeshkov/archive/2008/12/15/3169299.aspx" rel="nofollow">http://blogs.technet.com/abeshkov/archive/2008/12/15/3169299.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aoyama</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-1245</link>
		<dc:creator>Aoyama</dc:creator>
		<pubDate>Tue, 07 Oct 2008 10:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-1245</guid>
		<description>I made an easy patch for the kernel.
As a result, a virtual machine comes never to stop.
I expect someone to make the patch by a smarter method.

My patch can be downloaded from the following blogs.
http://shell.peach.ne.jp/aoyama/archives/40

This patched kernel confirmed the operation with 
Server 2008 Enterprise w/Hyper-V and Hyper-V Server.</description>
		<content:encoded><![CDATA[<p>I made an easy patch for the kernel.<br />
As a result, a virtual machine comes never to stop.<br />
I expect someone to make the patch by a smarter method.</p>
<p>My patch can be downloaded from the following blogs.<br />
<a href="http://shell.peach.ne.jp/aoyama/archives/40" rel="nofollow">http://shell.peach.ne.jp/aoyama/archives/40</a></p>
<p>This patched kernel confirmed the operation with<br />
Server 2008 Enterprise w/Hyper-V and Hyper-V Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-834</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-834</guid>
		<description>Oops, spoke too soon. Strangely, even though DHCP gave me an address and default gateway, nothing worked. I went static with down/up and it did...</description>
		<content:encoded><![CDATA[<p>Oops, spoke too soon. Strangely, even though DHCP gave me an address and default gateway, nothing worked. I went static with down/up and it did&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-833</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Fri, 15 Aug 2008 17:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-833</guid>
		<description>How do you have your host networking set up? I can&#039;t get my guest to work. DHCP works ~50% of the time, but I can&#039;t ping anything from the guest.</description>
		<content:encoded><![CDATA[<p>How do you have your host networking set up? I can&#8217;t get my guest to work. DHCP works ~50% of the time, but I can&#8217;t ping anything from the guest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikeb</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-774</link>
		<dc:creator>mikeb</dc:creator>
		<pubDate>Fri, 18 Jul 2008 04:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-774</guid>
		<description>Found a temporary solution to the &quot;shutdown&quot; issue -- this site has a WMI script that you can use to find the PID of the VM worker process (vmwp.exe):

http://blogs.technet.com/virtualization/archive/2008/05/02/hyper-v-wmi-using-powershell-scripts-part-1.aspx

Once found, kill it from Task Manager and then the VM will finally shutdown and restart.</description>
		<content:encoded><![CDATA[<p>Found a temporary solution to the &#8220;shutdown&#8221; issue &#8212; this site has a WMI script that you can use to find the PID of the VM worker process (vmwp.exe):</p>
<p><a href="http://blogs.technet.com/virtualization/archive/2008/05/02/hyper-v-wmi-using-powershell-scripts-part-1.aspx" rel="nofollow">http://blogs.technet.com/virtualization/archive/2008/05/02/hyper-v-wmi-using-powershell-scripts-part-1.aspx</a></p>
<p>Once found, kill it from Task Manager and then the VM will finally shutdown and restart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-716</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Jul 2008 03:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-716</guid>
		<description>Thank you, very much! This &quot;reboot failure&quot; was the last unresolved (now resolved!) point before move my FreeBSD to Hyper-V</description>
		<content:encoded><![CDATA[<p>Thank you, very much! This &#8220;reboot failure&#8221; was the last unresolved (now resolved!) point before move my FreeBSD to Hyper-V</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: manojlovicl</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-715</link>
		<dc:creator>manojlovicl</dc:creator>
		<pubDate>Wed, 02 Jul 2008 22:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-715</guid>
		<description>You can check my newest post regarding this problem... I solved it by using shutdown -p now and then turning FreeBSD up again using Hyper-V manager...
So do not use reboot or shutdown -r now but &quot;power off&quot; FreeBSD and then turn it back on...

Hope it helps,
Luka</description>
		<content:encoded><![CDATA[<p>You can check my newest post regarding this problem&#8230; I solved it by using shutdown -p now and then turning FreeBSD up again using Hyper-V manager&#8230;<br />
So do not use reboot or shutdown -r now but &#8220;power off&#8221; FreeBSD and then turn it back on&#8230;</p>
<p>Hope it helps,<br />
Luka</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/comment-page-1/#comment-710</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-710</guid>
		<description>Could you please describe how are you solving reboot trouble?</description>
		<content:encoded><![CDATA[<p>Could you please describe how are you solving reboot trouble?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
