summaryrefslogtreecommitdiffstats
path: root/pyipmitest/ipmi_debug.py
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-29 22:58:51 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-07-10 22:34:50 -0400
commit70852a3850a2c6947d9c1004675213d5a262592c (patch)
tree129f0897c9047cd10984b4307e2238b8d711a7c4 /pyipmitest/ipmi_debug.py
parentfa736499c75aa7b5d15134188c2a3875ec5b2f37 (diff)
downloadtalos-skeleton-70852a3850a2c6947d9c1004675213d5a262592c.tar.gz
talos-skeleton-70852a3850a2c6947d9c1004675213d5a262592c.zip
Defer busname ownership until init complete
Avoid race conditions where applications expecting an object to be present upon recipt of NameOwnerChanged find that the object hasn't been created yet. Change-Id: I4236a3898055a84b00e1eaf37f32e0192b683a0f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'pyipmitest/ipmi_debug.py')
-rw-r--r--pyipmitest/ipmi_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyipmitest/ipmi_debug.py b/pyipmitest/ipmi_debug.py
index 0fc6a86..3e0ea18 100644
--- a/pyipmitest/ipmi_debug.py
+++ b/pyipmitest/ipmi_debug.py
@@ -86,10 +86,10 @@ class ConsoleReader(object):
def main():
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
bus = dbus.SystemBus()
- name = dbus.service.BusName(DBUS_NAME, bus)
obj = IpmiDebug(bus, OBJ_NAME)
mainloop = gobject.MainLoop()
r = ConsoleReader(obj)
+ name = dbus.service.BusName(DBUS_NAME, bus)
print ("Enter IPMI packet as hex values. First three bytes will be used"
"as netfn and cmd.\nlun will be zero.")
OpenPOWER on IntegriCloud