On 22/09/2007, Boris Derzhavets <bderzhavets at yahoo.com> wrote: > There is no active internet connection on the LAN where Solaris domU runs. > I cannot follow advise from > http://www.dme.org/log/2006/07/21/xvnc-with-solaris-on-xen/ > and execute:- > # pkgadd -d http://www.blastwave.org/pkg_get.pkg > # /opt/csw/bin/pkg-get -i vncserver > Would it be possible to download install package for vncserver at some > other location and copy to Linux box running Solaris PVM ? > Please,advise.
Yes, simply download the package file for vncserver here: for Solaris 10: http://www.ibiblio.org/pub/packages/solaris/csw/stable/i386/5.10.1/vncserver-1.2.8,REV=2003.04.27-SunOS5.8-i386-CSW.pkg.gz or for Solaris Express: http://www.ibiblio.org/pub/packages/solaris/csw/stable/i386/5.11/vncserver-1.2.8,REV=2003.04.27-SunOS5.8-i386-CSW.pkg.gz Then install it using pkgadd as root: gunzip 'vncserver-1.2.8,REV=2003.04.27-SunOS5.8-i386-CSW.pkg.gz' pkgadd -d 'vncserver-1.2.8,REV=2003.04.27-SunOS5.8-i386-CSW.pkg' -- Shawn Walker, Software and Systems Analyst binarycrusader at gmail.com - http://binarycrusader.blogspot.com/ "Beware of bugs in the above code; I have only proved it correct, not tried it. " --Donald Knuth
