Hello,<br>
<br>
I would like to tell you that Ubuntu Hoary Hibernation wasn't working on my ADM Duron.<br>
<br>
It showed up the &quot;Schedule while atomic&quot; message and didn't execute the resume.sh script.<br>
<br>
I digged the problem down and found a workaround that I want to share with you.<br>
<br>
The patch is just below. In essence, it just put the hibernation call
on another exclusive bash. That isolates the atomic scheduling problem,
and guarantees the execution of resume script.<br>
Besides this patch, I also needed to add the resume=&lt;my_swap_partition&gt; on grub kernel options.<br>
<br>
I'm not subscriber of this list, so if you want to reach me, please send it privatelly.<br>
<br>
Hope I helped!<br>
<br>
<pre id="comment_text_11">diff -Nur /etc/acpi-orig/hibernate_real.sh /etc/acpi/hibernate_real.sh<br>--- /etc/acpi-orig/hibernate_real.sh 1969-12-31 21:00:00.000000000 -0300<br>+++ /etc/acpi/hibernate_real.sh      2005-08-10 02:36:
45.277671304 -0300<br>@@ -0,0 +1,5 @@<br>+#!/bin/bash<br>+<br>+echo -n $HIBERNATE_MODE &gt;/sys/power/disk<br>+echo -n &quot;disk&quot; &gt;/sys/power/state<br>+<br>diff -Nur /etc/acpi-orig/hibernate.sh /etc/acpi/hibernate.sh
<br>--- /etc/acpi-orig/hibernate.sh      2005-08-10 02:30:23.888651000 -0300<br>+++ /etc/acpi/hibernate.sh   2005-08-10 02:37:00.163408328 -0300<br>@@ -19,7 +19,8 @@<br>   . /usr/share/acpi-support/screenblank<br> fi<br><br>
-echo -n $HIBERNATE_MODE &gt;/sys/power/disk<br>-echo -n &quot;disk&quot; &gt;/sys/power/state<br>+/bin/bash /etc/acpi/hibernate_real.sh &amp;<br>+<br>+sleep 10<br><br> . /etc/acpi/resume.sh</pre>
<br>
P.S.: The sleep 10 could be reduced... I haven't tried, but I think 2 might do the job...<br clear="all"><br>-- <br>Raphael Derosso Pereira<br>icq: 4517421<br>msn: <a href="mailto:rderossopereira@hotmail.com">rderossopereira@hotmail.com
</a><br>Phone: +55 41 3013-3867<br>_____________________<br><br>Turn Information into Productivity<br>_____________________<br><a href="http://www.thyamad.com">http://www.thyamad.com</a><br><a href="http://concis.us">http://concis.us
</a><br><a href="http://thyapi.thyamad.com">http://thyapi.thyamad.com</a><br><a href="http://www.eaccelerator.net">http://www.eaccelerator.net</a>