[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#548148: marked as done (initramfs-tools: add verbose debug output to run_scripts function)



Your message dated Tue, 6 Apr 2010 16:20:14 +0200
with message-id <20100406142014.GC13472@torres.zugschlus.de>
and subject line Re: Bug#548148: initramfs-tools: add verbose debug output to run_scripts function
has caused the Debian Bug report #548148,
regarding initramfs-tools: add verbose debug output to run_scripts function
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 owner@bugs.debian.org
immediately.)


-- 
548148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548148
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.93.4
Severity: wishlist
Tags: patch

Hi,

please consider adding the following obvious patch to
initramfs-tools/scripts/functions:

--- functions.orig      2009-09-24 10:42:11.000000000 +0200
+++ functions   2009-09-24 10:42:13.000000000 +0200
@@ -207,6 +207,9 @@
        [ ! -d ${initdir} ] && return
        get_prereqs
        reduce_prereqs
+       if [ "${verbose}" = "y" ]; then
+               echo "Hook $initdir run list: $runlist"
+       fi
        call_scripts
 }

Unfortunately, this is untested since I couldn't figure out to
actually have the verbose variable set. Giving "verbose" on the kernel
command line doesn't seem to do it.

Greetings
Marc



--- End Message ---
--- Begin Message ---
On Tue, Apr 06, 2010 at 03:52:09AM +0200, maximilian attems wrote:
> hmmm don't get what you want to debug here?

I think that I wanted to debug a hook script which does some
additional magic when mounting a crypto fs.

> thanks for the patience.

Closing the bug as I don't remember any more.

Greetings
Marc

-- 
-----------------------------------------------------------------------------
Marc Haber         | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things."    Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190


--- End Message ---

Reply to: