Operating System - HP-UX
1833744 Members
2461 Online
110063 Solutions
New Discussion

VNC 4.1.2 Installation problem

 
Fernando Boza
Regular Advisor

VNC 4.1.2 Installation problem

I have thi error when install VNC 4.1.2


* Beginning the Install Execution Phase.
* Filesets: 2
* Files: 15
* Kbytes: 5376
* Installing fileset "VNC.server_files,r=4.1.2" (1 of 2).
* Installing fileset "VNC.viewer_files,r=4.1.2" (2 of 2).
NOTE: Checking for xauth... /usr/bin/X11
WARNING: /usr/bin/X11/xauth is not on your path.
NOTE: Checking for perl... [OK]
NOTE: Checking for uname... [OK]
WARNING: /dev/urandom not found or not readable.
VNC will run without this, but security will be weakened.
WARNING: The "postinstall" script for "VNC" had a warning (exit code
"2"). The script location was
"/var/tmp/BAAa04873/catalog/VNC/pfiles/postinstall".
* This script had warnings but the execution of this product
will still proceed. Check the above output from the script
for further details.
* Running install clean command /usr/lbin/sw/install_clean.
NOTE: tlinstall is searching filesystem - please be patient
NOTE: Successfully completed

* Beginning the Configure Execution Phase.

* Summary of Execution Phase:
* 2 of 2 filesets had no Errors or Warnings.
WARNING: The Execution Phase had warnings. See the above output for
details.
3 REPLIES 3
Khairy
Esteemed Contributor

Re: VNC 4.1.2 Installation problem

hi,

Its clearly it cannot find xauth in PATH and krng most probably not installed in system.

1) download krng from here and install it :
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=KRNG11I

2) include /usr/bin/X11/xauth in your path before begin with VNC installation
# PATH=$PATH:/usr/bin/X11/xauth
# export PATH

Confirm new path include /usr/bin/X11/xauth
# echo $PATH

You may include this path declaration in .profile or in /etc/PATH.

3) Begin vnc installation again.

ps: would appreciate if you could assign some points if this answer yr question, thanks!
Fernando Boza
Regular Advisor

Re: VNC 4.1.2 Installation problem

I installed the krng and include /usr/bin/X11/xauth in path
But, the result is the same:


* Beginning Analysis Phase.
* Source:
192.168.0.47:/tmp/maint/vnc-4_1_2-parisc_hpux.depot
* Target: hp2007:/
* Target logfile: hp2007:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
* Executing preDSA command.
NOTE: The used disk space on filesystem "/usr" is estimated to
remain unchanged.
This will leave 784600 Kbytes of available user disk space
after the installation.
NOTE: The used disk space on filesystem "/var" is estimated to
remain unchanged.
This will leave 7255128 Kbytes of available user disk space
after the installation.

* Summary of Analysis Phase:
* 2 of 2 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.


* Beginning the Install Execution Phase.
* Filesets: 2
* Files: 15
* Kbytes: 5376
* Installing fileset "VNC.server_files,r=4.1.2" (1 of 2).
* Installing fileset "VNC.viewer_files,r=4.1.2" (2 of 2).
NOTE: Checking for xauth... /usr/bin/X11
WARNING: /usr/bin/X11/xauth is not on your path.
NOTE: Checking for perl... [OK]
NOTE: Checking for uname... [OK]
WARNING: The "postinstall" script for "VNC" had a warning (exit code
"2"). The script location was
"/var/tmp/BAAa03809/catalog/VNC/pfiles/postinstall".
* This script had warnings but the execution of this product
will still proceed. Check the above output from the script
for further details.
* Running install clean command /usr/lbin/sw/install_clean.
NOTE: tlinstall is searching filesystem - please be patient
NOTE: Successfully completed

* Beginning the Configure Execution Phase.

* Summary of Execution Phase:
* 2 of 2 filesets had no Errors or Warnings.
WARNING: The Execution Phase had warnings. See the above output for
details.


VK2COT
Honored Contributor

Re: VNC 4.1.2 Installation problem

Hello,

You still have the same problem:

WARNING: /usr/bin/X11/xauth is not on your path.

In other words:

a) /usr/bin/X11/xauth does not exist
or is corrupt,

or

b) /usr/bin/X11 is not in your PATH
environment variable.

Cheers,

VK2COT

VK2COT - Dusan Baljevic