> Question: Is there a way of running more than 100 vnc connections to a
> Sun?
>
> On a
> SunOS  5.10 Generic_118822-25 sun4v sparc SUNW,Sun-Fire-T1000
> I run vnc-4_1_1 started by inetd:
> Xvnc_0   stream   tcp nowait root /usr/local/bin/inetd_Xvnc_starter.sh
> inetd_Xvnc_starter.sh
>
> /etc/services:
> Xvnc_0          5900/tcp
>
> The script  /usr/local/bin/inetd_Xvnc_starter.sh
> #!/bin/sh
>
> dt_uname=`uname -n`
> dt_date="`date +%Y.%m.%d`"
> dt_time="`date +%H:%M`"
> dtname="$dt_uname  $dt_date  $dt_time"
> /usr/local/bin/Xvnc -desktop "$dtname" -depth 24 -geometry 1152x900
> -IdleTimeout 1000000 -inetd -query localhost -once securitytypes=none
>
>
>
> Problem:
> ====================================================================
> This gives a limitation of 100 vnc connections.
>
> I have tried to start another Xvnc on 6000 but still the limitation is
> 100 connections.
>
> inetd.conf:
> Xvnc_0   stream   tcp nowait root /usr/local/bin/inetd_Xvnc_starter.sh
> inetd_Xvnc_starter.sh
> Xvnc_1   stream   tcp nowait root /usr/local/bin/inetd_Xvnc_starter.sh
> inetd_Xvnc_starter.sh
>
> /etc/services:
> Xvnc_0          5900/tcp
> Xvnc_1          6000/tcp
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to