Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 271583 Details for
Bug 318365
systemd - Replacement for sysvinit with extensive usage of parallelization
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-Fix-bus_manager_handler.txt for systemd-25
0001-Fix-bus_manager_handler.txt (text/plain), 1.71 KB, created by
Pavel Procopiuc
on 2011-04-29 20:32:55 UTC
(
hide
)
Description:
0001-Fix-bus_manager_handler.txt for systemd-25
Filename:
MIME Type:
Creator:
Pavel Procopiuc
Created:
2011-04-29 20:32:55 UTC
Size:
1.71 KB
patch
obsolete
>>From 583ae4427c5ee81682c8a81f92ef18d407b88cd9 Mon Sep 17 00:00:00 2001 >From: Alban Browaeys <prahal@yahoo.com> >Date: Mon, 25 Apr 2011 15:55:43 +0200 >Subject: [PATCH] Fix bus_manager_handler: > >send manager "m" instead of null to bus_manager_append_n_jobs as it >expect the dbus manager as data nowadays. >Fix abort in systemd when calling this handler. >--- > src/dbus-manager.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/src/dbus-manager.c b/src/dbus-manager.c >index 4224afa..9776b0b 100644 >--- a/src/dbus-manager.c >+++ b/src/dbus-manager.c >@@ -381,7 +381,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection, > { "org.freedesktop.systemd1.Manager", "LogLevel", bus_manager_append_log_level, "s", m, bus_manager_set_log_level }, > { "org.freedesktop.systemd1.Manager", "LogTarget", bus_manager_append_log_target, "s", m, bus_manager_set_log_target }, > { "org.freedesktop.systemd1.Manager", "NNames", bus_manager_append_n_names, "u", m }, >- { "org.freedesktop.systemd1.Manager", "NJobs", bus_manager_append_n_jobs, "u", NULL }, >+ { "org.freedesktop.systemd1.Manager", "NJobs", bus_manager_append_n_jobs, "u", m }, > { "org.freedesktop.systemd1.Manager", "NInstalledJobs",bus_property_append_uint32, "u", &m->n_installed_jobs }, > { "org.freedesktop.systemd1.Manager", "NFailedJobs", bus_property_append_uint32, "u", &m->n_failed_jobs }, > { "org.freedesktop.systemd1.Manager", "Progress", bus_manager_append_progress, "d", m }, >-- >1.7.5.rc3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318365
:
230771
|
230773
|
230777
|
230779
|
230887
|
230889
|
231157
|
231305
|
238431
|
241097
|
241099
|
244953
|
244955
|
244957
|
244959
|
256198
|
256199
|
256201
|
256202
|
256203
|
256205
|
256209
|
256319
|
256349
|
256351
|
256352
|
256435
|
256437
|
256439
|
256446
|
256698
|
257917
|
257922
|
270185
|
270187
|
270189
|
270191
| 271583 |
277115
|
277117
|
306293
|
306295
|
306297
|
306299
|
306339
|
306341
|
306343
|
306345