Re: TuxOnIce-devel Digest, Vol 101, Issue 2

Woody Suwalski <[email protected]> Mon, 30 Sep 2013 08:20:03 -0400
Newsgroups gmane.linux.swsusp.devel
Message-ID <[email protected]>
[email protected] wrote:
> Send TuxOnIce-devel mailing list submissions to
> 	[email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.tuxonice.net/listinfo/tuxonice-devel
> or, via email, send a message with subject or body 'help' to
> 	[email protected]
>
> You can reach the person managing the list at
> 	[email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of TuxOnIce-devel digest..."
>
>
> Today's Topics:
>
>     1. TuxOnIce: No matching enabled allocator found.	Resuming
>        disabled. (Thomas Orgis)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 30 Sep 2013 07:47:31 +0200
> From: Thomas Orgis <[email protected]>
> To: [email protected]
> Subject: [TuxOnIce-devel] TuxOnIce: No matching enabled allocator
> 	found.	Resuming disabled.
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
> trying TOI since a long pause, with kernel 3.10.13, using
> tuxonice-for-linux-head-3.10.0-2013-07-14.patch.bz2 . I get $SUBJECT
> when trying to hibernate using
>
> sh$ echo disk > /sys/power/state
> echo: write error: Device or resource busy
>
> sh$ dmesg
> [  827.652979] TuxOnIce: No matching enabled allocator found. Resuming disabled.
>
> sh$ cat /sys/power/tuxonice/debug_info
> TuxOnIce debugging info:
> - TuxOnIce core  : 3.3
> - Kernel Version : 3.10.13-toi
> - Compiler vers. : 4.6
> - Attempt number : 0
> - Parameters     : 0 667648 0 1 -2 0
> - Overall expected compression percentage: 0.
> - Checksum method is 'md4'.
>    0 pages resaved in atomic copy.
> - Compressor is 'lzo'.
> - Block I/O inactive.
> - Swap Allocator enabled.
>    Swap available for image: 0 pages.
> - No I/O speed stats available.
> - Extra pages    : 0 used/2000.
> - Result         : No hibernation attempts so far.
>
> I am a bit confused. I do use LVM on one dm_crypt volume group. I'm not
> sure if I had TOI working with that before. I know it worked with plain
> LUKS-encrypted partitions before. My swap volume actually only exists
> for TOI (my setup from back when it didn't support anything else); I
> activate it right before suspending and deactivate afterwards. It is
> activated right now. Am I missing some new setting? I'm attaching my
> kernel config to be sure, too.
>
> This most likely is something obvious, some stupid oversight on my
> part, right?
>
>
> Alrighty then,
>
> Thomas
>
>
> PS: Still, the kernel upgrade doesn't help my LAN not getting a carrier
> sometimes unless doing a standby cycle with the cable connected ...
> damn, there were times when Linux used to get better and worked best on
> Thinkpads anyway. But this is the wrong list for _that_.
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: linux-3.10.12.config.bz2
> Type: application/x-bzip
> Size: 19758 bytes
> Desc: not available
> URL: <http://lists.tuxonice.net/pipermail/tuxonice-devel/attachments/20130930/3a4cabc1/attachment.bin>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 198 bytes
> Desc: not available
> URL: <http://lists.tuxonice.net/pipermail/tuxonice-devel/attachments/20130930/3a4cabc1/attachment.sig>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> TuxOnIce-devel mailing list
> [email protected]
> http://lists.tuxonice.net/listinfo/tuxonice-devel
>
> ------------------------------
>
> End of TuxOnIce-devel Digest, Vol 101, Issue 2
> **********************************************

>>> Swap available for image: 0 pages.

Somehow the way you activate swap is not working correctly.
Check 'cat /proc/swaps' to verify...

Woody