Admin kit
The screen
program
screen
is a useful linux program that creates, attach, detach or
reattach "virtual" shell sessions.
screen
allows to run simultaneous linux processes in isolated environments which can
be put in the background while working with the console at other tasks
A handful of screen commands you should know:
screen -ls
lists all screen sessions available, attached (currently active) or detached in the backgroundscreen -r <session>
reattaches a detached screen session.- within an active screen session CtrlA then D detaches the active session
- within an active screen session type
exit
to terminate the active session screen -S <session>
creates a new sessionscreen -d -r <session>
detaches the current session and reattach another one
See the Galaxy server logs
When some tools are failing, you may grab useful information.
If tools fail with libssl / openssh issue in the bug report
We are not fan of this, it is a rather dirty turnaroundFor Conda Geek only
In case of problems with some conda packages, you may try command like:
after activating the proper conda environment