<?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/"
	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>Comments for A fool on the hill</title>
	<atom:link href="http://nidget.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://nidget.wordpress.com</link>
	<description>sees the world spinning &#039;round</description>
	<lastBuildDate>Fri, 08 Mar 2013 06:28:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by andina</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-75</link>
		<dc:creator><![CDATA[andina]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 06:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-75</guid>
		<description><![CDATA[thanks topcat, will most certainly try this]]></description>
		<content:encoded><![CDATA[<p>thanks topcat, will most certainly try this</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by topcat</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-74</link>
		<dc:creator><![CDATA[topcat]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 22:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-74</guid>
		<description><![CDATA[I had the same frustrating GRUB failure problem with a USB installation but was able to fix it using the tip/workaround provided here: http://forums.debian.net/viewtopic.php?f=17&amp;t=80884

In summary, when you get to the failing GRUB bit of the install, switch to the (braindead) ash shell and run:

for d in dev proc sys; do mount --bind /$d /target/$d; done

Then switch back to the GRUB install and this time it will work (although I had to specify the device in the /dev/xxxx format, not as (xxxx))]]></description>
		<content:encoded><![CDATA[<p>I had the same frustrating GRUB failure problem with a USB installation but was able to fix it using the tip/workaround provided here: <a href="http://forums.debian.net/viewtopic.php?f=17&#038;t=80884" rel="nofollow">http://forums.debian.net/viewtopic.php?f=17&#038;t=80884</a></p>
<p>In summary, when you get to the failing GRUB bit of the install, switch to the (braindead) ash shell and run:</p>
<p>for d in dev proc sys; do mount &#8211;bind /$d /target/$d; done</p>
<p>Then switch back to the GRUB install and this time it will work (although I had to specify the device in the /dev/xxxx format, not as (xxxx))</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by andina</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-73</link>
		<dc:creator><![CDATA[andina]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 12:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-73</guid>
		<description><![CDATA[problem is that the &quot;execute a shell&quot; choice allows to execute some commands in root prompt albeit very restricted ones. For instance you cannot use the ping command nor the grub-install command or the apt command. It is pretty much a useless shell unless I am missing something.]]></description>
		<content:encoded><![CDATA[<p>problem is that the &#8220;execute a shell&#8221; choice allows to execute some commands in root prompt albeit very restricted ones. For instance you cannot use the ping command nor the grub-install command or the apt command. It is pretty much a useless shell unless I am missing something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by nidget</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-72</link>
		<dc:creator><![CDATA[nidget]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 12:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-72</guid>
		<description><![CDATA[I have tried UNetbootin with the standard netinst CD image that I have retrieved from here &quot;http://cdimage.debian.org/debian-cd/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-netinst.iso&quot; and I have managed to get a root prompt in two different ways, either by launching the normal install from the UNetbootin menu and pressing the &#039;escape&#039; key until I get into the menu with all the installation steps - there there is a menu item to launch a root prompt, either (more direct) by selecting &quot;Expert Install&quot; directly from the UNetbootin menu.

I hope this helps you.]]></description>
		<content:encoded><![CDATA[<p>I have tried UNetbootin with the standard netinst CD image that I have retrieved from here &#8220;http://cdimage.debian.org/debian-cd/6.0.7/amd64/iso-cd/debian-6.0.7-amd64-netinst.iso&#8221; and I have managed to get a root prompt in two different ways, either by launching the normal install from the UNetbootin menu and pressing the &#8216;escape&#8217; key until I get into the menu with all the installation steps &#8211; there there is a menu item to launch a root prompt, either (more direct) by selecting &#8220;Expert Install&#8221; directly from the UNetbootin menu.</p>
<p>I hope this helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by andina</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-71</link>
		<dc:creator><![CDATA[andina]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 10:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-71</guid>
		<description><![CDATA[thanks nidget
I have used UNetbootin an MS application which automatically creates a USB netinstaller which definitely does not include any options.Is there any way I can create a USB disk (dont have a dvd rom on my proliant server) for the live debian?]]></description>
		<content:encoded><![CDATA[<p>thanks nidget<br />
I have used UNetbootin an MS application which automatically creates a USB netinstaller which definitely does not include any options.Is there any way I can create a USB disk (dont have a dvd rom on my proliant server) for the live debian?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by nidget</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-70</link>
		<dc:creator><![CDATA[nidget]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 10:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-70</guid>
		<description><![CDATA[Are you using the mini.iso image file? 
If yes, you should see the &quot;Advanced Options&quot; item. 
If not, you can probably do it too from a live Debian distro: http://live.debian.net/]]></description>
		<content:encoded><![CDATA[<p>Are you using the mini.iso image file?<br />
If yes, you should see the &#8220;Advanced Options&#8221; item.<br />
If not, you can probably do it too from a live Debian distro: <a href="http://live.debian.net/" rel="nofollow">http://live.debian.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by andina</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-68</link>
		<dc:creator><![CDATA[andina]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 16:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-68</guid>
		<description><![CDATA[I have tried 10 different attempts to install debian amd64 via a usb netinstaller and I get this lousy bug every single time. However since I have used the USB and not the CD installation media there is no option of ADVANCED OPTIONS at the start of the booting. I have of course failed to install debian now and am at the stage of finish the installation without the boot loader. Any ideas please?]]></description>
		<content:encoded><![CDATA[<p>I have tried 10 different attempts to install debian amd64 via a usb netinstaller and I get this lousy bug every single time. However since I have used the USB and not the CD installation media there is no option of ADVANCED OPTIONS at the start of the booting. I have of course failed to install debian now and am at the stage of finish the installation without the boot loader. Any ideas please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by nidget</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-49</link>
		<dc:creator><![CDATA[nidget]]></dc:creator>
		<pubDate>Fri, 13 Apr 2012 11:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-49</guid>
		<description><![CDATA[The bug is with grub2 only: in Wheezy, like in Squeeze, the Debian installer uses Grub 2. But it&#039;s a newer version (0.97-66) than in Squeeze (0.97-64), hence this bug that is only in Wheezy and not in Squeeze.
Ref:
- http://packages.debian.org/squeeze/grub
- http://packages.debian.org/wheezy/grub]]></description>
		<content:encoded><![CDATA[<p>The bug is with grub2 only: in Wheezy, like in Squeeze, the Debian installer uses Grub 2. But it&#8217;s a newer version (0.97-66) than in Squeeze (0.97-64), hence this bug that is only in Wheezy and not in Squeeze.<br />
Ref:<br />
- <a href="http://packages.debian.org/squeeze/grub" rel="nofollow">http://packages.debian.org/squeeze/grub</a><br />
- <a href="http://packages.debian.org/wheezy/grub" rel="nofollow">http://packages.debian.org/wheezy/grub</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Workaround the Grub installation issue in Debian Wheezy by zenlord911</title>
		<link>http://nidget.wordpress.com/2012/04/10/workaround-the-grub-installation-issue-in-debian-wheezy/#comment-48</link>
		<dc:creator><![CDATA[zenlord911]]></dc:creator>
		<pubDate>Fri, 13 Apr 2012 10:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=513#comment-48</guid>
		<description><![CDATA[I&#039;m a little confused. On debian lenny, &#039;grub&#039; = &#039;grub 2&#039; and not &#039;grub-legacy&#039;. Is this situation the same with debian wheezy, because if it is not, it would suffise to install grub2 in another terminal after the installation has finished but before rebooting.

Anyways, thank you for the work-around.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a little confused. On debian lenny, &#8216;grub&#8217; = &#8216;grub 2&#8242; and not &#8216;grub-legacy&#8217;. Is this situation the same with debian wheezy, because if it is not, it would suffise to install grub2 in another terminal after the installation has finished but before rebooting.</p>
<p>Anyways, thank you for the work-around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to &#8220;OSGIfy&#8221; an Oracle jdbc driver with Spring Roo by prahari</title>
		<link>http://nidget.wordpress.com/2011/07/21/how-to-osgify-an-oracle-jdbc-driver-with-spring-roo/#comment-47</link>
		<dc:creator><![CDATA[prahari]]></dc:creator>
		<pubDate>Sat, 10 Mar 2012 01:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://nidget.wordpress.com/?p=454#comment-47</guid>
		<description><![CDATA[Thank you Matt and rfoskett, 
Your explanation saved me lot of time and frustration. 
I am having problem at the LAST step:     roo database introspect --schema xxx

Here is the error message:

&quot; Unable to get connection from driver: [jcc][t4][10509][13454][4.13.80] Connection to the data server failed. The IBM Data Server for JDBC and SQLJ license was invalid
or was not activated for the DB2 for z/OS subsystem. If you are connecting directly to the data server and using DB2 Connect Unlimited Edition for System z, perform the
activation step by running the activation program in the license activation kit.

If you are using any other edition of DB2 Connect, obtain the license file, db2jcc_license_cisuz.jar, from the license activation kit, and follow the installation
directions to include the license file in the class path. ERRORCODE=-4230, SQLSTATE=42968 &quot;

I installed DB2 client version 9.7.5 and it does not come with db2jcc_license_cisuz.jar anymore as mentioned in :
http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.wn.doc%2Fdoc%2Fc0057378.html

I include the only license file i have: db2jcc_license_cu.jar

and it appears as follows in POM.XML
    
        db2jcc4
        9.7.5
        ${pkgVersion}.0001
        IBM
        
        file:///%DB2_HOME%\java\db2jcc_license_cu.jar
        com/ibm/db2/roo/jdbc
        ${project.name}
    

Did not see any body having this issue on spring forums. Was wondering if you can help

Thanks in advance
prahari]]></description>
		<content:encoded><![CDATA[<p>Thank you Matt and rfoskett,<br />
Your explanation saved me lot of time and frustration.<br />
I am having problem at the LAST step:     roo database introspect &#8211;schema xxx</p>
<p>Here is the error message:</p>
<p>&#8221; Unable to get connection from driver: [jcc][t4][10509][13454][4.13.80] Connection to the data server failed. The IBM Data Server for JDBC and SQLJ license was invalid<br />
or was not activated for the DB2 for z/OS subsystem. If you are connecting directly to the data server and using DB2 Connect Unlimited Edition for System z, perform the<br />
activation step by running the activation program in the license activation kit.</p>
<p>If you are using any other edition of DB2 Connect, obtain the license file, db2jcc_license_cisuz.jar, from the license activation kit, and follow the installation<br />
directions to include the license file in the class path. ERRORCODE=-4230, SQLSTATE=42968 &#8221;</p>
<p>I installed DB2 client version 9.7.5 and it does not come with db2jcc_license_cisuz.jar anymore as mentioned in :<br />
<a href="http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.wn.doc%2Fdoc%2Fc0057378.html" rel="nofollow">http://publib.boulder.ibm.com/infocenter/db2luw/v9r7/index.jsp?topic=%2Fcom.ibm.db2.luw.wn.doc%2Fdoc%2Fc0057378.html</a></p>
<p>I include the only license file i have: db2jcc_license_cu.jar</p>
<p>and it appears as follows in POM.XML</p>
<p>        db2jcc4<br />
        9.7.5<br />
        ${pkgVersion}.0001<br />
        IBM</p>
<p>        file:///%DB2_HOME%\java\db2jcc_license_cu.jar<br />
        com/ibm/db2/roo/jdbc<br />
        ${project.name}</p>
<p>Did not see any body having this issue on spring forums. Was wondering if you can help</p>
<p>Thanks in advance<br />
prahari</p>
]]></content:encoded>
	</item>
</channel>
</rss>
