<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bootchart/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bootchart/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bootchart/bugs/</id><updated>2013-09-12T07:36:15.042000Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Wishlist: separate bootchart and bootchartd packages</title><link href="https://sourceforge.net/p/bootchart/bugs/11/" rel="alternate"/><published>2013-09-12T07:36:15.042000Z</published><updated>2013-09-12T07:36:15.042000Z</updated><author><name>Matt</name><uri>https://sourceforge.net/u/matt437289/</uri></author><id>https://sourceforge.net641e77906788ab830e6fee4a187b0123a1df7b6f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Dober dan, Ziga and others :-)&lt;/p&gt;
&lt;p&gt;As far as I can tell, the specfile in latest SVN only builds one RPM, containing both bootchart and bootchartd.&lt;/p&gt;
&lt;p&gt;It would be really good if there were two RPM packages: one containing bootchartd alone, which would not depend on Java etc, and the other containing bootchart, with its heavier Java dependencies.&lt;/p&gt;
&lt;p&gt;This would make it much easier to install bootchartd on one machine, and use it to gather boot stats there, then copy the .tgz to another machine with Java installed, and generate the graphs there.&lt;/p&gt;
&lt;p&gt;As far as I can tell, in the current source code, there is already a nice clean separation between the information gathering and the graph generation components. So that existing separation just needs to be reflected in the packages.&lt;/p&gt;
&lt;p&gt;The Debian project similarly ship just one package 'bootchart', containing both bootchart and bootchartd.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>No user control over 'exit' (stop) process names</title><link href="https://sourceforge.net/p/bootchart/bugs/10/" rel="alternate"/><published>2013-09-12T07:16:00.885000Z</published><updated>2013-09-12T07:16:00.885000Z</updated><author><name>Matt</name><uri>https://sourceforge.net/u/matt437289/</uri></author><id>https://sourceforge.nete01e84efb070479f755d8074a189dd54c35098e0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In latest SVN revision at time of writing, the 'exit' (ie stop-logging) process names are open-coded into the bootlogd shell script. This makes it difficult to do what we want to do - measure time to mount a filesystem (which is mounted from rc.local). The host that will run bootchart doesn't run X, so doesn't have GDM etc installed.&lt;/p&gt;
&lt;p&gt;We could work around this by making a shell script named 'gdm-greeter' and running that from rc.local, but I find that really ugly.&lt;/p&gt;
&lt;p&gt;A better way would be to add some new variable(s) to the configuration file, allowing user control over the list of exit process name(s).&lt;br /&gt;
However, I am not yet sure how to make this play nicely with the script's current behaviour, where it 'knows' that if early login is enabled, it should instead look for mingetty, agetty etc.&lt;/p&gt;
&lt;p&gt;I have attached an ugly, untested and incomplete patch to show what I'm thinking.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Bootchart doesn't stop logging in Linux Mint</title><link href="https://sourceforge.net/p/bootchart/bugs/9/" rel="alternate"/><published>2013-01-01T17:58:10Z</published><updated>2013-01-01T17:58:10Z</updated><author><name>Gary Mort</name><uri>https://sourceforge.net/u/garyamort2/</uri></author><id>https://sourceforge.netc607fe26a90ea5ba2cbe33db784cf5b06ffb4f2c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Bootchart never stops executing when running under Linux Mint.  This is because Linux Mint does not use gdm or kdm - it uses mdm&lt;/p&gt;
&lt;p&gt;Adding mdm to line 199 of script/bootchartd will fix the issue.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Use /bin/bash instead of /bin/sh</title><link href="https://sourceforge.net/p/bootchart/bugs/8/" rel="alternate"/><published>2011-12-21T17:52:00Z</published><updated>2011-12-21T17:52:00Z</updated><author><name>Žiga Kranjec</name><uri>https://sourceforge.net/u/userid-1312450/</uri></author><id>https://sourceforge.netfe0adfff60e51df860a353dff2471367ab90cf82</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;bootchartd complains, if /bin/sh is not really bash. I use dash, and it doesn't work...&lt;/p&gt;
&lt;p&gt;Suggest changing interpreter to /bin/bash&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Renderer Crash</title><link href="https://sourceforge.net/p/bootchart/bugs/7/" rel="alternate"/><published>2009-05-12T08:53:48Z</published><updated>2009-05-12T08:53:48Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net94d65fca72d2ddcfe7137b9f8caa632947d32735</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am facing a crash of the renderer with the attached data. This was run on an embedded gentoo for ARM. &lt;br /&gt;
The bootchartd daemon is known to already have worked on another ARM system.&lt;/p&gt;
&lt;p&gt;Parsing bootchart.tgz&lt;br /&gt;
Exception in thread "main" java.lang.NumberFormatException: For input string: "CPU"&lt;br /&gt;
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)&lt;br /&gt;
at java.lang.Integer.parseInt(Integer.java:447)&lt;br /&gt;
at java.lang.Integer.parseInt(Integer.java:497)&lt;br /&gt;
at org.bootchart.parser.linux.ProcPsParser.parseLog(Unknown Source)&lt;br /&gt;
at org.bootchart.Main.render(Unknown Source)&lt;br /&gt;
at org.bootchart.Main.main(Unknown Source)&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>errors in bootchartd</title><link href="https://sourceforge.net/p/bootchart/bugs/6/" rel="alternate"/><published>2009-05-03T18:55:49Z</published><updated>2009-05-03T18:55:49Z</updated><author><name>Heinz Wiesinger</name><uri>https://sourceforge.net/u/ppr-kut/</uri></author><id>https://sourceforge.netda5ed2d0606560a4ff2bc211c6c19031b91b6bba</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When running "bootchartd init" on Slackware-12.2 (current svn-head, r434) I get the following output:&lt;/p&gt;
&lt;p&gt;Starting bootchart logging&lt;br /&gt;
/sbin/bootchartd: line 196: local: can only be used in a function&lt;br /&gt;
/sbin/bootchartd: line 199: local: can only be used in a function&lt;br /&gt;
/sbin/bootchartd: line 201: local: can only be used in a function&lt;br /&gt;
/sbin/bootchartd: line 203: [: : integer expression expected&lt;/p&gt;
&lt;p&gt;it seems to work fine though.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Big endianess support</title><link href="https://sourceforge.net/p/bootchart/bugs/5/" rel="alternate"/><published>2008-11-04T10:09:19Z</published><updated>2008-11-04T10:09:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net199fd3e2e882207387104b29044463daa4b886fe</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;bootchart java account Parser does ignore the byte-order flag.&lt;/p&gt;
&lt;p&gt;I'm add a dirty hack and will post the patch here.&lt;/p&gt;
&lt;p&gt;Perhaps somebody need this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>svg renderer takes forever on long boot times</title><link href="https://sourceforge.net/p/bootchart/bugs/4/" rel="alternate"/><published>2008-11-03T16:54:21Z</published><updated>2008-11-03T16:54:21Z</updated><author><name>Marco Lazzaroni</name><uri>https://sourceforge.net/u/motumboe/</uri></author><id>https://sourceforge.net6acfc4f41fb7422bbab9c14a3ac3d9eda59a38a8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;As in the summary.&lt;br /&gt;
When the boot time is very high (e.g. periodic fsck of a partition), the svg renderer takes hours at 100% CPU, and I end up rebooting because I can't kill it even with a sudo kill -9 (PidNum).&lt;br /&gt;
Cheers&lt;br /&gt;
Marco&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Portability fix for mktemp</title><link href="https://sourceforge.net/p/bootchart/bugs/3/" rel="alternate"/><published>2008-10-02T20:29:11Z</published><updated>2008-10-02T20:29:11Z</updated><author><name>abs</name><uri>https://sourceforge.net/u/absd/</uri></author><id>https://sourceforge.neta9d9d7cbb9a2c436cb0865e184a369dbc1ec82bf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;bootchartd uses:&lt;/p&gt;
&lt;p&gt;mktemp -q -t -d bootchart.XXXXXX&lt;/p&gt;
&lt;p&gt;which on some systems fails due to the -d being taken as an argument to -t. Using:&lt;/p&gt;
&lt;p&gt;mktemp -q -d -t bootchart.XXXXXX&lt;/p&gt;
&lt;p&gt;resolves this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Comments in inittab are not ignored</title><link href="https://sourceforge.net/p/bootchart/bugs/2/" rel="alternate"/><published>2007-10-27T16:55:17Z</published><updated>2007-10-27T16:55:17Z</updated><author><name>lubot</name><uri>https://sourceforge.net/u/lubot/</uri></author><id>https://sourceforge.net737ce6f5690d25c9823d9a00516e1c323c158e6f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Problem:&lt;br /&gt;
If the bootchartd script detects the default init runlevel from inittab, it does not ignore commented lines (e.g. #id:5:initdefault:).&lt;br /&gt;
The coresponding sed line should be changed to ignore commented lines.&lt;/p&gt;
&lt;p&gt;Patch attached.&lt;/p&gt;
&lt;p&gt;Regards&lt;br /&gt;
Sebastian&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>