You are not logged in.
Pages: 1
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
Is this file in it's place? Problem with access, did you try it run with sudo? (or as a root)
Offline
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
http://bugs.archlinux.org/task/11876?st … name=&type
Last edited by mechmg93 (2008-11-01 09:16:09)
Mikes on AUR
Offline
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
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
Pages: 1