<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/bootchart/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/bootchart/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 12 Sep 2013 07:36:15 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bootchart/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Wishlist: separate bootchart and bootchartd packages</title><link>https://sourceforge.net/p/bootchart/bugs/11/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt</dc:creator><pubDate>Thu, 12 Sep 2013 07:36:15 -0000</pubDate><guid>https://sourceforge.net641e77906788ab830e6fee4a187b0123a1df7b6f</guid></item><item><title>No user control over 'exit' (stop) process names</title><link>https://sourceforge.net/p/bootchart/bugs/10/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt</dc:creator><pubDate>Thu, 12 Sep 2013 07:16:00 -0000</pubDate><guid>https://sourceforge.nete01e84efb070479f755d8074a189dd54c35098e0</guid></item><item><title>Bootchart doesn't stop logging in Linux Mint</title><link>https://sourceforge.net/p/bootchart/bugs/9/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gary Mort</dc:creator><pubDate>Tue, 01 Jan 2013 17:58:10 -0000</pubDate><guid>https://sourceforge.netc607fe26a90ea5ba2cbe33db784cf5b06ffb4f2c</guid></item><item><title>Use /bin/bash instead of /bin/sh</title><link>https://sourceforge.net/p/bootchart/bugs/8/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Žiga Kranjec</dc:creator><pubDate>Wed, 21 Dec 2011 17:52:00 -0000</pubDate><guid>https://sourceforge.netfe0adfff60e51df860a353dff2471367ab90cf82</guid></item><item><title>Renderer Crash</title><link>https://sourceforge.net/p/bootchart/bugs/7/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 12 May 2009 08:53:48 -0000</pubDate><guid>https://sourceforge.net94d65fca72d2ddcfe7137b9f8caa632947d32735</guid></item><item><title>errors in bootchartd</title><link>https://sourceforge.net/p/bootchart/bugs/6/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Heinz Wiesinger</dc:creator><pubDate>Sun, 03 May 2009 18:55:49 -0000</pubDate><guid>https://sourceforge.netda5ed2d0606560a4ff2bc211c6c19031b91b6bba</guid></item><item><title>Big endianess support</title><link>https://sourceforge.net/p/bootchart/bugs/5/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 04 Nov 2008 10:09:19 -0000</pubDate><guid>https://sourceforge.net199fd3e2e882207387104b29044463daa4b886fe</guid></item><item><title>svg renderer takes forever on long boot times</title><link>https://sourceforge.net/p/bootchart/bugs/4/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Lazzaroni</dc:creator><pubDate>Mon, 03 Nov 2008 16:54:21 -0000</pubDate><guid>https://sourceforge.net6acfc4f41fb7422bbab9c14a3ac3d9eda59a38a8</guid></item><item><title>Portability fix for mktemp</title><link>https://sourceforge.net/p/bootchart/bugs/3/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">abs</dc:creator><pubDate>Thu, 02 Oct 2008 20:29:11 -0000</pubDate><guid>https://sourceforge.neta9d9d7cbb9a2c436cb0865e184a369dbc1ec82bf</guid></item><item><title>Comments in inittab are not ignored</title><link>https://sourceforge.net/p/bootchart/bugs/2/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lubot</dc:creator><pubDate>Sat, 27 Oct 2007 16:55:17 -0000</pubDate><guid>https://sourceforge.net737ce6f5690d25c9823d9a00516e1c323c158e6f</guid></item></channel></rss>