On Sat, 2007-05-05 at 13:57 +0200, Jörg Sommer wrote: > Ziga Mahkovec schrieb am Wed 18. Apr, 13:23 (+0200): > > I don't expect this to be problem. I've tested bootchartd with an > > unmounted /proc and the log_output functions would simply not log > > anything. As soon as /proc becomes available, the functions start > > logging. > > But then you loose the informations until /proc is available. On Debian > these are at least two init scripts.
True, but that is already the case now -- it is not really related to this issue or the proposed patch. The patch would fix the issue with dash, without changing any behavior as far as /proc goes. (Well, actually, bootchartd would start gathering information slightly earlier.) > Yes, if you _use_ an initrd. What about mounting the proc filesystem in > bootchartd? I've checked Debian's init scripts and they are aware of a > mounted procfs—at least, because this _could_ happen on an initrd. I'm reluctant to have bootchartd mount /proc. It just seems too intrusive for a monitoring package. It might work fine on Debian, but there's a host of other distributions that would need to be tested. Of course, feel free to provide a patch for the Debian package that does this. But again, I don't think that's really related to this specific bug. -- Ziga

