<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.swsusp.general">
    <title>gmane.linux.swsusp.general</title>
    <link>http://blog.gmane.org/gmane.linux.swsusp.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10054"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10053"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10048"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10047"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10046"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10045"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10044"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10043"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10041"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10037"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10036"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.swsusp.general/10035"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10054">
    <title>Image not present or can't be loaded - suspend toswap file problem</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10054</link>
    <description>&lt;pre&gt;Some help here please. Firstly, my 64-bit nvidia-using laptop
hibernate works without compression, but can't resume when compression
is turned on.

Here's the dmesg - http://pastebin.com/CsXSuesZ
The interesting (to me) lines are as follows:-

TuxOnIce 3.2.1 (http://tuxonice.net)
input: AT Translated Set 2 keyboard as
/devices/platform/i8042/serio0/input/input0
TuxOnIce: Can't translate "/dev/sda7" into a device id yet.
PM: Checking hibernation image partition swap:/dev/sda7:0x1087070
PM: Hibernation image not present or could not be loaded.

After this, the system continues booting as if from a cold boot. This
is the contents of tuxonice.conf (minus the commented lines). lzf or
lzo makes no difference. Both kernel modules have been tried either
within initramfs or compiled into the kernel.

UseTuxOnIce yes
Reboot no
EnableEscape yes
DefaultConsoleLevel 7
Compressor lzo
Encryptor none
SuspendDevice swap:/dev/sda7:0x1087070
ProcSetting extra_pages_allowance 7500
ProcSetting userui_program /usr/sbin/tuxoniceui_text
FullSpeedCPU yes

Any suggestions on what else I should try?
&lt;/pre&gt;</description>
    <dc:creator>Oon-Ee Ng</dc:creator>
    <dc:date>2012-05-07T07:08:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10053">
    <title>Re: crash on resume with md/raid 1</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10053</link>
    <description>&lt;pre&gt;On 1 May 2012, NeilBrown told this:


Ah. Yeah, this is ToI-added, in submit_bio(), and clearly has that
purpose, conditionalized on a variable turned on by the freezer and
turned off in late resume and freeze/resume abort:

if (unlikely(trap_non_toi_io))
BUG_ON(!(bio-&amp;gt;bi_rw &amp;amp; REQ_TOI));

Possible fix below (not tested yet, more places may need REQ_TOI added,
but eating birthday cake comes before compiling kernels :P )

So I bugged you unnecessarily, sorry! (Not that I thought it was your
code at fault anyway, md code is as near bug-free as it's ever been my
pleasure to use, and ToI code is remarkably free of bugs as well. This
was bound to be some unexpected interaction somewhere, and if I'd just
noticed the 'kernel BUG at' line rather than focusing singlemindedly on
the backtrace I'd have spotted it without prompting: I always overlook
that line in BUGs, hiding away up there).


That makes a lot of sense. I remember in 3.2 we tended to get a brief
flicker of RAID reconstruction kicking in before the restore started
(and, obviously, reset md's state to its resumed, non-reconstructing
state). On a RAID-5 or RAID-6 array rather than a RAID-1 array a
magically interrupted restore like that feels extremely risky to me!


No bitmap here.

Possible fix, obviously should apply to the ToI tree not upstream, will
try this evening:

diff --git a/drivers/md/md.c b/drivers/md/md.c
index 74efd50..19cf17b 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -851,7 +851,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void md_super_write(struct mddev *mddev, struct md_rdev *rdev,
 bio-&amp;gt;bi_end_io = super_written;
 
 atomic_inc(&amp;amp;mddev-&amp;gt;pending_writes);
-submit_bio(WRITE_FLUSH_FUA, bio);
+submit_bio(WRITE_FLUSH_FUA | REQ_TOI, bio);
 }
 
 void md_super_wait(struct mddev *mddev)
&lt;/pre&gt;</description>
    <dc:creator>Nix</dc:creator>
    <dc:date>2012-05-01T08:35:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10052">
    <title>Re: crash on resume with md/raid 1</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10052</link>
    <description>&lt;pre&gt;

Presumably the BUG_ON you are hitting is something added by TuxOnIce to
ensure nothing gets written to disk after the snapshot has been taken.  Not
entirely unreasonable I guess.

md is updating the metadata at this point to ensure it is marked as clean.
This probably isn't really needed but is done on a better-safe-than-sorry
basis.

The newer code won't write the md superblock unless it has to, but it looks
like it will write the bitmap metadata unnecessarily.  Maybe that could be
improved.

What exactly is the BUG you are tripping.  Maybe it should really be a
WARN ....
If you make it a WARN, can you then resume successfully?

NeilBrown

_______________________________________________
TuxOnIce-users mailing list
TuxOnIce-users&amp;lt; at &amp;gt;lists.tuxonice.net
http://lists.tuxonice.net/listinfo/tuxonice-users&lt;/pre&gt;</description>
    <dc:creator>NeilBrown</dc:creator>
    <dc:date>2012-05-01T01:20:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10051">
    <title>Re: crash on resume with md/raid 1</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10051</link>
    <description>&lt;pre&gt;On 30 Apr 2012, Matt Graham spake thusly:

Yep. I was using it in 3.2, and it worked :)


