<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Martin&amp;#39;s Technique Blog</title><link>http://blog.trivadis.com/blogs/martins_blog/default.aspx</link><description>Technical stuff I am interested in</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/trivadis/martinwunderli" type="application/rss+xml" /><item><title>Replace Firefox 3 by Firefox 2 in Ubuntu 8.04 Hardy Heron</title><link>http://feedproxy.google.com/~r/trivadis/martinwunderli/~3/KAk-ANikGEI/replace-firefox-3-by-firefox-2-in-ubuntu-8-04-hardy-heron.aspx</link><pubDate>Sat, 31 May 2008 07:49:00 GMT</pubDate><guid isPermaLink="false">7f420732-9615-472e-9723-d9bd9f35b01c:625</guid><dc:creator>Martin Wunderli</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://blog.trivadis.com/blogs/martins_blog/rsscomments.aspx?PostID=625</wfw:commentRss><comments>http://blog.trivadis.com/blogs/martins_blog/archive/2008/05/31/replace-firefox-3-by-firefox-2-in-ubuntu-8-04-hardy-heron.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;Firefox 3 in Ubuntu Heron gave me quite&amp;nbsp; some trouble, especially with our SSL-VPN and Tab Mix Plus Add-On: Both do not work. So I decied to go back to Firefox 2. Here is how I did it:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;Completely remove Firefox &lt;/li&gt;&lt;/ul&gt;sudo apt-get remove --purge firefox firefox-3.0 firefox-3.0-gnome-support firefox-gnome-support &lt;br /&gt;&lt;ul&gt;&lt;li&gt;Install Firefox 2&lt;span style="font-family:monospace;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-family:monospace;"&gt;&lt;/span&gt;sudo apt-get install firefox-2&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Create link to make all programs happy which call firefox&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;sudo ln &lt;font color="purple"&gt;-s&lt;/font&gt; /usr/bin/firefox-2 /usr/bin/firefox&lt;/p&gt;&lt;p&gt;As you can see, I more like to do it on the command line than in the GUI... &lt;img src="http://blog.trivadis.com/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;Cheers&lt;/p&gt;&lt;p&gt;Martin&amp;nbsp;&lt;/p&gt;&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;&lt;img src="http://blog.trivadis.com/aggbug.aspx?PostID=625" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/trivadis/martinwunderli/~4/KAk-ANikGEI" height="1" width="1"/&gt;</description><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/Firefox/default.aspx">Firefox</category><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/Ubuntu/default.aspx">Ubuntu</category><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/Open+Source/default.aspx">Open Source</category><feedburner:origLink>http://blog.trivadis.com/blogs/martins_blog/archive/2008/05/31/replace-firefox-3-by-firefox-2-in-ubuntu-8-04-hardy-heron.aspx</feedburner:origLink></item><item><title>Oracle Critical Patch Update October 2007 on RAC</title><link>http://feedproxy.google.com/~r/trivadis/martinwunderli/~3/aEEq11ohjVI/oracle-critical-patch-update-october-2007-on-rac.aspx</link><pubDate>Wed, 31 Oct 2007 09:41:00 GMT</pubDate><guid isPermaLink="false">7f420732-9615-472e-9723-d9bd9f35b01c:355</guid><dc:creator>Martin Wunderli</dc:creator><slash:comments>3</slash:comments><wfw:commentRss>http://blog.trivadis.com/blogs/martins_blog/rsscomments.aspx?PostID=355</wfw:commentRss><comments>http://blog.trivadis.com/blogs/martins_blog/archive/2007/10/31/oracle-critical-patch-update-october-2007-on-rac.aspx#comments</comments><description>&lt;p&gt;&lt;font size="2"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
Since all molecules of the CPU October 2007 are marked as &amp;#39;online applicable&amp;#39; to RAC&lt;br /&gt;
(nice wording, it means a rolling upgrade is possible, not that all instances stay&lt;br /&gt;
online during the patch...), I decided to test it. Clusterware did not have to be&lt;br /&gt;
patched, by the way.&lt;br /&gt;
&lt;br /&gt;
Rolling upgrade worked, so far so good. During the whole process, users could work.&lt;br /&gt;
However, two big issues - which are not related to this specific CPU, but to the way&lt;br /&gt;
Oracle describes the patch process in case of RAC - came up.&lt;br /&gt;
&lt;br /&gt;
First, shutdown transactional local does not wait for a transaction to commit or&lt;br /&gt;
rollback if the corresponding session was established via Oracle Net and a srvctl generated service name.&lt;br /&gt;
Quite common, not to say standard, in a RAC environment. Some tests revealed that in&lt;br /&gt;
case of local connects or Oracle Net connects via SID, the shutdown waited as it&lt;br /&gt;
should. The solution was to shutdown the listener of the instance to be patched, to issue&lt;br /&gt;
&lt;br /&gt;
alter system disconnect session &amp;#39;SID,SERIAL#&amp;#39; post_transaction;&lt;br /&gt;
&lt;br /&gt;
for all sessions, wait until they failover and then issue shutdown. Not very&lt;br /&gt;
comfortable but it works.&lt;br /&gt;
&lt;br /&gt;
The second issue was on the VIP. Oracle recommends to issue&lt;br /&gt;
&lt;br /&gt;
srvctl stop nodeapps -n NODE_TO_BE_PATCHED&lt;br /&gt;
&lt;br /&gt;
This, however, also stops the VIP and does NOT failover it to another node. Which&lt;br /&gt;
results in TCP timeouts for new connects and failovers (sessions seem to hang). The&lt;br /&gt;
solution here is to explicitly start the VIP on a fully available node, e.g. with&lt;br /&gt;
&lt;br /&gt;
crs_start ora.NODE_TO_BE_PATCHED.vip -c FULLY_AVAILABLE_NODE&lt;/font&gt;&lt;/p&gt;&lt;img src="http://blog.trivadis.com/aggbug.aspx?PostID=355" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/trivadis/martinwunderli/~4/aEEq11ohjVI" height="1" width="1"/&gt;</description><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/Oracle/default.aspx">Oracle</category><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/RAC/default.aspx">RAC</category><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/Security/default.aspx">Security</category><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/CPU/default.aspx">CPU</category><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/High+Availability/default.aspx">High Availability</category><feedburner:origLink>http://blog.trivadis.com/blogs/martins_blog/archive/2007/10/31/oracle-critical-patch-update-october-2007-on-rac.aspx</feedburner:origLink></item><item><title>Remote access with GUI</title><link>http://feedproxy.google.com/~r/trivadis/martinwunderli/~3/JxHaHOoES-U/remote-access-with-gui.aspx</link><pubDate>Sat, 08 Sep 2007 07:15:00 GMT</pubDate><guid isPermaLink="false">7f420732-9615-472e-9723-d9bd9f35b01c:197</guid><dc:creator>Martin Wunderli</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://blog.trivadis.com/blogs/martins_blog/rsscomments.aspx?PostID=197</wfw:commentRss><comments>http://blog.trivadis.com/blogs/martins_blog/archive/2007/09/08/remote-access-with-gui.aspx#comments</comments><description>&lt;p&gt;For quite a while I have been an enthusiastic fan of VNC (better: tightvnc) when it comes to access a remote server including graphics. However, since the VNC variant used in my Laptop OS Ubuntu Dapper (and therefore the OS of the PCs of my wife, father, mother... :-) ) is quite slow, I was looking for alternatives. &lt;/p&gt;&lt;p&gt;I found one with the NX products from http://www.nomachine.com which allow me not to just start a graphical session on a remote machine (via a possibly slow line), but also attach to an existing session on the remote machine (even the graphical root window) or disconnect/reconnect to a session. There are free variants for Linux and Solaris available, unfortunately not for Windows, but VNC server or rdesktop (RDP) are ok in that case.&lt;/p&gt;&lt;p&gt;The most amazing experience for me was the installation. Klick on the download button and let your package manager (the debian one in my case) do the rest. Since the complete login and traffic works through ssh, no extra tunnel in a firewall etc. must be opened. An existing ssh based access infrastructure can be used.&lt;/p&gt;&lt;p&gt;There is also a fully GPL-ed variant called FreeNX which lacks some features like reconnecting etc. &lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://blog.trivadis.com/aggbug.aspx?PostID=197" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/trivadis/martinwunderli/~4/JxHaHOoES-U" height="1" width="1"/&gt;</description><category domain="http://blog.trivadis.com/blogs/martins_blog/archive/tags/OSS/default.aspx">OSS</category><feedburner:origLink>http://blog.trivadis.com/blogs/martins_blog/archive/2007/09/08/remote-access-with-gui.aspx</feedburner:origLink></item></channel></rss>
