Thursday, August 18, 2011

Install aborted by user Installation aborted while installing R1soft

When installing the 2.x agent the installation fails with the following:

root@box:/usr/src# ./linux-agent-64-1.78.0-generic.run
Verifying archive integrity... All good.
Uncompressing Righteous Backup Linux Agent..........................................................................................................




Install aborted by user

Installation aborted
Cause

Debian has switched to a new terminal database included in the ncurses-base package. This terminal database is required for the CDP installer.

http://packages.debian.org/squeeze/ncurses-base

Resolution

Installing the ncurses-term package and setting the new TERM variable will allow the CDP installer to run properly.

#apt-get -y install ncurses-term
#export TERM=xterm1
#apt-get -y install linux-headers-$(uname -r)
If you do not have rsync installed on your system, please install it now in order to have the prerequisites necessary for this walkthrough:

#apt-get -y install rsync
The following commands will allow you to run the installer. For this example, the installer has been placed in /usr/src.

root@box:/usr/src# ./linux-agent-64-1.78.0-generic.run
For more information on installing the CDP agent, please refer to:

http://wiki.r1soft.com/display/R1D/Installing+the+Linux+Agent



No comments:

Post a Comment