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.