<?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>[LINICKX].com &#187; wbel</title>
	<atom:link href="http://www.linickx.com/tag/wbel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Thu, 17 May 2012 10:23:46 +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>How to Migrate from White Box Linux 4 to CentOS 4.4</title>
		<link>http://www.linickx.com/269/how-to-migrate-from-white-box-linux-4-to-centos-44</link>
		<comments>http://www.linickx.com/269/how-to-migrate-from-white-box-linux-4-to-centos-44#comments</comments>
		<pubDate>Tue, 24 Apr 2007 14:16:47 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Enterprise Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wbel]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/269/how-to-migrate-from-white-box-linux-4-to-centos-44/</guid>
		<description><![CDATA[There are somethings that you just never get round to, my nagios box was still running whitebox linux, and I&#8217;ve finally gotten round &#8220;upgrading&#8221; it to CentOS&#8230; yeah ok, upgrade is arguable, but you get my point. First off a &#8230; <a href="http://www.linickx.com/269/how-to-migrate-from-white-box-linux-4-to-centos-44">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are somethings that you just never get round to, my nagios box was still running whitebox linux, and I&#8217;ve finally gotten round &#8220;upgrading&#8221; it to CentOS&#8230; yeah ok, upgrade is arguable, but you get my point.</p>
<p>First off a <strong>warning: Don&#8217;t do this !</strong> All the documentation, for CentOS, RHEL, Fedora, any redhat linux all say, clean installs are the best way, and upgrades are not advised&#8230;. therefore I offer no support or warranty that this will work, in fact, I you advise you to read this post, but step away from your consoles !</p>
<p>But, if you think it might be a laugh, the <a href="http://www.centos.org/modules/smartfaq/faq.php?faqid=19">centos documentation </a>is a bit old, and not 100% correct, so here is what I did. First up (<em>as root &#8211; obviously</em>), clear out your yum cache,and install the CentOS gpg key.</p>
<pre>
yum clean all
rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-4</pre>
<p>Next, install some base centos packages, take not that some need to be forced on</p>
<pre>
rpm -Uvh --nodeps http://mirror.centos.org/centos/4.4/os/i386/CentOS/RPMS/centos-release-4-4.2.i386.rpm
rpm -ivh http://mirror.centos.org/centos/4.4/os/i386/CentOS/RPMS/python-elementtree-1.2.6-4.2.1.i386.rpm
rpm -ivh http://mirror.centos.org/centos/4.4/os/i386/CentOS/RPMS/python-sqlite-1.1.7-1.2.i386.rpm
rpm -ivh http://mirror.centos.org/centos/4.4/os/i386/CentOS/RPMS/sqlite-3.3.3-1.2.i386.rpm
rpm -Uvh --force http://mirror.centos.org/centos/4.4/os/i386/CentOS/RPMS/python-urlgrabber-2.9.8-2.noarch.rpm
rpm -Uvh --nodeps http://mirror.centos.org/centos/4.4/os/i386/CentOS/RPMS/yum-2.4.3-1.c4.noarch.rpm</pre>
<p>finally remove the whitebox rpm db.</p>
<pre>
rpm -ev rpmdb-whitebox</pre>
<p>Move any &#8220;whitebox&#8221; mirrors still in <em>/etc/yum.repos.d</em> and</p>
<pre>
yum install rpmdb-CentOS</pre>
<p>Once you have that sorted, you can complete the upgrade with</p>
<pre>
yum update
reboot</pre>
<p>&amp; cross your fingers <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
If you come across the following warnings while using yum: Warning, could not load sqlite, falling back to pickle , I found&#8230;</p>
<pre>
yum install python-sqlite</pre>
<p>Fixed the problem. And there we have it, all my boxes are now running CentOS &#8211; yay &#8211; just in time to look at the CentOS 5 upgrade <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Dependency Problems ?</strong><br />
If a whitebox rpm is newer than the CentOS one, it won&#8217;t get upgraded, this might cause problems when installing new packages via yum. To solve the problem download the rpm manually from http://www.centos.org/modules/tinycontent/index.php?id=13 and force an upgrade</p>
<pre>
rpm --force -Uvh Something-CentOS.rpm</pre>
<p><strong>UPDATE:</strong> If you&#8217;re using something like <a href="http://www.rootkit.nl/projects/rootkit_hunter.html">Root Kit Hunter</a>, you will notice a load of md5 hashes fail, these are whitebox rpm&#8217;s that didn&#8217;t need upgrading, to correct the problem you need to replace these with CentOS versions.. example rkhunter output:</p>
<pre>
/sbin/init  [ BAD ]
</pre>
<p>Find which rpm, init belongs to</p>
<pre>
# rpm -q --whatprovides /sbin/init
SysVinit-2.85-34.3
</pre>
<p>and upgrade it</p>
<pre>
wget http://www.mirrorservice.org/sites/mirror.centos.org/4.4/os/i386/CentOS/RPMS/SysVinit-2.85-34.3.i386.rpm
rpm --force -Uvh SysVinit-2.85-34.3.i386.rpm
</pre>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/269/how-to-migrate-from-white-box-linux-4-to-centos-44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xfce 4.2.3.1 &#8211; I have a problem</title>
		<link>http://www.linickx.com/80/xfce-4231-i-have-a-problem</link>
		<comments>http://www.linickx.com/80/xfce-4231-i-have-a-problem#comments</comments>
		<pubDate>Wed, 09 Nov 2005 20:41:54 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Enterprise Linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rpms]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[wbel]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/?p=80</guid>
		<description><![CDATA[Sorry yum friends, when I saw the announcement from xfce about Xfce 4.2.3.1 I sighed, not because my love for xfce has changed, but I remember what I&#8217;d forgotten. When my place of work moved office I lost my white &#8230; <a href="http://www.linickx.com/80/xfce-4231-i-have-a-problem">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sorry <em>yum friends</em>, when I saw the <a href="http://foo-projects.org/pipermail/xfce-announce/2005-November/000024.html">announcement from xfce about Xfce 4.2.3.1</a> I sighed, not because my love for xfce has changed, but I remember what I&#8217;d forgotten.</p>
<p>When my place of work moved office I <em>lost</em> my white box build server <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  as soon as I&#8217;ve got one, I&#8217;ll get the rpms built, in the mean time please see <a href="http://www.xfce.org/">www.xfce.org</a></p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/80/xfce-4231-i-have-a-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Card Teaming on LINUX (How to)</title>
		<link>http://www.linickx.com/61/network-card-teaming-on-linux-how-to</link>
		<comments>http://www.linickx.com/61/network-card-teaming-on-linux-how-to#comments</comments>
		<pubDate>Fri, 26 Aug 2005 14:18:04 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Enterprise Linux]]></category>
		<category><![CDATA[wbel]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/?p=61</guid>
		<description><![CDATA[Maybe it&#8217;s just me, but I found it incredibly hard to find how to NIC Teaming in linux similar to compaq network card teaming. Now I&#8217;m fully aware that hp provide an official &#8220;pack&#8221; (Google Search Results Here), but what &#8230; <a href="http://www.linickx.com/61/network-card-teaming-on-linux-how-to">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Maybe it&#8217;s just me, but I found it incredibly hard to find how to NIC Teaming in linux similar to compaq network card teaming.</p>
<p>Now I&#8217;m fully aware that hp provide an official &#8220;pack&#8221; (<a href="http://www.google.com/search?hl=en&#038;lr=&#038;q=+ProLiant+Support+Pack+for++red+hat+3&#038;btnG=Search">Google Search Results Here</a>), but what if you don&#8217;t have a supported server ?  &#8211; Like me ! I&#8217;ve actually got an old hp netserver lp1000r.</p>
<p>Well after an age of searching, I found <a href="http://www.redhat.com/docs/manuals/enterprise/RHEL-3-Manual/ref-guide/s1-networkscripts-interfaces.html#S2-NETWORKSCRIPTS-INTERFACES-CHAN">redhat&#8217;s page on the issue.</a> , it was the usual scenario, if you don&#8217;t know the right word, how can the search engine find it ?</p>
<p>For those that just want to get it working, below are the 3 config files you need ( Save them in <i>/etc/sysconfig/network-scripts/</i>) once you&#8217;ve created them add</p>
<p><b>alias bond0 bonding</b> </p>
<p>to <i>/etc/modules.conf</i></p>
<p>ifcfg-bon0</p>
<pre class=code>
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
NETWORK=192.168.2.0
NETMASK=255.255.255.0
IPADDR=192.168.1.1
USERCTL=no
</pre>
<p>ifcfg-eth0</p>
<pre class=code>
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
</pre>
<p>ifcfg-eth1</p>
<pre class=code>
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
</pre>
<p>Once I&#8217;d updated modules.conf &#038; created the above files I did a reboot (to ensure bond0 get loaded into the kernel) . When the box finishes rebooting you&#8217;ll have a load balanced team. In my case a 200mb Ethernet connection <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<pre class=shell>
[nick@WhiteBox nick]$ ifconfig -a
bond0     Link encap:Ethernet  HWaddr 00:30:6E:05:64:D7
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1
          RX packets:373134 errors:0 dropped:0 overruns:0 frame:0
          TX packets:274144 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:38984323 (37.1 Mb)  TX bytes:37004178 (35.2 Mb)

eth0      Link encap:Ethernet  HWaddr 00:30:6E:05:64:D7
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:186460 errors:0 dropped:0 overruns:0 frame:0
          TX packets:137072 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:19476584 (18.5 Mb)  TX bytes:18475825 (17.6 Mb)
          Interrupt:11 Base address:0x1800 Memory:fb001000-fb001038

eth1      Link encap:Ethernet  HWaddr 00:30:6E:05:64:D7
          inet addr:192.168.2.101  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1
          RX packets:186674 errors:0 dropped:0 overruns:0 frame:0
          TX packets:137072 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:19508259 (18.6 Mb)  TX bytes:18530361 (17.6 Mb)
          Interrupt:11 Base address:0x1840 Memory:fb003000-fb003038

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:698888 errors:0 dropped:0 overruns:0 frame:0
          TX packets:698888 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:80164429 (76.4 Mb)  TX bytes:80164429 (76.4 Mb)
</pre>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/61/network-card-teaming-on-linux-how-to/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XFCE 4.2.2 Released</title>
		<link>http://www.linickx.com/32/xfce-422-released</link>
		<comments>http://www.linickx.com/32/xfce-422-released#comments</comments>
		<pubDate>Wed, 18 May 2005 16:54:58 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Enterprise Linux]]></category>
		<category><![CDATA[rpms]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[wbel]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/?p=32</guid>
		<description><![CDATA[XFCE 4.2.2 has been released, and to be honest I&#8217;ve struggled to get the rpm rebuilds done&#8230; just no time :&#8217;( ! Anyway the official announcement was here http://foo-projects.org/pipermail/xfce-announce/2005-May/000021.html You can update your whitebox installation using [LINICKX].com ! Check that &#8230; <a href="http://www.linickx.com/32/xfce-422-released">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>XFCE 4.2.2 has been released, and to be honest I&#8217;ve struggled to get the rpm rebuilds done&#8230; just no time :&#8217;( !</p>
<p>Anyway the <i>official</i> announcement was here <a href="http://foo-projects.org/pipermail/xfce-announce/2005-May/000021.html"></p>
<p>http://foo-projects.org/pipermail/xfce-announce/2005-May/000021.html</a></p>
<p>You can update your whitebox installation using [LINICKX].com ! Check that you have something like this in your <span class=code>/etc/yum.conf</span>&#8230;</p>
<div class=code>
[LINICKX]<br />
name=LINICKX Yum Repo<br />
baseurl=http://www.linickx.com/files/rpm/whitebox/xfce-repo/
</div>
<p>Then&#8230; from a shell do:</p>
<div class=shell>
<span class=shell-prompt>root@localhost #</span> yum update xffm\* xfwm4\* xfce\* xfdesktop
</div>
<p>&#8230;and your done <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/32/xfce-422-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

