[oi-dev] Partial JDS repo

Hugh Coomes hcoomes at insightbb.com
Mon Dec 3 18:50:56 UTC 2012


On 12/ 2/12 12:27 PM, Nikola M. wrote:
> On 12/ 2/12 09:37 AM, Milan Jurik wrote:
...
> It is great from you!
> I think i can not do much on developing, but I can test and learn.
> 
> I have a question about running GNOME inside the Solaris zone on
> Openindiana.
> I know some people managed to run GNOME within the zone in Opensolaris
> days.
> Maybe that would help to easily test and try multiple GNOME releases on
> same machine with no sweat. (e.g. isolation of different environments
> and testing is great if Zones are used.
>

Great addition to OpenIndiana Development !

DBUS is disabled in non-global zones by the following lines in the
svc:/system/dbus:default start file /var/svc/manifest/system:

if smf_is_nonglobalzone; then
          /usr/sbin/svcadm disable -t svc:/system/dbus
       echo "dbus-daemon cannot be run in non-global zones"
          sleep 5 &
          exit $SMF_EXIT_OK
fi

If you comment these lines out and enable dbus you may be able to run
GNOME.  I have been able to start the tigervnc server and run XFCE in
a non-global zone on oi151a7 but have not tried GNOME.

I do not know what problems may arise with DBUS.  I hope someone with
better knowledge of DBUS and zones will respond to this message.

Hugh




More information about the oi-dev mailing list