Re: [Suspend-devel] [linux-pm] Dangers of touching disk between suspend and resume

2006-11-30 Thread Daniel Drake
On Thu, 2006-11-30 at 15:00 -0500, Peter Jones wrote: Ugh, no it's not. You really want the UUID on the swap area to remain the same. Why? [not questioning your reasoning, this is coming from someone who knows very little about swap structure and what the UUID is used for] Daniel

[Suspend-devel] Dangers of touching disk between suspend and resume

2006-11-28 Thread Daniel Drake
when the hard disks have failed). Any input appreciated. Thanks! -- Daniel Drake Brontes Technologies, A 3M Company - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Suspend-devel] [linux-pm] Dangers of touching disk between suspend and resume

2006-11-28 Thread Daniel Drake
for the responses, makes sense. I'm happy with having to recreate swap when performing repair tasks like this. -- Daniel Drake Brontes Technologies, A 3M Company - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Suspend-devel] [PATCH] Makefile tweaks

2006-11-28 Thread Daniel Drake
/no rather than defined or not. Here's an updated patch. Daniel From: Daniel Drake [EMAIL PROTECTED] Index: suspend/Makefile === --- suspend.orig/Makefile +++ suspend/Makefile @@ -1,20 +1,17 @@ -#CONFIG_COMPRESS=yes -#CONFIG_ENCRYPT=yes

[Suspend-devel] [PATCH] resume: Print resume device file path if it can't be found

2006-11-28 Thread Daniel Drake
Please consider this small patch, it would have made understanding my first failed attempt at using uswsusp easier. -- Daniel Drake Brontes Technologies, A 3M Company Print resume device file path if it can't be found From: Daniel Drake [EMAIL PROTECTED] Index: suspend/resume.c

[Suspend-devel] [PATCH] Makefile tweaks

2006-11-27 Thread Daniel Drake
with: src_compile() { emake CC=$(tc-getCC) CC_FLAGS= LD_FLAGS= } src_install() { emake install SUSPEND_DIR=/usr/sbin DESTDIR=${D} || die dodoc ChangeLog HOWTO README README.s2ram-whitelist ReleaseNotes TODO } Any packaging style comments welcome. -- Daniel Drake Brontes Technologies, A 3M Company