[Bug 553840] New: bootchart does not terminate with "manual" runlevel 3
http://bugzilla.novell.com/show_bug.cgi?id=553840 Summary: bootchart does not terminate with "manual" runlevel 3 Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: koenig@linux.de QAContact: qa@suse.de Found By: --- I've installed bootchart with initdefault runlevel 5, that works fine. recently I've booted directly into runlevel 3 (entering "3" in grub boot command line, to test some X11/suspend/powersave problems) and noticed that bootchart does not terminate, because it waits for runlevel 5 to come up... the "temporary" log file at that time was already ~180 Mbytes, and to my surprise there have been 4 bootchart processes running (is this correct?) and 4 "sleep 0.2" processes (sometimes one usleep 200000). it would be nice if bootchart would be able to parse the kernel boot command line and look for the "final" runlevel and then terminate as expected... -- 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=553840 zhu rensheng <rszhu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rszhu@novell.com AssignedTo|bnc-team-screening@forge.pr |coolo@novell.com |ovo.novell.com | -- 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=553840 http://bugzilla.novell.com/show_bug.cgi?id=553840#c Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- 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=553840 http://bugzilla.novell.com/show_bug.cgi?id=553840#c1 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mmeeks@novell.com --- Comment #1 from Stephan Kulow <coolo@novell.com> 2010-02-11 14:10:25 UTC --- Michael, did that improve with bootchart2? the bug here is basically due to my patching and these patches are out now, I would expect it to be FIXED. -- 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=553840 http://bugzilla.novell.com/show_bug.cgi?id=553840#c2 Michael Meeks <mmeeks@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED CC| |mmeeks@novell.com Info Provider|mmeeks@novell.com | Resolution| |FIXED --- Comment #2 from Michael Meeks <mmeeks@novell.com> 2010-02-11 15:06:42 UTC --- Well, we won't run bootchart, unless init=/sbin/bootchartd is set. If you set that, then already we are in some sort of corner case. If you do that to chart run-level 3, then fine, we -should- terminate by process name: # The processes we have to wait for local exit_proc="kdm_greet xterm konsole metacity mutter compiz" .. if [ "x$runlevel" = "x2" -o "x$runlevel" = "x3" -o "$early_login" = "yes" ]; then exit_proc="mingetty agetty rungetty getty" fi Coolo - out of interest, is 'kdm_greet' still the right name for KDE4 ? or do we need to tweak that ? Ultimately we always wait ~20 secs after getting that process, to give context, and allow cropping on render, so ... presuming fixed; testing on my in-use system is hard. -- 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=553840 http://bugzilla.novell.com/show_bug.cgi?id=553840#c3 --- Comment #3 from Stephan Kulow <coolo@novell.com> 2010-02-11 15:28:43 UTC --- I think kdm_greet is still the right one, yes -- 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.
participants (1)
-
bugzilla_noreply@novell.com