Jean-Paul:
> Assuming that dbus is required for gnome to work, the following is reported
> in /var/svc/log/system-dbus:default.log:
>
> [ Jun 25 21:14:26 Enabled. ]
> [ Jun 25 21:14:26 Executing start method ("/lib/svc/method/svc-dbus start"). ]
> dbus-daemon cannot be run in non-global zones
> [ Jun 25 21:14:26 Method "start" exited with status 0. ]
> [ Jun 25 21:14:26 Stopping because service disabled. ]
> [ Jun 25 21:14:26 Executing stop method (:kill). ]
>
> Any pointers?
Refer to /lib/svc/method/svc-dbus, the script used for starting the
D-Bus service. The "dbus-daemon cannot be run in non-global zones"
message comes from there. Refer to this bug for more information
about why D-Bus is not started in non-global zones.
http://bugs.opensolaris.org/view_bug.do?bug_id=6466379
Brian