Changes between Version 6 and Version 7 of TroubleShootingSoftware


Ignore:
Timestamp:
01/05/15 21:55:37 (10 years ago)
Author:
Daniela Dorner
Comment:

added information on vnc

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShootingSoftware

    v6 v7  
    99== Starting Programs
    1010
    11 Do not forget **start.sh** before all programs! It makes sure that the programs are automatically restarted.
     11Do not forget **start.sh** before all programs! It makes sure that the programs are automatically restarted.[[BR]]
     12When you start a program from /home/fact/operation, this is taken care of automatically by links.
    1213
     14== vnc and screen ==
     15
     16All programs are running all the time and run either in a screen or in a vnc session.
     17
     18For the screen sessions, there are configuration files which contain the setup such that all programs are started automatically.[[BR]]
     190. check if a screen session is running (to a running session you connect with ''screen -x'')
     200. if none is running start one with ''screen -c .screenrc_configfile'' (where the names and paths of these config files can be found below)
     21More useful screen commands: [wiki:ScreenSessionHelpfulCommands]
     22
     23For the vnc-session:
     24
     250. check if a screen session is running, e.g. ''ps aux | grep vnc''
     260. 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' ''
    1327
    1428== List of needed software and the corresponding screen sessions
     
    59730. timecheck   /home/fact/operation/timecheck
    60740. bash
     75
     76== List of needed software and the corresponding vnc sessions
     77
     78=== vnc-session on AUX ===
     79
     80cosy (software for drive system) is running on aux
     81
     82to restart it: [[BR]]
     83''cd /home/fact/Drive/cosy''[[BR]]
     84''./cosy''[[BR]]
     85
     86=== vnc-session on GUI ===
     87
     88on gui you can start the old gui (not needed as you have smartfact)
     89
     90in case you need the old gui, go to the screen on gui and do[[BR]]
     91cd operation[[BR]]
     92''fact''[[BR]]
     93
     94be aware that this is as defined in .bashrc