http://www.opensolaris.org/os/community/xen/docs/VncLogin.htm How to Set Up VNC You can set up VNC to provide a domU graphical login. 1.Enable sshd tcp port forwarding. 2.Install VNC (this example is tightvnc) Would it be possible to get access to manuals documenting 1,2 in details ? Thanks in advance. This message posted from opensolaris.org
I''ve untared Tightvnc 1.3.9 Unix source on Solaris domU. I am getting known message when running make World :- "language optional software package not installed" Distribution CD obviously doesn''t contain SUNWspro. This message posted from opensolaris.org
File tightvnc-1.3.9_unixsrc.tar.gz from http://www.tightvnc.com/download.html after extracting generates Makefile, referencing everywhere directories specifis for Sun Pro C . Regardless I do have gcc installed , it''s not quite clear for me how should I manage to put gcc in work. This message posted from opensolaris.org
Boris Derzhavets wrote:> I''ve untared Tightvnc 1.3.9 Unix source on Solaris domU. > I am getting known message when running make World :- > "language optional software package not installed" > Distribution CD obviously doesn''t contain SUNWspro.that''s correct. Luckily, you download the compiler for FREE! Go to http://www.sun.com, select "dowload" and there "developer tools" and Sun Studio 12 will be (well, was for me) on the top of the list. good luck and thx for testing this. about your question:> File tightvnc-1.3.9_unixsrc.tar.gz from > http://www.tightvnc.com/download.html > after extracting generates Makefile, referencing everywhere > directories specifis > for Sun Pro C . Regardless I do have gcc installed , it''s not quite > clear for me how should I manage to put gcc in work.perhaps you can show us an example of these directory references ... Michael -- Michael Schuster Sun Microsystems, Inc. recursion, n: see ''recursion''
Hi Boris, We will document VNC installation in the current doc revision cycle extending through mid-October. In the meantime, I suggest visiting http://realvnc.com/, particularly http://realvnc.com/support/getting-started.html#1. Hope this helps, penny Boris Derzhavets wrote:> http://www.opensolaris.org/os/community/xen/docs/VncLogin.htm > > How to Set Up VNC > You can set up VNC to provide a domU graphical login. > > 1.Enable sshd tcp port forwarding. > 2.Install VNC (this example is tightvnc) > > Would it be possible to get access to manuals documenting 1,2 in details ? > Thanks in advance. > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org
Hi Penny, Vnserver install on Linuxes (RHEL 5,Suse 10.2,Debian Etch) is 2 minutes operation. My experience is limited. I couldn''t expect SunStudio 12 to be required for Tightvnc 1.3.9 install. I am not aware of free RealVNC version for Solaris. Thanks. Boris. This message posted from opensolaris.org
Michael, I''ve installed SunStudio 12 on OpenSolaris DomU. Made a fix in installer script: - replaced "i86pc" by "i86xpv", when pl=`uname -i` has beeing checked. After that successfully compiled and installed Tightvnc 1.3.9: -bash-3.00# pwd /opt/vnc/bin -bash-3.00$ ls -l total 5460 -r-xr-xr-x 1 root root 2558320 Sep 25 09:22 Xvnc -rwxr-xr-x 1 root root 100 Sep 25 09:37 Xvnc-1152 -r-xr-xr-x 1 root root 8932 Sep 25 09:16 vncconnect -r-xr-xr-x 1 root root 24892 Sep 25 09:16 vncpasswd -r-xr-xr-x 1 root root 15237 Apr 26 14:57 vncserver -r-xr-xr-x 1 root root 163152 Sep 25 09:16 vncviewer -bash-3.00# Then tried follow :- http://www.opensolaris.org/os/community/xen/docs/VncLogin.htm **************************************************** Except 1. Enable sshd tcp port forwarding **************************************************** Just don''t know how to do it. When attempted ssh connect from linux client , got:- [oracle@ServerYukon ~]$ ssh -g -L5900:127.0.0.1:5900 192.168.0.2 Password: bind: Address already in use Last login: Tue Sep 25 09:49:59 2007 from 192.168.0.25 Sun Microsystems Inc. SunOS 5.11 xen-nv66-2007-06-24 October 2007 -bash-3.00$ Thank you. Boris. This message posted from opensolaris.org
I believe this steps are missed:- 1.Configure the remote Solaris Secure Shell server to allow port forwarding. Change the value of AllowTcpForwarding to yes in the /etc/ssh/sshd_config file. # Port forwarding AllowTcpForwarding yes 2 Restart the Solaris Secure Shell service. remoteHost# svcadm restart network/ssh:default This message posted from opensolaris.org