On Sunday, 25 March 2007 21:08, Cédric Boutillier wrote:
> On 3/25/07, Rafael J. Wysocki <[EMAIL PROTECTED]> wrote:
> > Hm, this shouldn't be 0:0 in any case.
> >
> > Can you please post your suspend.conf?
> >
> > Rafael
> >
> Here is the content of the file:
> 
> % cat /etc/uswsusp.conf
> 
> # /etc/uswsusp.conf(8) -- Configuration file for s2disk/s2both
> resume device = /dev/hda3
> image size = 486993182
> RSA key file = /etc/uswsusp.key
> shutdown method = platform

Thanks.

Can you apply the appended patch and see what it prints?

Rafael

---
 suspend.c |    1 +
 1 file changed, 1 insertion(+)

Index: suspend/suspend.c
===================================================================
--- suspend.orig/suspend.c
+++ suspend/suspend.c
@@ -1360,6 +1360,7 @@ int main(int argc, char *argv[])
                goto Close_resume_fd;
        }
 
+       printf("suspend: resume_dev = %ld\n", resume_dev);
        if (set_swap_file(snapshot_fd, resume_dev, resume_offset)) {
                ret = errno;
                fprintf(stderr, "suspend: Could not use the resume device "

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to