RE: running vnc on solaris 8

2007-02-22 Thread simon butler
actually i figured it out wez. one of the files in the .vnc dir didn't have +x permissions as i'd copied it from another account. thx for getting back to me though! Original Message Follows From: "James Weatherall" <[EMAIL PROTECTED]> To: "'sim

re: running vnc on solaris 8

2007-02-22 Thread simon butler
ok, i had the line wrong in inetd.conf. now i have: vnc stream tcp nowait root /home/local/bin/Xvnc Xvnc -inetd -query localhost -fp tcp/localhost:5901 -once -geometry 1480x980 -depth 24 and in /etc/services i have vnc 5901/tcp i started vncserver: [EMAIL PROTECTED] users/simon 2> vncserve

running vnc on solaris 8

2007-02-21 Thread simon butler
hi all, i need to open a port to enable vnc on my solaris 8 server and i'm having problems with the settings. in /etc/inetd.conf i have: vnc-1480x980x24 stream tcp nowait root /usr/local/bin/vncserver vncserver -inetd -query localhost -fp tcp/localhost:5901 -once - geometry 1480x980 -depth 24