Re: No VNC services are configured on this machine.
mgh2468,
this is working as designed and is a "problem" that the vnc config file in /etc/xinetd is not writeable to all users. Why it needs to be writeable that you can access in NRM the vnc sessions, I don't know, because it simply should just read the files and not write them, but setting the write permission to that file should fix the "problem".
# chmod 666 /etc/xinetd.d/vnc
But be sure this is no security problem in your environment.
Rainer
|