Version 1.94 of the hibernate-scripts is out and I guess this version is required for the 2.6.19 patches. I'm not able to use the Filewirter/FileAllocator with suspend2-sources-2.6.19 and hibernate-script-1.93-r6. --- FileAllocator is the active writer, but no filename has been set. File Allocator didn't initialise okay. Suspend2 2.2.9: Initialise modules failed! ---
Kindly review http://bugs.gentoo.org/page.cgi?id=fields.html#bug_severity
Created attachment 104100 [details] hibernate-script-1.94.ebuild Here is an updated ebuild for the hibernate-script version 1.94.
Created attachment 104101 [details] hibernate-script-1.94-patches.tar.bz2 Here is a "new" version of the patch set for the hibernate-script package. Some of the old patches aren't needed anymore and when you want to use the filewriter with the new suspend2 patches you have to change one line in /scriptlets.d/suspend2 hibernate-script-1.94-file_allocator_fix.patch: --- -[ -d "$SWSUSP_ROOT/filewriter/" ] && FILEWRITER_ROOT="$SWSUSP_ROOT/filewriter" +[ -d "$SWSUSP_ROOT/file/" ] && FILEWRITER_ROOT="$SWSUSP_ROOT/file" ---
Created attachment 104102 [details] digest-hibernate-script-1.94
Thanks! Added to portage, some modification, please verify.
Works fine, too. :) Thanks for adding it into portage.
This issue also affects suspend2-sources-2.6.18-r1 which is now stable. While hibernate-script-1.94 is still unstable
No need for 1.94, I worked with 1.93-r6 for a long while.