Re: Where are the config files for the VNC server ?



Hmm. Looks like something is being over-written or not shown in the output
of the "start" option.

Take a look at this:

+ '[' yes = no ']'
+ unset VNCSERVERARGS
+ VNCSERVERS=
+ '[' -f /etc/sysconfig/vncservers ']'
+ . /etc/sysconfig/vncservers
+ prog='VNC server'

What do you have in /etc/sysconfig/vncservers? SuSE has this terrible habit
of hiding things in /etc/sysconfig that no one else in the world uses that
are undocumented and inconsistent with the software author's configuration
and software management tools, and cannot be configured by any of those
terrible YaST tools but have to be edited by hand.

And here:

> + echo -n 'Starting VNC server: '
> Starting VNC server: + ulimit -S -c 0
> + RETVAL=0
> + '[' '!' -d /tmp/.X11-unix ']'
> + '[' 0 -eq 0 ']'
> + success 'vncserver startup'

Where's the actual startup of a VNC service? I don't see it.


.