Hi Everyone -- I'm trying to get Xvnc up and running on a freshly installed (not upgraded) build 130 system and am having problems. I have studied and tried the cookbooks in these forums, and have in /etc/gdm/custom.conf:
[xdmcp] Enable=true [chooser] [security] DisallowTCP=false [debug] I have [root at nat 15:09 ~] svccfg -s x11-server listprop options/tcp_listen options/tcp_listen boolean true and have noticed that Xvnc will not even start up unless I change: [root at nat 15:08 ~] inetadm -m xvnc-inetd user="root" [root at nat 15:09 ~] inetadm -l xvnc-inetd SCOPE NAME=VALUE name="vnc-server" endpoint_type="stream" proto="tcp" isrpc=FALSE wait=FALSE exec="/usr/bin/Xvnc -inetd -query localhost -once securitytypes=none" user="root" default bind_addr="" default bind_fail_max=-1 default bind_fail_interval=-1 default max_con_rate=-1 default max_copies=-1 default con_rate_offline=-1 default failrate_cnt=40 default failrate_interval=60 default inherit_env=TRUE default tcp_trace=FALSE default tcp_wrappers=FALSE default connection_backlog=10 default tcp_keepalive=FALSE Finally, in /etc/services: [root at nat 15:10 ~] grep -n vnc-server /etc/services 144:vnc-server 5900/tcp # VNC Server If I start cold, i.e.: [root at nat 15:13 ~] svcs xvnc-inetd gdm STATE STIME FMRI disabled 15:13:11 svc:/application/graphical-login/gdm:default disabled 15:13:30 svc:/application/x11/xvnc-inetd:default and then enable GDM and Xvnc: [root at nat 15:13 ~] svcadm enable xvnc-inetd gdm [root at nat 15:14 ~] svcs xvnc-inetd gdm STATE STIME FMRI online 15:14:29 svc:/application/graphical-login/gdm:default online 15:14:29 svc:/application/x11/xvnc-inetd:default and then connect with any client to port 5900, I get a 1024x768 blank screen, followed by [root at nat 15:14 ~] svcs xvnc-inetd gdm STATE STIME FMRI online 15:14:29 svc:/application/x11/xvnc-inetd:default online* 15:15:20 svc:/application/graphical-login/gdm:default followed a few moments later by [root at nat 15:15 ~] svcs xvnc-inetd gdm STATE STIME FMRI online 15:14:29 svc:/application/x11/xvnc-inetd:default maintenance 15:16:21 svc:/application/graphical-login/gdm:default The file /var/svc/log/application-graphical-login-gdm:default.log reports that GDM dumped core: [ Dec 29 15:14:29 Enabled. ] [ Dec 29 15:14:29 Executing start method ("/lib/svc/method/svc-gdm start"). ] [ Dec 29 15:14:29 Method "start" exited with status 0. ] [ Dec 29 15:15:20 Stopping because process dumped core. ] [ Dec 29 15:15:20 Executing stop method ("/lib/svc/method/svc-gdm stop"). ] kill: 1468: no such process [ Dec 29 15:15:20 Method "stop" exited with status 0. ] [ Dec 29 15:16:21 Method or service exit timed out. Killing contract 185. ] Is anyone else seeing these problems? I hesitate to file a bug report until someone can tell me definitively that I'm not doing anything stupid. Surely there are plenty of people out there who are running Xvnc and upgrading to build 130 ... ;-) Thanks, John -- This message posted from opensolaris.org