<?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"
	>
<channel>
	<title>Comments on: VirtualBox 2.1.2 发布</title>
	<atom:link href="http://www.linuxtoy.org/archives/virtualbox-212-released.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/virtualbox-212-released.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Fri, 10 Feb 2012 10:08:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: igotcha</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-105712</link>
		<dc:creator>igotcha</dc:creator>
		<pubDate>Wed, 04 Mar 2009 06:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-105712</guid>
		<description>&lt;p&gt;VBox的snop功能很弱啊,只能是时间线性的,远不及VWARE的好用~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>VBox的snop功能很弱啊,只能是时间线性的,远不及VWARE的好用~</p>]]></content:encoded>
	</item>
	<item>
		<title>By: eagle</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-102303</link>
		<dc:creator>eagle</dc:creator>
		<pubDate>Sun, 01 Feb 2009 08:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-102303</guid>
		<description>&lt;p&gt;不知怎的，上2.1.0后，会异常关闭，只好退回2.0.6, 2.1.2还是一样&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>不知怎的，上2.1.0后，会异常关闭，只好退回2.0.6, 2.1.2还是一样</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 飯の狂熱</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-102080</link>
		<dc:creator>飯の狂熱</dc:creator>
		<pubDate>Thu, 29 Jan 2009 03:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-102080</guid>
		<description>&lt;p&gt;Archlinux源中的virtualbox-module還沒有vboxnetflt啊...
升級後不能用網路...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Archlinux源中的virtualbox-module還沒有vboxnetflt啊...
升級後不能用網路...</p>]]></content:encoded>
	</item>
	<item>
		<title>By: liangsuilong</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101846</link>
		<dc:creator>liangsuilong</dc:creator>
		<pubDate>Sun, 25 Jan 2009 07:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101846</guid>
		<description>&lt;p&gt;Fedora里面有dkms的包，难道安装了那个包就不行了么？呵呵&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Fedora里面有dkms的包，难道安装了那个包就不行了么？呵呵</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101698</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Fri, 23 Jan 2009 11:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101698</guid>
		<description>&lt;p&gt;貌似 VirtualBox 的 Fedora 版本没有使用 dkms 或者 akmod， 每次都要自己重新编译的……
如何在 Fedora 中启用 VirtualBox 的类 dkms 机制呢……研究……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>貌似 VirtualBox 的 Fedora 版本没有使用 dkms 或者 akmod， 每次都要自己重新编译的……
如何在 Fedora 中启用 VirtualBox 的类 dkms 机制呢……研究……</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hantsy</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101673</link>
		<dc:creator>hantsy</dc:creator>
		<pubDate>Fri, 23 Jan 2009 02:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101673</guid>
		<description>&lt;p&gt;DKMS会监测内核版本升级，支持dkms的包会在安装新内核之后立即根据新内核编译内核模块，在删除旧内核之前会先删除相应的内核模块。对于本身的升级，同时会针对当前内核重新编译。
Akmods远不如dkms智能，它只是相当最初版本的dkms。没有相应的监控机制，只是在机器启动时作处理。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>DKMS会监测内核版本升级，支持dkms的包会在安装新内核之后立即根据新内核编译内核模块，在删除旧内核之前会先删除相应的内核模块。对于本身的升级，同时会针对当前内核重新编译。
Akmods远不如dkms智能，它只是相当最初版本的dkms。没有相应的监控机制，只是在机器启动时作处理。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: hantsy</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101672</link>
		<dc:creator>hantsy</dc:creator>
		<pubDate>Fri, 23 Jan 2009 02:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101672</guid>
		<description>&lt;p&gt;dkms是Dell支持的一项技术，为第三方厂商提供内核模块提供一个有效的途径。
以前 freshrpms.net为Fedora 提供的内核模块都是使用dkms，遗憾的是合并到rpmfusion中去后，采用的是livna所使用的kmod方式，虽然它也提供一种akmod的方式，但依然不如dkms智能和方便。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>dkms是Dell支持的一项技术，为第三方厂商提供内核模块提供一个有效的途径。
以前 freshrpms.net为Fedora 提供的内核模块都是使用dkms，遗憾的是合并到rpmfusion中去后，采用的是livna所使用的kmod方式，虽然它也提供一种akmod的方式，但依然不如dkms智能和方便。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Hao Zhe XU</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101640</link>
		<dc:creator>Hao Zhe XU</dc:creator>
		<pubDate>Thu, 22 Jan 2009 15:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101640</guid>
		<description>&lt;p&gt;黑日白月：多谢！！！&lt;/p&gt;

&lt;p&gt;我曾经用Ubuntu的时候用Virtualbox，后来内核升级了，按说VBox应该重新编译modules，但是因为有dkms，所以apt-get升级完内核后自动就编译了VBox的module，大概是一个挂钩类的东西，把一定的任务(eg 重新编译modules)和触发条件(eg 内核改变)联系在一起。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>黑日白月：多谢！！！</p>

<p>我曾经用Ubuntu的时候用Virtualbox，后来内核升级了，按说VBox应该重新编译modules，但是因为有dkms，所以apt-get升级完内核后自动就编译了VBox的module，大概是一个挂钩类的东西，把一定的任务(eg 重新编译modules)和触发条件(eg 内核改变)联系在一起。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101633</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101633</guid>
		<description>&lt;p&gt;Note: The VirtualBox 2.1.0 deb/rpm packages do not properly unregister from dkms before the package is removed / upgraded. Please have a look at our FAQ for further details. &lt;/p&gt;

&lt;p&gt;这是在 Linux 版本页面上标注的一句话。什么意思啊？翻译就不必了…… dkms 是什么？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Note: The VirtualBox 2.1.0 deb/rpm packages do not properly unregister from dkms before the package is removed / upgraded. Please have a look at our FAQ for further details. </p>

<p>这是在 Linux 版本页面上标注的一句话。什么意思啊？翻译就不必了…… dkms 是什么？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 黑日白月</title>
		<link>http://linuxtoy.org/archives/virtualbox-212-released.html#comment-101631</link>
		<dc:creator>黑日白月</dc:creator>
		<pubDate>Thu, 22 Jan 2009 14:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2751#comment-101631</guid>
		<description>&lt;p&gt;@Hao Zhe XU
NTFS 卷信息损坏，应该是文件本身的问题。
NTFS 分区很奇妙，会把一些内容放在分区外面……&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Hao Zhe XU
NTFS 卷信息损坏，应该是文件本身的问题。
NTFS 分区很奇妙，会把一些内容放在分区外面……</p>]]></content:encoded>
	</item>
</channel>
</rss>

