bootchart not working
Bug #1066950 reported by
Matt Fischer
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bootchart |
New
|
Undecided
|
Unassigned | ||
ubuntu-nexus7 |
Fix Released
|
Medium
|
Chris Wayne |
Bug Description
This is a placeholder bug for the work mfisch is doing (going to do) to fix bootchart and make it work "out of the box". Once I get back to this, I'll post more details on what's wrong and how I plan to fix it.
summary: |
- stock bootchart not working, bootchart2 also not working + bootchart not working, bootchart2 also not working |
description: | updated |
Changed in newark: | |
assignee: | nobody → Matt Fischer (mfisch) |
Changed in newark: | |
assignee: | Matt Fischer (mfisch) → nobody |
assignee: | nobody → Chris Wayne (cwayne18) |
Changed in ubuntu-nexus7: | |
status: | New → Fix Released |
importance: | Undecided → Medium |
assignee: | nobody → Chris Wayne (cwayne18) |
To post a comment you must log in.
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