Mailinglist Archive: opensuse-bugs (4709 mails)
| < Previous | Next > |
[Bug 593646] bootchart2 fills /dev even if it was not used
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 6 Apr 2010 10:53:37 +0000
- Message-id: <20100406105337.CB3DBCC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=593646
http://bugzilla.novell.com/show_bug.cgi?id=593646#c1
Michael Meeks <mmeeks@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
InfoProvider| |ensonic@xxxxxxxxxxxxx
--- Comment #1 from Michael Meeks <mmeeks@xxxxxxxxxx> 2010-04-06 10:53:36 UTC
---
Oh - grief; I had a fix for this - but perhaps it didn't make the package.
That would suck. Of course, it's entirely possible that the fix is not working
too.
Does your /sbin/bootchartd have this in it:
# If we were started during the initrd, -but- we have no
# init=/sbin/bootchartd, then there will be no-one to stop
# the collector will just keep
# running with no-one to stop it, so bail here.
if [ -e $JAIL/started_from_initrd ]; then
if ! grep -q init=/sbin/bootchartd proc/cmdline; then
echo "aborting initrd bootchart setup - init not set."
umount proc
return
fi
fi
Can you try the latest version from git to see if that helps ?
In this case - we should never run the collector I think.
Thanks
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=593646#c1
Michael Meeks <mmeeks@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
InfoProvider| |ensonic@xxxxxxxxxxxxx
--- Comment #1 from Michael Meeks <mmeeks@xxxxxxxxxx> 2010-04-06 10:53:36 UTC
---
Oh - grief; I had a fix for this - but perhaps it didn't make the package.
That would suck. Of course, it's entirely possible that the fix is not working
too.
Does your /sbin/bootchartd have this in it:
# If we were started during the initrd, -but- we have no
# init=/sbin/bootchartd, then there will be no-one to stop
# the collector will just keep
# running with no-one to stop it, so bail here.
if [ -e $JAIL/started_from_initrd ]; then
if ! grep -q init=/sbin/bootchartd proc/cmdline; then
echo "aborting initrd bootchart setup - init not set."
umount proc
return
fi
fi
Can you try the latest version from git to see if that helps ?
In this case - we should never run the collector I think.
Thanks
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |