[indiana-discuss] unable to export my x application displays back to opensolaris deskto
Brett
repudi8or at hotmail.com
Wed May 21 16:28:05 PDT 2008
Ok changing that property didnt work, and has confused me a little
essentially im changing a property on an app that doesnt exist.
-bash-3.2# svccfg -s x11-server listprop | grep options
options application
options/default_depth integer 24
options/server astring /usr/X11/bin/Xorg
options/server_args astring
options/stability astring Evolving
options/value_authorization astring solaris.smf.manage.x11
options/tcp_listen boolean true
-bash-3.2# svccfg list | grep x11
application/x11/x11-server
application/x11/xvnc-inetd
application/x11/xfs
-bash-3.2# svcs -a | grep x11
disabled 17:01:16 svc:/application/x11/xfs:default
disabled 8:40:40 svc:/application/x11/xvnc-inetd:default
-bash-3.2# svcs -a | grep gdm
online 17:01:15 svc:/application/graphical-login/gdm:default
now i assumed (im not really sure how this SHOULD work which is probably half the problem) that gdm was providing X services (and is currently working as x apps tunnel through ssh fine and presents on my desktop) so having a look i find :-
hq5 at OS200805:~$ ps -ef | grep -i x11
root 440 438 0 17:01:16 ? 87:03 /usr/X11/bin/Xorg :0 -depth 24 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten t
hq5 533 438 0 17:02:04 ? 0:00 /usr/bin/ctrun -l child -i none /etc/X11/gdm/Xsession /usr/bin/dtstart jds
hq5 4062 4034 0 09:08:49 pts/7 0:00 grep -i x11
hq5 at OS200805:~$ ps -ef | grep -i gdm
root 440 438 0 17:01:16 ? 87:04 /usr/X11/bin/Xorg :0 -depth 24 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten t
root 433 1 0 17:01:16 ? 0:00 /usr/sbin/gdm-binary
hq5 533 438 0 17:02:04 ? 0:00 /usr/bin/ctrun -l child -i none /etc/X11/gdm/Xsession /usr/bin/dtstart jds
root 438 433 0 17:01:16 ? 0:12 /usr/sbin/gdm-binary
hq5 4066 4034 0 09:09:17 pts/7 0:00 grep -i gdm
I note the ¨-nolisten t¨ (which i presume to be -nolisten tcp) and guess thats what i am trying to defeat to have X listen to all incoming tcp traffic
surely i need to change an option for gdm, not for x11-server which isnt even running
however when i check there seems no options defined :-
-bash-3.2# svccfg -s gdm listprop | grep options
-bash-3.2# svccfg -s gdm listprop
ogl-select_before_gdm2-login dependency
ogl-select_before_gdm2-login/entities fmri svc:/application/opengl/ogl-select
ogl-select_before_gdm2-login/external boolean true
ogl-select_before_gdm2-login/grouping astring optional_all
ogl-select_before_gdm2-login/restart_on astring none
ogl-select_before_gdm2-login/type astring service
filesystem dependency
filesystem/entities fmri svc:/system/filesystem/local
filesystem/grouping astring require_all
filesystem/restart_on astring none
filesystem/type astring service
utmpx dependency
utmpx/entities fmri svc:/system/utmp
utmpx/grouping astring require_all
utmpx/restart_on astring none
utmpx/type astring service
fc-cache dependency
fc-cache/entities fmri svc:/application/font/fc-cache
fc-cache/grouping astring require_all
fc-cache/restart_on astring none
fc-cache/type astring service
general framework
general/action_authorization astring solaris.smf.manage.dt.login
general/entity_stability astring Unstable
start method
start/exec astring /usr/sbin/gdm
start/timeout_seconds count 60
start/type astring method
stop method
stop/exec astring /usr/sbin/gdm-stop
stop/timeout_seconds count 60
stop/type astring method
tm_common_name template
tm_common_name/C ustring "GNOME Display Manager"
tm_man_gdm template
tm_man_gdm/manpath astring /usr/share/man
tm_man_gdm/section astring 1
tm_man_gdm/title astring gdm
-bash-3.2#
Do I need to create that same option for gdm?
--
This message posted from opensolaris.org
More information about the indiana-discuss
mailing list