[Bug 580560] Re: bootchart fails to generate .png file

2011-04-11 Thread Alin Andrei
*** This bug is a duplicate of bug 512172 ***
https://bugs.launchpad.net/bugs/512172

This bug still occurs and the work-around by Hernando Torque is applied
by default but doesn't fix this. Using Ubuntu 10.10 32bit.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/580560

Title:
  bootchart fails to generate .png file

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-08-09 Thread quequotion
Isn't it a better idea to mark this as a duplicate rather than invalid?
It is a valid bug, but someone else already posted it making it a
duplicate right?

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-08-09 Thread quequotion
Tom Pino

The bug is not fixed in Ubuntu until Maverick Meerkat (10.10) unless you
can find a backported package.

The instructions posted by Hernando above are the workaround for earlier
versions.

It would be nice if lauchpad had some facility to distinguish
workarounds from fixes and to require that users also recognize the
difference.

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-08-09 Thread quequotion
*** This bug is a duplicate of bug 512172 ***
https://bugs.launchpad.net/bugs/512172

** This bug has been marked a duplicate of bug 512172
   pybootchartgui crashed with ValueError in get_proc_state()

** Changed in: bootchart (Ubuntu)
   Status: Invalid = Confirmed

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-06-24 Thread Tom Pino
This is very interesting.  Marked invalid because it is a known bug.
That bug claims it is fixed.  Good system for getting rid of bugs.

Still doesn't work but the bug is fixed so I guess every thing is great.

I think I will just give up on this bootchart crap.

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-05-20 Thread Hernando Torque
In /usr/lib/pymodules/python2.6/pybootchartgui/draw.py change the line

return RSDTZXW.index(flag) + 1

to

return RSDTZXW.find(flag) + 1

and it should work.

Marking as invalid since it's a known bug in pybootchartgui:
https://bugs.launchpad.net/ubuntu/+source/pybootchartgui/+bug/512172

** Changed in: bootchart (Ubuntu)
   Status: New = Invalid

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-05-20 Thread Stephen Cradock
Thank you, Hernando! Is there any chance that pybootchartgui could be
upgraded so that the change does not have to be made separately by every
user?

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-05-19 Thread cecilpierce
worked with the 32 kernel but seems the 34 killed it !

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-05-18 Thread Tom Pino
This is an ongoing bug that is, at least, in Ubuntu 9.10, 10.04 and
10.10.

I have several similar installations on one drive so the hardware is
identical.  On one bootchart works every time.  On one it never works
even though I have removed or purged it and reinstalled several times.
On the other three it varies between the 2 extremes.

The one I am reporting from is running, so far, 6 .tgz files and 3 .png
files.

This is my terminal output;
parsing 'max-desktop-maverick-20100518-1.tgz'
parsing 'header'
parsing 'proc_stat.log'
parsing 'proc_diskstats.log'
parsing 'proc_ps.log'
warning: no parent for pid '2' with ppid '0'
merged 0 logger processes
pruned 177 process, 0 exploders, 310 threads, and 21 runs
False
Traceback (most recent call last):
  File /usr/bin/pybootchartgui, line 23, in module
sys.exit(main())
  File /usr/lib/pymodules/python2.6/pybootchartgui/main.py, line 137, in main
render()
  File /usr/lib/pymodules/python2.6/pybootchartgui/main.py, line 128, in 
render
batch.render(writer, res, options, filename)
  File /usr/lib/pymodules/python2.6/pybootchartgui/batch.py, line 41, in 
render
draw.render(ctx, options, *res)
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 299, in 
render
draw_process_bar_chart(ctx, proc_tree, times, curr_y + bar_h, w, h)
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 319, in 
draw_process_bar_chart
draw_processes_recursively(ctx, root, proc_tree, y, proc_h, chart_rect)
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 357, in 
draw_processes_recursively
child_x, child_y = draw_processes_recursively(ctx, child, proc_tree, 
next_y, proc_h, rect)
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 357, in 
draw_processes_recursively
child_x, child_y = draw_processes_recursively(ctx, child, proc_tree, 
next_y, proc_h, rect)
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 349, in 
draw_processes_recursively
draw_process_activity_colors(ctx, proc, proc_tree, x, y, w, proc_h, rect)
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 376, in 
draw_process_activity_colors
state = get_proc_state( sample.state )
  File /usr/lib/pymodules/python2.6/pybootchartgui/draw.py, line 105, in 
get_proc_state
return RSDTZXW.index(flag) + 1
ValueError: substring not found

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-05-14 Thread Stephen Cradock

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/48448725/Dependencies.txt

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 580560] Re: bootchart fails to generate .png file

2010-05-14 Thread Stephen Cradock
oops - sorry, this is in maverick testing..

-- 
bootchart fails to generate .png file
https://bugs.launchpad.net/bugs/580560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs