<?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: Why I liked Ubuntu (and my thoughts on Gutsy Werewolf, aka Fedora 8)</title>
	<atom:link href="http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8</link>
	<description>A permanent record for what's interesting today - this is my live journal</description>
	<pubDate>Sun, 20 Jul 2008 23:46:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Paul Bersch</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130142</link>
		<dc:creator>Paul Bersch</dc:creator>
		<pubDate>Sat, 10 Nov 2007 21:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130142</guid>
		<description>The any-any patch is no longer necessary.  VMware fixed that with the 1.04 release.  I can confirm that it works on Gutsy.

From the release notes:
(http://www.vmware.com/support/server/doc/releasenotes_server.html#resolved)
"This release fixes a problem that prevented the VMware vmnet module from building correctly on hosts running Linux with kernel versions higher than 2.6.21."</description>
		<content:encoded><![CDATA[<p>The any-any patch is no longer necessary.  VMware fixed that with the 1.04 release.  I can confirm that it works on Gutsy.</p>
<p>From the release notes:<br />
(http://www.vmware.com/support/server/doc/releasenotes_server.html#resolved)<br />
&#8220;This release fixes a problem that prevented the VMware vmnet module from building correctly on hosts running Linux with kernel versions higher than 2.6.21.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fedyk</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130131</link>
		<dc:creator>Mike Fedyk</dc:creator>
		<pubDate>Sat, 10 Nov 2007 07:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130131</guid>
		<description>The partner (previously named "commercial") lags behind a bit in new ubuntu releases.  I usually install realplayer from there.

When feisty first came out, there wasn't a realplayer available in partner repo, so I just installed the package from the edgy-partner repo.  I checked a few months later after checking through the updated packages since the feisty release, and realplayer was updated from the feisty partner repo now that there was a package available.

Unfortunately that won't work with the vmware package for feisty (it probably doesn't have a new enough any-any patch for 2.6.22).  Also it's too bad that vmware 1.0.4 hasn't been updated in the feisty partner repo, there are some security updates in the new version I believe.

So, to sum things up: "Uhh, the partner repo is usually empty for the latest release and then gets populated in the near-term afterwards -- install a package from an earlier release, it'll probably tide you over until an update comes out for the latest version."</description>
		<content:encoded><![CDATA[<p>The partner (previously named &#8220;commercial&#8221;) lags behind a bit in new ubuntu releases.  I usually install realplayer from there.</p>
<p>When feisty first came out, there wasn&#8217;t a realplayer available in partner repo, so I just installed the package from the edgy-partner repo.  I checked a few months later after checking through the updated packages since the feisty release, and realplayer was updated from the feisty partner repo now that there was a package available.</p>
<p>Unfortunately that won&#8217;t work with the vmware package for feisty (it probably doesn&#8217;t have a new enough any-any patch for 2.6.22).  Also it&#8217;s too bad that vmware 1.0.4 hasn&#8217;t been updated in the feisty partner repo, there are some security updates in the new version I believe.</p>
<p>So, to sum things up: &#8220;Uhh, the partner repo is usually empty for the latest release and then gets populated in the near-term afterwards &#8212; install a package from an earlier release, it&#8217;ll probably tide you over until an update comes out for the latest version.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bersch</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130130</link>
		<dc:creator>Paul Bersch</dc:creator>
		<pubDate>Sat, 10 Nov 2007 03:18:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130130</guid>
		<description>Installing VMware is pretty easy.

1.  Install the build-essential, linux-headers-`uname -r` (to get the ones for your current kernel), and xinetd packages using apt.

2.  Download the VMware Server tarball from VMware and extract the contents.

3.  Run the vmware-install.pl script in the extracted directory as root.

If I remember correctly, all of the defaults it suggests are correct.  You pretty much can just hit "Enter" until it asks you for your serial number.  It automatically compiles kernel modules and even adds itself to your menu.

Certainly it is harder than just installing the package from the repositories, but it's easy enough that if a user can't do it, that user probably wouldn't be able to figure out how to use VMware anyway.</description>
		<content:encoded><![CDATA[<p>Installing VMware is pretty easy.</p>
<p>1.  Install the build-essential, linux-headers-`uname -r` (to get the ones for your current kernel), and xinetd packages using apt.</p>
<p>2.  Download the VMware Server tarball from VMware and extract the contents.</p>
<p>3.  Run the vmware-install.pl script in the extracted directory as root.</p>
<p>If I remember correctly, all of the defaults it suggests are correct.  You pretty much can just hit &#8220;Enter&#8221; until it asks you for your serial number.  It automatically compiles kernel modules and even adds itself to your menu.</p>
<p>Certainly it is harder than just installing the package from the repositories, but it&#8217;s easy enough that if a user can&#8217;t do it, that user probably wouldn&#8217;t be able to figure out how to use VMware anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndrewJ</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130124</link>
		<dc:creator>AndrewJ</dc:creator>
		<pubDate>Fri, 09 Nov 2007 18:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130124</guid>
		<description>I am new to the whole Linux thing but I am 100% in agreement with about half your points in this entry. While Ubuntu is a great distro I however feel it better to learn Fedora. Why is this ? honestly i have no idea. I just like the simpler commands for yum then the APT packagemanager and so on but I am going to give Gutsy Ubuntu a more in depth review for myself once I have a chance</description>
		<content:encoded><![CDATA[<p>I am new to the whole Linux thing but I am 100% in agreement with about half your points in this entry. While Ubuntu is a great distro I however feel it better to learn Fedora. Why is this ? honestly i have no idea. I just like the simpler commands for yum then the APT packagemanager and so on but I am going to give Gutsy Ubuntu a more in depth review for myself once I have a chance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130121</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 09 Nov 2007 16:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130121</guid>
		<description>If you are reinstalling, you might want to give Project Indiana (aka OpenSolaris Developer Preview) a spin. I haven't tried it myself, but here's some guesses as to how it will stand up to your list:
    * sleep/resume - unlikely to work
    * wifi - good chances of working, and nwam is apparently a nice alternative to n-m
    * video out - probably similar chances of working, it's got a mostly-upstream Xorg
    * sound - OSS is included, should be fine
    * codecs - you'd probably have to compile your own, using spec-files-extra. Fluendo does have some plugins for OpenSolaris available
    * media keys - I'd assume these work ok
    * virtualization - Xen (rebraned as xVM) is available
    * fully 64-bit OS - You get a 64bit kernel and a mostly 32bit userspace
    * Skype, GizmoProject - unlikely to work
    * compiz effects - compiz is available
    * hibernate - again, unlikely to work
    * sd/mmc/memory stick card reader - also unlikely to work. it has better chances of working in gutsy/f8, there's been support added for more devices upstream.
    * tv out - again, probably similar chances

It's good to see Fedora has built up steam and caught up with Ubuntu, after being caught napping when warty came out. F6 was ok, F7 was better, and as you say, F8 is as good, if not better than Gutsy. Now we'll reap the benefits of two quality desktop distributions competing for mindshare. Hardy is going to be a conservative release, but that doesn't mean we won't see new features, perhaps a &lt;a href="http://www.scottlu.com/Content/Link-Backup.html" rel="nofollow"&gt;Time Machine&lt;/a&gt; clone? 10.5 looks to be a fairly rich vein of ideas to mine, unlike Vista.</description>
		<content:encoded><![CDATA[<p>If you are reinstalling, you might want to give Project Indiana (aka OpenSolaris Developer Preview) a spin. I haven&#8217;t tried it myself, but here&#8217;s some guesses as to how it will stand up to your list:<br />
    * sleep/resume - unlikely to work<br />
    * wifi - good chances of working, and nwam is apparently a nice alternative to n-m<br />
    * video out - probably similar chances of working, it&#8217;s got a mostly-upstream Xorg<br />
    * sound - OSS is included, should be fine<br />
    * codecs - you&#8217;d probably have to compile your own, using spec-files-extra. Fluendo does have some plugins for OpenSolaris available<br />
    * media keys - I&#8217;d assume these work ok<br />
    * virtualization - Xen (rebraned as xVM) is available<br />
    * fully 64-bit OS - You get a 64bit kernel and a mostly 32bit userspace<br />
    * Skype, GizmoProject - unlikely to work<br />
    * compiz effects - compiz is available<br />
    * hibernate - again, unlikely to work<br />
    * sd/mmc/memory stick card reader - also unlikely to work. it has better chances of working in gutsy/f8, there&#8217;s been support added for more devices upstream.<br />
    * tv out - again, probably similar chances</p>
<p>It&#8217;s good to see Fedora has built up steam and caught up with Ubuntu, after being caught napping when warty came out. F6 was ok, F7 was better, and as you say, F8 is as good, if not better than Gutsy. Now we&#8217;ll reap the benefits of two quality desktop distributions competing for mindshare. Hardy is going to be a conservative release, but that doesn&#8217;t mean we won&#8217;t see new features, perhaps a <a href="http://www.scottlu.com/Content/Link-Backup.html" rel="nofollow">Time Machine</a> clone? 10.5 looks to be a fairly rich vein of ideas to mine, unlike Vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SysAdmin&#8217;s Diary :: Fedora 8</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130111</link>
		<dc:creator>SysAdmin&#8217;s Diary :: Fedora 8</dc:creator>
		<pubDate>Fri, 09 Nov 2007 02:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130111</guid>
		<description>[...] would like to recommend some good readings on Fedora 8 from ex Fedora guy, energetic Fedora boy and Red Hat staff. Also, Thorsten Leemhuis is kind enough to announce the [...]</description>
		<content:encoded><![CDATA[<p>[...] would like to recommend some good readings on Fedora 8 from ex Fedora guy, energetic Fedora boy and Red Hat staff. Also, Thorsten Leemhuis is kind enough to announce the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Katz</title>
		<link>http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130108</link>
		<dc:creator>Jeremy Katz</dc:creator>
		<pubDate>Thu, 08 Nov 2007 18:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.bytebot.net/blog/archives/2007/11/08/why-i-liked-ubuntu-and-my-thoughts-on-gutsy-werewolf-aka-fedora-8#comment-130108</guid>
		<description>Don't discount those VMs you have on disk -- the vmdk format used by VMWare has been reverse engineered and the version of kvm in Fedora 8 has those bits.  I haven't actually *tried* it, but I've read reports that it works just fine.  And moving to kvm is definitely the right thing to do :-)</description>
		<content:encoded><![CDATA[<p>Don&#8217;t discount those VMs you have on disk &#8212; the vmdk format used by VMWare has been reverse engineered and the version of kvm in Fedora 8 has those bits.  I haven&#8217;t actually *tried* it, but I&#8217;ve read reports that it works just fine.  And moving to kvm is definitely the right thing to do :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
