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

Re: Bug#339957: badblocks not available to installer



On Mon, Nov 21, 2005 at 09:45:02AM -0800, Sean Jensen-Grey wrote:
> I found partman/partman-ext3/commit.d/format_ext3
> 
> and it looks like partman is called here 
> 
> line 72
>                     if
>                         log-output -t partman --pass-stdout mkfs.ext3 $device $usage >/dev/null
>                     then

No, 'partman' there is just an argument to log-output to tell it how to
tag the log messages. partman is started up in
partman/partman-base/debian/postinst.

> After that I kinda get confused with all the modules. I have never
> seen bash like this before. Do you use a bash debugger?

We don't use bash, but instead busybox's shell implementation; and no,
at least I have never used a shell debugger. 'set -x' works pretty well
for tracing things.

I would expect a patch for this bug to touch
partman/partman-base/parted_server.c at least; that's where all
partman's libparted interaction happens.

-- 
Colin Watson                                       [cjwatson@debian.org]



Reply to: