https://bugzilla.novell.com/show_bug.cgi?id=804454 https://bugzilla.novell.com/show_bug.cgi?id=804454#c8 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |fehr@suse.com InfoProvider|fehr@suse.com | --- Comment #8 from Thomas Fehr <fehr@suse.com> 2013-04-17 12:38:33 UTC --- How should autoyast know something about correct status of services it installs. Autoyast does not interpret the data a module provides in any way. It simply calls "Import()", "Export()", "Read()" and "Write()" from the modules client. If we decided not to reload/restart services when called from autoyast, I can not see how this can be fixed without putting all knowledge about services dependent on each other into autoyast (which we certainly do not want to do). Would it not be possible for ldap_auto to simply restart nscd service if it is running? Autoyast does a "systemctl isolate default.target" at the end to start all services. Problem seems to be that the service is already running? Why is that the case? Who starts nscd service? I would simply tend to say in such cases final_reboot needs to be set to true. Alternately we can determine if it is possible to prevent in some way that nscd is running at all -- 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.