| Summary: | SystemDUnitUnknownTypeWarning | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | orti1980 <orti1980> |
| Component: | system-config-services | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | lpoetter, nphilipp, walters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-29 16:15:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
orti1980
2013-09-21 09:19:39 UTC
Those messages are actually generated by systemd-config-services. Reassigning. [root@localhost js]# system-config-services
Couldn't acquire connection to systemd. Falling back to legacy SysV scheme.
Traceback (most recent call last):
File "/bin/system-config-services", line 49, in <module>
UIController(use_dbus=use_dbus).run()
File "/usr/lib/python2.7/site-packages/scservices/gui/__init__.py", line 1230, in __init__
self.serviceherders.append(cls(bus=self._bus))
File "/usr/lib/python2.7/site-packages/scservices/dbus/proxy/serviceherders.py", line 62, in __init__
for service_name in self.list_services():
File "<string>", line 2, in list_services
File "/usr/lib/python2.7/site-packages/slip/dbus/polkit.py", line 103, in _enable_proxy
return func(*p, **k)
File "/usr/lib/python2.7/site-packages/scservices/dbus/proxy/serviceherders.py", line 74, in list_services
return self.herder_interface.list_services()
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/slip/dbus/proxies.py", line 50, in __call__
return dbus.proxies._ProxyMethod.__call__(self, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "list_services" with signature "" on interface "org.fedoraproject.Config.Services.ServiceHerder" doesn't exist
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 (In reply to orti1980 from comment #2) > [root@localhost js]# system-config-services > Couldn't acquire connection to systemd. Falling back to legacy SysV scheme. This is actually a different issue, please file a separate bug if the problem still persists, along with a description what you did, how to reproduce it -- it shouldn't really happen that you can't connect to systemd on the system bus. That s-c-services doesn't know about certain types of units is the same as bug #1236419. *** This bug has been marked as a duplicate of bug 1236419 *** |