<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luka Manojlovic &#187; freebsd</title>
	<atom:link href="http://luka.manojlovic.net/tag/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Mon, 24 May 2010 21:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Hyper-V Server and FreeBSD hand in hand&#8230; :)</title>
		<link>http://luka.manojlovic.net/2008/10/07/hyper-v-server-and-freebsd-hand-in-hand/</link>
		<comments>http://luka.manojlovic.net/2008/10/07/hyper-v-server-and-freebsd-hand-in-hand/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 10:59:27 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[hyper-v freebsd]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/10/07/hyper-v-server-and-freebsd-hand-in-hand/</guid>
		<description><![CDATA[Finaly we have a true solution for FreeBSD hanging when you want to reboot or stop it in Hyper-V server&#8230; Today I recieved a comment on my article FreeBSD in Hyper-V &#8211; WORKS!!!. You can now patch FreeBSD kernel to shut down correctly&#8230;  Check this blog too: http://shell.peach.ne.jp/aoyama/ Aoyama Says: October 7th, 2008 at 11:02 [...]]]></description>
			<content:encoded><![CDATA[<p>Finaly we have a true solution for FreeBSD hanging when you want to reboot or stop it in Hyper-V server&#8230;<br />
Today I recieved a comment on my article <a rel="bookmark" href="http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/" title="Permanent Link to FreeBSD in Hyper-V - WORKS!!!">FreeBSD in Hyper-V &#8211; WORKS!!!</a>. You can now patch FreeBSD kernel to shut down correctly&#8230;</p>
<p> Check this blog too: <a href="http://shell.peach.ne.jp/aoyama/">http://shell.peach.ne.jp/aoyama/</a></p>
<p><a rel="external nofollow" href="http://shell.peach.ne.jp/aoyama/"><font size="2" color="#0066cc">Aoyama</font></a> Says:<br />
<small class="commentmetadata"><a href="http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comment-1245">October 7th, 2008 at 11:02</a>   <a href="http://luka.manojlovic.net/wp-admin/comment.php?action=editcomment&amp;c=1245" title="Edit comment">edit</a></small></p>
<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 rel="nofollow" href="http://shell.peach.ne.jp/aoyama/archives/40">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>
			<wfw:commentRss>http://luka.manojlovic.net/2008/10/07/hyper-v-server-and-freebsd-hand-in-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hyper-V FreeBSD shutdown problem workaround</title>
		<link>http://luka.manojlovic.net/2008/07/18/hyper-v-freebsd-shutdown-problem-workaround/</link>
		<comments>http://luka.manojlovic.net/2008/07/18/hyper-v-freebsd-shutdown-problem-workaround/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 17:09:39 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Windows server]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Shutdown problem]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/18/hyper-v-freebsd-shutdown-problem-workaround/</guid>
		<description><![CDATA[Thanks to Mike &#8230;  Mike wrote:  &#8220;I&#8217;ve found an even easier way to do this.  I found a PowerShell Hyper-V script at: http://www.codeplex.com/PSHyperv It has a lot of functions already, and I added a &#8220;Kill-VM&#8221; function that automates the kill process: Kill-VM &#60;VM name&#62; My modified script is attached to this message. To use it, you [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to Mike &#8230; </p>
<p>Mike wrote: </p>
<p>&#8220;I&#8217;ve found an even easier way to do this.  I found a PowerShell Hyper-V script at:</p>
<p><a href="http://www.codeplex.com/PSHyperv">http://www.codeplex.com/PSHyperv</a></p>
<p>It has a lot of functions already, and I added a &#8220;Kill-VM&#8221; function that automates the kill process:</p>
<p>Kill-VM &lt;VM name&gt;</p>
<p>My modified script is attached to this message.</p>
<p>To use it, you need to install PowerShell (Under Server Manager -&gt; Features in Win2008).  Once installed, run PowerShell from Start -&gt; Search, find the script, and type:</p>
<p>. .\hyperv.ps1</p>
<p>Once loaded into memory, type:</p>
<p>Kill-VM &lt;VM Name&gt;</p>
<p>Enjoy&#8221;</p>
<p><a href="http://store.manojlovic.net/utility/Hyper-VPS/hyperv-script.zip">Click here to download script &#8211; hyperv-script.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/07/18/hyper-v-freebsd-shutdown-problem-workaround/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeBSD in Hyper-V &#8211; WORKS!!!</title>
		<link>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/</link>
		<comments>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 21:13:59 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Windows server]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[hyper-v freebsd]]></category>
		<category><![CDATA[hyper-v installing freebsd]]></category>
		<category><![CDATA[hyper-v linux]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/</guid>
		<description><![CDATA[I am so happy &#8211; I managed to make it work&#8230; What we need to make FreeBSD run on Hyper-V: - download FreeBSD ISO image from: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200806 Download this ISO image: 7.0-STABLE-200806-i386-disc1.iso - create new Virtual Machine using Hyper-V - remove default network card that is added by wizard - add hardware and chose Legacy [...]]]></description>
			<content:encoded><![CDATA[<p>I am so happy &#8211; I managed to make it work&#8230;<br />
What we need to make FreeBSD run on Hyper-V:</p>
<p>- download FreeBSD ISO image from:<br />
<a target="_blank" href="ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200806">ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/200806<br />
</a>Download this ISO image:<br />
<strong>7.0-STABLE-200806-i386-disc1.iso</strong></p>
<p>- create new Virtual Machine using Hyper-V<br />
- <strong>remove</strong> default network card that is added by wizard<br />
- add hardware and chose <strong>Legacy network adapter<br />
</strong>- start the machine and &#8220;mount&#8221; ISO image to start booting FreeBSD&#8230;<br />
- install it with parameters you want&#8230;</p>
<p>- **** <strong>NETWORK PROBLEMS</strong> **** Even if you are runing DHCP server on your network your FreeBSD machine <strong>will not get IP</strong> from your DHCP server (my machine did not) so I used <strong>ifconfig</strong> to add <strong>IP</strong> and <strong>gateway</strong> this way:</p>
<p>ifconfig de0 10.70.60.201 &#8211; this is IP in my subnet you should use one of your free IP&#8217;s<br />
ifconfig de0 down<br />
ifconfig de0 up</p>
<p>You can now chec status of your IP with:<br />
ifconfig</p>
<p>Ok, now we need a gateway to get to the internet:<br />
route add 0.0.0.0 10.70.60.1 This will add your default gateway (for example my gateway is 10.70.60.1)&#8230;</p>
<p>try to ping an public IP address to see it is working&#8230; As you can see in my screenshots it works for me. <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a target="_blank" href="http://store.manojlovic.net/articles/FreeBSD%20on%20Hyper-V.docx">FreeBSD on Hyper-V [docx]</a><br />
<a target="_blank" href="http://store.manojlovic.net/articles/FreeBSD%20on%20Hyper-V.pdf">FreeBSD on Hyper-V [pdf]</a></p>
<p>*** There is still one problem unsolved for now&#8230; If you try to reboot Free BSD, Hyper-V does not Turn off the machine &#8230; I am trying to solve that with some <a href="http://nejc.skoberne.net">Nejc</a> tricks <img src='http://luka.manojlovic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/07/01/freebsd-in-hyper-v-works/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
