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

Clipbucket :: File for preset 'normal' not found

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

Debian 7 Support for FFmpeg Script.

Question : Is the FFmpeg Script compatible with Debain 7Answer : We are still testing on...

File exists Invalid Key!!

The Error :  File exists Invalid Key!! Reason : The license is issued to install...

ImportError: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /tmp/_MEIqVOKZv/libcrypto.so.10)

Error : ImportError: /lib/libc.so.6: version `GLIBC_2.7' not found (required by...

/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...