<?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</title>
	<atom:link href="http://www.lotusconnections.org/wordpress/index.php/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>SSL certificate expiration mails on WebSphere</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/07/ssl-certificate-expiration-mails-on-websphere/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/07/ssl-certificate-expiration-mails-on-websphere/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:45:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[was]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/07/ssl-certificate-expiration-mails-on-websphere/</guid>
		<description><![CDATA[In WebSphere you have a SSL certification expiration checker. Thismechanism monitors the expiration dates of all the SSL certificatesthat are configured in WebSphere.

You can control how many days before the cert. expires WebSphere willsend a notification mail and in what frequency the check has to be performed.
Notification per mail need to be configured with a [...]]]></description>
			<content:encoded><![CDATA[<p>In WebSphere you have a SSL certification expiration checker. This<br />mechanism monitors the expiration dates of all the SSL certificates<br />that are configured in WebSphere.</p>
<p><img style="max-width: 800px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/07/sslcertificateexpiration.png" /></p>
<p>You can control how many days before the cert. expires WebSphere will<br />send a notification mail and in what frequency the check has to be performed.</p>
<p>Notification per mail need to be configured with a SMTP server an a recipient<br />address. </p>
<p>You also have the options &#8220;<b>Automatically replace expiring self-signed certificates</b>&#8220;<br />and &#8220;<b>Delete expiring certificates and signers after replacement</b>&#8220;.</p>
<p>But in a Connections setup these two options will not take away any manual<br />work. If you got a Connections config with a IHS webserver in front you will always<br />have to export the new SSL key and import it into the plugin-cfg.kdb file<br />of the WAS-plugin on the IHS webserver. If you don&#8217;t do this the connection<br />between WebSphere and the IHS webserver will not work any longer.<br />Clients will be faced with 500 error pages when they want to visit Connections.</p>
<p>All things written above work perfectly, the only thing that doesn&#8217;t function the<br />way you want it is the sending of the notification mails.<br />The mails will be sent either the certification expires or not. With a notification<br />treshhold of 30 days and a Connections setup will multiple JVM servers<br />you will receive 11 mails of certifcates that aren&#8217;t about to expire every<br />30 days <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Described behavior has been noted and is fixed in WAS version 6.1.0.27.</p>
<p>Check the <a target="_blank" href="http://www-01.ibm.com/support/docview.wss?rs=180&amp;uid=swg1PK85120">technote</a>.</p>
<p>If you don&#8217;t want to do a install a complete new fixpack we also got<br />our hands on the <a target="_blank" href="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/07/PK85120.zip">ifix</a>. Which will not have that much impact on your <br />WAS install as a complete new Fixpack.</p>
<p>We now just renew the certs. of WebSphere to somewhere in the end <br />of 2020 and disable the SSL certificate check. This to get rid of installing<br /> a fixpack or ifix for every LC installation and keeping this up to date. </p>
<p>The default expiration date for WebSphere it&#8217;s own SSL certificate<br />is one year, but my experience is that this can vary with every fixpack<br />level.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/07/ssl-certificate-expiration-mails-on-websphere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 Connections 2.5 Fixpack2 a.ka. LC2502</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-connections-2-5-fixpack2-a-ka-lc2502-2/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-connections-2-5-fixpack2-a-ka-lc2502-2/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 15:37:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[fixpack]]></category>
		<category><![CDATA[tdi]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-connections-2-5-fixpack2-a-ka-lc2502-2/</guid>
		<description><![CDATA[A couple of weeks ago Fixpack 2 for Connections 2.5 was released.

Mitch Cohen is alway one of the first to bring the good news to theworld check his blog entry for the important links.
http://www.curiousmitch.com/CuriousMitch/mitch2.nsf/d6plinks/MCON-85ZFQU
But as an addition to this information I would like to sharemy experience installing this update.
When you read through the update guide [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago Fixpack 2 for Connections 2.5 was released.</p>
<p><img alt="" title="" style="max-width: 800px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/06/fixpack2.jpg" /></p>
<p>Mitch Cohen is alway one of the first to bring the good news to the<br />world check his blog entry for the important links.</p>
<p><a target="_blank" href="http://www.curiousmitch.com/CuriousMitch/mitch2.nsf/d6plinks/MCON-85ZFQU">http://www.curiousmitch.com/CuriousMitch/mitch2.nsf/d6plinks/MCON-85ZFQU</a></p>
<p>But as an addition to this information I would like to share<br />my experience installing this update.</p>
<p>When you read through the update guide you will bump into <a target="_blank" href="http://www-01.ibm.com/support/docview.wss?uid=swg1LO52087&amp;myns=swglotus&amp;mynp=OCSSYGQH&amp;mync=R">iFix <br />LO52087</a> which is an update for the TDISOL config directory as <br />used by Tivoli Directory Integrator.</p>
<p>This is an mandatory fix, and although English is not my primary <br />language this means &#8220;required&#8221;, Google translate is my friend <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Before getting to the upgrade process of Fixpack 2 I first wanted <br />to install this iFix. The first problem was that it was mentioned <br />in the documentation but wasn&#8217;t available yet at Fixcentral.<br />After it was released the Technote was not available. So again <br />waiting for this to complete, a few days later the technote was <br />updated and a installation instruction were available.</p>
<p>Unfortunate the instructions where far from complete, the iFix <br />itself is just a new version of the TDISOL directory. The instructions <br />are somewhat similair as in the <a target="_blank" href="http://publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/topic/com.ibm.connections.25.help/t_prof_install_tdi.html">InfoCenter</a> for setting up a initial <br />TDISOL config directory.</p>
<p>There are no instructions for how you have to copy/migratie<br />your old property files to the new TDISOL config directory.<br />You can&#8217;t just copy your old property files because the syntax<br />used is different and there are some new options. </p>
<p>In my current TDISOL config dir. I made edits to the following<br />three files.</p>
<p>- profiles_functions.js<br />- profiles_tdi.properties.<br />-  <span class="ph filepath">map_dbrepos_from_source.properties</span></p>
<p>To get the correct information from my profiles_tdi.properties<br />and combine this with the new options from the profiles_tdi.properties<br />from LO5287 I jused sdiff.<br />With sdiff you can merge two files in an interactive mode and save<br />the outcome in a new file so you will have the best from both worlds :-p.</p>
<p><b><font face="monospace">#sdiff -o profiles_tdi.properties profiles_tdiOLD.properties profiles_tdiLO5287.properties</font></b></p>
<p>For profiles_functions.js I just copied my self written functions.<br />And to migratie the file <span class="ph filepath">map_dbrepos_from_source.properties I just<br />placed both files next to each other and created my own new version.</p>
<p>That concludes the fun I had with LO52087. I filled in the &#8220;Rate this <br />page&#8221; section of </span><span class="ph filepath"></span><span class="ph filepath">the technote to do some more then just </span><span class="ph filepath"></span><span class="ph filepath"></span><span class="ph filepath"></span><br /><span class="ph filepath">throwing mud at the walls of big blue.</span><span class="ph filepath"></span><span class="ph filepath"></span></p>
<p><span class="ph filepath">Next thing to do was to really apply Fixpack 2.<br />Starting from the third point <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  the <a target="_blank" href="http://www-01.ibm.com/support/docview.wss?rs=3265&amp;uid=swg21431472">Installation instructions</a> are <br />documented very good.&nbsp; Except the point what time frame you <br />have to keep in mind when installing this Fixpack. Because what <br />the UpdateInstaller does when installing Fixpack 2 is uninstalling<br />all iFixes applied after Fixpack 1. </p>
<p>( Probaly all applied after Fixpack 1, but I don&#8217;t know this for sure ).</p>
<p>As an overactive Connections administrator I applied all <br />iFixes until 13 may 2010. Which then brought me a very long <br />upgrade process which took twelve hours, only waiting for the installer <br />to finish. Only installing the Fixpack will take you like twenty minutes. <br />Post installation tasks can be done in an hour.<br />( note, time needed is of course related to used hardware )</p>
<p>This all disappointed me a bit, cause I thought yeah a Fixpack no <br />need to wait such a long time for applying al these iFixes one <br />by one Unfortunately the truth is some what difference under <br />certain circumstances. </p>
<p>This upgrade fact is certain something to keep in my mind<br />when you want to upgrade a production cluster deployment<br />with a lot of iFixes applied.</p>
<blockquote><p>&#8220;The update installer does not currently support 24&#215;7 <br />updates. You must apply the updates at a time when <br />no one is logged into the product. <br />See <a href="http://publib.boulder.ibm.com/infocenter/ltscnnct/v2r0/topic/com.ibm.connections.25.help/t_bring_down_4_maintenance.html">PreparingLotus Connections for maintenance </a><br />for more information.&#8221;</p></blockquote>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/06/lotus-connections-2-5-fixpack2-a-ka-lc2502-2/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>Regenerate AWstats when using log rotation</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/regenerate-awstats-stats/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/regenerate-awstats-stats/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 19:51:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[awstats]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/regenerate-awstats-stats/</guid>
		<description><![CDATA[&#160; Somewhere last week I configured AWstats for our Connections environment to figure out what the usage is and to see what our&#160; busiest usage period is. 
Because we use cronolog to rotate our access.log file on our IHS server, every day get it&#8217;s own directory and access.log. 
No problem with AWstats, you can configure [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/04/awstats_logo4.png" />&nbsp; Somewhere last week I configured AWstats for our <br />Connections environment to figure out what the usage is and to see <br />what our&nbsp; busiest usage period is. </p>
<p>Because we use <a target="_blank" href="http://cronolog.org/">cronolog</a> to rotate our access.log file on our IHS <br />server, every day get it&#8217;s own directory and access.log. </p>
<p>No problem with AWstats, you can configure it like this.</p>
<p><b><font face="monospace">FILE ./awstats.connectons.company.com<br />&nbsp;LogFile=&#8221;/data/alogs/connections.company.com/access.log/%YYYY-0/%MM-0/%DD-0/access.log&#8221;<br />!FILE</font></b></p>
<p>But after running it for a few days I say one host owning the host top 10 <br />list with more then 65000 page requests in only a couple of days. <br />After a <b><font face="monospace">#dig -x 123.123.123.123</font></b> I found that this was a Notes Domino <br />server equipped with an agent that collected the RSS feeds of <br />Blogs and Activities 24/7.</p>
<p>By configuring the SkipHosts= option in de config file of AWstats for <br />our Connections environment I could ignore requests coming from <br />this Domino server for&nbsp; the upcoming stats collections.</p>
<p>But to get a good picture of the usage of Connections in the pas days I <br />searched how I got rebuild the AWstats database to completely ignore <br />the mentioned Domino server in all stats.</p>
<p>Because we use log rotation for our access logs I could not simple delete <br />the database as built by awstats. Only deleting the database and a <br />rerun of the awstats.pl script just gave me the stats of the current day.</p>
<p>Solution, <b><font face="monospace">#cat</font></b> all the access logs of the different days to one and <br />configure this log file for an one-time run in your awstats <br />configuration file, et voila. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/regenerate-awstats-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple server SSO config breaks River-of-News</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/multiple-server-sso-config-breaks-river-of-news/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/multiple-server-sso-config-breaks-river-of-news/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 20:50:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[homepage]]></category>
		<category><![CDATA[pmr]]></category>
		<category><![CDATA[sso]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/multiple-servers-sso-config-breaks-river-of-news/</guid>
		<description><![CDATA[This blog item is about a longstanding issue that we had with theRiver-of-News function on the Homepage of Connections.
The problem that we had was that the River-of-News functionbroke down when SSO functionality was active beforenavigating to the Homepage of Connections.
We noticed this issue only on a Connections configuration wheremultiple server instances were involved like the [...]]]></description>
			<content:encoded><![CDATA[<p>This blog item is about a longstanding issue that we had with the<br />River-of-News function on the Homepage of Connections.</p>
<p>The problem that we had was that the River-of-News function<br />broke down when SSO functionality was active before<br />navigating to the Homepage of Connections.</p>
<p>We noticed this issue only on a Connections configuration where<br />multiple server instances were involved like the Advanced stand-alone<br />installation of Connections. We didn&#8217;t had the issue on our <br />Stand-alone Connections installation with only one JVM.</p>
<p>In our environment we have configured SSO between our Connections<br />QuickR, webmail and Sametime servers. The River-of-news function <br />broke when your initial login was on Quickr, webmail or Sametime and <br />you navigated to the homepage of Connections in the same session.</p>
<p>The error printed on the Homepage was something like below</p>
<p><b><font face="monospace">[3/31/10 18:55:01:666 CEST] 0000004c HomepageSaveN E com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.actions.HomepageSaveNewsAction getAllTopStoriesForPerson CLFRQ0382E: An error occurred while invoking a remote interface (EJB) for fetching news stories for person ID 37A3BC5F-CB07-D6CA-C125-72730054A71A. Check nested exception for more details.<br />&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;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; com.ibm.lotus.connections.dashboard.common.exceptions.servlet.NewsRepositoryRelatedException: CLFRQ0382E: An error occurred while invoking a remote interface (EJB) for fetching news stories for person ID 37A3BC5F-CB07-D6CA-C125-72730054A71A. Check nested exception for more details.<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.actions.HomepageRiverOfNewsAction.handleRemoteExceptionForFetchAction(HomepageRiverOfNewsAction.java:79)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.actions.HomepageFetchNewsAction.getAllTopStoriesForPerson(HomepageFetchNewsAction.java:307)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.actions.HomepageFetchNewsAction.fetchAndSetStories(HomepageFetchNewsAction.java:137)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.actions.HomepageFetchNewsAction.handle(HomepageFetchNewsAction.java:80)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.news.NewsStoryServlet.handle(NewsStoryServlet.java:126)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.news.NewsStoryServlet.doGet(NewsStoryServlet.java:73)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)</p>
<p></font></b><font face="monospace"><font face="sans-serif">Scrolling further down the next error came by.</font><br /></font><b><font face="monospace"><br /></font><font face="monospace">Caused by: java.rmi.AccessException: CORBA NO_PERMISSION 0&#215;49424306 No; nested exception is:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; org.omg.CORBA.NO_PERMISSION: JSAS0202E: [{0}] Credential token expired.&nbsp; {1}&nbsp; vmcid: 0&#215;49424000&nbsp; minor code: 306&nbsp; completed: No<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.CORBA.iiop.UtilDelegateImpl.mapSystemException(UtilDelegateImpl.java:263)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at javax.rmi.CORBA.Util.mapSystemException(Util.java:84)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lconn.news.ejb.client._NewsStoryEJBBean_Stub.getNewsStories(_NewsStoryEJBBean_Stub.java:1296)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; at com.ibm.lotus.connections.dashboard.web.webui.internal.servlet.actions.HomepageFetchNewsAction.getAllTopStoriesForPerson(HomepageFetchNewsAction.java:304)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8230; 51 more<br />Caused by: org.omg.CORBA.NO_PERMISSION: JSAS0202E: [{0}] Credential token expired.&nbsp; {1}&nbsp; vmcid: 0&#215;49424000&nbsp; minor code: 306&nbsp; completed: No<br /></font></b><b><font face="monospace"><br /></font></b>A simple work-around then was to logout in Connections en login <br />again directly to the Homepage.</p>
<p>We raised a PMR at IBM to figure out what we could do to fix this issue.</p>
<p>After a couple of mailings with Danny Chong from the LotuS Connections <br />Technical Support team we were advised to install the following iFix.</p>
<p><a target="_blank" href="http://www-01.ibm.com/support/docview.wss?rs=180&amp;uid=swg1PK77853">http://www-01.ibm.com/support/docview.wss?rs=180&amp;uid=swg1PK77853</a></p>
<p>The stupid thing about this iFix is that the error description is totally not<br />relevant to our situation. Also mentioned that to the guys at IBM but<br />they insisted that this iFix could solve our issue.</p>
<p>And magically what happened <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , our issue was solved after applying <br />this iFix. You can&#8217;t download this iFix separately it is only packed&nbsp; in <br />WAS fixpack 6.1.0.25 and above. Happily they sent me the separate <br />iFix so I didn&#8217;t had to apply fixpack 25 something that is not supported <br />by Connections 2.5.</p>
<p>Check this <a target="_blank" href="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/04/6.1.0.23-WS-WAS-IFPK77853.pak_.tar.gz">link</a> to download this iFix.</p>
<p>Because I think this issue is very specific to the setup you use, here <br />is a short list which describes ours.</p>
<p>- Advanced stand-alone Lotus Connections 2.5 GA fixpack 1<br />&nbsp;&nbsp; ( issue was also present before fixpack 1 )<br />- Linux SLES 10 SP1 &#8211; WAS 6.1.0.23<br />- Linux SLES 9 SP4&nbsp; &#8211; DB2 9.1 FP6<br />- Linux SLES 9 SP4&nbsp;&nbsp; &#8211; TDI 6.1.1 FP6<br />- Windows 2003 SP2 &#8211; Lotus Domino 8.5.1 LDAP</p>
<p>Thanks again to Danny from the LotuS Connections Technical Support <br />team on helping us with this one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/multiple-server-sso-config-breaks-river-of-news/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s a done deal</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/its-a-done-deal/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/its-a-done-deal/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 12:17:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[exam]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/its-a-done-deal/</guid>
		<description><![CDATA[This morning I took my Lotus Connections 2.5 exam and passed it successfully  .
I found this real exam a little bit harder then the testexam from Prometric I took last week.&#160; A few questions about Files and Wikis were a pain for me becauseI didn&#8217;t dove into the depths of these two parts of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="max-width: 800px; float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;" src="http://www.lotusconnections.org/wordpress/wp-content/uploads/2010/04/ibmcertmark1.gif" />This morning I took my Lotus Connections 2.5 exam and <br />passed it successfully <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>I found this real exam a little bit harder then the test<br />exam from Prometric I took last week.&nbsp; A few questions <br />about Files and Wikis were a pain for me because<br />I didn&#8217;t dove into the depths of these two parts of LC 2.5 yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/its-a-done-deal/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lotus Conections 2.5 exam</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/lotus-conections-2-5-exam/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/lotus-conections-2-5-exam/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 20:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[exam]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/lotus-conections-2-5-exam/</guid>
		<description><![CDATA[Next Monday I&#8217;m going to take the LOT-987 exam, aka Administering IBM Lotus Connections 2.5.
To prepare myself for this one I took this test exam fromthe prometric site.
http://www-03.ibm.com/certify/tests/samL987.shtml
I went smoothly through this test exam, didn&#8217;t do muchpreparation before taking this ( 78%, 74% is required ). 
So hopefully the real exam goes as smooth as [...]]]></description>
			<content:encoded><![CDATA[<p>Next Monday I&#8217;m going to take the LOT-987 exam, aka <br />Administering IBM Lotus Connections 2.5.</p>
<p>To prepare myself for this one I took this test exam from<br />the prometric site.</p>
<p><a target="_blank" href="http://www-03.ibm.com/certify/tests/samL987.shtml">http://www-03.ibm.com/certify/tests/samL987.shtml</a></p>
<p>I went smoothly through this test exam, didn&#8217;t do much<br />preparation before taking this ( 78%, 74% is required ). </p>
<p>So hopefully the real exam goes as smooth as this test exam <img src='http://www.lotusconnections.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .</p>
<p>Some talking about the exam from other Connections<br />guys.</p>
<p>From the blog of Stuart McIntyre, he worked in the team creating the exam.</p>
<p><a target="_blank" href="http://lotusconnectionsblog.com/blog/connblog.nsf/dx/lotus-connections-2.5-certification-now-available">http://lotusconnectionsblog.com/blog/connblog.nsf/dx/lotus-connections-2.5-certification-now-available</a></p>
<p>Mikkel about the exam at his blog lekkimworld.com</p>
<p><a target="_blank" href="http://lekkimworld.com/2010/02/25/im_a_certified_lotus_connections_2_5_administrator.html">http://lekkimworld.com/2010/02/25/im_a_certified_lotus_connections_2_5_administrator.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/lotus-conections-2-5-exam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mapping groups to a role in Lotus Connections</title>
		<link>http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/</link>
		<comments>http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 09:50:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[lotus connections]]></category>
		<category><![CDATA[websphere]]></category>

		<guid isPermaLink="false">http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/</guid>
		<description><![CDATA[I tried to figure out how I could map a group toa role as used by the Lotus Connections apps.
It would be handy if I could create a group like blogadminswhich contains all the people which require adminprivileges on Blogs.
But unfortunately you can&#8217;t map groups to a role as used byConnections, yeah you can but [...]]]></description>
			<content:encoded><![CDATA[<p>I tried to figure out how I could map a group to<br />a role as used by the Lotus Connections apps.</p>
<p>It would be handy if I could create a group like blogadmins<br />which contains all the people which require admin<br />privileges on Blogs.</p>
<p>But unfortunately you can&#8217;t map groups to a role as used by<br />Connections, yeah you can but it won&#8217;t work.<br /><a target="_blank" href="http://www-10.lotus.com/ldd/lcforum.nsf/d6091795dfaa5b1185256a7a0048a2d0/c20e137e3b31e826852576fd00265771?OpenDocument"><br />http://www-10.lotus.com/ldd/lcforum.nsf/d6091795dfaa5b1185256a7a0048a2d0/c20e137e3b31e826852576fd00265771?OpenDocument</a></p>
<p>Because I can&#8217;t map a group to a role I need<br />to add every user individual.</p>
<p>I want this action to be scripted so I was looking how this could be <br />done. The trick was the separator which needs to be a &#8220;|&#8221;.</p>
<p>So check the script below.</p>
<p><b><font face="monospace">appName = &#8216;Blogs&#8217;<br />lcsearchadmin=&#8217;LCdev admin&#8217;<br />blogadmins=&#8217;LCdev admin|Donald Duck|Dagobert Duck|Mickey Mouse&#8217;<br />lcadmin=&#8217;LCdev admin&#8217;</p>
<p>AdminApp.edit(appName, &#8216;[ -MapRolesToUsers [ ["person" no yes "" ""] ["everyone" yes no "" ""] ["reader" no yes "" ""] ["search-admin" no no "'+lcsearchadmin+'" "" ] [ "admin" no no "'+blogadmins+'" "" ]&nbsp; ["widget-admin" no no "'+lcadmin+'" "" ] ] ]&#8217;)<br />print &#8220;done&#8230;. Configuring rights Blogs EAR&#8221;<br />AdminConfig.save()</font></b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lotusconnections.org/wordpress/index.php/2010/04/mapping-groups-to-a-role-in-lotus-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
