<?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>linsec.ca blog &#187; Red Hat</title>
	<atom:link href="http://linsec.ca/blog/category/linux/red-hat/feed/" rel="self" type="application/rss+xml" />
	<link>http://linsec.ca/blog</link>
	<description>You can have it right, or you can have it now.  But you can&#039;t have it right now.</description>
	<lastBuildDate>Sat, 05 May 2012 22:03:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fedora 15 upgrade</title>
		<link>http://linsec.ca/blog/2011/07/09/fedora-15-upgrade/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fedora-15-upgrade</link>
		<comments>http://linsec.ca/blog/2011/07/09/fedora-15-upgrade/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 16:04:23 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[fedora 15]]></category>
		<category><![CDATA[gnome3]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=1008</guid>
		<description><![CDATA[So I upgraded my Fedora 14 workstation to Fedora 15 last night using the yum update method (I&#8217;ve used preupgrade a few times and it&#8217;s worked on some and botched on others (mostly due to not enough space on /boot)). Since with other distros I&#8217;ve either used apt to do a dist-ugprade or the urpmi [...]]]></description>
			<content:encoded><![CDATA[<p>So I upgraded my Fedora 14 workstation to Fedora 15 last night using the yum update method (I&#8217;ve used preupgrade a few times and it&#8217;s worked on some and botched on others (mostly due to not enough space on /boot)).  Since with other distros I&#8217;ve either used apt to do a dist-ugprade or the urpmi equivalent, this is somewhat my preferred upgrade path.  I&#8217;ve done it before and it worked amazingly well, so I did it again last night using these great instructions: <a href="http://fedoraproject.org/wiki/Upgrading_Fedora_using_yum">Upgrading Fedora using yum</a>.</p>
<p>The only gotchya is that due to the replacement of init by systemd, when it came time to reboot, halt/reboot/etc were unable to send the correct signals to something that would shut the machine down, so I had to do a hard reboot (which never plays nice with my RAID arrays, but upon reboot there was no RAID re-sync which is either cool or scary, I&#8217;m not yet sure which).  So that was a bit nerve-wracking.  Otherwise it was just a lengthy process with yum telling me I had 2850 packages to deal with (including installing and removing).  Instructions are good and clear.  Highly recommended if you&#8217;re even moderately technically inclined.</p>
<p>Now I get a good look at GNOME3, which doesn&#8217;t work in my Fedora 15 vm&#8217;s (well, it works, but it looks a lot like GNOME2 due to the &#8220;poor&#8221; video support in a vm).  I&#8217;m not sure what the big deal is&#8230; it&#8217;s a little wonky and takes some getting used to.  I dislike that conky doesn&#8217;t show up on the desktop, but so far that&#8217;s my only real complaint.  I had icons for Komodo and CrashPlan on the desktop that are no longer visible, so had to use alacarte (&#8220;yum install alacarte; alacarte&#8221;) to create new icons to go into the GNOME menu system.  Then I could add them to my favourites and was off and running.  It was about 1am when I finished so I haven&#8217;t had too much time to play with it yet (although I also installed LXDE to give it a go as well, in case I didn&#8217;t like GNOME3).  So far I don&#8217;t mind it though.</p>
<p>Everything else seemed to work out of the box other than my apache configuration file.  I have a few includes in /etc/httpd/conf/vhosts.d/*.conf and they weren&#8217;t loading, so I think the handling of virtual hosts has changed because once I removed the default virtualhost definition (&#8220;<VirtualHost _default_:80>&#8220;) that I had defined, the virtual hosts worked again.</p>
<p>All in all, I&#8217;m pleased.  I&#8217;ve played with F15 in my vm&#8217;s since it came out (but mostly for testing security issues, etc.) so this is the first workstation with &#8220;stuff&#8221; that I&#8217;ve upgraded.  So one work vm and one laptop to go and then F14 is history.  Good job on this release, Fedora Folks!</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2011/07/09/fedora-15-upgrade/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Practical SELinux for the beginner: Contexts and labels</title>
		<link>http://linsec.ca/blog/2011/05/10/practical-selinux-for-the-beginner-contexts-and-labels/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=practical-selinux-for-the-beginner-contexts-and-labels</link>
		<comments>http://linsec.ca/blog/2011/05/10/practical-selinux-for-the-beginner-contexts-and-labels/#comments</comments>
		<pubDate>Tue, 10 May 2011 18:30:33 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[selinux]]></category>
		<category><![CDATA[techmail]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=988</guid>
		<description><![CDATA[This week&#8217;s techmail is Practical SELinux for the beginner: Contexts and labels which is part two of my series on SELinux. This one talks about how to get started with SELinux (how to turn it on or off), how to view contexts, and how to create new contexts, how to set them, and how to [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s techmail is <a href="http://www.techrepublic.com/blog/opensource/practical-selinux-for-the-beginner-contexts-and-labels/2458">Practical SELinux for the beginner: Contexts and labels</a> which is part two of my series on SELinux.  This one talks about how to get started with SELinux (how to turn it on or off), how to view contexts, and how to create new contexts, how to set them, and how to restore them.  If you&#8217;re new to SELinux, this is a good primer to get you started.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2011/05/10/practical-selinux-for-the-beginner-contexts-and-labels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ok, I&#8217;m committed now</title>
		<link>http://linsec.ca/blog/2011/03/14/ok-im-committed-now/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ok-im-committed-now</link>
		<comments>http://linsec.ca/blog/2011/03/14/ok-im-committed-now/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 05:49:23 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[tattoo]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=950</guid>
		<description><![CDATA[Well, I&#8217;ve been working for Red Hat for two years, one month, and 14 days now. It&#8217;s actually amazing how time flies. I guess when you&#8217;re doing something you love, with amazing people you respect and enjoy working with, time has no real bearing on anything. When I first started working for Linux-Mandrake (now Mandriva) [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve been working for Red Hat for two years, one month, and 14 days now.  It&#8217;s actually amazing how time flies.  I guess when you&#8217;re doing something you love, with amazing people you respect and enjoy working with, time has no real bearing on anything.  When I first started working for Linux-Mandrake (now Mandriva) back in 2000, I got Tux inked on the back of one leg.  Tux is fairly generic and represented the beginning of my journey with Linux (well, the beginning of my paid journey anyways!).  Tux is also much cooler to tattoo than the (sorry, but it&#8217;s true) silly top hat and magic wand that was the logo for Linux-Mandrake back in the day.</p>
<p>Shadowman, on the other hand, is timeless and just plain cool.  If Red Hat turned into Yellow Hat or Purple Frog tomorrow, I think they&#8217;d be hard pressed to develop an icon like Shadowman.  And I&#8217;ve wanted Shadowman tattooed on the other leg for about a year now (my daughter is also very much enamoured with Shadowman and told me that he would make an extremely cool tattoo.. and I agree).  So yesterday the deed was done.  Probably the fastest tattoo I&#8217;ve ever gotten, and the greatest skin grinder to date.</p>
<p><center><a href="http://www.flickr.com/photos/wulfheart/5526644144/" title="Shadowman by Wulfheart, on Flickr"><img src="http://farm6.static.flickr.com/5095/5526644144_eb64a51aaf.jpg" width="458" height="500" alt="Shadowman" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2011/03/14/ok-im-committed-now/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>My adventure upgrading RHEL5 to RHEL6</title>
		<link>http://linsec.ca/blog/2011/02/23/my-adventure-upgrading-rhel5-to-rhel6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-adventure-upgrading-rhel5-to-rhel6</link>
		<comments>http://linsec.ca/blog/2011/02/23/my-adventure-upgrading-rhel5-to-rhel6/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 02:50:42 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[rhel6]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=937</guid>
		<description><![CDATA[Well, I&#8217;ve begun the migration and probably picked the hardest machine to start with. One of my goals here was to do a clean migration from a Red Hat Enterprise Linux 5 box to a Red Hat Enterprise Linux 6 box for a specific set of services, and to intentionally have SELinux in enforcing mode [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve begun the migration and probably picked the hardest machine to start with.  One of my goals here was to do a clean migration from a Red Hat Enterprise Linux 5 box to a Red Hat Enterprise Linux 6 box for a specific set of services, and to intentionally have SELinux in enforcing mode (I&#8217;m determined to no longer be intimidated by SELinux).  The machine in question is probably one of the most important in my home network: it handles DHCP, DNS, LDAP, and Kerberos for authentication.</p>
<p>RHEL6 is amazing, but the migration was.. painful.  But I take full responsibility for that pain&#8230; if I had read the migration guide (or even pertinent parts of it), I could have saved myself two long nights.  Oh well, live and learn.  The other goal was to not copy any existing configs over, but to re-edit new configs (some of these configs hail from Annvix, some from Mandriva Corporate Server&#8230; it was due a cleaning and updating).</p>
<p>DNS was easy enough, and DHCP was a piece of cake.  Kerberos was pretty good, but moving from Kerberos 1.6 to 1.8 had one interesting gotchya.  I had to work around Kerberized NFS previously due to a 1.8-based client talking to a 1.6-based server and it seems that a similar work-around was required for the server (note this is the KDC, it doesn&#8217;t export anything for NFS).  I needed to add to /etc/krb5.conf in the [libdefaults] section, the following:</p>
<pre>
 # for NFS
 allow_weak_crypto = true
 default_tgs_enctypes = des-cbc-crc
 default_tkt_enctypes = des-cbc-crc
</pre>
<p>Once that was done, Kerberos worked just as well as before and, more importantly, I wasn&#8217;t seeing any problems in my krb5kdc.log when my Fedora 14 box was trying to get a ticket.  For Google&#8217;s sake, the log entry looked like this:</p>
<pre>
Feb 23 17:33:20 kerberos.example.com krb5kdc[1679](info): TGS_REQ
(7 etypes {18 17 16 23 3 1 2}) 192.168.250.52: BAD_ENCRYPTION_TYPE:
authtime 0,  vdanen@EXAMPLE.COM for nfs/nfsserver.example.com@EXAMPLE.COM,
KDC has no support for encryption type
</pre>
<p>LDAP was a severe PITA for me though.  There were a few challenges.  For one, it completely ignores /etc/openldap/slapd.conf now.  If I would have read <a href="http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Migration_Planning_Guide/ch07s03.html">the Red Hat Enterprise Linux 6 Migration Planning Guide</a> I would have known this.  Sadly I chased my tail for two nights trying to figure out why TLS wasn&#8217;t working at all (I could do an ldapsearch against the directory with -Z, but tossing in -ZZ always crapped out).  Eventually, I did get it working once I realized what was going on.  The big thing here is, if you have an existing slapd.conf you plan to migrate, you need to do:</p>
<pre>
# rm -rf /etc/openldap/slapd.d; mkdir /etc/openldap/slapd.d
# slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d
# chown -R ldap:ldap /etc/openldap/slapd.d/
</pre>
<p>You could remove the slapd.conf, but I since I find it nice and easy and comfortable, I&#8217;ve kept it (realizing that it&#8217;s a template only, of sorts).  Also keep in mind that if your LDAP server is, for example, ldap.foo.com, you better darn well make sure the CN in the SSL certificate matches, or SSSD will be <i>very</i> unhappy with you.  I didn&#8217;t realize this before (although before I don&#8217;t believe I had enabled TLS (primarily because SSSD doesn&#8217;t enforce TLS when doing NSS lookups, by the looks of things, but only when requesting authentication information (or sending it, as the case may be)).  It doesn&#8217;t matter much to nss_ldap (where you can tell it to not use SSL/TLS), but it sure matters a lot to SSSD (which I didn&#8217;t pay much attention to before because kerberos is handling the auth, not LDAP).  That drove me bonkers for a bit (SSSD, or whatever it&#8217;s talking to, needs to be a little more helpful the error messages!).</p>
<p>Other gotchyas were that only gpg2 is available now, which played havoc with my AIDE+gpg scripts.  That was a simple fix, once I figured it out (the problem is that gpg-agent is pretty much mandatory, and pinentry doesn&#8217;t seem to work too well if you don&#8217;t have a GUI and are su -&#8217;d to another user).  Thankfully, I could work around this quite painlessly in my scripts.</p>
<p>All in all, it was a good brain flex.  Frustrating as all get out, but now that it&#8217;s working, I&#8217;m happy.  The next box is the internal intranet with kerberized apache, NFSv4 kerberized exports, nagios server, and internal subversion server.  I think I&#8217;ll wait for the weekend on that one though.  I don&#8217;t think it will be as painful as this box, but there will be a lot of SELinux policy tweaking on that one if I want to run it in enforcing mode.  I&#8217;ve also been mucking with this since Saturday, and feel like doing something a little less taxing for the rest of my evening.  =)</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2011/02/23/my-adventure-upgrading-rhel5-to-rhel6/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Create a local Fedora mirror system and get blazing-fast updates</title>
		<link>http://linsec.ca/blog/2010/12/20/create-a-local-fedora-mirror-system-and-get-blazing-fast-updates/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-local-fedora-mirror-system-and-get-blazing-fast-updates</link>
		<comments>http://linsec.ca/blog/2010/12/20/create-a-local-fedora-mirror-system-and-get-blazing-fast-updates/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 20:40:43 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[techmail]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=892</guid>
		<description><![CDATA[Last week&#8217;s techmail was Create a local Fedora mirror system and get blazing-fast updates which shows you how to use the Fedora mirror manager and associated tools to setup a local private (or public, if you wanted) mirror of Fedora. It&#8217;s really quite slick and since I was keeping a local copy of Fedora to [...]]]></description>
			<content:encoded><![CDATA[<p>Last week&#8217;s techmail was <a href="http://blogs.techrepublic.com.com/opensource/?p=2060">Create a local Fedora mirror system and get blazing-fast updates</a> which shows you how to use the Fedora mirror manager and associated tools to setup a local private (or public, if you wanted) mirror of Fedora.  It&#8217;s really quite slick and since I was keeping a local copy of Fedora to use as fodder for my rq tool, I figured it was about time I did it and I really should have done this a year ago.  Makes updates to the VMs and Fedora boxen around here super fast.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/12/20/create-a-local-fedora-mirror-system-and-get-blazing-fast-updates/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The most important updates in Red Hat Enterprise Linux 6</title>
		<link>http://linsec.ca/blog/2010/11/23/the-most-important-updates-in-red-hat-enterprise-linux-6/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-most-important-updates-in-red-hat-enterprise-linux-6</link>
		<comments>http://linsec.ca/blog/2010/11/23/the-most-important-updates-in-red-hat-enterprise-linux-6/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 00:58:06 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[techmail]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=880</guid>
		<description><![CDATA[This week&#8217;s techmail is The most important updates in Red Hat Enterprise Linux 6. Disclaimer: I didn&#8217;t give it that title. =) It mostly looks at the security features of RHEL6 and what makes it compelling (to me, who is more concerned about security than pretty much anything else) as a server operating system. So [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s techmail is <a href="http://blogs.techrepublic.com.com/opensource/?p=2015">The most important updates in Red Hat Enterprise Linux 6</a>.  Disclaimer: I didn&#8217;t give it that title.  =)  It mostly looks at the security features of RHEL6 and what makes it compelling (to me, who is more concerned about security than pretty much anything else) as a server operating system.  So while I wouldn&#8217;t necessarily call them &#8220;the most important updates&#8221;, to me they are significant and prove that we&#8217;re still on the right track, as we add new security enhancements to each new version of Red Hat Enterprise Linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/11/23/the-most-important-updates-in-red-hat-enterprise-linux-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Fedora git repositories</title>
		<link>http://linsec.ca/blog/2010/08/03/new-fedora-git-repositories/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-fedora-git-repositories</link>
		<comments>http://linsec.ca/blog/2010/08/03/new-fedora-git-repositories/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:00:10 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=811</guid>
		<description><![CDATA[A little bit frustrated with Fedora&#8217;s new git repositories this morning (for packages). Ding-Yi Chen has a really nice write-up on how to get started with it. Got me a few of the essentials that I had missed earlier. I like the new certificate that can be used with Koji. That&#8217;s pretty slick. Ding-Yi Chen [...]]]></description>
			<content:encoded><![CDATA[<p>A little bit frustrated with Fedora&#8217;s new git repositories this morning (for packages).    Ding-Yi Chen has a really nice <a href="http://dingyichen.livejournal.com/25956.html">write-up</a> on how to get started with it.  Got me a few of the essentials that I had missed earlier.  I like the new certificate that can be used with Koji.  That&#8217;s pretty slick.  Ding-Yi Chen also points to a few of the official git-related pages you may need to visit; I&#8217;ll recap them here but he&#8217;s got a point-by-point getting-things-running on his blog that was really helpful (thanks!)</p>
<ul>
<li> <a href="https://fedoraproject.org/wiki/Package_update_HOWTO">Fedora project&#8217;s Package_update_HOWTO</a>
<li> <a href="https://fedoraproject.org/wiki/Using_Fedora_GIT">Fedora project&#8217;s Using_Fedora_GIT</a>
<li> <a href="http://www.mail-archive.com/devel@lists.fedoraproject.org/msg12141.html">For know that I need a new version of fedora-packager</a>
<li> <a href="http://www.spinics.net/lists/fedora-devel/msg139852.html">and this for let git push to the branch you are tracking</a>
</ul>
<p>Unfortunately, there still seems to be some issues:</p>
<pre>
Cloning into bare repository /cvs-scratch/fedora/opensc/fedpkg.git...
open log failed: Permission denied
fatal: The remote end hung up unexpectedly
Could not clone: Command '['git', 'clone', '--bare', 'ssh://me@pkgs.fedoraproject.org/opensc', '/cvs-scratch/fedora/opensc/fedpkg.git']' returned non-zero exit status 128
</pre>
<p>I&#8217;m not sure what this means.  But the old CVS repository doesn&#8217;t seem to be usable either, which kinda stinks.  I&#8217;m sure it&#8217;s just a minor buglet or two and will get worked out eventually.  Very very happy that we&#8217;re no longer using CVS for this&#8230; I&#8217;d prefer SVN myself, but git is ok too.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/08/03/new-fedora-git-repositories/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to pre-upgrade Fedora 13</title>
		<link>http://linsec.ca/blog/2010/06/02/how-to-pre-upgrade-fedora-13/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-pre-upgrade-fedora-13</link>
		<comments>http://linsec.ca/blog/2010/06/02/how-to-pre-upgrade-fedora-13/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 23:52:07 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[techmail]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=768</guid>
		<description><![CDATA[This week&#8217;s TechMail is How to pre-upgrade Fedora 13 which shows how to use PreUpgrade (great tool). I used it to upgrade an F12 box and it worked flawlessly, despite the small /boot size. More information on how to use it is also on the Fedora wiki.]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s TechMail is <a href="http://blogs.techrepublic.com.com/opensource/?p=1577">How to pre-upgrade Fedora 13</a> which shows how to use PreUpgrade (great tool).  I used it to upgrade an F12 box and it worked flawlessly, despite the small /boot size.  More information on how to use it is also on the <a href="http://fedoraproject.org/wiki/PreUpgrade">Fedora wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/06/02/how-to-pre-upgrade-fedora-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fan speeds in Fedora on HP Core i7 system</title>
		<link>http://linsec.ca/blog/2010/05/25/fan-speeds-in-fedora-on-hp-core-i7-system/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fan-speeds-in-fedora-on-hp-core-i7-system</link>
		<comments>http://linsec.ca/blog/2010/05/25/fan-speeds-in-fedora-on-hp-core-i7-system/#comments</comments>
		<pubDate>Tue, 25 May 2010 16:08:27 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[fan speed]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=761</guid>
		<description><![CDATA[My main Fedora workstation is an HP desktop. It&#8217;s got a Core i7 quad CPU (Q9300), 8GB RAM, and dual boots Windows 7 and Fedora 13. Dear lazyweb, how can I make this system as quite on Fedora as it is on Windows? It&#8217;s absolutely silent when Win7 is running, but when Fedora is running [...]]]></description>
			<content:encoded><![CDATA[<p>My main Fedora workstation is an HP desktop.  It&#8217;s got a Core i7 quad CPU (Q9300), 8GB RAM, and dual boots Windows 7 and Fedora 13.</p>
<p>Dear lazyweb, how can I make this system as quite on Fedora as it is on Windows?  It&#8217;s absolutely silent when Win7 is running, but when Fedora is running the fans are quite noisy.  Most of the time the system has a load average of 0.00 so it isn&#8217;t CPU spiking causing the fans to go full-bore.  For temperatures I have Core0 at about 51C and Core1 at 44C and the other two cores at 48C, but the fans are running at 1583 and 1160 rpm.  I can&#8217;t get the sensors to pick up temps or fan speeds on Win7 for some reason so don&#8217;t have a basis for comparison (tried a few of those &#8220;gadgets&#8221; and none show me temperatures).</p>
<p>There has to be a way to lower the fan speed on Fedora but I can&#8217;t find it.  I tried fancontrol from lm_sensors but it complains about not being able to manually set the fans and there&#8217;s nothing I can see in the BIOS that&#8217;s even remotely relevant.</p>
<p>Am I doomed to a noisy Fedora box?  Or is there a way I can make this thing quieter short of buying new fans?  (The latter is an option I suppose, but if Win7 can run perfectly silent, then I&#8217;m of the frame of mind that Fedora should too).  Running an up to date F13 (wheeee!!).  Thanks for any suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/05/25/fan-speeds-in-fedora-on-hp-core-i7-system/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Firewall configuration with system-config-firewall</title>
		<link>http://linsec.ca/blog/2010/05/15/firewall-configuration-with-system-config-firewall/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firewall-configuration-with-system-config-firewall</link>
		<comments>http://linsec.ca/blog/2010/05/15/firewall-configuration-with-system-config-firewall/#comments</comments>
		<pubDate>Sat, 15 May 2010 12:41:21 +0000</pubDate>
		<dc:creator>vdanen</dc:creator>
				<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[techmail]]></category>

		<guid isPermaLink="false">http://linsec.ca/blog/?p=753</guid>
		<description><![CDATA[This week&#8217;s techmail was Firewall configuration with system-config-firewall which discusses the niceties of using Fedora&#8217;s system-config-firewall to configure iptables. I&#8217;m not much of a GUI guy, but the interface for the firewall configuration is really slick. Will it replace my use of editing iptables rules in /etc/sysconfig/iptables? Probably not. But if you were afraid of [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s techmail was <a href="http://blogs.techrepublic.com.com/opensource/?p=1536">Firewall configuration with system-config-firewall</a> which discusses the niceties of using Fedora&#8217;s system-config-firewall to configure iptables.  I&#8217;m not much of a GUI guy, but the interface for the firewall configuration is really slick.  Will it replace my use of editing iptables rules in /etc/sysconfig/iptables?  Probably not.  But if you were afraid of editing a text file to setup your firewall rules, then using system-config-firewall will be welcome for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://linsec.ca/blog/2010/05/15/firewall-configuration-with-system-config-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

