<?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>LOTUSCONNECTIONS.org &#187; linux</title>
	<atom:link href="http://www.lotusconnections.org/wordpress/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lotusconnections.org/wordpress</link>
	<description>Wikipedia &#34;Lotus Connections is often described as the leading product in enterprise social software market&#34;</description>
	<lastBuildDate>Thu, 29 Jul 2010 15:49:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>su ulimit configuration issue on SLES servers</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/07/su-ulimit-configuration-issue-on-sles-servers/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/07/su-ulimit-configuration-issue-on-sles-servers/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[sles]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/?p=526</guid>
		<description><![CDATA[At our company we use SLES as the favored Linux distribution.&#160; 
Sudo and su are used to make things on the servers worka little bit more secure.
We had problems on some dated versions of SuSe with runningthe su command in combination with ulimit settings.
Limits were set in the file /etc/security/limits.conf for a particularuser but after [...]]]></description>
			<content:encoded><![CDATA[<p>At our company we use SLES as the favored Linux distribution.&nbsp; </p>
<p>Sudo and su are used to make things on the servers work<br />a little bit more secure.</p>
<p>We had problems on some dated versions of SuSe with running<br />the su command in combination with ulimit settings.</p>
<p>Limits were set in the file /etc/security/limits.conf for a particular<br />user but after a su switch to that user the limits set weren&#8217;t<br />honored.</p>
<p>Problem was that the pam_limit module wasn&#8217;t loaded in the /etc/pam.d/su<br />configuration file. Just added the rule </p>
<p>session required&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pam_limits.so</p>
<p>to the file after that limits were handled correctly when using the su command.</p>
<p>In later versions of SLES the whole PAM configuration is set-up<br />a little bit different. There are common config files which are<br />included by the different sub parts.</p>
<p>/etc/pam.d/su  <br />session include common-session    </p>
<p>/etc/pam.d/common-session       <br />session required        pam_limits.so    </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/07/su-ulimit-configuration-issue-on-sles-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MythTV edits</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/06/mythtv-edits-5/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/06/mythtv-edits-5/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:19:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mythtv]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/06/mythtv-edits-5/</guid>
		<description><![CDATA[I run MythTV 0.23 on my openSuSe 11.2 server. I use this box to serve mywebsite lotusconnections.org but also as my home-cinema set to watch movies.Because everything is not pre-configured it takes a lot of time to smooth the whole system to your needs. From time to time you come up with additions that make [...]]]></description>
			<content:encoded><![CDATA[<p>I run MythTV 0.23 on my openSuSe 11.2 server. I use this box to serve my<br />website <a target="_blank" href="http://www.lotusconnections.org">lotusconnections.org</a> but also as my home-cinema set to watch movies.<br /><img style="max-width: 800px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/06/mythtv_large-logo1.png" height="130" width="195" /><br />Because everything is not pre-configured it takes a lot of time to smooth the <br />whole system to your needs. From time to time you come up with additions <br />that make it all work even better.</p>
<p>I use <a target="_blank" href="http://fluxbox.org/">fluxbox</a> as the window manager which always has a toolbar in the bottom<br />center of the screen, you can enable auto-hide for this thing. But you will<br />always see of few pixels. And this can be anyoning if your are wathing a movie<br />with MythMovie and your are still looking a little blue bare a the bottom of the screen.<br />( MPlayer doesn&#8217;t have this problem is just overtakes the whole screen, but you<br />&nbsp; want MythMovie to wath DVD&#8217;s because it support DVD menus. )</p>
<p>To get rid of this toolbar I decided to compile it again with the parameters &#8211;disable-toolbar<br />and &#8211;disable-slit since I couldn&#8217;t find out how else I had to disable the bottom screen toolbar.</p>
<p>I was somewhat confused what was the slit and what the toolbar so I took the hard way<br />and compiled fluxbox agein with these two options.</p>
<p>Later on I found out that there seems to be an option you can use to disable the <br />toolbar with a option in the init file. ( Didn&#8217;t try this one out )</p>
<p><font face="monospace"><b>session.screen0.toolbar.visible:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; false<br /></b></font><br />Configured a image flubox with fbsetbg ( just a wrapper ) it uses feh as the program</p>
<p><span style="font-family: monospace;"><strong>install@hertogjan:~&gt; /opt/fluxbox/bin/fbsetbg -i</strong></span></p>
<p><span style="font-family: monospace;"><strong>feh is a nice wallpapersetter. You won&#8217;t have any problems.</strong><br /></span><br />Also configured an custom background for GDM. GDM stands for <a href="http://projects.gnome.org/gdm/" target="_blank">GNOME Display manager</a>,<br />it&#8217;s a graphical login program. In previous releases of GDM there were GUI&#8217;s for configuring<br />custom things like your own background image, but since they started rewritten code<br />some of the functionality has been dropped. ( don&#8217;t pin me down on this, but it&#8217;s what I have<br />read here and there on the <a href="http://forums.opensuse.org/get-help-here/install-boot-login/430966-how-downgrade-gdm-opensuse-11-2-one-used-11-1-a.html" target="_blank">internet</a> ).</p>
<p>To get my own background image working I had to install this RPM package</p>
<p>gconf2-branding-openSUSE-2.28-4.4.noarch.</p>
<p>After this RPM install, you can edit the background tag in this XML file</p>
<p>/etc/gconf/gconf.xml.vendor/%gconf-tree.xml</p>
<p>I configured this one as my GDM background</p>
<p><img style="max-width: 800px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/06/mythtvbackground.jpg" /></p>
<p>Further more I wanted to get rid of the mouse cursor when MythTV was loading<br />once X was started up. In Xorg you can&#8217;t disable the mouse cursor it will be always there.</p>
<p>I found some hack so that you can configure a mouse cursor which is so small you won&#8217;t<br />be able to see it. </p>
<p>This shows how it can be done, create a file with the following content.</p>
<p><b><font face="monospace">#define nn1_width 16<br />#define nn1_height 16<br />static unsigned char nn1_bits[] {<br />0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00,<br />0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00,<br />0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00, 0&#215;00};<br /></font></b><br />In the /home/mythtv/.fluxbox/init file of the user which is running MythTV <br /> configure the rootCommand as follows.</p>
<p><b><font face="monospace">session.screen0.rootCommand:&nbsp;&nbsp; xsetroot -cursor /home/mythtv/emptycursor /home/mythtv/emptycursor</font></b></p>
<p>I still don&#8217;t get why I can&#8217;t put this option in the startup file just as the other <br />commands but I found this is the only combination that gets it working.</p>
<p>Further check my startup file of the mythtv user below with some more adjustments I made.</p>
<p>/home/mythtv/.fluxbox/startup</p>
<p><b><font face="monospace">xset -b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # disable the bell<br />xset -dpms s off&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # disable the -dpms option disables DPMS (Energy Star) features and the screensaver.<br />xsetroot -solid black&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #Background of the root window to black<br />xsetroot -bg black&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #Background color to black<br />xvattr -a XV_COLORKEY -v 66048&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # <a target="_blank" href="http://www.mythtv.org/wiki/Talk:NVidiaProprietaryDriver">NVIDIA fix blue bars</a><br />#xsetroot -cursor /home/mythtv/emptycursor /home/mythtv/emptycursor<br />/opt/fluxbox/bin/fbsetbg -c /home/mythtv/mythtvbackground.png&nbsp;&nbsp; #set a custom wallpaper</font></b></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/06/mythtv-edits-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Notes 8.5 Ubuntu 10.04 external link issue</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-notes-8-5-ubuntu-10-04-external-link-issue-8/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-notes-8-5-ubuntu-10-04-external-link-issue-8/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 13:44:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-notes-8-5-ubuntu-10-04-external-link-issue-8/</guid>
		<description><![CDATA[Getting to run Lotus Notes 8.5 on your Ubuntu install isn&#8217;t thateasy as you would like it to be. There are a lot of guides whichdescribe extra steps you have to take to get it running smoothlydepending on the release you are using.

After I upgraded my Ubuntu to version 10.04 I again had the problemthat [...]]]></description>
			<content:encoded><![CDATA[<p>Getting to run Lotus Notes 8.5 on your Ubuntu install isn&#8217;t that<br />easy as you would like it to be. There are a lot of guides which<br />describe extra steps you have to take to get it running smoothly<br />depending on the release you are using.</p>
<p><img style="max-width: 800px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/06/LotusNotesUbuntu.jpg" /></p>
<p>After I upgraded my Ubuntu to version 10.04 I again had the problem<br />that opening attachments and URL links with FireFox<br />weren&#8217;t working.&nbsp; With earliers releases of Ubuntu I found the guide<br />printed below to be helpful but for this release it was a no go.</p>
<p><a target="_blank" href="http://ubuntuforums.org/showthread.php?p=4268844">http://ubuntuforums.org/showthread.php?p=4268844</a></p>
<blockquote><p>&#8220;Issue #9: Open, Edit, or View attachment dialog disappears <br />&#8220;When a customer clicks an attachment within the Lotus <br />Notes® client for Linux®, the Open Attachment dialog box <br />provides the customer with options to Open, Edit, or View the <br />attachment.&nbsp; When any of these three options are opened <br />the dialog box disappears and no action is taken. <br />Generally, this problem is seen with attachments that are <br />not of a common file type in Linux. However, this problem <br />can also occur for common Linux file types such as odt <br />and pdf.&#8221; -Harmony Pirate Blog</p>
<p>Do the following:<br />Code:</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;<b> <font face="monospace">sudo mv /opt/ibm/lotus/notes/openwith /opt/ibm/lotus/notes/openwith.old<br />&nbsp; &nbsp; sudo ln -s $(which gnome-open) /opt/ibm/lotus/notes/openwith</font></b><br />&#8220;</p></blockquote>
<p>Because the tip above wasn&#8217;t working anymore I gave up the struggle<br />I couldn&#8217;t find any helpful links on Google as well. Which didn&#8217;t make it <br />less annoying, copy paste URL between Notes and Firefox, because I <br />really prefer to work with Firefox instead of the internal browser of Notes.</p>
<p>This weekend I decided to give the search to the fix one more try. I saw <br />that Fixpack 3 of Lotus Notes 8.5 was released so I installed this one.<br />All with the hope that it maybe would resolve my issue.</p>
<p>No luck, after the update the issue was still there. But because I started<br />my Notes client in a terminal screen I saw all the startup code scrolling<br />by including a few errors.</p>
<p><b><font face="monospace">(<unknown>:10049): Gtk-WARNING **: GModule (/usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so) initialization check failed: Gtk+ version too old (micro mismatch)</unknown></font></b></p>
<p>Also when I clicked on external link or tried to open a JPEG attachment<br />I saw the following error printed in the terminal.<br /><b><br /><font face="monospace">/usr/lib/firefox-3.6.3/firefox-bin: symbol lookup error: /usr/lib/firefox-3.6.3/libxul.so: undefined symbol: gdk_x11_window_get_drawable_impl</font></b></p>
<p>After some searching I found out that this was related to this<br />Technote of Lotus Notes on Ubuntu. I probaly also took this<br />step when installing Lotus Notes 8.5 for the first time<br />because I saw that the files were there :-p.</p>
<p><a target="_blank" href="http://www-01.ibm.com/support/docview.wss?rs=899&amp;uid=swg21409777">http://www-01.ibm.com/support/docview.wss?rs=899&amp;uid=swg21409777</a></p>
<p><b><font face="monospace">$ cp /usr/lib/libgdk_pixbuf-2.0.so.0.1800.3 <br />/opt/ibm/lotus/notes/libgdk_pixbuf-2.0.so.0</p>
<p>$ cp /usr/lib/libgdk_pixbuf_xlib-2.0.so.1800.3 <br />/opt/ibm/lotus/notes/libgdk_pixbuf_xlib-2.0.so.0</p>
<p>$ cp /usr/lib/libgdk-x11-2.0.so.0.1800.3 <br />/opt/ibm/lotus/notes/libgdk-x11-2.0.so.0</p>
<p>$ cp /usr/lib/libgtk-x11-2.0.so.0.1800.3 <br />/opt/ibm/lotus/notes/libgtk-x11-2.0.so.0 <br /></font></b> <br />To give it a try I moved the four files to a tempdir an started <br />up Lotus Notes. It gave me no more <b><font face="monospace">Gtk+ version too old </font></b><font face="verdana">warnings</font> <br />and external URL&#8217;s were working again as well as JPEG attachments.</p>
<p>For now I don&#8217;t know what is the cause that it is working, just <br />deleting these four files and the fact that I&#8217;m running Ubuntu 10.04.<br />Or that it that I deleted all the fours files and that I upgraded my<br />Lotus Notes 8.5 client to Fixpack 3?</p>
<p>Nevertheless I hope somebody will profit from this information.</p>
<p>Technote SPR included in Fixpack3 maybe related?<br /><a target="_blank" href="http://www-01.ibm.com/support/docview.wss?uid=swg21418210"><br />http://www-01.ibm.com/support/docview.wss?uid=swg21418210</a></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-notes-8-5-ubuntu-10-04-external-link-issue-8/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Fake-RAID vs. Software RAID</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/linux-fake-raid-vs-software-raid-3/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/linux-fake-raid-vs-software-raid-3/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 14:54:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[dm]]></category>
		<category><![CDATA[fakerai]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[md]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/linux-fake-raid-vs-software-raid-3/</guid>
		<description><![CDATA[While my server suffered some (serious) downtime behind the scenesI dove into the concept of RAID setups on Linux. I al ready had configureda Software RAID used to save my precious data but had no cluethere were differences in RAID setups.
&#8220;That explained my config of this RAID, I configured myonboard VIA VT6420 SATA RAID Controller [...]]]></description>
			<content:encoded><![CDATA[<p>While my server suffered some (serious) downtime behind the scenes<br />I dove into the concept of RAID setups on Linux. I al ready had configured<br />a Software RAID used to save my precious data but had no clue<br />there were differences in RAID setups.</p>
<p>&#8220;That explained my config of this RAID, I configured my<br />onboard VIA VT6420 SATA RAID Controller with it&#8217;s menu to be a<br />RAID 1 controller and in Linux I configured this setup with Yast<br />to be a Software Raid 1 config.???? Yeah you know just do, don&#8217;t read.</p>
<p>I took this dive because my root disk was at the end of it&#8217;s life.<br />Smarctl -H didn&#8217;t gave me a pretty sight. just a failing hard disk.</p>
<p>Luckily I was able to rescue the most of my files that were<br />on the root disk only an openSUSE 11.2 installation and some config<br />files of apps. But I decided that I wanted my root disk<br />to be a RAID 1 setup as well.</p>
<p>I ordered two SATA disks and a SATA RAID 0/1 controller. Then my<br />mission started to get this setup working as a root disk.</p>
<p>Searching my way through Google about how to do this I discovered<br />that there are multiple options to create a RAID config on Linux.</p>
<p>The two relevant for my were:</p>
<p><b>Software RAID (Operating system based)</b></p>
<p>You can create a Software RAID you don&#8217;t need a RAID controller for <br />this config, so there I was looking good with my just bought RAID controller <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p><b>Fake-Raid (Firmware/driver-based RAID)</b></p>
<p>You can create a Fake-Raid setup by utilizing a Fake-Raid controller capabilities.</p>
<p>You can got loose on the whole RAID thing at wikipedia</p>
<p><a target="_blank" href="http://en.wikipedia.org/wiki/Fakeraid">http://en.wikipedia.org/wiki/Fakeraid</a></p>
<blockquote><p>&#8220;Hardware RAID controllers are expensive and proprietary. To fill this <br />gap, cheap Fake-Raid controllers were introduced.&#8221;</p></blockquote>
<p>I decided to go with the Fake-Raid solution, didn&#8217;t want my just-bought<br />RAID controller to be a waste of money, all though it only cost me 20 EURO<br />but it&#8217;s all about the principle <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Below a summary of all the things I had to do to let me 20 EURO<br />be a worthy investment.</p>
<p>Create a RAID 1 setup with the menu tool on the RAID controller.</p>
<p>Then create a file-system on the RAID 1 config.</p>
<p>To find out the device name of your RAID device use this command</p>
<p><b><font face="monospace"># dmraid -ay<br /># ls -la /dev/mapper/</font></b></p>
<p>Then use cfdisk or fdisk or whatever partition program to create a file-system.</p>
<p>In my situation it was</p>
<p><font face="monospace"><b># cfdisk /dev/mapper/sil_bgadaecebiea</b></font></p>
<p>To be able to boot from a Fake-Raid device you have to have<br />a initrd file which contains a driver which supports this.</p>
<p>From the man of mkinitrd</p>
<p>dmraid =Include support for Software-Raid over device mapper <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (known as Fake-Raid)<br />dm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Include support for device mapper in general<br />md&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Include support for Software RAID (md)<br />kpartx = Include support for kpartx partitioning. Always use this <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if you have device mapper devices.</p>
<p>What was important for me, and something that I found out later<br />is that you can&#8217;t boot from a FakeRaid config and use a Sofware based<br />RAID device at the same time.</p>
<p><a target="_blank" href="http://www.brandonchecketts.com/archives/disabling-dmraid-fakeraid-on-centos-5">http://www.brandonchecketts.com/archives/disabling-dmraid-fakeraid-on-centos-5</a></p>
<blockquote><p>&#8220;Both of the drivers will attach themselves to all the drives with <br />any partitions sets as type fd (Linux raid autodetect).&#8221;</p></blockquote>
<p>Later on the road when I was able to boot from my FakeRaid root disk I<br />converted my Software RAID setup to a Fake-Raid as well.</p>
<p>Found out that creating a Fake-Raid capable initrd file on openSUSE<br />is a mission own it own.</p>
<p><a target="_blank" href="http://en.opensuse.org/P35_With_SATA_Raid/">http://en.opensuse.org/P35_With_SATA_Raid/</a></p>
<blockquote><p>&#8220;Next we have to edit another file: /lib/mkinitrd/scripts/boot-dmraid.sh <br />(Note, that I don&#8217;t know the state, it was originally in)</p>
<p>you have to change the line that reads</p>
<p><b><font face="monospace">/sbin/dmraid -a y -p</font></b></p>
<p>to</p>
<p><b><font face="monospace">/sbin/dmraid -ay&#8221;</font></b></p></blockquote>
<p>With all the trip/tricks/hints in mind my final mkinitrd commando looked liked this.<br /><b><font face="monospace"><br />#mkinitrd -f &#8220;dm dmraid kpartx&#8221;</font></b></p>
<p>In order to be able to boot from a FakeRaid device I had to add the<br />following two parameters to my GRUB menu.lst and set root to my new<br />partition created.</p>
<p><font face="monospace"><b>root = /dev/mapper/sil_bgadaecebieap1<br />root_dm = 1<br />root_dmraid=1</p>
<p>kernel (hd0,0)/boot/vmlinuz-2.6.31.5-0.1-default root=/dev/mapper/sil_bgadaecebieap1 root_dm=1 root_dmraid=1 splash=silent agp=off clocksource=hpet 001 showopts<br /></b></font><br />To install the GRUB bootloader on my RAID setup I had to create the following<br />device.map.</p>
<p><b><font face="monospace">hertogjan:/boot/grub # cat device.map<br />(fd0)&nbsp; /dev/fd0<br />(hd0) /dev/mapper/sil_bgadaecebiea<br /></font></b><br />Then install GRUB</p>
<p><b><font face="monospace">grub&gt; root (hd0,0)<br />grub&gt; setup (hd0)<br />grub&gt; quit<br /></font></b><br />And there you go if everything is working out for you you<br />should be able to boot from your Fake-RAID root disk.</p>
<p>Extra note:</p>
<p>It&#8217;s seems booting from a &#8220;broken&#8221; Fake-Raid on Linux is not supported<br />as can be read on this website at the bottom.</p>
<p><a target="_blank" href="http://wiki.archlinux.org/index.php/Installing_with_Fake_RAID">http://wiki.archlinux.org/index.php/Installing_with_Fake_RAID</a></p>
<blockquote><p>&#8220;Booting with degraded array</p>
<p>One drawback of the fake RAID approach on GNU/Linux is that <br />dmraid is currently unable to handle degraded arrays, and will <br />refuse to activate.</p>
<p>In this scenario, one must resolve the problem from within another <br />OS (e.g. Windows) or via the BIOS/chipset RAID utility.</p>
<p>Alternatively, if using a mirrored (RAID 1) array, users may temporarily <br />bypass dmraid during the boot process and boot from a single drive:</p>
<p>&nbsp;1. Edit the kernel line from the GRUB menu<br />&nbsp;2. Remove references to dmraid devices <br />&nbsp;&nbsp;&nbsp;&nbsp; (e.g. change /dev/mapper/raidSet1 to /dev/sda1)<br />&nbsp;3. Append disablehooks=dmraid to prevent a kernel panic <br />&nbsp;&nbsp;&nbsp;&nbsp; when dmraid discovers the degraded array<br />&nbsp;4. Boot the system &#8220;</p></blockquote>
<p>Sites already mentioned in the above story that were very<br />helpful in my attempt fixing this one.</p>
<p><a target="_blank" href="http//www.brandonchecketts.com/archives/disabling-dmraid-fakeraid-on-centos-5">http//www.brandonchecketts.com/archives/disabling-dmraid-fakeraid-on-centos-5</a><br /><a target="_blank" href="http://wiki.archlinux.org/index.php/Installing_with_Fake_RAID">http://wiki.archlinux.org/index.php/Installing_with_Fake_RAID</a><br /><a target="_blank" href="http://www.texsoft.it/index.php?c=hardwareamp;m=hw.storage.grubraid1amp;l=it">http://www.texsoft.it/index.php?c=hardwareamp;m=hw.storage.grubraid1amp;l=it</a><br /><a target="_blank" href="http://en.opensuse.org/P35_With_SATA_Raid">http://en.opensuse.org/P35_With_SATA_Raid</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/linux-fake-raid-vs-software-raid-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM AT&amp;T VPN client on Linux (Ubuntu)</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2009/01/ibm-att-vpn-client-on-linux-ubuntu/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2009/01/ibm-att-vpn-client-on-linux-ubuntu/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 10:01:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[at&t]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[vpn]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/?p=157</guid>
		<description><![CDATA[A couple of months ago AT&#38;T release a beta version of their VPN Client for linux.
Unfortunately they released the client as a RPM ( RedHat package ) and not
as an Ubuntu DEB package.
But help was nearby, on this website I found how to convert the RPM
package to an Ubuntu DEB package.
http://blog.afmacedo.com/?p=11
And here you can download [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago AT&amp;T release a beta version of their VPN Client for linux.</p>
<p>Unfortunately they released the client as a RPM ( RedHat package ) and not<br />
as an Ubuntu DEB package.</p>
<p>But help was nearby, on this website I found how to convert the RPM<br />
package to an Ubuntu DEB package.</p>
<p><a href="http://blog.afmacedo.com/?p=11">http://blog.afmacedo.com/?p=11</a></p>
<p>And here you can download the latest IBM AT&amp;T VPN Client<br />
for Linux (@ 07/01/09 )</p>
<p><a href="ftp://ftp.attglobal.net/pub/client/linux/agnclient-1.0-2.0.1.3000.i386.rpm">ftp://ftp.attglobal.net/pub/client/linux/agnclient-1.0-2.0.1.3000.i386.rpm</p>
<p></a>After converting and installing I could find the app here :</p>
<div class="entryContentContainer">
<p>Internet -&gt; AT&amp;T Global Network Client</p>
<p>And check it out AT&amp;T VPN client on Linux</p></div>
<p><a href="http://www.lotusconnections.org/wordpress/wp-content/uploads/2009/01/att.png"><img class="alignnone size-medium wp-image-158" title="IBM AT&amp;T VPN client" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2009/01/att-300x203.png" alt="" width="300" height="203" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2009/01/ibm-att-vpn-client-on-linux-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mini-commander in Ubuntu 8.0.4 Hardy Heron</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2008/11/mini-commander-in-ubuntu-804-hardy-heron/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2008/11/mini-commander-in-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 15:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[mini-commander]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/?p=51</guid>
		<description><![CDATA[When I got my new Thinkpad W500 I decided to change my OS from
SLED 10 SP1 to Ubuntu 8.0.4. The packet management on Ubuntu is
many times better than the one from Suse.
One of the things that I was missing on my desktop with Ubuntu was
the mini-commander applet. Searching on Google I found out that it
was [...]]]></description>
			<content:encoded><![CDATA[<p>When I got my new Thinkpad W500 I decided to change my OS from<br />
SLED 10 SP1 to Ubuntu 8.0.4. The packet management on Ubuntu is<br />
many times better than the one from Suse.</p>
<p>One of the things that I was missing on my desktop with Ubuntu was<br />
the mini-commander applet. Searching on Google I found out that it<br />
was discarded and was replaced by Deskbar.</p>
<p>But Deskbar wasn&#8217;t the thing I was looking for, to many options.<br />
No history-based auto completion <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>After some Googling I found this post on a forum.</p>
<p>____________________________________________________</p>
<p>http://www.nunx.org/stage/ubuntu/mini-commander_2.13.90-0nunx0_i386.deb</p>
<p>As the official gnome-applets/gnome-applets-data packages still contain some parts of mini-commander you&#8217;ll have to use the &#8211;force-overwrite option to dpkg to install this package. Like this:</p>
<p>you@your_box$ wget http://www.nunx.org/stage/ubuntu/mini-commander_2.13.90-0nunx0_i386.deb<br />
you@your_box$ sudo dpkg &#8211;force-overwrite  -i mini-commander_2.13.90-0nunx0_i386.deb<br />
(Reading database &#8230; 152203 files and directories currently installed.)<br />
Unpacking mini-commander (from mini-commander_2.13.90-0nunx0_i386.deb) &#8230;<br />
dpkg &#8211; warning, overriding problem because &#8211;force enabled:<br />
trying to overwrite `/usr/lib/bonobo/servers/GNOME_MiniCommanderApplet.server&#8217;, which is also in package gnome-applets-data<br />
Setting up mini-commander (2.13.90-0nunx0) &#8230;</p>
<p>Oh, and the package is not signed by anyone you know and trust. If you are wary of installing unsigned binary packages from $deity-knows-where on the internet you are a) right and b) sadly out of luck.  Should you not trust my package you can make one yourself from the mentioned versions of the official package files (look for them in your /var/cache/apt/archives directory)</p>
<p>____________________________________________________</p>
<p>So now I got my mini-commander applet back.</p>
<p><a href="http://www.lotusconnections.org/wordpress/wp-content/uploads/2008/11/mini-commander.png"><img class="alignnone size-medium wp-image-55" title="mini-commander" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2008/11/mini-commander.png" alt="" width="300" height="64" /></a></p>
<p><a href="http://www.lotusconnections.org/wordpress/wp-content/uploads/2008/11/mini-commander-add-to-panel.png"><img class="alignnone size-medium wp-image-56" title="mini-commander-add-to-panel" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2008/11/mini-commander-add-to-panel.png" alt="" width="300" height="280" /></a></p>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2008/11/mini-commander-in-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cinelerra &#8211; a video editor and compositor for linux</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2008/07/cinelerra-a-video-editor-and-compositor-for-linux/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2008/07/cinelerra-a-video-editor-and-compositor-for-linux/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 17:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[editing]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.baklap.nl/wordpress/?p=8</guid>
		<description><![CDATA[Check it out here &#62;  http://cinelerra.org/
]]></description>
			<content:encoded><![CDATA[<p>Check it out here &gt; <a title="cinelerra" href="http://cinelerra.org/" target="_blank"> http://cinelerra.org</a>/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2008/07/cinelerra-a-video-editor-and-compositor-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux driver voor Microsoft NX-6000 Webcam</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2008/04/linux-driver-voor-microsoft-nx-6000-webcam/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2008/04/linux-driver-voor-microsoft-nx-6000-webcam/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 20:38:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://www.baklap.nl/wordpress/?p=3</guid>
		<description><![CDATA[Check it out op deze site http://linux-uvc.berlios.de/
]]></description>
			<content:encoded><![CDATA[<p>Check it out op deze site <a title="http://linux-uvc.berlios.de/" href="http://linux-uvc.berlios.de/">http://linux-uvc.berlios.de/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2008/04/linux-driver-voor-microsoft-nx-6000-webcam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
