Your message dated Mon, 31 Mar 2008 17:03:26 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#473588: [hibernate] configuration file is not found 
because of a typo
has caused the Debian Bug report #473588,
regarding [hibernate] configuration file is not found because of a typo
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
473588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473588
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: hibernate
Version: 1.98-1
Severity: grave
Tags: patch

If I run hibernate I get this error message:
 
WARNING: No configuration file found (=/etc/hibernate/hibernate.conf).
This script probably won't do anything.
hibernate: No suitable suspend methods were found on your machine.
hibernate: You need to install a kernel with support for suspending to
hibernate: disk or RAM and reboot, then try again.

Here is a patch to fix the problem:

diff -uprN hibernate-1.98.old/hibernate.sh hibernate-1.98/hibernate.sh
--- hibernate-1.98.old/hibernate.sh     2008-03-30 23:19:49.000000000 +0200
+++ hibernate-1.98/hibernate.sh 2008-03-31 15:07:29.000000000 +0200
@@ -700,7 +700,7 @@ ProcessConfigOption() {
 conffiles_read=
 ReadConfigFile() {
     local option params
-    local file_name; file_name=="$1"
+    local file_name; file_name="$1"
     
     if [ ! -f "${file_name}" ] ; then
        # Search in /etc/hibernate





--- End Message ---
--- Begin Message ---
Version: 1.98.1-1

also sprach Johann Felix Soden <[EMAIL PROTECTED]> [2008.03.31.1517 +0200]:
> If I run hibernate I get this error message:
>  
> WARNING: No configuration file found (=/etc/hibernate/hibernate.conf).
> This script probably won't do anything.
> hibernate: No suitable suspend methods were found on your machine.
> hibernate: You need to install a kernel with support for suspending to
> hibernate: disk or RAM and reboot, then try again.

I am sorry about this and thanks for reporting the problem. I had
uploaded 1.98.1-1 a few minutes later and you should have never seen
1.98-1, but I guess you're just too quick.

-- 
 .''`.   martin f. krafft <[EMAIL PROTECTED]>
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems

Attachment: digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


--- End Message ---

Reply via email to