Comment 1 for bug 1066950

Revision history for this message
Chris Wayne (cwayne) wrote : Re: bootchart not working, bootchart2 also not working

So I was able to eventually get bootchart to create a png and a tar for me. What I had to do was edit line 33 of /etc/init/bootchart.conf. I changed it from:

    if [ -d /dev/.bootchart ]

to

    if [ -d /dev/.bootchart/log ]

As /lib/bootchart/gather was failing, because /dev/.bootchart/log didn't exist for some reason. I don't know if there's an easier way to let users do this, but I'll continue investigating. In the meantime, I'll upload some bootchart info