You are not logged in.

#1 2008-11-01 00:37:03

markp1989
Member
Registered: 2008-10-05
Posts: 431

help with bootchart

i have installed bootchart, added the init option to my  grub.conf

after reboting,i try to run bootchart-render and i get this error

[mark@markspc /]$ bootchart-render
Unable to access jarfile /usr/share/bootchart/bootchart.jar
[mark@markspc /]$

what can i do to sort this out , thanks


Desktop: E8400@4ghz - DFI Lanparty JR P45-T2RS - 4gb ddr2 800 - 30gb OCZ Vertex - Geforce 8800 GTS - 2*19" LCD
Server/Media Zotac GeForce 9300-ITX I-E - E5200 - 4gb Ram - 2* ecogreen F2 1.5tb - 1* wd green 500gb - PicoPSU 150xt - rtorrent - xbmc - ipazzport remote - 42" LCD

Offline

#2 2008-11-01 08:08:28

drag0nl0rd
Package Maintainer (PM)
From: Czech Republic
Registered: 2007-10-24
Posts: 127
Website

Re: help with bootchart

Is this file in it's place? Problem with access, did you try it run with sudo? (or as a root)

Offline

#3 2008-11-01 09:13:44

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: help with bootchart

Your output should be:

$ bootchart-render
Parsing /var/log/bootchart.tgz
Wrote image: ./bootchart.png

Anyhow, I was able to reproduce the problem by doing:

$ sudo chmod -r /usr/share/bootchart/bootchart.jar
$ bootchart-render
Unable to access jarfile /usr/share/bootchart/bootchart.jar

So it looks like your permissions are not set correctly. So I believe all you need to do is:

$ sudo chmod +r /usr/share/bootchart/bootchart.jar

Which will solve it.

Last edited by Aprz (2008-11-01 09:19:04)

Offline

#4 2008-11-01 09:15:28

mechmg93
Member
From: Greece
Registered: 2007-05-23
Posts: 197

Re: help with bootchart

http://bugs.archlinux.org/task/11876?st … name=&type

Last edited by mechmg93 (2008-11-01 09:16:09)


Mikes on AUR

Offline

#5 2008-11-01 09:29:13

Aprz
Member
From: Newark
Registered: 2008-05-28
Posts: 277

Re: help with bootchart

Well, if you guys don't have /usr/share/bootchart/bootchart.jar, I just uploaded mine at http://www.freewebs.com/aprzepioski/bootchart.jar. I don't know if it would work with my copy, but I don't think it would hurt to try. I think bootchart.jar is just for unpacking /var/log/bootchart.tgz.

Last edited by Aprz (2008-11-01 09:30:46)

Offline

#6 2008-11-01 11:55:02

mechmg93
Member
From: Greece
Registered: 2007-05-23
Posts: 197

Re: help with bootchart

a simpler way is to get the PKGBUILD from abs, install jdk and then makepkg -s.


The package which will be created has the missing file. just pacman -U it.


Mikes on AUR

Offline

Board footer

Powered by FluxBB