Riccardo Magliocchetti

Results 120 comments of Riccardo Magliocchetti

The rules for grub should be both in the man page and in the README

Thanks for reporting. Any chance you can cook a patch?

This is not equivalent, your change adds to the default kernel of your machine bootchartd by default and is not what we want. Also you lost some kernel parameters.

That's a big pull request! thanks for your work. Since github says "This pull request cannot be automatically merged." and you have done a lot of changes without much commit...

That's strange, which bootchart2 / kernel version are you using? Could you please add these lines before the loop: echo `cat /proc/cmdline` >> $TMPFS/kmsg echo "params: $@" >> $TMPFS/kmsg echo...

There weren't changes in bootchartd from 0.14.1 to 0.14.2 so no need to test another version. The relevant bootparam documentation is this paragraph under "The Argument List" chapter: Anything of...

The missing space is not a problem, will try to reproduce here

@maleadt Isn't that what 130d775e230636f2e15cd7f766bec7a84d6b2461 is supposed to do? The kernel matches bootparam(7) manual, see http://lxr.linux.no/#linux+v3.9.4/init/main.c#L232 so AFAIU it's not bootchart2 at fault here. Which kernel do you have?

Note to self, most of the changes discussed there have been applied and only "no parent for pid '2882001' ('redis-server') with ppid '0'" message will be shown with a recent...

What about this? This is only compile tested and break initrd case. http://people.freedesktop.org/~rm/bootchart2/move-wait-boot-to-collector.diff