<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Jason L. Froebe - Tech tips and How Tos for Fellow Techies</title>
	<atom:link href="http://froebe.net/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Having trouble starting ASE 12.5 / 15 on Linux with multiple engines? by Mike Russo</title>
		<link>http://froebe.net/blog/2007/05/04/having-trouble-starting-ase-125-15-on-linux-with-multiple-engines/comment-page-1/#comment-11683</link>
		<dc:creator>Mike Russo</dc:creator>
		<pubDate>Tue, 07 Feb 2012 19:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/2007/05/04/having-trouble-starting-ase-125-15-on-linux-with-multiple-engines/#comment-11683</guid>
		<description>Thanks, but I ALSO had to do:
ulimit -s unlimited
to get multiple engines to start!</description>
		<content:encoded><![CDATA[<p>Thanks, but I ALSO had to do:<br />
ulimit -s unlimited<br />
to get multiple engines to start!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Froebe Family by Don Carlson</title>
		<link>http://froebe.net/blog/froebe-family/comment-page-1/#comment-11681</link>
		<dc:creator>Don Carlson</dc:creator>
		<pubDate>Tue, 07 Feb 2012 05:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/froebe-family/#comment-11681</guid>
		<description>I have been volunteering at the Western Canada Aviation Museum.  I am amazed at the Froebe Helicopter. Those 3 brothers were geniuses.  If they could have had more education just think what they could have done.  I walk past the helicopter on display at WCAM and never stop thinking of the intricate design and that it actually flew.  The blades were extended to 28 feet and that gave them lift of 5 feet of the ground..</description>
		<content:encoded><![CDATA[<p>I have been volunteering at the Western Canada Aviation Museum.  I am amazed at the Froebe Helicopter. Those 3 brothers were geniuses.  If they could have had more education just think what they could have done.  I walk past the helicopter on display at WCAM and never stop thinking of the intricate design and that it actually flew.  The blades were extended to 28 feet and that gave them lift of 5 feet of the ground..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to clean up Oracle archive logs when you don&#8217;t have a RMAN catalog (10g/11g) by Edwin</title>
		<link>http://froebe.net/blog/2009/05/05/how-to-clean-up-oracle-archive-logs-when-you-dont-have-a-rman-catalog-10g11g/comment-page-1/#comment-11629</link>
		<dc:creator>Edwin</dc:creator>
		<pubDate>Tue, 24 Jan 2012 17:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1061#comment-11629</guid>
		<description>EXCELENT !!!!</description>
		<content:encoded><![CDATA[<p>EXCELENT !!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Sybase&#8217;s ODBC driver on Ubuntu Linux for ASE/IQ/Replication Server/SQL Anywhere/etc by How to install Sybase’s ODBC driver on Ubuntu Linux 8.10 for ASE/IQ/Replication Server/SQL Anywhere/etc &#124; The Agile Radar</title>
		<link>http://froebe.net/blog/2009/01/13/how-to-install-sybases-odbc-driver-on-ubuntu-linux-810-for-aseiqreplication-serversql-anywhereetc/comment-page-1/#comment-11600</link>
		<dc:creator>How to install Sybase’s ODBC driver on Ubuntu Linux 8.10 for ASE/IQ/Replication Server/SQL Anywhere/etc &#124; The Agile Radar</dc:creator>
		<pubDate>Mon, 16 Jan 2012 14:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=825#comment-11600</guid>
		<description>[...] someone else in your sphere is solving almost the same problem. Jason posted yesterday about installing ODBC on Ubuntu for Sybase which was one of the challenges we had as part of my previous post about getting Sybase&#039;s ODBC/JDBC [...]</description>
		<content:encoded><![CDATA[<p>[...] someone else in your sphere is solving almost the same problem. Jason posted yesterday about installing ODBC on Ubuntu for Sybase which was one of the challenges we had as part of my previous post about getting Sybase&#039;s ODBC/JDBC [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting &#8220;Xlib: PuTTY X11 proxy: wrong authentication protocol attempted&#8221;?  I have the answer :) by Kyle McBride</title>
		<link>http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/comment-page-2/#comment-11585</link>
		<dc:creator>Kyle McBride</dc:creator>
		<pubDate>Wed, 11 Jan 2012 23:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=755#comment-11585</guid>
		<description>This was fantastic.  Just as a heads up, you can use:

xauth list &#124; while read x ; do sudo xauth add $x ; done

Which will automate the process of adding the information into xauth.  I put it in my .bashrc so when I log in it just simply works.  You might want to add that to the post so other people might benefit it as well.</description>
		<content:encoded><![CDATA[<p>This was fantastic.  Just as a heads up, you can use:</p>
<p>xauth list | while read x ; do sudo xauth add $x ; done</p>
<p>Which will automate the process of adding the information into xauth.  I put it in my .bashrc so when I log in it just simply works.  You might want to add that to the post so other people might benefit it as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to clean up Oracle archive logs when you don&#8217;t have a RMAN catalog (10g/11g) by mario</title>
		<link>http://froebe.net/blog/2009/05/05/how-to-clean-up-oracle-archive-logs-when-you-dont-have-a-rman-catalog-10g11g/comment-page-1/#comment-11556</link>
		<dc:creator>mario</dc:creator>
		<pubDate>Wed, 28 Dec 2011 07:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1061#comment-11556</guid>
		<description>Great !! It&#039;s all i need :)</description>
		<content:encoded><![CDATA[<p>Great !! It&#8217;s all i need <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free Sybase Power Designer 15 Viewer! by mahrokh-sol</title>
		<link>http://froebe.net/blog/2010/02/19/free-sybase-power-designer-15-viewer/comment-page-1/#comment-11530</link>
		<dc:creator>mahrokh-sol</dc:creator>
		<pubDate>Sun, 18 Dec 2011 15:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1215#comment-11530</guid>
		<description>thx for this post :))</description>
		<content:encoded><![CDATA[<p>thx for this post <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Video: Sun/Oracle&#8217;s Netbeans 6.7 and the GlassFish version 3 application server by Edmund</title>
		<link>http://froebe.net/blog/2009/08/17/video-sunoracles-netbeans-6-7-and-the-glassfish-version-3-application-server/comment-page-1/#comment-11479</link>
		<dc:creator>Edmund</dc:creator>
		<pubDate>Sat, 10 Dec 2011 16:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1096#comment-11479</guid>
		<description>Hi guys, im curious about the video you were talking. is there a software that i need to install to view it? or the link is broken? please help.

Edmund
&lt;a href=&quot;http://www.courier-spain.co.uk&quot;&gt;parcels spain&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hi guys, im curious about the video you were talking. is there a software that i need to install to view it? or the link is broken? please help.</p>
<p>Edmund<br />
<a href="http://www.courier-spain.co.uk">parcels spain</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting &#8220;Xlib: PuTTY X11 proxy: wrong authentication protocol attempted&#8221;?  I have the answer :) by Theresa Zamora</title>
		<link>http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/comment-page-2/#comment-11447</link>
		<dc:creator>Theresa Zamora</dc:creator>
		<pubDate>Tue, 06 Dec 2011 11:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=755#comment-11447</guid>
		<description>Thank you very much! It really helped me with my problem.</description>
		<content:encoded><![CDATA[<p>Thank you very much! It really helped me with my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get it here! Perl DBD::Sybase 1.09.01 for Active State Perl 5.10 and 5.8 on Windows XP/Vista/7 32bit by Tom Jenkins</title>
		<link>http://froebe.net/blog/2010/03/09/get-it-here-perl-dbdsybase-1-09-for-active-state-perl-5-10-and-5-8-on-windows-xpvista7-32bit/comment-page-1/#comment-11441</link>
		<dc:creator>Tom Jenkins</dc:creator>
		<pubDate>Mon, 05 Dec 2011 14:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1223#comment-11441</guid>
		<description>Any update?  Thanks!</description>
		<content:encoded><![CDATA[<p>Any update?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using VMware vCenter Converter and getting a SQL_CANTOPEN or similar error by Drew</title>
		<link>http://froebe.net/blog/2010/06/18/using-vmware-vcenter-converter-and-getting-a-sql_cantopen-or-similar-error/comment-page-1/#comment-11439</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 05 Dec 2011 02:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1257#comment-11439</guid>
		<description>Thanks Guys This REALLY helped!</description>
		<content:encoded><![CDATA[<p>Thanks Guys This REALLY helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting &#8220;Xlib: PuTTY X11 proxy: wrong authentication protocol attempted&#8221;?  I have the answer :) by Jason L Froebe</title>
		<link>http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/comment-page-2/#comment-11403</link>
		<dc:creator>Jason L Froebe</dc:creator>
		<pubDate>Mon, 28 Nov 2011 17:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=755#comment-11403</guid>
		<description>pilotHans, check the permissions on the .Xauthority file.  The oracle user needs to own it and have read/write on it (chmod 0600 ~oracle/.Xauthority)</description>
		<content:encoded><![CDATA[<p>pilotHans, check the permissions on the .Xauthority file.  The oracle user needs to own it and have read/write on it (chmod 0600 ~oracle/.Xauthority)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robert Jordan and Brandon Sanderson&#8217;s The Wheel of Time book # 13:  Towers of Midnight by Jason L Froebe</title>
		<link>http://froebe.net/blog/2010/06/14/robert-jordan-and-brandon-sandersons-the-wheel-of-time-book-13-towers-of-midnight/comment-page-1/#comment-11402</link>
		<dc:creator>Jason L Froebe</dc:creator>
		<pubDate>Mon, 28 Nov 2011 16:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1254#comment-11402</guid>
		<description>Sometime in 2012.  Probably mid-2012.</description>
		<content:encoded><![CDATA[<p>Sometime in 2012.  Probably mid-2012.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ﻿Sybase ASE&#8217;s &#8220;lock hashtable size&#8221; is NOT just for Cluster Edition!! by Mark Hughes</title>
		<link>http://froebe.net/blog/2011/01/14/%ef%bb%bfsybase-ases-lock-hashtable-size-is-not-just-for-cluster-edition/comment-page-1/#comment-11389</link>
		<dc:creator>Mark Hughes</dc:creator>
		<pubDate>Fri, 25 Nov 2011 11:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1305#comment-11389</guid>
		<description>I&#039;ve tangled with this parameter in the past. 
We had a busy system which regularly ran large reports taking lots of locks.
Occaisionally these failed and took an age to rollback leaving the system in a degraded state (logfills etc.).
The workaround to the excessively long rollback periods (3rd party app) was to increase &#039;lock hashtable size&#039; to 8192.
We now set this as a default on all our systems to minimise rollback times.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tangled with this parameter in the past.<br />
We had a busy system which regularly ran large reports taking lots of locks.<br />
Occaisionally these failed and took an age to rollback leaving the system in a degraded state (logfills etc.).<br />
The workaround to the excessively long rollback periods (3rd party app) was to increase &#8216;lock hashtable size&#8217; to 8192.<br />
We now set this as a default on all our systems to minimise rollback times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting &#8220;Xlib: PuTTY X11 proxy: wrong authentication protocol attempted&#8221;?  I have the answer :) by pilotHans</title>
		<link>http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/comment-page-2/#comment-11369</link>
		<dc:creator>pilotHans</dc:creator>
		<pubDate>Mon, 21 Nov 2011 07:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=755#comment-11369</guid>
		<description>I&#039;m still having the same problem. If i login .xclock is ok. then if i sudo su - &gt; follow the steps also okay.

problem is if i try su - oracle .then i try same steps i will get 

-bash-3.2$ xauth add XYZ.com/unix:11  MIT-MAGIC-COOKIE-1  2c12495022c0fca1668f4dd662562ceczzz
xauth:  error in locking authority file /home/oracle/.Xauthority
-bash-3.2$ xclock
Xlib: connection to &quot;localhost:11.0&quot; refused by server
Xlib: PuTTY X11 proxy: wrong authorisation protocol attempted
Error: Can&#039;t open display: localhost:11.0

ive been having this problem since last thursay..im getting crazy on this.

please advice

additional info -&gt; 
-bash-3.2$ whoami
oracle
-bash-3.2$ id oracle
uid=8647(oracle) gid=10001(oinstall) groups=10001(oinstall)
-bash-3.2$

thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m still having the same problem. If i login .xclock is ok. then if i sudo su &#8211; &gt; follow the steps also okay.</p>
<p>problem is if i try su &#8211; oracle .then i try same steps i will get </p>
<p>-bash-3.2$ xauth add XYZ.com/unix:11  MIT-MAGIC-COOKIE-1  2c12495022c0fca1668f4dd662562ceczzz<br />
xauth:  error in locking authority file /home/oracle/.Xauthority<br />
-bash-3.2$ xclock<br />
Xlib: connection to &#8220;localhost:11.0&#8243; refused by server<br />
Xlib: PuTTY X11 proxy: wrong authorisation protocol attempted<br />
Error: Can&#8217;t open display: localhost:11.0</p>
<p>ive been having this problem since last thursay..im getting crazy on this.</p>
<p>please advice</p>
<p>additional info -&gt;<br />
-bash-3.2$ whoami<br />
oracle<br />
-bash-3.2$ id oracle<br />
uid=8647(oracle) gid=10001(oinstall) groups=10001(oinstall)<br />
-bash-3.2$</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Robert Jordan and Brandon Sanderson&#8217;s The Wheel of Time book # 13:  Towers of Midnight by Dennis Mattord</title>
		<link>http://froebe.net/blog/2010/06/14/robert-jordan-and-brandon-sandersons-the-wheel-of-time-book-13-towers-of-midnight/comment-page-1/#comment-11360</link>
		<dc:creator>Dennis Mattord</dc:creator>
		<pubDate>Sat, 19 Nov 2011 15:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1254#comment-11360</guid>
		<description>When is the 14th book coming out ?  And will it be much longer to get the last book out ?</description>
		<content:encoded><![CDATA[<p>When is the 14th book coming out ?  And will it be much longer to get the last book out ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting &#8220;Xlib: PuTTY X11 proxy: wrong authentication protocol attempted&#8221;?  I have the answer :) by Juan David</title>
		<link>http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/comment-page-2/#comment-11354</link>
		<dc:creator>Juan David</dc:creator>
		<pubDate>Fri, 18 Nov 2011 14:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=755#comment-11354</guid>
		<description>Owesome! Thanks for this article! Was very useful!</description>
		<content:encoded><![CDATA[<p>Owesome! Thanks for this article! Was very useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Avoid Edgewater Walk Apartments in Tinley Park, IL! by Lisa</title>
		<link>http://froebe.net/blog/2007/10/25/avoid-edgewater-walk-apartments-in-tinley-park-il/comment-page-1/#comment-11338</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 16 Nov 2011 23:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/2007/10/25/avoid-edgewater-walk-apartments-in-tinley-park-il/#comment-11338</guid>
		<description>has anyone had problems with noise?? I recently moved in just last month and recently complained to the current property manager Cheryl and received a snotty attitude and comments indicating disbelief. Someone is allowing their kid to run and jump around. The floor shakes at times. Im thinking about contacting the property management company. Thanks</description>
		<content:encoded><![CDATA[<p>has anyone had problems with noise?? I recently moved in just last month and recently complained to the current property manager Cheryl and received a snotty attitude and comments indicating disbelief. Someone is allowing their kid to run and jump around. The floor shakes at times. Im thinking about contacting the property management company. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting &#8220;Xlib: PuTTY X11 proxy: wrong authentication protocol attempted&#8221;?  I have the answer :) by Dave</title>
		<link>http://froebe.net/blog/2008/11/14/getting-xlib-putty-x11-proxy-wrong-authentication-protocol-attempted-i-have-the-answer/comment-page-2/#comment-11320</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 12 Nov 2011 16:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=755#comment-11320</guid>
		<description>I had also been under the same circumstances. But now, I am locked and loaded &amp; I am pretty hopeful I will get rid of this error and can easily use applications that require X Windows frontend. Thanks a lot for sharing this wonderful post.</description>
		<content:encoded><![CDATA[<p>I had also been under the same circumstances. But now, I am locked and loaded &amp; I am pretty hopeful I will get rid of this error and can easily use applications that require X Windows frontend. Thanks a lot for sharing this wonderful post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Western Digital&#8217;s Firmware 1.04.10 blocks PlayOn Media Server (workaround) by what is playon</title>
		<link>http://froebe.net/blog/2010/11/28/western-digitals-firmware-1-04-10-blocks-playon-media-server-workaround/comment-page-1/#comment-11248</link>
		<dc:creator>what is playon</dc:creator>
		<pubDate>Sat, 29 Oct 2011 04:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1296#comment-11248</guid>
		<description>Just get a Wii Thats how I do it and It saved me a ton of trouble</description>
		<content:encoded><![CDATA[<p>Just get a Wii Thats how I do it and It saved me a ton of trouble</p>
]]></content:encoded>
	</item>
</channel>
</rss>

