| 14 | == vnc and screen == |
| 15 | |
| 16 | All programs are running all the time and run either in a screen or in a vnc session. |
| 17 | |
| 18 | For the screen sessions, there are configuration files which contain the setup such that all programs are started automatically.[[BR]] |
| 19 | 0. check if a screen session is running (to a running session you connect with ''screen -x'') |
| 20 | 0. if none is running start one with ''screen -c .screenrc_configfile'' (where the names and paths of these config files can be found below) |
| 21 | More useful screen commands: [wiki:ScreenSessionHelpfulCommands] |
| 22 | |
| 23 | For the vnc-session: |
| 24 | |
| 25 | 0. check if a screen session is running, e.g. ''ps aux | grep vnc'' |
| 26 | 0. if none is running, start one: ''vncserver :1'' where :1 stands for desktop 1. You can also give the size with e.g. ''--geometry '1600x1050' '' |
| 75 | |
| 76 | == List of needed software and the corresponding vnc sessions |
| 77 | |
| 78 | === vnc-session on AUX === |
| 79 | |
| 80 | cosy (software for drive system) is running on aux |
| 81 | |
| 82 | to restart it: [[BR]] |
| 83 | ''cd /home/fact/Drive/cosy''[[BR]] |
| 84 | ''./cosy''[[BR]] |
| 85 | |
| 86 | === vnc-session on GUI === |
| 87 | |
| 88 | on gui you can start the old gui (not needed as you have smartfact) |
| 89 | |
| 90 | in case you need the old gui, go to the screen on gui and do[[BR]] |
| 91 | cd operation[[BR]] |
| 92 | ''fact''[[BR]] |
| 93 | |
| 94 | be aware that this is as defined in .bashrc |