<?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 Samuel Kroslak's blog</title>
	<atom:link href="http://skroslak.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://skroslak.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 05 Jan 2009 17:57:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Bláznivá jeseň 2008 by bam</title>
		<link>http://skroslak.wordpress.com/2009/01/04/blazniva-jesen-2008/#comment-22</link>
		<dc:creator>bam</dc:creator>
		<pubDate>Mon, 05 Jan 2009 17:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://skroslak.wordpress.com/?p=93#comment-22</guid>
		<description>Máš pravdu, pointou hry je &quot;aj&quot; otázka: Ako sa môže vyrovnaný a čestný človek premeniť na zviera? Avšak netreba vidieť veci krátkozrako a skončiť iba pri fakte: Ako veľmi miloval, tak teraz nenávidel. Ďalšou rovinou výpovede je rasová otázka. Othelo bol Maur. Pochádzal z chudobnej rodiny, všetko čo mal si musel vybojovať sám, úctu, rešpekt, čestnosť. Nemal ľahký život a samozrejme chcel byť ako tí ostatní &quot;biely&quot;. Z tejto podstaty vyplývajú všetky jeho konečné reakcie. 
Píšeš že si pocítil atak žiarlivosti. Prečo si potom nereagoval ako Othelo? Isteže v úplnej podstate v nás žiarlivosť vzniká z pocitu vlastníctva. Niečo chcem mať a nemám to. A nedokážem pripustiť, že by to moje mohol mať niekto iný. Napĺňa ma to bolesťou a hnevom. Každý z nás sa stretol so žiarlivosťou a každý z nás mal rôzne reakcie. Tieto reakcie, to ako vieš žiarlivosť v sebe spracovať, sú ovplyvnené tým čo si v živote prežil. A to je to, k čomu som vás tou otázkou chcela priviesť. Aby ste neskončili iba pri láske ale zamysleli sa nad Othelom a jeho samotným životom.
B.</description>
		<content:encoded><![CDATA[<p>Máš pravdu, pointou hry je &#8220;aj&#8221; otázka: Ako sa môže vyrovnaný a čestný človek premeniť na zviera? Avšak netreba vidieť veci krátkozrako a skončiť iba pri fakte: Ako veľmi miloval, tak teraz nenávidel. Ďalšou rovinou výpovede je rasová otázka. Othelo bol Maur. Pochádzal z chudobnej rodiny, všetko čo mal si musel vybojovať sám, úctu, rešpekt, čestnosť. Nemal ľahký život a samozrejme chcel byť ako tí ostatní &#8220;biely&#8221;. Z tejto podstaty vyplývajú všetky jeho konečné reakcie.<br />
Píšeš že si pocítil atak žiarlivosti. Prečo si potom nereagoval ako Othelo? Isteže v úplnej podstate v nás žiarlivosť vzniká z pocitu vlastníctva. Niečo chcem mať a nemám to. A nedokážem pripustiť, že by to moje mohol mať niekto iný. Napĺňa ma to bolesťou a hnevom. Každý z nás sa stretol so žiarlivosťou a každý z nás mal rôzne reakcie. Tieto reakcie, to ako vieš žiarlivosť v sebe spracovať, sú ovplyvnené tým čo si v živote prežil. A to je to, k čomu som vás tou otázkou chcela priviesť. Aby ste neskončili iba pri láske ale zamysleli sa nad Othelom a jeho samotným životom.<br />
B.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Custom DSDT loading on Toshiba P100/P105 laptops for Ubuntu/Debian by Sem</title>
		<link>http://skroslak.wordpress.com/2008/01/11/custom-dsdt-loading-on-toshiba-p100p105-laptops-for-ubuntudebian/#comment-7</link>
		<dc:creator>Sem</dc:creator>
		<pubDate>Mon, 21 Jan 2008 07:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samopal.eu/?p=12#comment-7</guid>
		<description>Small addition: if you are x64 Ubuntu user you shouldn’t use referred above link (http://www.samopal.eu/blog/myFiles/toshiba_dsdt_kernel_fix.2.6.22-14_2007111300.tar.gz). Instead of this you should correct kernel sources and recompile it. You have to correct “kernel-sources-dir/drivers/acpi/ec.c” open and find place like this:

 if (ACPI_SUCCESS(status)) {
  printk(KERN_INFO PREFIX &quot;EC description table is found, configuring boot EC\n\n&quot;);
  boot_ec-&gt;command_addr = ecdt_ptr-&gt;control.address;
  boot_ec-&gt;data_addr = ecdt_ptr-&gt;data.address;
  boot_ec-&gt;gpe = ecdt_ptr-&gt;gpe;
  boot_ec-&gt;handle = ACPI_ROOT_OBJECT;
 } else {
  printk(KERN_DEBUG PREFIX &quot;Look up EC in DSDT\n&quot;);
  status = acpi_get_devices(ec_device_ids[0].id, ec_parse_device,
      boot_ec, NULL);
  /* Check that acpi_get_devices actually find something */
  if (ACPI_FAILURE(status) &#124;&#124; !boot_ec-&gt;handle)
   goto error;
 }

and comment all this lines. After this recompile your kernel and voila SOUND!</description>
		<content:encoded><![CDATA[<p>Small addition: if you are x64 Ubuntu user you shouldn’t use referred above link (<a href="http://www.samopal.eu/blog/myFiles/toshiba_dsdt_kernel_fix.2.6.22-14_2007111300.tar.gz)" rel="nofollow">http://www.samopal.eu/blog/myFiles/toshiba_dsdt_kernel_fix.2.6.22-14_2007111300.tar.gz)</a>. Instead of this you should correct kernel sources and recompile it. You have to correct “kernel-sources-dir/drivers/acpi/ec.c” open and find place like this:</p>
<p> if (ACPI_SUCCESS(status)) {<br />
  printk(KERN_INFO PREFIX &#8220;EC description table is found, configuring boot EC\n\n&#8221;);<br />
  boot_ec-&gt;command_addr = ecdt_ptr-&gt;control.address;<br />
  boot_ec-&gt;data_addr = ecdt_ptr-&gt;data.address;<br />
  boot_ec-&gt;gpe = ecdt_ptr-&gt;gpe;<br />
  boot_ec-&gt;handle = ACPI_ROOT_OBJECT;<br />
 } else {<br />
  printk(KERN_DEBUG PREFIX &#8220;Look up EC in DSDT\n&#8221;);<br />
  status = acpi_get_devices(ec_device_ids[0].id, ec_parse_device,<br />
      boot_ec, NULL);<br />
  /* Check that acpi_get_devices actually find something */<br />
  if (ACPI_FAILURE(status) || !boot_ec-&gt;handle)<br />
   goto error;<br />
 }</p>
<p>and comment all this lines. After this recompile your kernel and voila SOUND!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Web Start under Linux by samopal</title>
		<link>http://skroslak.wordpress.com/2007/12/12/java-web-start-under-linux-whats-wrong/#comment-6</link>
		<dc:creator>samopal</dc:creator>
		<pubDate>Mon, 14 Jan 2008 19:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samopal.eu/?p=7#comment-6</guid>
		<description>Post modified, problem solved. I think JWS is great idea, I wonder why it is not used more widely.</description>
		<content:encoded><![CDATA[<p>Post modified, problem solved. I think JWS is great idea, I wonder why it is not used more widely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Web Start under Linux by samopal</title>
		<link>http://skroslak.wordpress.com/2007/12/12/java-web-start-under-linux-whats-wrong/#comment-5</link>
		<dc:creator>samopal</dc:creator>
		<pubDate>Sun, 06 Jan 2008 18:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samopal.eu/?p=7#comment-5</guid>
		<description>Thanks for help Niklas,
I didn&#039;t know about enabling console, that does the trick. When I tried to run same JWS app under those OS&#039;s, I had full error message on Windows, but Linux was silent. I will play around with it a little and will edit my post later. I can&#039;t wait until time I can convert all my free work and labs into JWS and post them here one after one.</description>
		<content:encoded><![CDATA[<p>Thanks for help Niklas,<br />
I didn&#8217;t know about enabling console, that does the trick. When I tried to run same JWS app under those OS&#8217;s, I had full error message on Windows, but Linux was silent. I will play around with it a little and will edit my post later. I can&#8217;t wait until time I can convert all my free work and labs into JWS and post them here one after one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Web Start under Linux by Niklas Mehner</title>
		<link>http://skroslak.wordpress.com/2007/12/12/java-web-start-under-linux-whats-wrong/#comment-4</link>
		<dc:creator>Niklas Mehner</dc:creator>
		<pubDate>Sun, 06 Jan 2008 18:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samopal.eu/?p=7#comment-4</guid>
		<description>http://www.raditha.com:443/blog/archives/001094.html

perhaps also execute:
&quot;which jarsigner&quot;
to find out which jarsigner executable is actually used.</description>
		<content:encoded><![CDATA[<p><a href="http://www.raditha.com:443/blog/archives/001094.html" rel="nofollow">http://www.raditha.com:443/blog/archives/001094.html</a></p>
<p>perhaps also execute:<br />
&#8220;which jarsigner&#8221;<br />
to find out which jarsigner executable is actually used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Web Start under Linux by Niklas Mehner</title>
		<link>http://skroslak.wordpress.com/2007/12/12/java-web-start-under-linux-whats-wrong/#comment-3</link>
		<dc:creator>Niklas Mehner</dc:creator>
		<pubDate>Sun, 06 Jan 2008 18:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.samopal.eu/?p=7#comment-3</guid>
		<description>I am signing jars under linux without any problems.

The command for creating the key is:
keytool -genkey -keystore testkeystore -storepass testpass -alias SiebengeissleinTest -keypass testpass -dname &quot;cn=SiebenGeisslein Test, ou=Test, o=siebengeisslein.org, c=DE&quot; -validity 365

To sign the jars I use the ant signjar task:









Not sure what kind of command this task creates.

Have you tried deleting the store and creating it from scratch again?

You seem to use GNU Classpath:
gnu.javax.crypto.keyring.MalformedKeyringException
Perhaps this conflicts with the JDK implementation?
Have you tried removing GNU Classpath from the classpath?

Also I never had any problems with errors that are not being reported. Have you enabled the console?
(Execute &quot;javaws -viewer&quot; and then in the &quot;Extended&quot; tab enable the &quot;Display console&quot; option).</description>
		<content:encoded><![CDATA[<p>I am signing jars under linux without any problems.</p>
<p>The command for creating the key is:<br />
keytool -genkey -keystore testkeystore -storepass testpass -alias SiebengeissleinTest -keypass testpass -dname &#8220;cn=SiebenGeisslein Test, ou=Test, o=siebengeisslein.org, c=DE&#8221; -validity 365</p>
<p>To sign the jars I use the ant signjar task:</p>
<p>Not sure what kind of command this task creates.</p>
<p>Have you tried deleting the store and creating it from scratch again?</p>
<p>You seem to use GNU Classpath:<br />
gnu.javax.crypto.keyring.MalformedKeyringException<br />
Perhaps this conflicts with the JDK implementation?<br />
Have you tried removing GNU Classpath from the classpath?</p>
<p>Also I never had any problems with errors that are not being reported. Have you enabled the console?<br />
(Execute &#8220;javaws -viewer&#8221; and then in the &#8220;Extended&#8221; tab enable the &#8220;Display console&#8221; option).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
