<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Screaming Admin</title>
	<atom:link href="http://screamingadmin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://screamingadmin.wordpress.com</link>
	<description>Remembering today how I hosed my server yesterday</description>
	<lastBuildDate>Thu, 26 Jan 2012 05:43:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='screamingadmin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Screaming Admin</title>
		<link>http://screamingadmin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://screamingadmin.wordpress.com/osd.xml" title="The Screaming Admin" />
	<atom:link rel='hub' href='http://screamingadmin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>subversion over ssh</title>
		<link>http://screamingadmin.wordpress.com/2012/01/25/subversion-over-ssh/</link>
		<comments>http://screamingadmin.wordpress.com/2012/01/25/subversion-over-ssh/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 05:39:15 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[short]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=191</guid>
		<description><![CDATA[I have a subversion repository in my home directory on one of my CentOS servers. In order to check files out of the repository over SSH, you use the command: svn co svn+ssh://user@192.168.1.10/home/user/svn/repo It helps to create an SSH key pair and add your public key to the /home/user/.ssh/authorized_keys file.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=191&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a subversion repository in my home directory on one of my CentOS servers.  In order to check files out of the repository over SSH, you use the command:<br />
<code><br />
svn co svn+ssh://user@192.168.1.10/home/user/svn/repo</code></p>
<p>It helps to create an SSH key pair and add your public key to the /home/user/.ssh/authorized_keys file. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=191&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2012/01/25/subversion-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>VMware Tools Auto-Upgrade Error</title>
		<link>http://screamingadmin.wordpress.com/2010/11/11/vmware-tools-auto-upgrade-error/</link>
		<comments>http://screamingadmin.wordpress.com/2010/11/11/vmware-tools-auto-upgrade-error/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 06:00:18 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[vmtools]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=173</guid>
		<description><![CDATA[When you attempt to auto-upgrade a CentOS/RHEL guest&#8217;s VMware Tools in VSphere&#8217;s client interface, you may find yourself faced with an error in the Recent Tasks window: Initiated VMware Tools install or upgrade. Target: servername. Error Upgrading VMware Tools Check your current kernel version, and compare it to the kernels in /boot. If your current [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=173&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When you attempt to auto-upgrade a CentOS/RHEL guest&#8217;s VMware Tools in VSphere&#8217;s client interface, you may find yourself faced with an error in the Recent Tasks window:</p>
<p><code><br />
Initiated VMware Tools install or upgrade. Target: servername.  Error Upgrading VMware Tools<br />
</code></p>
<p>Check your current kernel version, and compare it to the kernels in /boot. If your current kernel version is not the same as the newest one in /boot, reboot, and try again!</p>
<p>Example:<br />
<code><br />
# uname -r<br />
2.6.18-194.11.4.el5<br />
# ls /boot/vmlinuz*<br />
/boot/vmlinuz-2.6.18-194.11.4.el5  /boot/vmlinuz-2.6.18-194.17.1.el5  /boot/vmlinuz-2.6.18-194.17.4.el5<br />
# shutdown -r now<br />
</code></p>
<p>Since my currently running kernel is not the newest one, the auto-updater throws up on the upholstery and quits. After rebooting (which by default loads the newest kernel, unless you&#8217;ve set up something odd), I was able to auto-update VMware tools without a problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=173&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/11/11/vmware-tools-auto-upgrade-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>SNMP on Ubuntu Server 10.04 LTS</title>
		<link>http://screamingadmin.wordpress.com/2010/11/04/snmp-on-ubuntu-server-10-04-lts/</link>
		<comments>http://screamingadmin.wordpress.com/2010/11/04/snmp-on-ubuntu-server-10-04-lts/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 05:16:48 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[snmpd]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=165</guid>
		<description><![CDATA[If you have configured SNMP to work properly, created your snmpd.conf file, and even have the service running on the server without a hitch, you may not be listening to all interfaces. Open the file /etc/default/snmpd, and look for a line that looks like this: SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=165&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have configured SNMP to work properly, created your snmpd.conf file, and even have the service running on the server without a hitch, you may not be listening to all interfaces. Open the file /etc/default/snmpd, and look for a line that looks like this:<br />
<code><br />
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'<br />
</code></p>
<p>All of these options are explained in the snmpd(8) manpage. The one that interests you should be the localhost address, 127.0.0.1. In order to listen for connections to snmpd from the outside world, remove the address, so the line looks like this:</p>
<p><code>SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid '</code></p>
<p>While you&#8217;re at it, specify where your snmpd.conf file can be found:</p>
<p><code>SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid  -c /etc/snmp/snmpd.conf'</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=165&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/11/04/snmp-on-ubuntu-server-10-04-lts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>Verify the Initial Ram Disk</title>
		<link>http://screamingadmin.wordpress.com/2010/08/03/verify-the-initial-ram-disk/</link>
		<comments>http://screamingadmin.wordpress.com/2010/08/03/verify-the-initial-ram-disk/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 15:46:33 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[initrd]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[short]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=157</guid>
		<description><![CDATA[As I&#8217;ve noted previously, the initrd can cause some headaches, if it isn&#8217;t properly created. A good preventative measure is to check the contents of the initrd file after it is created. Extract the contents of your initrd: # mkdir ~/tmp # cd ~/tmp # gunzip &#60; /boot/initrd.img &#124; cpio -i --make-directories # ls bin [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=157&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;ve noted <a href="http://screamingadmin.wordpress.com/2010/03/18/problem-with-s…d-vmware-tools/">previously</a>, the initrd can cause some headaches, if it isn&#8217;t properly created. A good preventative measure is to check the contents of the initrd file after it is created.</p>
<p>Extract the contents of your initrd:<br />
<code><br />
# mkdir ~/tmp<br />
# cd ~/tmp<br />
# gunzip &lt; /boot/initrd.img | cpio -i --make-directories<br />
# ls<br />
bin  dev  etc  init  lib  proc   sbin  sys  sysroot<br />
</code></p>
<p>The modules included in this initrd are located under the lib directory.</p>
<p><strong>Slightly More Information</strong></p>
<p>The initrd is a compressed cpio archive created to act as an intermediary step from the boot loader to the kernel. Its sole purpose is to provide a small environment with the modules and tools necessary to load your root filesystem. If your system root uses the ext3 file system, and ext3 support is not built in to your kernel, you will need to be sure the ext3 module is included in the initrd.</p>
<p><strong>More Information</strong></p>
<ul>
<li><a href="http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/initrd.html">Linux-Filesystem-Hierarchy</a> entry about /initrd</li>
<li><a href="http://www.novell.com/documentation/sles11/book_sle_admin/?page=/documentation/sles11/book_sle_admin/data/sec_boot_proc.html">Novell SLES Administration Document</a> on the initramfs</li>
<li><a href="http://www.ibm.com/developerworks/linux/library/l-initrd.html">IBM&#8217;s DeveloperWorks page</a> on creating a custom initrd by hand</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=157&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/08/03/verify-the-initial-ram-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>Command Line Parameters Passed to the Kernel</title>
		<link>http://screamingadmin.wordpress.com/2010/07/16/command-line-parameters-passed-to-the-kernel/</link>
		<comments>http://screamingadmin.wordpress.com/2010/07/16/command-line-parameters-passed-to-the-kernel/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 17:52:45 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[short]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=148</guid>
		<description><![CDATA[The /proc virtual filesystem has a file, /proc/commandline, that contains the command line parameters passed to your running kernel. For example: [root@swerver ~]# cat /proc/cmdline ro root=/dev/VolGroup00/root rhgb From this, we can glean that the root device is /dev/VolGroup00/root, and it was mounted read-only during boot time. The kernel for this server was passed the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=148&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The /proc virtual filesystem has a file, <code>/proc/commandline</code>, that contains the command line parameters passed to your running kernel. For example:</p>
<p><code><br />
[root@swerver ~]# cat /proc/cmdline<br />
ro root=/dev/VolGroup00/root rhgb<br />
</code></p>
<p>From this, we can glean that the root device is /dev/VolGroup00/root, and it was mounted read-only during boot time. The kernel for this server was passed the option rhgb, enabling Red Hat&#8217;s pretty GUI boot screen. </p>
<p>While this seems pretty mundane, it has come in handy when troubleshooting your coworker&#8217;s running server. Also, you can make fun of your coworkers for requiring a pretty GUI boot screen.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=148&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/07/16/command-line-parameters-passed-to-the-kernel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>vga16fb and Ubuntu 10.04 Server</title>
		<link>http://screamingadmin.wordpress.com/2010/07/08/vga16fb-and-ubuntu-10-04-server/</link>
		<comments>http://screamingadmin.wordpress.com/2010/07/08/vga16fb-and-ubuntu-10-04-server/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 19:43:37 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[vga16fb]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=139</guid>
		<description><![CDATA[In Ubuntu 10.04 Server, the default framebuffer is vga16fb if no better framebuffer is found. This is impossibly slow when using 10.04 as a virtual machine in VirtualBox or as a guest in ESX 4. (See this bug report). In these situations, I recommend adding vga16fb to the file /etc/modprobe.d/blacklist-framebuffer.conf: # add this line blacklist [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=139&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In Ubuntu 10.04 Server, the default framebuffer is vga16fb if no better<br />
framebuffer is found. This is impossibly slow when using 10.04 as a virtual<br />
machine in VirtualBox or as a guest in ESX 4. (See <a href="https://bugs.launchpad.net/ubuntu/+bug/582145">this</a> bug report). In these situations, I recommend adding vga16fb to the file /etc/modprobe.d/blacklist-framebuffer.conf:<br />
<code><br />
# add this line<br />
blacklist vga16fb<br />
</code><br />
A reboot is required, and the result is that your 10.04 server will no longer<br />
use a framebuffer.</p>
<p><strong>History</strong></p>
<p><code>vga16fb </code>was removed from the blacklist-framebuffer.conf file on 2 Dec 2009:</p>
<blockquote><p>&#8220;* Remove vga16fb from the framebuffer blacklist, we&#8217;ll want this to be loaded if there are no better framebuffers available.&#8221;</p></blockquote>
<p>https://launchpad.net/ubuntu/+source/module-init-tools/3.11.1-1</p>
<p>According to <a href="https://lists.ubuntu.com/archives/kernel-team/2010-May/010583.html">this post</a> in Ubuntu&#8217;s kernel-team list, <code>vga16fb </code>will be removed from Maverick. I&#8217;m not sure with what it will be replaced. The /etc/modprobe.d/ files are managed in the module-init-tools package, so keep an eye on the <a href="https://launchpad.net/ubuntu/+source/module-init-tools/+changelog">changelog </a>to watch for developments.</p>
<p>As of <a href="https://launchpad.net/ubuntu/maverick/amd64/module-init-tools/3.12-1ubuntu1">module-init-tools 3.12-1ubuntu1</a>, the Maverick package still has <code>vga16fb</code> out of the blacklist-framebuffer.conf file, so this fix is probably still valid.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=139&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/07/08/vga16fb-and-ubuntu-10-04-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>Puppet doesn&#8217;t like cr/lf</title>
		<link>http://screamingadmin.wordpress.com/2010/06/30/puppet-doesnt-like-crlf/</link>
		<comments>http://screamingadmin.wordpress.com/2010/06/30/puppet-doesnt-like-crlf/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:09:53 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Change Management]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[resolved]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=136</guid>
		<description><![CDATA[The Puppet configuration manager is pretty awesome. If you don&#8217;t know about it, read about it here. When you make a new init.pp file for your modules, make sure you don&#8217;t have any extra noise in your new lines. Windows likes to use the carriage return/line feed combo, while Puppet really only likes to see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=136&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Puppet configuration manager is pretty awesome. If you don&#8217;t know about it, read about it <a href="http://docs.puppetlabs.com/">here</a>.</p>
<p>When you make a new init.pp file for your modules, make sure you don&#8217;t have any extra noise in your new lines. Windows likes to use the carriage return/line feed combo, while Puppet really only likes to see line feeds.</p>
<p>If you happen to notice an error along the lines of<br />
<code>Puppet could not match '}' ... </code><br />
guess what? You probably have some carriage returns in there. Using Notepad++ in Windows, go to Settings -&gt; Preferences -&gt; New Document/Default Directory and change the format to Unix. Create a new file, and copy your old content into it. If you enable Show Symbol-&gt;  End of Line, you will now see nice pretty LFs where before you had CR/LFs.</p>
<p>Not really worth a post, but honestly, I wanted to remember it somewhere.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/136/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/136/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/136/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=136&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/06/30/puppet-doesnt-like-crlf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>Viewing patch information with zypper</title>
		<link>http://screamingadmin.wordpress.com/2010/06/26/viewing-patch-information-with-zypper/</link>
		<comments>http://screamingadmin.wordpress.com/2010/06/26/viewing-patch-information-with-zypper/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 13:12:38 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[SLES]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[zypper]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=128</guid>
		<description><![CDATA[In order to view the updates available for your SLES 10 server, you type zypper lu This gives a table formatted output of the available updates, from what source/catalog they originate, and the version of the patch. A web search usually doesn&#8217;t turn up much by using the number provided in the version column and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=128&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In order to view the updates available for your SLES 10 server, you type<br />
<code><br />
zypper lu<br />
</code></p>
<p>This gives a table formatted output of the available updates, from what source/catalog they originate, and the version of the patch. A web search usually doesn&#8217;t turn up much by using the number provided in the version column and the name of the patch.</p>
<p>Enter the option <b>patch-info</b>. An example is probably better fitting for this one:<br />
<code><br />
# zypper patch-info slesp3-openssl<br />
Restoring system sources...<br />
Parsing metadata for SLES10-SP3-Online...<br />
Parsing metadata for SLES10-SP3-Updates...<br />
Parsing metadata for SUSE Linux Enterprise Server 10 SP2...<br />
Parsing metadata for SLES10-SP3-Pool...<br />
Parsing metadata for http://wouldn'tyouliketoknow.com/repos/sles10sp3/CD1...<br />
Parsing RPM database...<br />
</code><code><br />
Information for patch slesp3-openssl:<br />
Name: slesp3-openssl<br />
Version: 6944-0<br />
Arch: noarch<br />
Status: Needed<br />
Category: security<br />
Created On: Fri 26 Mar 2010 07:53:40 AM MDT<br />
Reboot Required: No<br />
Package Manager Restart Required: No<br />
Interactive: No<br />
Summary: Security update for OpenSSL<br />
Description:<br />
This update adds support for RFC5746 TLS renegotiations to address vulnerabilities tracked as (CVE-2009-3555). It also fixes a mishandling of OOM conditions in bn_wexpand (CVE-2009-3245).<br />
Installation notes<br />
This update is provided as RPM packages that can easily be installed onto a running system by using this command:<br />
rpm -Fvh openssl.rpm openssl-32bit.rpm openssl-64bit.rpm openssl-debuginfo.rpm openssl-devel.rpm openssl-devel-32bit.rpm openssl-devel-64bit.rpm openssl-doc.rpm openssl-x86.rpm<br />
Provides:<br />
patch: slesp3-openssl == 6944-0<br />
Requires:<br />
atom: openssl == 0.9.8a-18.42.2<br />
atom: openssl-devel == 0.9.8a-18.42.2<br />
atom: openssl-doc == 0.9.8a-18.42.2<br />
</code></p>
<p>What strikes me as cool is the explanation of whether the system will need to be restarted, whether it is interactive, what RPMs it affects, and of course, to which CVE this patch is linked.</p>
<p>I usually don&#8217;t have nice things to say about zypper on SLES, but in this case, they&#8217;ve provided an fine way to manually inspect the patch pre-installation.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=128&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/06/26/viewing-patch-information-with-zypper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>Problem with SLES 10 SP3 and VMWare Tools</title>
		<link>http://screamingadmin.wordpress.com/2010/03/18/problem-with-sles-10-sp3-and-vmware-tools/</link>
		<comments>http://screamingadmin.wordpress.com/2010/03/18/problem-with-sles-10-sp3-and-vmware-tools/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 01:00:52 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[SLES]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[resolved]]></category>
		<category><![CDATA[vmtools]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=90</guid>
		<description><![CDATA[Fix the INITRD_MODULES entry in /etc/sysconfig/kernel BEFORE you reboot! Also, run mkinitrd after doing that.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=90&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On one SLES host, after successfully upgrading to SP3, rebooting, and THEN installing VMWare tools, I attempted to reboot after installing a new kernel. It said it couldn&#8217;t find the root partition on reboot, and it was waiting for LVM&#8217;s volumes to show up. Wow. Somebody ate my volumes.</p>
<p>Apparently this is a known issue with SLES 10 SP3 and VMWare VSphere, after installing VMWare Tools in VSphere. Here&#8217;s <a href="http://www.novell.com/support/viewContent.do?externalId=7005233&amp;sliceId=1">the TID</a>. <strong>The fix for this problem is in the TID</strong>, so I don&#8217;t think I should duplicate their effort and miss something in the transcription. </p>
<p><strong>The preventative fix</strong>:</p>
<p> I manage many servers in VSphere, not just one. I&#8217;ve prevented this messed up initrd problem with the following steps:</p>
<p>Edit your /etc/sysconfig/kernel file, remove any duplicate lines of INITRD_MODULES, and replace the line<br />
<code>INITRD_MODULES="vmxnet"<br />
</code></p>
<p>with something that includes the modules you need. (Hint: LVM requires dm_mod to be in the initrd):<br />
<code><br />
INITRD_MODULES="vmxnet piix mptspi processor thermal fan reiserfs dm_mod edd pcnet32"</code></p>
<p>Save the file, then rebuild your initrd files:<br />
<code>mkinitrd<br />
</code></p>
<p>This generates a bit of output, and finally a new initrd with the proper modules included. Now you&#8217;re safe to reboot.</p>
<p><strong>More on the problem</strong>:</p>
<p>The idea is that vmware-config-tools.pl is supposed to iterate through your /etc/sysconfig/kernel file until it finds a line that stats with INITRD_MODULES. It takes that line, sticks vmxnet in the front of the parameter list, and then echoes out the new parameter list, to make the line look something like this:</p>
<p><code>INITRD_MODULES="vmxnet piix mptspi processor thermal fan reiserfs dm_mod edd pcnet32"</code></p>
<p>This happens <em>every time</em> you run vmware-config-tools.pl in SLES, with or without the &#8211;compile flag. The original INITRD_MODULES line is left intact, leading to multiple entries of INITRD_MODULES in the /etc/sysconfig/kernel file, each appended to the bottom. That&#8217;s not the problem, however.</p>
<p>Occasionally, vmware-config-tools.pl botches the job and only puts &#8220;vmxnet&#8221; in the list, killing off all your other modules on the subsequent mkinitrd:</p>
<p><code>INITRD_MODULES="vmxnet"</code></p>
<p>I am unsure why this is, but this can cause problems for a number of reasons, not least of all being the lack of dm_mod in your initrd, leaving your system without the device-mapper and without any logical volumes. The best solution I&#8217;ve found is the one I&#8217;ve listed above: find a similarly configured VM, and replace the borked INITRD_MODULES line with the one that works. Thankfully, the VMs tend to have similar &#8220;hardware&#8221;, so the above fix has been sufficient for me.</p>
<p>I should note that, while I&#8217;ve focused on SLES 10 SP3, that is only because that&#8217;s what I&#8217;ve been using. It&#8217;s very likely this problem exists in other SP levels of SLES 10, or even in SLES 11. I now check my /etc/sysconfig/kernel file after each update/install of VMWare Tools on my SLES servers. The VMWare team&#8217;s work is generally not erratic from what I&#8217;ve seen, so it made tracking this problem down even more intriguing. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=90&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/03/18/problem-with-sles-10-sp3-and-vmware-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
		<item>
		<title>RHEL vs SLES Support Lifecycles</title>
		<link>http://screamingadmin.wordpress.com/2010/03/15/rhel-vs-sles-support-lifecycles/</link>
		<comments>http://screamingadmin.wordpress.com/2010/03/15/rhel-vs-sles-support-lifecycles/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 20:17:12 +0000</pubDate>
		<dc:creator>thorinthegreat</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RHEL]]></category>
		<category><![CDATA[SLES]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://screamingadmin.wordpress.com/?p=78</guid>
		<description><![CDATA[What are the differences between the RHEL and SLES lifecycles? Not much, really.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=78&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On March 29 2010, SLES 10 users <a href="http://www.novell.com/linux/releasenotes/x86_64/SUSE-SLES/10-SP3/">will be required to update to SLES 10 SP3</a> in order to maintain support. My current race to verify updates on all my SLES servers got me thinking: what does support from Novell give me? Come to think of it, what would Red Hat support give me? And how long can I keep running SLES 10 and RHEL 5, anyway?</p>
<p>I found the support definitions from both the <a href="http://www.redhat.com/security/updates/errata/">RHEL lifecycle</a> and <a href="http://support.novell.com/lifecycle/linux.html">SLES lifecycle</a> pages. Here&#8217;s a break down, as I see it:</p>
<p>The similarities:</p>
<ul>
<li>both offer patches, updates and support through seven years after the product&#8217;s initial release.</li>
<li>both offer &#8216;minor revision&#8217; updates (SLES calls them Service Packs, RHEL calls them Minor Releases) that include all hardware refreshes, patches and enhancements made to the product up to that point.</li>
<li>both offer asynchronous patching (where the patches are available for download when they are ready)</li>
<li>both <a href="http://www.redhat.com/rhel/renew/faqs/#6">RHEL</a> and <a href="http://support.novell.com/policy/maintenance.html">SLES</a> require a subscription to access patches and updates.</li>
</ul>
<p>The differences between RHEL and SLES support:</p>
<ul>
<li>SLES offers &#8220;Self Support&#8221; through ten years after the product&#8217;s release date</li>
</ul>
<p>The Self Support for SLES seems fishy. Here&#8217;s a description of what it offers:</p>
<ul>
<li>Knowledgebase Search</li>
<li>Novell Support Advisor</li>
<li>Free Support Forums</li>
<li>Documentation</li>
<li>Electronic Service Requests</li>
<li>Report a Product Defect</li>
<li>Submit an Enhancement Request</li>
</ul>
<p>From what I can tell, they are saying you can go RTFM for up to ten years after the initial SLES release date, and they will support your research by allowing you to RTFM. There are other benefits listed <a href="http://support.novell.com/support_options.html#selfsupport">here</a>, but they seemed to be features available outside any product&#8217;s lifespan (generically available, if you have a license with Novell).</p>
<p>To me, the benefit of support between years 7 and 10 with a SLES server are not too special. For me, I conclude RHEL and SLES support are equally footed. I&#8217;ve never actually contacted tech support at either facility, so I can&#8217;t comment on either groups efficiency, but the available support features for their flagship Linux distributions seem equal.</p>
<p>Unfortunately, this post had nothing to do with lightcycles. Man, I can&#8217;t wait until December!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/screamingadmin.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/screamingadmin.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/screamingadmin.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/screamingadmin.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/screamingadmin.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/screamingadmin.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/screamingadmin.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/screamingadmin.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=screamingadmin.wordpress.com&amp;blog=10189033&amp;post=78&amp;subd=screamingadmin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://screamingadmin.wordpress.com/2010/03/15/rhel-vs-sles-support-lifecycles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8cce0cbf62347bb259a1080c6d8a486d?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=PG" medium="image">
			<media:title type="html">thorinthegreat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
