Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 201485

Summary: sys-power/hibernate-script-1.97-r3: shouldn't hibernate-cleanup be executed before localmount?
Product: Gentoo Linux Reporter: David Durrleman <dualmoo>
Component: Current packagesAssignee: Alon Bar-Lev (RETIRED) <alonbl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description David Durrleman 2007-12-06 14:19:24 UTC
The hibernate-cleanup rc-script has "after localmount" in its dependencies. However if localmount is run before hibernate-cleanup, the swap partitions containing stale suspend images cannot be swapon'd, so the swap partitions get cleaned but aren't activated.

Thus I think that the dependency should be "before localmount" instead.

Reproducible: Always

Steps to Reproduce:
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2007-12-08 08:00:28 UTC
Thanks!