fedora10(x86_64)のGNOME環境でサービス(system-config-services 1.2.6-1)が
ERROR:dbus.proxies:Introspect error on :1.57:/org/fedoraproject/Config/Services/ServiceHerders/SysVServiceHerder: dbus.exceptions.DBusException:
のメッセージを吐いて起動しないのだけど、fedoraのフォーラムを見たら解決策が出ていた。
/etc/dbus-1/system.conf
を以下のように修正
<!-- allow sending valid replies -->
<allow send_requested_reply="true" send_type="method_return"/>
<allow send_requested_reply="true" send_type="error"/>
<allow send_requested_reply="true"/>→追加
修正したら再起動後、サービスが表示されるようになる。
確かにsystem-config-servicesの1.2.4-1には上記の追加の記載があったのだが、updateされた1.2.6-1にはなかった。
試してみると良いです。
このコメント欄の RSS フィード
コメントフォームは現在閉鎖中です。