[JDS] [OpenIndiana Distribution - Bug #1734] problems getting gdm running in non-global zone for vncserver
illumos project
devnull at illumos.org
Fri Jul 5 12:52:14 UTC 2013
Issue #1734 has been updated by Ken Mays.
Assignee changed from Guido Berhörster to OI JDS
----------------------------------------
Bug #1734: problems getting gdm running in non-global zone for vncserver
https://www.illumos.org/issues/1734
Author: Richard PALO
Status: Feedback
Priority: Normal
Assignee: OI JDS
Category: Desktop (JDS)
Target version:
Difficulty: Medium
Tags: needs-triage
getting X forwarding seems to work fine in a non-global zone, but is there a recipe that works to get gdm (or equivalent) working ... in a simple manner enabling vncviewer to a desktop in the non-global zone?
it seems firstly that dbus has a problem (/lib/svc/method/svc-dbus) explicitly disallowing startup in a non global zone
(https://www.illumos.org/issues/1249)
<pre>
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
</pre>
getting over this, then if the other dependencies of gdm are started, fine (gdm still doesn't work)
BTW don't reboot without setting autoboot=false for the zone or the GLOBAL zone will hang bugging out.
Any hints, please...
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the JDS-team
mailing list