https://bugzilla.novell.com/show_bug.cgi?id=852132 https://bugzilla.novell.com/show_bug.cgi?id=852132#c9 --- Comment #9 from Dr. Werner Fink <werner@suse.com> 2013-12-20 12:56:15 UTC --- AFAICS from source the function manager_shall_kill() in src/login/logind-core.c should return boolean true for user "linux" and this cause that the function manager_start_scope() is called with kill_mode == "control-group" in src/login/logind-session.c in session_start_scope() ... Following manager_start_scope() to src/login/logind-dbus.c shows if (!isempty(kill_mode)) { const char *kill_mode_property = "KillMode"; if (!dbus_message_iter_open_container(&sub, DBUS_TYPE_STRUCT, NULL, &sub2) || !dbus_message_iter_append_basic(&sub2, DBUS_TYPE_STRING, &kill_mode_property) || !dbus_message_iter_open_container(&sub2, DBUS_TYPE_VARIANT, "s", &sub3) || !dbus_message_iter_append_basic(&sub3, DBUS_TYPE_STRING, &kill_mode) || !dbus_message_iter_close_container(&sub2, &sub3) || !dbus_message_iter_close_container(&sub, &sub2)) return log_oom(); -- 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.