md_notify_reboot() has changed completely, in this commit:

commit ed1b69c5592d1fcb4e3151fd5900e22772f22919
Author: NeilBrown &amp;lt;neilb&amp;lt; at &amp;gt;suse.de&amp;gt;
Date:   Mon Mar 19 12:46:37 2012 +1100

    md: don't set md arrays to readonly on shutdown.

    commit c744a65c1e2d59acc54333ce80a5b0702a98010b upstream.

    It seems that with recent kernel, writeback can still be happening
    while shutdown is happening, and consequently data can be written
    after the md reboot notifier switches all arrays to read-only.
    This causes a BUG.

    So don't switch them to read-only - just mark them clean and
    set 'safemode' to '2' which mean that immediately after any
    write the array will be switch back to 'clean'.

    This could result in the shutdown happening when array is marked
    dirty, thus forcing a resync on reboot.  However if you reboot
    without performing a "sync" first, you get to keep both halves.

    This is suitable for any stable kernel (though there might be some
    conflicts with obvious fixes in earlier kernels).

    Signed-off-by: NeilBrown &amp;lt;neilb&amp;lt; at &amp;gt;suse.de&amp;gt;
    Signed-off-by: Greg Kroah-Hartman &amp;lt;gregkh&amp;lt; at &amp;gt;linuxfoundation.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Nix</dc:creator>
    <dc:date>2012-04-30T16:46:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10050">
    <title>Re: crash on resume with md/raid 1</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10050</link>
    <description>&lt;pre&gt;
[snippage]

These symptoms and the stack trace look very similar to some stuff
that I ran into last year with md and tuxonice.  What Nigel came up
with then was a one-line patch in md_notify_reboot() in md.c ,

