Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
civet_installation_on_vm [2015/04/24 19:00] – 132.216.122.19 | civet_installation_on_vm [2024/03/26 13:52] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 14: | Line 14: | ||
**4** Because the ssh connection times out, you should install and use screen to run CIVET | **4** Because the ssh connection times out, you should install and use screen to run CIVET | ||
>yum -y install screen | >yum -y install screen | ||
+ | %%Might need to also run yum -y upgrade if you only need to upgrade | ||
>screen | >screen | ||
Then run the program. If outside screen you can go back to screen by typing; | Then run the program. If outside screen you can go back to screen by typing; | ||
Line 19: | Line 20: | ||
Then based on the detached screens choose which one to attach: | Then based on the detached screens choose which one to attach: | ||
>screen -r xxxxx.penelope | >screen -r xxxxx.penelope | ||
- | for example | ||