Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: Gentoo Users List <gentoo-user@l.g.o>
Subject: [gentoo-user] hibernate fails, "s2disk" not found
Date: Wed, 29 Oct 2008 10:16:14
Message-Id: 20081029101556.GA5264@waltdnes.org
1 Before anybody asks, yes, i did check Google. I found a gazillion
2 references to gentoo-wiki.com, which is down and therefore useless to
3 me. First of all, my system...
4
5 [d530][root][~] uname -a
6 Linux d530 2.6.25-gentoo-r8 #1 SMP Tue Oct 28 04:44:53 EDT 2008 i686
7 Genuine Intel(R) CPU 2140 @ 1.60GHz GenuineIntel GNU/Linux
8
9 My /etc/hibernate/hibernate.conf
10
11 [d530][root][~] cat /etc/hibernate/hibernate.conf
12 Verbosity 3
13 Distribution gentoo
14 SaveClock true
15 DisableWriteCacheOn /dev/sda
16 DownInterfaces auto
17 UpInterfaces auto
18 USuspendMethod disk
19
20 From "make menuconfig"
21
22 [*] Power Management support
23 [ ] Legacy Power Management API (DEPRECATED)
24 [ ] Power Management Debug Support
25 [ ] Suspend to RAM and standby
26 [*] Hibernation (aka 'suspend to disk')
27 (/dev/sda6) Default resume partition
28 [*] ACPI (Advanced Configuration and Power Interface) Support --->
29 < > APM (Advanced Power Management) BIOS support --->
30 CPU Frequency scaling --->
31 [ ] CPU idle PM support
32
33 When I try hibernate...
34
35 [d530][root][~] hibernate
36 hibernate: [01] Executing CheckLastResume ...
37 hibernate: [01] Executing CheckRunlevel ...
38 hibernate: [01] Executing LockFileGet ...
39 hibernate: [01] Executing NewKernelFileCheck ...
40 hibernate: [10] Executing EnsureUSuspendCapable ...
41 s2disk not installed.
42 hibernate: EnsureUSuspendCapable refuses to let us continue.
43 hibernate: Aborting.
44 hibernate: [01] Executing NoteLastResume ...
45 hibernate: [01] Executing LockFilePut ...
46
47 Since it's complaining about s2disk not being installed...
48
49 [d530][root][~] emerge -pv s2disk
50
51 These are the packages that would be merged, in order:
52
53 Calculating dependencies |
54 emerge: there are no ebuilds to satisfy "s2disk".
55
56 Now what?
57
58 --
59 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] hibernate fails, "s2disk" not found Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] hibernate fails, "s2disk" not found "Pintér Tibor" <tibyke@××××××.hu>