Results 1 to 10 of 17
Hi
I just installed apt-get hibernate and when my computer shuts down, it will go to a recovery menu.
I have to end up killing the machine
also when I ...
- 07-01-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
Unable To Shutdown Down Properly After Installing Apt-get hibernate
Hi
I just installed apt-get hibernate and when my computer shuts down, it will go to a recovery menu.
I have to end up killing the machine
also when I try to hibernate the machine this error msg will appear:
hibernate:Warning: Tuxonice binary signature file not found.
How should I rectify this error?
- 07-01-2010 #2
- 07-03-2010 #3Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
root@bt:~# hibernate -v2
hibernate:Warning: Tuxonice binary signature file not found.
hibernate: Trying method in suspend2.conf...
hibernate: Trying method in disk.conf...
hibernate: Trying method in ususpend-disk.conf...
hibernate: [01] Executing CheckLastResume ...
hibernate: [01] Executing CheckRunlevel ...
hibernate: [01] Executing LockFileGet ...
hibernate: [01] Executing NewKernelFileCheck ...
hibernate: [10] Executing EnsureUSuspendCapable ...
hibernate: [11] Executing XHacksSuspendHook1 ...
hibernate: [59] Executing RemountXFSBootRO ...
hibernate: [89] Executing SaveKernelModprobe ...
hibernate: [91] Executing ModulesUnloadBlacklist ...
Unloading blacklisted modules listed /etc/hibernate/blacklisted-modules
Unloading blacklisted module forcedeth (and dependencies)
Unloading blacklisted module mac80211 (and dependencies)
Unloading blacklisted module uvcvideo (and dependencies)
hibernate: [95] Executing XHacksSuspendHook2 ...
hibernate: [98] Executing CheckRunlevel ...
hibernate: [99] Executing DoUSuspend ...
hibernate: Running /sbin/s2disk ...
s2disk: Could not stat the resume device file. Reason: No such file or directory
hibernate: [90] Executing ModulesLoad ...
Loading module forcedeth (from auto)...
Loading module ath5k (from auto)...
Loading module mac80211 (from auto)...
Loading module uvcvideo (from auto)...
hibernate: [89] Executing RestoreKernelModprobe ...
hibernate: [85] Executing XHacksResumeHook2 ...
hibernate: [70] Executing ClockRestore ...
hibernate: [59] Executing RemountXFSBootRW ...
hibernate: [11] Executing XHacksResumeHook1 ...
hibernate: [01] Executing NoteLastResume ...
hibernate: [01] Executing LockFilePut ...
Then my screen blacks out for 1 second
- 07-03-2010 #4
"s2disk: Could not stat the resume device file. Reason: No such file or directory"
Please, report:
locate s2disk
- 07-07-2010 #5Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
There is nothing displayed after entering locate s2disk.
It just goes back to the command prompt
- 07-08-2010 #6
you must install uswsusp or:
sudo dpkg-reconfigure uswsusp
Regards
- 07-08-2010 #7Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
This is my new error msg:
root@bt:~# dpkg-reconfigure uswsusp
update-initramfs: Generating /boot/initrd.img-2.6.30.9
cryptsetup: WARNING: found more than one resume device candidate:
/dev/sda6
UUID=6d774574-fd9f-48fa-8607-6c5f86176d12
update-initramfs: Generating /boot/initrd.img-2.6.30.7
Cannot find /lib/modules/2.6.30.7
update-initramfs: failed for /boot/initrd.img-2.6.30.7
update-initramfs: Generating /boot/initrd.img-2.6.29.4
Cannot find /lib/modules/2.6.29.4
update-initramfs: failed for /boot/initrd.img-2.6.29.4
update-initramfs: Generating /boot/initrd.img-2.6.29.3
Cannot find /lib/modules/2.6.29.3
update-initramfs: failed for /boot/initrd.img-2.6.29.3
- 07-08-2010 #8Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
This is the output for fdisk -l
I havent changed anything yet
Device Boot Start End Blocks Id System
/dev/sda1 16104 30401 114848685 5 Extended
/dev/sda2 * 13 16103 129242343 7 HPFS/NTFS
/dev/sda5 16104 29814 110133576 83 Linux
/dev/sda6 29815 30401 4715046 82 Linux swap / Solaris
- 07-08-2010 #9
- 07-10-2010 #10Just Joined!
- Join Date
- Jun 2010
- Posts
- 29
root@bt:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda5
UUID=59c9aae9-9541-4973-a2cc-24c5d56b1895 / ext3 relatime,errors=remount-ro 0 1
# /dev/sda6
UUID=6d774574-fd9f-48fa-8607-6c5f86176d12 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
I dont understand


Reply With Quote