<?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>Tommi&#039;s stuff &#187; fedora</title>
	<atom:link href="http://tommi.org/tag/fedora/feed/" rel="self" type="application/rss+xml" />
	<link>http://tommi.org</link>
	<description>joogoogilizer!</description>
	<lastBuildDate>Mon, 04 Jan 2010 20:48:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fedora 10, a real treat</title>
		<link>http://tommi.org/2008/12/01/fedora-10-a-real-treat/</link>
		<comments>http://tommi.org/2008/12/01/fedora-10-a-real-treat/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 23:52:04 +0000</pubDate>
		<dc:creator>tommi</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://tommi.org/?p=28</guid>
		<description><![CDATA[Installed Fedora 10 a couple of days ago and I must say I&#8217;m very pleasantly surprised. Install went smoothly as ever and getting everything up and running was pretty much painless. Here&#8217;s pretty much what I needed to do to get it working on my HP nw9440 laptop:

Installed from the DVD install media
Setup RPMFusion &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Installed Fedora 10 a couple of days ago and I must say I&#8217;m very pleasantly surprised. Install went smoothly as ever and getting everything up and running was pretty much painless. Here&#8217;s pretty much what I needed to do to get it working on my HP nw9440 laptop:</p>
<ul>
<li>Installed from the DVD install media</li>
<li>Setup RPMFusion &#8211; rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm</li>
<li>Installed nvidia drivers,yum install xorg-x11-drv-nvidia</li>
<li>Installed a few of my favorites, gnome-do, mplayer, networkmanager-vpnc, rdesktop, gnucash</li>
</ul>
<p>A nice surprise was that rhythmbox now automaticly invites me to download and install the needed rpms for mp3 playback and others, finally!</p>
<p>Also, suspend and hibernate now works perfectly.</p>
<p>NetworkManager now works out of the box with my iwl3945 wifi card.</p>
<p>OpenOffice.org 3.0, now opens evil Microsoft Office 2007 files.</p>
<p>Conclusion, haven&#8217;t stumbled across a single annoying thing so I&#8217;m extremely happy with the quality of this release!</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftommi.org%2F2008%2F12%2F01%2Ffedora-10-a-real-treat%2F&amp;linkname=Fedora%2010%2C%20a%20real%20treat"><img src="http://tommi.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://tommi.org/2008/12/01/fedora-10-a-real-treat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Server 2.0 and Fedora 9 or Fedora 10</title>
		<link>http://tommi.org/2008/09/28/vmware-server-20-and-fedora-9-fedora-10/</link>
		<comments>http://tommi.org/2008/09/28/vmware-server-20-and-fedora-9-fedora-10/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 21:48:03 +0000</pubDate>
		<dc:creator>tommi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://tommi.org/?p=27</guid>
		<description><![CDATA[*Update* This also affects Fedora 10
Just ran into quite a bit of trouble trying to get VMware Server 2.0 to run on Fedora 9. After quite a bit of digging I found that vmware-hostd calls PAM and unix_chkpwd seems to cause a problem in hostd. The error message from the VMware Management Web:
The server is [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000">*Update*</span> This also affects Fedora 10</p>
<p>Just ran into quite a bit of trouble trying to get VMware Server 2.0 to run on Fedora 9. After quite a bit of digging I found that vmware-hostd calls PAM and unix_chkpwd seems to cause a problem in hostd. The error message from the VMware Management Web:</p>
<p><span style="color: #ff0000">The server is not responding. Please check that the server is running and accepting connections. </span></p>
<p>And after looking through the proccess list I found the following:</p>
<pre>root      9817  9741  0 17:26 ?        00:00:00 [unix_chkpwd] &lt;defunct&gt;</pre>
<p>My fix was to <strong>turn off password authentication</strong> in PAM for VMware and hope for a fix from VMware soon. This fix was suggested in <a href="http://communities.vmware.com/message/826708;jsessionid=6E58CB36E8F4CED3F413A27EEC78F5B6">this post</a>.</p>
<p>Turning off authentication:</p>
<pre># cat /etc/pam.d/vmware-authd</pre>
<pre>#%PAM-1.0</pre>
<pre>auth       required    pam_permit.so</pre>
<pre>account    required    pam_permit.so</pre>
<p>After that I suggest closing out connections to the vmware ports using iptables if you have disabled the default firewall which should keep you safe. Addition to /etc/sysconfig/iptables follows:</p>
<pre>-A INPUT -i ! lo -m tcp -p tcp -m multiport --dports 8009,8222,8308,8333 -j REJECT</pre>
<p>Hope this helps..</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Ftommi.org%2F2008%2F09%2F28%2Fvmware-server-20-and-fedora-9-fedora-10%2F&amp;linkname=VMware%20Server%202.0%20and%20Fedora%209%20or%20Fedora%2010"><img src="http://tommi.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://tommi.org/2008/09/28/vmware-server-20-and-fedora-9-fedora-10/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
