[Bug 213028] New: Yast2 runlevel editor broken
https://bugzilla.novell.com/show_bug.cgi?id=213028 Summary: Yast2 runlevel editor broken Product: SUSE Linux 10.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mlbauer@gmx.de QAContact: jsrain@novell.com I did some changes on the settings of powersaved (not needed for my desktop system) and deactivated the zmd (not needed, since I use apt for updates). The result was that the dbus daemon has been enabled in the wrong runlevels and I always got a kde error dialog saying "dbusd is not running, you might want to start dbusd" (or similar) I tried to set up the default setting of another Suse 10.1 system but IT IS NOT POSSIBLE to set up the EXACT default runlevel settings. The reasons seems to be some wrong dependency settings. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 martin.lasarsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mlbauer@gmx.de ------- Comment #1 from martin.lasarsch@novell.com 2006-10-19 09:48 MST ------- please attach y2logs, see http://en.opensuse.org/Bugs/YaST -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mlbauer@gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED ------- Comment #2 from mlbauer@gmx.de 2006-10-19 11:06 MST ------- Created an attachment (id=102059) --> (https://bugzilla.novell.com/attachment.cgi?id=102059&action=view) the zipped log directory -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 aj@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |yast2-maintainers@suse.de |screening@forge.provo.novell| |.com | Status|ASSIGNED |NEW -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 locilka@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |bnc-team-screening@forge.provo.novell.com ------- Comment #3 from locilka@novell.com 2006-10-23 08:40 MST ------- This saeems to be a base-system problem. BTW: see http://en.opensuse.org/Bugs:Most_Annoying_Bugs After logging in to KDE, a popup window will inform you that dbus is not running. Just ignore the message - dbus is running Bug #206352 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 ------- Comment #4 from mlbauer@gmx.de 2006-10-24 14:53 MST ------- New infos: The problem is a bit more complicated. I found out that powersaved did not start correctly, its status was "dead". As a consequence haldaemon had status "unused" which explained why usb memory sticks did not work in such a situation. I now removed the powersaved from the boot process, and now the haldaemon has status "running" after booting. dbus is now also "running" after booting and usb memory now works as expected. The syptoms seem to be the same as in https://bugzilla.novell.com/show_bug.cgi?id=206352#c1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |werner@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Critical Status|ASSIGNED |NEEDINFO Info Provider| |mlbauer@gmx.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mlbauer@gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mlbauer@gmx.de AssignedTo|werner@novell.com |bnc-team-screening@forge.provo.novell.com Status|NEEDINFO |NEW Info Provider|mlbauer@gmx.de | ------- Comment #5 from mlbauer@gmx.de 2006-10-25 09:35 MST ------- The problem should be easily reproducable. Just take a default system with all updates and play with the runlevel editor. (I simply deactivated all daemons that seemed unnecessary to me for my desktop system, e.g. powersaved.) You should definitely have a look into the dependencies between the daemons that are specified at the beginning of the startup scripts /etc/rc.d/* where the dependencies are coded, for example powersaved: # Provides: powersaved # Required-Start: $remote_fs dbus haldaemon # Should-Start: $syslog acpid # X-UnitedLinux-Should-Start: $syslog acpid dbus haldaemon # Required-Stop: $remote_fs dbus haldaemon # Should-Stop: $syslog acpid # X-UnitedLinux-Should-Stop: $syslog dbus haldaemon acpid # Default-Start: 2 3 5 # Default-Stop: 0 1 6 If you have a closer look into these scripts you will probably find some inconsistencies that do not allow to set up the default runlevel setting using the runlevel editor. You always end up with settings that differ from the default. I tried to repair the runlevel setup and to restore the default settings using the runlevel editor but this was impossible. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |werner@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 mhorvath@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 werner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|werner@novell.com |bnc-team-screening@forge.provo.novell.com Severity|Critical |Normal Status|ASSIGNED |NEW -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #7 from hmacht@novell.com 2006-11-04 06:46 MST ------- Well, the information in the powersaved init script is obviously wrong. I think it got screwed up because of historical reasons, at least I did not touch it for almost one year. Going to fix it... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #11 from hmacht@novell.com 2006-12-06 06:48 MST ------- Ok, I removed the deprecated the X-United-Linux lines from the initscript in svn. Hopefully this will solve the problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 ------- Comment #12 from ast@novell.com 2007-01-29 02:47 MST ------- released -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=213028 behlert@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com