Bug 104668 - hibernate-script should instruct user to manually install additional utils (vbetool, radeontool, ...)
Bug#: 104668 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: mobile@gentoo.org Reported By: Jochen.Trumpf@anu.edu.au
Component: Applications
URL: 
Summary: hibernate-script should instruct user to manually install additional utils (vbetool, radeontool, ...)
Keywords:  InCVS
Status Whiteboard: 
Opened: 2005-09-02 20:21 0000
Description:   Opened: 2005-09-02 20:21 0000
hibernate-script should runtime depend on vbetool.  
In case the user enables vbetool related stuff in /etc/hibernate/hibernate.conf 
or /etc/hibernate/ram.conf this will silently (except for an entry 
in /var/log/hibernate.log) fail if vbetool has not been emerged.  
Especially in connection with hibernate-ram and framebuffer devices (here  
vesafb on a Dell Inspiron 8600 with nvidia graphics) this leads to problems  
that are extremely hard to diagnose (blank screen after resume). 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Henrik Brix Andersen 2005-09-03 02:16:09 0000 -------
sys-power/hibernate-script can use a lot of external programs - but none of
them
are runtime dependencies, unless the user enables them - in which case they
need
to emerge the programs themselves. Otherwise the dependency list of
hibernate-script would be huge for no good reason.

------- Comment #2 From Jochen Trumpf 2005-09-03 07:12:01 0000 -------
Okay, understand, but how about adding an info text then that alerts the user 
to this fact? It cost me several hours to find the problem (vbetool is enabled 
in the standard config that ships with hibernate-script, it wasn't clear to me 
that it's an external program). 
 

------- Comment #3 From Henrik Brix Andersen 2005-09-03 07:26:51 0000 -------
Good idea.

------- Comment #4 From Henrik Brix Andersen 2005-10-20 06:42:22 0000 -------
Fixed InCVS.