07/11/11 22:52:05 O23C9+SY
>>476
他のサイトにはこのような記述が。
------------------------------------
Here is the fix:
Get rid of the old symlink for the dbus initialization script:
sudo rm /etc/rc2.d/S20dbus
Put the order of dbus before gdm (which is at #13 in the list):
cd /etc/rc2.d/
ln -s ../init.d/dbus S12dbus
------------------------------------
S12dbus以外にS**dbusがあったら削除して、(**は任意の数字)
cd /etc/rc2.d/
ln -s ../init.d/dbus S12dbus
を実行しろということかね