Bug 227874
| Summary: | No device/cpu data on some machines | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Rees <drees76> | ||||||||
| Component: | smolt | Assignee: | Mike McGrath <mmcgrath> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | 6 | ||||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | 0.9.2 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2007-03-03 17:38:12 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
David Rees
2007-02-08 18:22:29 UTC
Created attachment 147686 [details]
machine1.txt
Created attachment 147687 [details]
machine2.txt
Created attachment 147688 [details]
machine3.txt
I'm currently in the process of re-writing the dbus bindings for smolt, would you be willing to be a test subject when the time comes? Yep, I can help with any testing you need. I see that smolt-0.8-1.fc6 was released. On one system I got the following stack
trace because messagebus wasn't running:
Traceback (most recent call last):
File "/usr/bin/smoltSendProfile", line 60, in ?
profile = smolt.Hardware()
File "/usr/share/smolt/client/smolt.py", line 158, in __init__
systemBus = dbus.SystemBus()
File "/usr/lib/python2.4/site-packages/dbus/_dbus.py", line 260, in __new__
return Bus.__new__(cls, Bus.TYPE_SYSTEM, use_default_mainloop, private)
File "/usr/lib/python2.4/site-packages/dbus/_dbus.py", line 99, in __new__
bus._connection = dbus_bindings.bus_get(bus_type, private)
File "dbus_bindings.pyx", line 1692, in dbus_bindings.bus_get
dbus_bindings.DBusException: Failed to connect to socket
/var/run/dbus/system_bus_socket: No such file or directory
After I started up messagebus, I got this stack trace:
Introspect error: The name org.freedesktop.Hal was not provided by any .service
files
Traceback (most recent call last):
File "/usr/bin/smoltSendProfile", line 60, in ?
profile = smolt.Hardware()
File "/usr/share/smolt/client/smolt.py", line 160, in __init__
all_dev_lst = mgr.GetAllDevices()
File "/usr/lib/python2.4/site-packages/dbus/proxies.py", line 25, in __call__
ret = self._proxy_method (*args, **keywords)
File "/usr/lib/python2.4/site-packages/dbus/proxies.py", line 102, in __call__
reply_message = self._connection.send_with_reply_and_block(message, timeout)
File "dbus_bindings.pyx", line 455, in
dbus_bindings.Connection.send_with_reply_and_block
dbus_bindings.DBusException: The name org.freedesktop.Hal was not provided by
any .service files
Is hal running? /etc/init.d/haldaemon status I need to add a more graceful error. Much better. I agree, printing a better error message for when messagebus and haldaemon aren't running would be a perfect way to fix this issue. I'm seeing something similar, but slightly different. I get the following error: Send this information to the Smolt server? (y/n) y Transmitting ... Server Message: "Critical: Device Read Failed - 4388|0|None|None|ieee1394|Unknown|None|Unknown (0x001124)" Should be fixed now. |