&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8056,7 +8056,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int md_notify_reboot(struct notifier_block *this,
        struct list_head *tmp;
        mddev_t *mddev;

-       if ((code == SYS_DOWN) || (code == SYS_HALT) || (code ==
SYS_POWER_OFF)) {
+       if (((code == SYS_DOWN) || (code == SYS_HALT) || (code ==
SYS_POWER_OFF)) &amp;amp;&amp;amp; !freezer_state) {
                printk(KERN_INFO "md: stopping all md devices.\n");

...this worked just fine for me and apparently a few other people in
the 3.0 series as well as the 3.2 series.  Original message was on the
tuxonice list 2011-09-14 or thereabouts.  I'm not sure how much has
changed in 3.3 that would make this fail miserably, cause machines to
explode, or anything like that, because I haven't had time to do much
fiddling with 3.3.

&lt;/pre&gt;</description>
    <dc:creator>Matt Graham</dc:creator>
    <dc:date>2012-04-30T16:17:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10049">
    <title>crash on resume with md/raid 1</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10049</link>
    <description>&lt;pre&gt;[Neil: Cc:ed even though this is probably a TuxOnIce problem because I
 figure you might be interested in crashes with md even tangentially
 involved, and it's right at the heart of this one, dancing a folie a
 deux with TuxOnIce]

I see this on suspend with 3.3.4, and a kernel panic on resume (with
nothing logged over the netconsole, just a quintuple pulse of the
keyboard lights and a reboot during atomic copy). I'm using the
3.3-tuxonice branch merged to 3.3.4 because that branch is not at 3.3.4
itself yet. (No merge conflicts.)

I'm not sure what to do about this. We can't stop md until everything is
written, but it is clear that this is too late.

[29422.686424] Initiating a hibernation cycle.
[29455.808465] ------------[ cut here ]------------
[29455.808516] kernel BUG at block/blk-core.c:1703!
[29455.808550] invalid opcode: 0000 [#1] PREEMPT SMP 
[29455.808584] CPU 0 
[29455.808596] Modules linked in: firewire_ohci firewire_core 
[29455.808631] 
[29455.808641] Pid: 17239, comm: hibernate Not tainted 3.3.4-05156-g27b4c53-dirty #1
 System manufacturer System Product Name /P6T 
[29455.808705] RIP: 0010:[&amp;lt;ffffffff8125b27a&amp;gt;] [&amp;lt;ffffffff8125b27a&amp;gt;] submit_bio+0x33/0xf6
[29455.808753] RSP: 0018:ffff8802ba009b48  EFLAGS: 00010246
[29455.808782] RAX: 0000000000000e11 RBX: ffff8803313e8a88 RCX: 0000000000000400
[29455.808820] RDX: 00000000000000a8 RSI: ffff8803313e8a88 RDI: 0000000000000e11
[29455.808859] RBP: ffff8802ba009b98 R08: 0000000000000000 R09: ffff8803313e8a88
[29455.808896] R10: 0000000000000002 R11: ffff880331002800 R12: ffff88032d592c00
[29455.808935] R13: 0000000000000008 R14: ffff8803313e8a88 R15: 0000000000000400
[29455.808973] FS:  00007fd9074fc700(0000) GS:ffff88033fc00000(0000) knlGS:0000000000000000
[29455.809016] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[29455.809047] CR2: 000000000047efa2 CR3: 00000002fa780000 CR4: 00000000000006f0
[29455.809085] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[29455.809123] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[29455.809161] Process hibernate (pid: 17239, threadinfo ffff8802ba008000, task ffff8802cd871670)
[29455.809206] Stack:
[29455.809218]  ffffffff810ee0ba ffff880331002800 ffff88032d592c00 ffff880331002800 
[29455.809264]  ffff88032d592c00 0000000000000008 ffff8803313e8a88 ffff880331002800 
[29455.809309]  ffff88032d592c00 0000000000000008 ffff8802ba009be8 ffffffff81448207 
[29455.809354] Call Trace:
[29455.809443]  [&amp;lt;ffffffff810ee0ba&amp;gt;] ? __lock_page+0x68/0x68
[29455.809475]  [&amp;lt;ffffffff81448207&amp;gt;] md_super_write+0x85/0x94
[29455.809506]  [&amp;lt;ffffffff814485a1&amp;gt;] md_update_sb+0x306/0x46a
[29455.809537]  [&amp;lt;ffffffff81078909&amp;gt;] ? abort_exclusive_wait+0x8e/0x8e
[29455.809572]  [&amp;lt;ffffffff814491db&amp;gt;] __md_stop_writes+0x71/0x75
[29455.809603]  [&amp;lt;ffffffff814492fe&amp;gt;] md_notify_reboot+0x54/0xd7
[29455.809636]  [&amp;lt;ffffffff8107cd67&amp;gt;] notifier_call_chain+0x37/0x63
[29455.809669]  [&amp;lt;ffffffff8107cea2&amp;gt;] __blocking_notifier_call_chain+0x4b/0x60
[29455.809707]  [&amp;lt;ffffffff8107cecb&amp;gt;] blocking_notifier_call_chain+0x14/0x16
[29455.809745]  [&amp;lt;ffffffff8106e901&amp;gt;] kernel_shutdown_prepare+0x28/0x41
[29455.809780]  [&amp;lt;ffffffff8106e92d&amp;gt;] kernel_power_off+0x13/0x4a
[29455.809813]  [&amp;lt;ffffffff81097e1f&amp;gt;] __toi_power_down+0xec/0x130
[29455.809846]  [&amp;lt;ffffffff810980f9&amp;gt;] toi_power_down+0x8b/0x92
[29455.809877]  [&amp;lt;ffffffff810a198c&amp;gt;] ? memory_bm_next_pfn+0x10/0x12
[29455.809911]  [&amp;lt;ffffffff81091dc6&amp;gt;] ? map_ps2_pages+0x15/0x1c
[29455.809942]  [&amp;lt;ffffffff810925e3&amp;gt;] do_toi_step+0x5cf/0x6c0
[29455.809971]  [&amp;lt;ffffffff810929f6&amp;gt;] toi_try_hibernate+0x102/0x13e
[29455.811390]  [&amp;lt;ffffffff810911ea&amp;gt;] toi_main_wrapper+0xe/0x10
[29455.812847]  [&amp;lt;ffffffff81091404&amp;gt;] toi_attr_store+0x208/0x255
[29455.814323]  [&amp;lt;ffffffff8118908c&amp;gt;] sysfs_write_file+0xf4/0x130
[29455.815819]  [&amp;lt;ffffffff8112ed1d&amp;gt;] vfs_write+0xb2/0x142
[29455.817332]  [&amp;lt;ffffffff8112efa7&amp;gt;] sys_write+0x4a/0x71
[29455.818864]  [&amp;lt;ffffffff815a4922&amp;gt;] system_call_fastpath+0x16/0x1b
[29455.820416] Code: 53 48 83 ec 38 66 66 66 66 90 48 63 c7 48 89 f3 8b
                     4e 30 48 0b 46 20 83 3d fb 63 ac 00 00 48 89 46 20
                     74 09 a9 00 00 00 20 75 02 &amp;lt;0f&amp;gt; 0b 48 85 db 0f 84
                     a5 00 00 00 48 83 7b 48 00 0f 84 9a 00 00 
[29455.824196] RIP [&amp;lt;ffffffff8125b27a&amp;gt;] submit_bio+0x33/0xf6
[29455.826089]  RSP &amp;lt;ffff8802ba009b48&amp;gt;
[29455.828023] ---[ end trace f92d5dbe423f8fb7 ]---
[29455.829966] Kernel panic - not syncing: Fatal exception
[29455.831944] panic occurred, switching back to text console
[29455.833944] Rebooting in 5 seconds..

&lt;/pre&gt;</description>
    <dc:creator>Nix</dc:creator>
    <dc:date>2012-04-30T10:29:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10048">
    <title>Re: tuxonice for Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10048</link>
    <description>&lt;pre&gt;Hi Matt,

Matt Price wrote:

Yes, you can remove them. The packages in the PPA install their own 
initramfs scripts and hooks. If it does not work for you, please tell me 
and I can try to add the necessary script/hook to the packages.

Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Schläffer</dc:creator>
    <dc:date>2012-04-29T18:03:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10047">
    <title>Re: tuxonice for Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10047</link>
    <description>&lt;pre&gt;this is great Martin! I haven't used Tuxonice for quite a while, and I
see the PPA now says:

In general, you do NOT need to change any configuration file and you
do NOT need to install the hibernate package. TuxOnIce automatically
determines your swap partition. Just install the 3 packages above and
try to supend and resume ("sudo pm-hibernate" in command line).

Does this mean I should remove the old tuxonice-resume script &amp;amp;
tuxonice-userui hook from /etc/initramfs-tools?  in fact I notice
/etc/initramfs-tools is now completely empty except for
tuxonice-related files I added by hand ages ago -- has it been
completely superseded by new mechanisms?

thanks!
matt
&lt;/pre&gt;</description>
    <dc:creator>Matt Price</dc:creator>
    <dc:date>2012-04-29T13:18:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10046">
    <title>tuxonice  for Ubuntu 12.04</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10046</link>
    <description>&lt;pre&gt;Hi all,

tuxonice is ready for Ubuntu 12.04 (and for many previous versions). 
Simply add the tuxonice PPA:

https://launchpad.net/~tuxonice/+archive/ppa

and install the following 3 packages:

"tuxonice-userui linux-generic-tuxonice linux-headers-generic-tuxonice"

On Ubuntu 12.04 hibernate is disabled by default. Re-enable it as 
follows: https://help.ubuntu.com/12.04/ubuntu-help/power-hibernate.html

It's disabled for the LTS version of Ubuntu, since in-kernel hibernation 
is not reliable enough. We hope this is much better using TuxOnIce!

Martin
&lt;/pre&gt;</description>
    <dc:creator>Martin Schläffer</dc:creator>
    <dc:date>2012-04-29T09:47:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10045">
    <title>Re: merging tuxonice-kernel 3.3 branch with vanilla 3.3.2</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10045</link>
    <description>&lt;pre&gt;Hi.

On 21/04/12 01:17, Damjan wrote:
I'm sorry - I thought my script to get updates was working right, but it 
missed those new versions. I've updated my trees, including doing this 
merge.

Nigel
&lt;/pre&gt;</description>
    <dc:creator>Nigel Cunningham</dc:creator>
    <dc:date>2012-04-20T22:17:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10044">
    <title>Re: After resume I loose the hostname</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10044</link>
    <description>&lt;pre&gt;
After finding out that other people had the same problem and were not 
using TOI, it turned out
it was a problem in dhclient. For some reason it would decide to clear 
the hostname (the scumbag).

Switching to dhcpcd fixed the problem.


--
дамјан
_______________________________________________
TuxOnIce-users mailing list
TuxOnIce-users&amp;lt; at &amp;gt;lists.tuxonice.net
http://lists.tuxonice.net/listinfo/tuxonice-users&lt;/pre&gt;</description>
    <dc:creator>Damjan</dc:creator>
    <dc:date>2012-04-20T15:23:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10043">
    <title>merging tuxonice-kernel 3.3 branch with vanilla3.3.2</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10043</link>
    <description>&lt;pre&gt;Has anyone succeeded in merging the latest 3.3.2 release with the 3.3
branch of tuxonice-kernel?

I get conflicts in

kernel/power/user.c
kernel/kmod.c

which I'm not entirely sure how to fix.


I'm trying to merge two git branches, if that matters.
Haven't tried patches.


&lt;/pre&gt;</description>
    <dc:creator>Damjan</dc:creator>
    <dc:date>2012-04-20T15:17:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10042">
    <title>Re: tuxonice userui fbsplash doesn't show</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10042</link>
    <description>&lt;pre&gt;
Thanks for the hint. I've reordered things in the argument parsing too
and now it works. Here's the patch:

http://paste.pocoo.org/show/579479/


I also had to comment out that "active_ops = NULL" since
handle_params(argc, argv) was setting it.



But, I can't understand the logic when setting next_ops in
common_keypress_handler() and then what does might_switch_ops() do???

Shouldn't common_keypress_handler() call switch_active_ops() directly?

&lt;/pre&gt;</description>
    <dc:creator>Damjan</dc:creator>
    <dc:date>2012-04-11T12:35:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10041">
    <title>Re: tuxonice userui fbsplash doesn't show</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10041</link>
    <description>&lt;pre&gt;
The new tuxoniceui doesn't have two binaries for _text and _fbsplash.
It's all in one /usr/sbin/tuxoniceui

I do add the "-f" argument to enable the fb splash, and I can confirm it
after resume in /sys/power/tuxonice/user_interface/program

Also, when I run the test with "tuxonice -f -t" the graphical splash
doesn't show.


&lt;/pre&gt;</description>
    <dc:creator>Damjan</dc:creator>
    <dc:date>2012-04-11T11:53:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10040">
    <title>Re: tuxonice userui fbsplash doesn't show</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10040</link>
    <description>&lt;pre&gt;Check your common.conf

There should be a line like this:
ProcSetting userui_program /usr/local/sbin/tuxonice_fbsplash ( or wherever your tuxonice_fbsplash is located )

when I want to switch from graphical to text splash I change this line with :

ProcSetting userui_program /usr/local/sbin/tuxoniceui_text ( or wherever your tuxoniceui_text is located )

and I go text

Pierluigi


On Wednesday 11 April 2012, Frédéric Boiteux wrote:


_______________________________________________
TuxOnIce-users mailing list
TuxOnIce-users&amp;lt; at &amp;gt;lists.tuxonice.net
http://lists.tuxonice.net/listinfo/tuxonice-users&lt;/pre&gt;</description>
    <dc:creator>Pierluigi Frullani</dc:creator>
    <dc:date>2012-04-11T11:42:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10039">
    <title>Re: tuxonice userui fbsplash doesn't show</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10039</link>
    <description>&lt;pre&gt;https://github.com/NigelCunningham/Tuxonice-Userui/issues/4

&lt;/pre&gt;</description>
    <dc:creator>Andrey Rahmatullin</dc:creator>
    <dc:date>2012-04-11T11:38:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10038">
    <title>Re: tuxonice userui fbsplash doesn't show</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10038</link>
    <description>&lt;pre&gt;Le mer. 21 mars 2012 21:08:01 CET,
Damjan &amp;lt;gdamjan&amp;lt; at &amp;gt;gmail.com&amp;gt; a écrit :


  I've tried it also, and found a small bug about fbsplash, but didn't
find time to show it... You should look at fbsplash selection, I
remember it's an error with a table index...

Fred.
_______________________________________________
TuxOnIce-users mailing list
TuxOnIce-users&amp;lt; at &amp;gt;lists.tuxonice.net
http://lists.tuxonice.net/listinfo/tuxonice-users&lt;/pre&gt;</description>
    <dc:creator>Frédéric Boiteux</dc:creator>
    <dc:date>2012-04-11T11:21:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10037">
    <title>Re: Acpi events dead after resuming fromhibernation with tuxonice</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10037</link>
    <description>&lt;pre&gt;Thanks man nice to hear that.

Best regards
&lt;/pre&gt;</description>
    <dc:creator>TheSkullBurner</dc:creator>
    <dc:date>2012-04-11T05:39:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10036">
    <title>Re: Acpi events dead after resuming from hibernation with tuxonice</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10036</link>
    <description>&lt;pre&gt;Hi.

On 11/04/12 10:49, SkullBurner wrote:
Thanks for the report; I'm looking into another bug at the moment, and 
will look into this next, Lord willing.

Regards,

Nigel
&lt;/pre&gt;</description>
    <dc:creator>Nigel Cunningham</dc:creator>
    <dc:date>2012-04-11T01:53:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10035">
    <title>Re: Acpi events dead after resuming from hibernation with tuxonice</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10035</link>
    <description>&lt;pre&gt;Hello,
I have now tested hibernation with tuxonice kernels versions 3.0.0-15 and 3.0.0-11 and both behave same as the newest tuxonice kernel version. Tuxonice kernel version 3.0.0-11 was the earliest version I could get from the tuxonice ppa. It seems that this problem is existing in all available tuxonice kernels from the series 3.0.0. Perhaps someone more knowledgeable of tuxonice hibernation implementation should compare the tuxonice modification and kernel stock hibernation method because with stock kernel hibernation method dead ACPI events as I described don't happen.

If there is something else I could do to help to find a solution please let me know.

Best regards!

Am 10.04.2012 09:55, schrieb Martin Schläffer:
&lt;/pre&gt;</description>
    <dc:creator>SkullBurner</dc:creator>
    <dc:date>2012-04-10T22:49:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.swsusp.general/10034">
    <title>Re: Acpi events dead after resuming from hibernation with tuxonice</title>
    <link>http://permalink.gmane.org/gmane.linux.swsusp.general/10034</link>
    <description>&lt;pre&gt;Hi,
I just tried tuxonice kernel version 3.0.0-16 and effects are same as with version 3.0.0-17.

best regards!

Am 10.04.2012 09:55, schrieb Martin Schläffer:
&lt;/pre&gt;</description>
    <dc:creator>SkullBurner</dc:creator>
    <dc:date>2012-04-10T18:54:34</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.swsusp.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.swsusp.general</link>
  </textinput>
</rdf:RDF>

