SSH Time out Install

In case you have a bad Internet connection and does not want to interrupt the installation while it is running; please install "screen" on your server and run the installation under screen.

To install "screen" : 


For CentOs ;

yum -y install screen

For Debian :

apt-get install screen

Once screen is installed ; 

Type on the shell as root :

screen

This should open a new window inside the shell.

Change the directory to where the installer is.. ie.. if the installer was at /usr/src

cd /usr/src

You can  run the installer from here and even if your ssh timeouts, you can keep the installer running.

If you get disconnected and want to get back the screen; simply type in :

screen -r

once you are logged back in as root.

---------------------------------------------------------------------------------------------------------------------------

Hope this helps.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

error while loading shared libraries: libz.so.1: failed to map segment from shared object: Operation not permitted

The error : ./AAST-ffmpeg-install-64-bit-with_php: error while loading shared libraries:...

/lib64/ld-linux-x86-64.so.2: bad ELF interpreter

The Error : "/lib64/ld-linux-x86-64.so.2: bad ELF interpreter"Reason : You are running a 64 bit...

CentOS 5 Support for FFmpeg script.

Question : Does the FFmpeg Script from Admin-Ahead support CentOs 5 ?Answer : CentOS 5's EOL is...

FFMPEG Common failure.

Common error reasons :a. You are attemting to re-run the script on a new server which is not...

Clipbucket :: File for preset 'normal' not found

Error for clipbucket : File for preset 'normal' not foundFix :  cp...