<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Notesbusters</title>
	<atom:link href="http://notesbusters.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://notesbusters.com</link>
	<description>Blogging About the World of Lotus Software and Collaboration</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:20:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='notesbusters.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/f5f60c6aaeb189d2dcff6d87baf9247c?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Notesbusters</title>
		<link>http://notesbusters.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://notesbusters.com/osd.xml" title="Notesbusters" />
	<atom:link rel='hub' href='http://notesbusters.com/?pushpress=hub'/>
		<item>
		<title>Java: it&#8217;s your fault! Connections on AIX</title>
		<link>http://notesbusters.com/2012/01/25/java-its-your-fault-connections-on-aix/</link>
		<comments>http://notesbusters.com/2012/01/25/java-its-your-fault-connections-on-aix/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:20:45 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[IBM Connections]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Websphere]]></category>
		<category><![CDATA[system maintenance]]></category>

		<guid isPermaLink="false">http://notesbusters.com/?p=504</guid>
		<description><![CDATA[Just a quick one during my lunch hour &#8230;. ran into an issue yesterday at my current client that shows once more that when you do not work with a specific OS for a while, you really loose your touch for the small details. The Saga of WAS, AIX and the damn Java Cache We [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=504&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a quick one during my lunch hour &#8230;. ran into an issue yesterday at my current client that shows once more that when you do not work with a specific OS for a while, you really loose your touch for the small details.</p>
<h2>The Saga of WAS, AIX and the damn Java Cache</h2>
<p>We installed iFixes yesterday and that all went well. However the syncing of the nodes (kicked off from the Dmgr console) took forever, and then one of the app clusters on one of the nodes would not restart (it eventually did after 4 hours).</p>
<p><span style="text-decoration:underline;">To clean the system and get rid of any old temp files we</span>:</p>
<ul>
<li>Stopped all WebSphere servers:  /<em>WAS_Profile</em>/bin/stopServer.sh xxx -user xxx -password ****</li>
<li>Stopped the NodeAgent:  /<em>WAS_Profile</em>/bin/stopNode.sh -username xxxx -password ****</li>
<li>Cleaned all temp files /<em>WAS_Profile</em>/temp  and /wstemp (everything inside of both folders)</li>
<li>Ran  /<em>WAS_Profile</em>/bin/osgiCfgInit.sh</li>
<li>Ran  /<em>WAS_Profile</em>/bin/clearClassCache.sh</li>
</ul>
<p><span style="text-decoration:underline;"><strong>Note</strong></span>: you can also use the command &#8220;<strong>./stopNode.sh -<span style="color:#ff0000;">stopservers</span> -username xxxx -password ****</strong>&#8221; to shut down the node agent AND the servers at the same time. We wanted to see the individual servers come down as we had issues with one of them.</p>
<p>We then tried to restart the node agent &#8230;.. and it failed. We found this in the startserver.log for the node agent:</p>
<blockquote><p>ADMU3011E: Server launched but failed initialization</p></blockquote>
<p>Damn, nothing worked &#8230; re-cleaned, checked, cursed, cried &#8230;.. and then opened a Sev 1 ticket with <a href="https://www-946.ibm.com/xsrAuth/authenticate" target="_blank">IBM support online</a>. (had a REALLY fast response &#8211; thanks guys!)</p>
<h3>The Cavalry to the Rescue &#8230;</h3>
<p>The Connections support guy had a look at the logs and brought in a WAS support specialist who had me repeat the clean-ups steps above AND clean this location as well (everything in this folder, but not delete the folder itself):</p>
<blockquote><p>/tmp/javasharedresources</p></blockquote>
<p>The IBM tech thinks we had a corrupted system level java cache that was causing the issue.  After that a ./startNode.sh worked like a charm and the servers started fine as well.</p>
<h3>Total Clean-up</h3>
<p>Incidentally, we ended up shutting each AIX WAS server (including the Dmgr) down one by one so we do not have a service outage and ran the above maintenance once more. On the nodes we also ran a &#8220;<strong>./synchNode.sh</strong>&#8221; with the node agent turned off &#8211; just to eliminate any possibility of the nodes maybe being out of synch (thanks for the idea <a href="http://blog.collaborationmatters.com/" target="_blank">Stuart</a>).</p>
<p>We will also be going through our automated scripts to test adding some more items to them (email notifications when individual steps are done, add the &#8220;/temp/javasharedresources&#8221; to the list of folders to be cleaned,  etc.).</p>
<h4>Lessons to be learned:</h4>
<ul>
<li>When you don&#8217;t work with an OS for a while you forget the important SMALL stuff (/tmp/javasharedresources) &#8211; I had run into this very issue a few years ago and totally forgot about it. I actually did not remember it until this morning, the day after.</li>
<li>When in doubt &#8211; call support RIGHT AWAY, if for no other reason than to validate your thought process is correct and you are not barking up the wrong tree. We did not wait very long to call, but sometimes even 5 minutes can mean the difference between failure and success.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://notesbusters.com/category/ibm/'>IBM</a>, <a href='http://notesbusters.com/category/ibm-connections/'>IBM Connections</a>, <a href='http://notesbusters.com/category/ibm/support/'>Support</a>, <a href='http://notesbusters.com/category/websphere/'>Websphere</a> Tagged: <a href='http://notesbusters.com/tag/ibm-connections/'>IBM Connections</a>, <a href='http://notesbusters.com/tag/system-maintenance/'>system maintenance</a>, <a href='http://notesbusters.com/tag/websphere/'>Websphere</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/504/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/504/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/504/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=504&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/25/java-its-your-fault-connections-on-aix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM Moderators can not use SPNEGO to Automatically Login to Moderate Content in Connections &#8211; United States</title>
		<link>http://notesbusters.com/2012/01/24/ibm-moderators-can-not-use-spnego-to-automatically-login-to-moderate-content-in-connections-united-states-2/</link>
		<comments>http://notesbusters.com/2012/01/24/ibm-moderators-can-not-use-spnego-to-automatically-login-to-moderate-content-in-connections-united-states-2/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 13:30:00 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[IBM Connections]]></category>

		<guid isPermaLink="false">https://notesbusters.wordpress.com/?p=493</guid>
		<description><![CDATA[http://www-01.ibm.com/support/docview.wss?uid=swg21577480&#38;myns=swglotus&#38;mynp=OCSSYGQH&#38;mync=E This technote just came out but we actually had this issue early last month where we noticed it. My current client uses SPNEGO for single sign-on (works GREAT btw) and since moderation is a new feature to Cnnections we did not really notice it in the beginning. After all, if something is new, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=493&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-01.ibm.com/support/docview.wss?uid=swg21577480&amp;myns=swglotus&amp;mynp=OCSSYGQH&amp;mync=E">http://www-01.ibm.com/support/docview.wss?uid=swg21577480&amp;myns=swglotus&amp;mynp=OCSSYGQH&amp;mync=E</a></p>
<p>This technote just came out but we actually had this issue early last month where we noticed it. My current client uses SPNEGO for single sign-on (works GREAT btw) and since moderation is a new feature to Cnnections we did not really notice it in the beginning. After all, if something is new, you are not &#8211; yet &#8211; aware of what the standard behavior is supposed to be. We have a single-server test environment that does not use SPNEGO on on that we were not forced to log in separately and that difference was what prompted us to ask questions.<br />
Suffices to say, the iFix did rectify the problem and it now works. I urge you to take a look at your system and request the iFix from IBM.</p>
<br />Filed under: <a href='http://notesbusters.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://notesbusters.com/tag/ibm-2/'>ibm</a>, <a href='http://notesbusters.com/tag/ibm-connections/'>IBM Connections</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/493/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/493/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/493/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=493&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/24/ibm-moderators-can-not-use-spnego-to-automatically-login-to-moderate-content-in-connections-united-states-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux Security Alert: X.org Server Allows Anyone to Unlock Computer</title>
		<link>http://notesbusters.com/2012/01/22/linux-security-alert-x-org-server-allows-anyone-to-unlock-computer/</link>
		<comments>http://notesbusters.com/2012/01/22/linux-security-alert-x-org-server-allows-anyone-to-unlock-computer/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 15:09:29 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://notesbusters.wordpress.com/?p=495</guid>
		<description><![CDATA[https://www.linux.com/news/enterprise/biz-enterprise/538089-xorg-server-allows-anyone-to-unlock-computer I had not heard of this one yet but I am going to my servers right now and checking for the latest security patches &#8230; if your servers do not run x.org server then you have nothing to fear. While you are at it, check your workstations too &#8230;.. Filed under: Uncategorized Tagged: Linux, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=495&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.linux.com/news/enterprise/biz-enterprise/538089-xorg-server-allows-anyone-to-unlock-computer">https://www.linux.com/news/enterprise/biz-enterprise/538089-xorg-server-allows-anyone-to-unlock-computer</a></p>
<p>I had not heard of this one yet but I am going to my servers right now and checking for the latest security patches &#8230; if your servers do not run x.org server then you have nothing to fear. While you are at it, check your workstations too &#8230;..</p>
<br />Filed under: <a href='http://notesbusters.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://notesbusters.com/tag/linux/'>Linux</a>, <a href='http://notesbusters.com/tag/security/'>security</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/495/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/495/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/495/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=495&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/22/linux-security-alert-x-org-server-allows-anyone-to-unlock-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux: NGINX Webserver growing in the market</title>
		<link>http://notesbusters.com/2012/01/20/linux-nginx-webserver-growing-in-the-market/</link>
		<comments>http://notesbusters.com/2012/01/20/linux-nginx-webserver-growing-in-the-market/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:50:41 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[Lotus Software]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://notesbusters.com/?p=491</guid>
		<description><![CDATA[NGINX takes 2nd place in Web Servers from Microsoft IIS &#124; ZDNet. I came across this one a short while ago. I have not used NGINX myself yet though one of my hosted servers uses it though I have no control over it (cpanel access only) . I have been playing with the idea of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=491&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zdnet.com/blog/open-source/nginx-takes-2nd-place-in-web-servers-from-microsoft-iis/10101">NGINX takes 2nd place in Web Servers from Microsoft IIS | ZDNet</a>.</p>
<p>I came across this one a short while ago. I have not used NGINX myself yet though one of my hosted servers uses it though I have no control over it (cpanel access only) . I have been playing with the idea of configuring some &#8220;unusual&#8221; systems at home and I think I am going to take a look at how NGINX might integrate with some IBM/Lotus products. I have seen it used as a proxy server (or several servers) in front of IBM web servers but I have not yet seen it used as the actual web server for Connections or Sametime or any other Websphere server.</p>
<p>Anyone out there that has experience in this? I searched online and could not find anything and now I am intrigued - I guess I will have to add this to my long list of things I want to try out.</p>
<br />Filed under: <a href='http://notesbusters.com/category/ibm/'>IBM</a>, <a href='http://notesbusters.com/category/lotus-software/'>Lotus Software</a>, <a href='http://notesbusters.com/category/lotus-software/testing/'>Testing</a> Tagged: <a href='http://notesbusters.com/tag/nginx/'>nginx</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/491/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/491/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/491/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=491&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/20/linux-nginx-webserver-growing-in-the-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>Blatant Plagiarism &#8230;. by me &#8211; Worst Tech Predictions ever</title>
		<link>http://notesbusters.com/2012/01/18/blatant-plagiarism-by-me-worst-tech-predictions-ever/</link>
		<comments>http://notesbusters.com/2012/01/18/blatant-plagiarism-by-me-worst-tech-predictions-ever/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 22:39:58 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Not Technical]]></category>
		<category><![CDATA[predictions]]></category>
		<category><![CDATA[scientific american]]></category>
		<category><![CDATA[technology gaffs]]></category>

		<guid isPermaLink="false">http://notesbusters.com/?p=487</guid>
		<description><![CDATA[I read this one over at Scientific American (written by David Pogue &#8211; I love his articles) and just had to plagiarize it .. it is to good! &#160; &#160; &#8220;Everyone&#8217;s always asking me when Apple will come out with a cell phone. My answer is, &#8216;Probably never.&#8217;&#8221;—David Pogue, The New York Times, 2006Image: Wikimedia Commons/Linux [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=487&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I read this one over at <a href="http://www.scientificamerican.com/article.cfm?id=pogue-all-time-worst-tech-predictions" target="_blank">Scientific American</a> (written by David Pogue &#8211; <a href="http://www.scientificamerican.com/author.cfm?id=2544" target="_blank">I love his articles</a>) and just had to plagiarize it .. it is to good!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img src="http://www.scientificamerican.com/media/inline/pogue-all-time-worst-tech-predictions_1.jpg" alt="" width="277" /></p>
<p><strong></strong>&#8220;Everyone&#8217;s always asking me when Apple will come out with a cell phone. My answer is, &#8216;Probably never.&#8217;&#8221;<em>—David Pogue, The New York Times, 2006</em>Image: Wikimedia Commons/Linux insidev2</p>
<div id="suppMaterialSlider">
<h3>Supplemental Material</h3>
<ul>
<li>In my <a href="http://www.scientificamerican.com/article.cfm?id=future-is-for-fools"><em>Scientific American</em> column this month</a>, I pondered why it&#8217;s so hard to predict the future of technology. It sometimes seems as though it&#8217;s not even worth the effort; inevitably you wind up looking like an idiot.</li>
</ul>
</div>
<p>Especially if the gist of your prediction is that something won&#8217;t happen or isn&#8217;t possible. You wind up with enough egg on your face to make an omelet.</p>
<p>If you&#8217;re not convinced, have a look at these whoppers: some of the biggest muffed tech predictions of all time, and spoken by people you&#8217;d expect would know better.</p>
<p>* <em>&#8220;I predict the <a href="http://www.scientificamerican.com/topic.cfm?id=internet">Internet</a> will soon go spectacularly supernova and in 1996 catastrophically collapse.&#8221;</em>—Robert Metcalfe, founder of 3Com and inventor of Ethernet, writing in a 1995 <em>InfoWorld</em>column</p>
<p>Metcalfe is well aware how silly his prediction came to look. He ate his words—literally. In 1999, addressing the Sixth International WWW Conference, Metcalfe put a copy of his infamous column into a blender, pureed it, and drank it.</p>
<p>* <em>&#8220;There is practically no chance communications space satellites will be used to provide better telephone, telegraph, television or radio service inside the United States.&#8221;</em>—T.A.M. Craven, Federal Communications Commission commissioner (1961)</p>
<p>Needless to say, Mr. Craven is no longer the commissioner of the FCC.</p>
<p>* <em>&#8220;I think there is a world market for maybe five computers.&#8221;</em>—Thomas Watson, chairman of IBM, 1943</p>
<p>Of course, Watson was referring to room-size mega-machines filled with vacuum tubes. But still.</p>
<p>* <em>&#8220;The Americans have need of the telephone, but we do not. We have plenty of messenger boys.&#8221;</em>—Sir William Preece, chief engineer, British Post Office, 1876</p>
<p>How&#8217;re the messenger boys working out for you, England?</p>
<p>* <em>&#8220;This &#8216;telephone&#8217; has too many shortcomings to be seriously considered as a means of communication.&#8221;</em>—Western Union internal memo, 1876.</p>
<p>Oops! Western Union sent its last telegram in 2006.</p>
<p>* <em>&#8220;Television won&#8217;t be able to hold on to any market it captures after the first six months. People will soon get tired of staring at a plywood box every night.&#8221;</em>—Darryl Zanuck, 20th Century Fox, 1946</p>
<p>He was right. We&#8217;ve moved on to aluminum and plastic.</p>
<p>* <em>&#8220;Everyone&#8217;s always asking me when Apple will come out with a cell phone. My answer is, &#8216;Probably never.&#8217;&#8221;</em>—David Pogue, <em>The New York Times</em>, 2006</p>
<p>Yeah, Okay. I&#8217;ll admit it. My prediction was wrong—but my thinking was right. I knew that Steve Jobs would never tolerate the micromanagement that the carriers (Verizon, AT&amp;T and so on) then exercised on every aspect of every phone they carried. &#8220;I cannot imagine Apple giving veto power to <em>anyone</em> over its software design. It just ain&#8217;t gonna happen,&#8221; I wrote.</p>
<p>What I didn&#8217;t realize, of course, is that Jobs planned an end-run—a deal that Cingular ultimately accepted, which ran like this: &#8220;You let us design our phone without your input, and I&#8217;ll give you a five-year exclusive.&#8221; And the rest is history.</p>
<p>The Bill Gates Collection</p>
<p>Maybe the most quoted bad tech prediction of all time never really happened. It&#8217;s the famous 1981 Bill Gates quote: &#8220;640K ought to be enough for anybody.&#8221; Unfortunately, there&#8217;s no evidence that he ever actually said that (and he emphatically denies that he did).</p>
<p>That doesn&#8217;t let Mr. Gates off the hook, though—he&#8217;s made plenty of doozies.</p>
<p>* World Economic Forum, 2004: <em>&#8220;Two years from now, spam will be solved.&#8221;</em></p>
<p>Today, spam accounts for over 90 percent of all e-mail sent.</p>
<br />Filed under: <a href='http://notesbusters.com/category/not-technical/'>Not Technical</a> Tagged: <a href='http://notesbusters.com/tag/predictions/'>predictions</a>, <a href='http://notesbusters.com/tag/scientific-american/'>scientific american</a>, <a href='http://notesbusters.com/tag/technology-gaffs/'>technology gaffs</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/487/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/487/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/487/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=487&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/18/blatant-plagiarism-by-me-worst-tech-predictions-ever/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>

		<media:content url="http://www.scientificamerican.com/media/inline/pogue-all-time-worst-tech-predictions_1.jpg" medium="image" />
	</item>
		<item>
		<title>Technotics launches new web site &#8211; announces new cloud services</title>
		<link>http://notesbusters.com/2012/01/18/technotics-launches-new-web-site-announces-new-cloud-services/</link>
		<comments>http://notesbusters.com/2012/01/18/technotics-launches-new-web-site-announces-new-cloud-services/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:35:28 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Upgrades & Migrations]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[technotics]]></category>
		<category><![CDATA[cloud services]]></category>
		<category><![CDATA[consulting]]></category>

		<guid isPermaLink="false">https://notesbusters.wordpress.com/?p=484</guid>
		<description><![CDATA[http://www.andypedisich.com/blogs/andysblog.nsf/dx/technotics-launches-new-web-site-announces-new-cloud-services.htm I read this post early this morning in the train on my way to work. HIGH TIME Andy and Rob did this! Both Andy and Rob are well known in the Lotus/IBM community for their expertiese, experience, vision and skill. I think with this new offering Technotics is hitting the nerve of the Shakespearian [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=484&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andypedisich.com/blogs/andysblog.nsf/dx/technotics-launches-new-web-site-announces-new-cloud-services.htm">http://www.andypedisich.com/blogs/andysblog.nsf/dx/technotics-launches-new-web-site-announces-new-cloud-services.htm</a></p>
<p>I read this post early this morning in the train on my way to work. </p>
<blockquote><p>HIGH TIME Andy and Rob <a href="http://www.technotics.com/cloud-services">did this</a>!</p></blockquote>
<p>Both Andy and Rob are well known in the Lotus/IBM community for their expertiese, experience, vision and skill. I think with this new offering Technotics is hitting the nerve of the Shakespearian question many clients face: &#8220;To go, or not to go.&#8221; What I particularly like is that they preface the whole process with a fact finding session/process that first tries to answer the more important queestion: namely where to actually go to (= the goal, the required outcome, the Nirvana destination).  Otherwise the experience would be akin to trying to go on vacation without determining where to go before you leave and trying to get all the reservations done on the way to the airport &#8211; and changing the departure airport you have to get to while you are sitting in the car.</p>
<p>I wish them the best of luck &#8211; though knowing them they probably have this process nailed down to the point where they can get out of bed at 10 AM, have a coffee, do a little bit of magic/pixie dust work and then go fishing in the afternoon followed by some phone calls before dinner <em>(can you hear the envy in my vitual voice?)</em></p>
<p>If you are a company looking for assistance &#8211; go talk to Andy. If you are a tech guy/girl who was aproached by a client &#8211; send them to Andy and Rob, you will be pleased with the outcome.</p>
<p>Full Disclosure: no rodents (virtual or real) where harmed in the course of this blog post and I am NOT involved in Technotics in any way &#8211; (<em>hint, hint, hint</em>) . . .</p>
<br />Filed under: <a href='http://notesbusters.com/category/upgrades-migrations/'>Upgrades &amp; Migrations</a> Tagged: <a href='http://notesbusters.com/tag/cloud/'>cloud</a>, <a href='http://notesbusters.com/tag/cloud-services/'>cloud services</a>, <a href='http://notesbusters.com/tag/consulting/'>consulting</a>, <a href='http://notesbusters.com/tag/technotics/'>technotics</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/484/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/484/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/484/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=484&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/18/technotics-launches-new-web-site-announces-new-cloud-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>Websphere Technote: Application Server does not start &#8211; OSGi permission issue</title>
		<link>http://notesbusters.com/2012/01/18/websphere-technote-application-server-does-not-start-osgi-permission-issue/</link>
		<comments>http://notesbusters.com/2012/01/18/websphere-technote-application-server-does-not-start-osgi-permission-issue/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 12:08:52 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Websphere]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[osgi]]></category>
		<category><![CDATA[technote]]></category>

		<guid isPermaLink="false">https://notesbusters.wordpress.com/?p=482</guid>
		<description><![CDATA[http://www.ibm.com/support/docview.wss?uid=swg21578438&#38;myns=swgws&#38;mynp=OCSSEQTP&#38;mync=R This one just came in via a feed. I ran into this recently during my first forray into WAS 8 &#8230; The errors kicking in were a great way to develop my shaky WAS confidence. I solved it because i deal with Linux allot and access rights/file rights are a commkn problem when a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=482&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ibm.com/support/docview.wss?uid=swg21578438&amp;myns=swgws&amp;mynp=OCSSEQTP&amp;mync=R">http://www.ibm.com/support/docview.wss?uid=swg21578438&amp;myns=swgws&amp;mynp=OCSSEQTP&amp;mync=R</a></p>
<p>This one just came in via a feed. I ran into this recently during my first forray into WAS 8 &#8230; The errors kicking in were a great way to develop my shaky WAS confidence. I solved it because i deal with Linux allot and access rights/file rights are a commkn problem when a team use different/personal IDs when installing systems instead of a common account. Both are acceptable as long as everybody plays by the rules.</p>
<p>For my friends from the Domino world this is similar to a Domino server not having the correct rights to system databases and therfor crashing. Does not happen often but is can. </p>
<p>WAS is not hard, jump in and learn! </p>
<br />Filed under: <a href='http://notesbusters.com/category/websphere/'>Websphere</a> Tagged: <a href='http://notesbusters.com/tag/error/'>error</a>, <a href='http://notesbusters.com/tag/osgi/'>osgi</a>, <a href='http://notesbusters.com/tag/technote/'>technote</a>, <a href='http://notesbusters.com/tag/websphere/'>Websphere</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/482/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/482/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/482/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=482&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/18/websphere-technote-application-server-does-not-start-osgi-permission-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>Just in Time for #LS12 &#8211; A new IT Job website for Social Software</title>
		<link>http://notesbusters.com/2012/01/16/just-in-time-for-ls12-a-new-it-job-website-for-social-software/</link>
		<comments>http://notesbusters.com/2012/01/16/just-in-time-for-ls12-a-new-it-job-website-for-social-software/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:54:32 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social software]]></category>
		<category><![CDATA[social technology]]></category>
		<category><![CDATA[ssmcjobs.com]]></category>

		<guid isPermaLink="false">http://notesbusters.com/?p=479</guid>
		<description><![CDATA[Just in time for Lotusphere 2012: www.ssmcjobs.com This new job site is dedicated to IT jobs in the social media / social software, collaboration and messaging technology fields. Free for job seekers it is aiming  to give IT staff with &#8220;social&#8221; in their portfolio a place to showcase their skills and search for new opportunities. If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=479&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h1>Just in time for Lotusphere 2012:</h1>
<h3><a href="http://www.ssmcjobs.com" target="_blank">www.ssmcjobs.com</a></h3>
<p>This new job site is dedicated to IT jobs in the social media / social software, collaboration and messaging technology fields. Free for job seekers it is aiming  to give IT staff with &#8220;social&#8221; in their portfolio a place to showcase their skills and search for new opportunities. If happen to not be actively looking it is still a great place to just &#8220;park&#8221; your resume and see what kind of offers might be out there.</p>
<p>If you are a consultant who is always looking for your next project in the technology field that is experiencing the largest growth of any segment out there &#8211; we have allot of staffing comanies waiting for your resume to pop up on their searches.</p>
<p>SSMCJOBS.COM aims to be technology agnostic, so even though this blog of mine is IBM technology centered SSMCJOBS.COM is not. IBM, MS, Socialtext, Alfresco, Jive &#8230; the list is long and they are all looking for resources for their next project.</p>
<p>&nbsp;</p>
<p>Go have a look &#8211; <a href="http://www.ssmcjobs.com" target="_blank">SSMCJOBS.COM</a> is open for business!</p>
<br />Filed under: <a href='http://notesbusters.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://notesbusters.com/tag/social-media/'>social media</a>, <a href='http://notesbusters.com/tag/social-software/'>social software</a>, <a href='http://notesbusters.com/tag/social-technology/'>social technology</a>, <a href='http://notesbusters.com/tag/ssmcjobs-com/'>ssmcjobs.com</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/479/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=479&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/16/just-in-time-for-ls12-a-new-it-job-website-for-social-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>IBM Moderators can not use SPNEGO to Automatically Login to Moderate Content in Connections &#8211; United States</title>
		<link>http://notesbusters.com/2012/01/16/ibm-moderators-can-not-use-spnego-to-automatically-login-to-moderate-content-in-connections-united-states/</link>
		<comments>http://notesbusters.com/2012/01/16/ibm-moderators-can-not-use-spnego-to-automatically-login-to-moderate-content-in-connections-united-states/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 00:13:48 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[IBM]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[IBM Connections]]></category>
		<category><![CDATA[technote]]></category>

		<guid isPermaLink="false">http://notesbusters.com/?p=477</guid>
		<description><![CDATA[IBM Moderators can not use SPNEGO to Automatically Login to Moderate Content in Connections &#8211; United States. &#160; This is quite a problem &#8211; install the fix, it worked for my current client and is a quick, simple and effective. Filed under: IBM, Support Tagged: IBM Connections, technote<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=477&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www-01.ibm.com/support/docview.wss?uid=swg21577480">IBM Moderators can not use SPNEGO to Automatically Login to Moderate Content in Connections &#8211; United States</a>.</p>
<p>&nbsp;</p>
<p>This is quite a problem &#8211; install the fix, it worked for my current client and is a quick, simple and effective.</p>
<br />Filed under: <a href='http://notesbusters.com/category/ibm/'>IBM</a>, <a href='http://notesbusters.com/category/ibm/support/'>Support</a> Tagged: <a href='http://notesbusters.com/tag/ibm-connections/'>IBM Connections</a>, <a href='http://notesbusters.com/tag/technote/'>technote</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/477/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/477/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/477/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=477&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/16/ibm-moderators-can-not-use-spnego-to-automatically-login-to-moderate-content-in-connections-united-states/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>
	</item>
		<item>
		<title>The Tale of a Bored Doggie</title>
		<link>http://notesbusters.com/2012/01/14/the-tale-of-a-bored-doggie/</link>
		<comments>http://notesbusters.com/2012/01/14/the-tale-of-a-bored-doggie/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 21:30:30 +0000</pubDate>
		<dc:creator>notesbusters</dc:creator>
				<category><![CDATA[Not Technical]]></category>
		<category><![CDATA[busted]]></category>
		<category><![CDATA[dogs]]></category>

		<guid isPermaLink="false">https://notesbusters.wordpress.com/?p=466</guid>
		<description><![CDATA[I don&#8217;t normally blog about meembers of my family &#8211; but occasionally the four legged ones do something worth sharing. I am at a Diner having my breakfast after I had to run out this morning to get some personal errants done and this cake in from my wife. I had wanted to play the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=466&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t normally blog about meembers of my family &#8211; but occasionally the four legged ones do something worth sharing.<br />
I am at a Diner having my breakfast after I had to run out this morning to get some personal errants done and this cake in from my wife. I had wanted to play the dogs in the yard before I leave but my wife (The Empress) decreed that leaving early and coming back early is more important. I guess good old Sparky here had a different idea.</p>
<div id="attachment_474" class="wp-caption aligncenter" style="width: 478px"><a href="http://notesbusters.files.wordpress.com/2012/01/sparky_busted.jpg"><img class="size-full wp-image-474" title="Sparky busted" src="http://notesbusters.files.wordpress.com/2012/01/sparky_busted.jpg?w=468&#038;h=351" alt="" width="468" height="351" /></a><p class="wp-caption-text">A bored dog .... now happy</p></div>
<p>&nbsp;</p>
<p>But The Empress had an answer for him &#8230; he is now duly punished</p>
<p><a href="http://notesbusters.files.wordpress.com/2012/01/sparky_punished.jpg"><img class="aligncenter size-full wp-image-475" title="Sparky punished - don't mess with The Empress" src="http://notesbusters.files.wordpress.com/2012/01/sparky_punished.jpg?w=468&#038;h=351" alt="" width="468" height="351" /></a></p>
<br />Filed under: <a href='http://notesbusters.com/category/not-technical/'>Not Technical</a> Tagged: <a href='http://notesbusters.com/tag/busted/'>busted</a>, <a href='http://notesbusters.com/tag/dogs/'>dogs</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/notesbusters.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/notesbusters.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/notesbusters.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/notesbusters.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/notesbusters.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/notesbusters.wordpress.com/466/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/notesbusters.wordpress.com/466/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/notesbusters.wordpress.com/466/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=notesbusters.com&amp;blog=11721974&amp;post=466&amp;subd=notesbusters&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://notesbusters.com/2012/01/14/the-tale-of-a-bored-doggie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c28a83a09710e6d9d12d22e3b133fc3a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">notesbusters</media:title>
		</media:content>

		<media:content url="http://notesbusters.files.wordpress.com/2012/01/sparky_busted.jpg" medium="image">
			<media:title type="html">Sparky busted</media:title>
		</media:content>

		<media:content url="http://notesbusters.files.wordpress.com/2012/01/sparky_punished.jpg" medium="image">
			<media:title type="html">Sparky punished - don&#039;t mess with The Empress</media:title>
		</media:content>
	</item>
	</channel>
</rss>
