Activity

From 08/04/2014 to 09/02/2014

09/02/2014

07:28 AM Enhancement #1890: Enable ssh connection using password?
Disabling host key verification and enabling password authentication at the same time creates a security threat (poss... L. Schillingmann

08/26/2014

04:38 PM Revision 248073a0 (vdemo): Correct screen sessions selection from title
The matching of screen session names to select them by VDEMO_title was
too greedy and resulted in false positives in ...
J. Wienke
04:18 PM Revision 613c4b97 (vdemo): Fix whitespace at EOL
J. Wienke
04:16 PM Revision 4d719e12 (vdemo): Allow more space for component names
J. Wienke
04:12 PM Revision 26f30802 (vdemo): Fix whitespace at EOL
J. Wienke

08/23/2014

10:02 PM Revision 0c7948ba (vdemo): added silent option to ssh_command (defaults to false)
R. Haschke
10:02 PM Revision 9b9e8d0a (vdemo): forward startX_server failure to tcl script and correctly abandon comp...
R. Haschke
10:02 PM Revision a6b51c0e (vdemo): 1s timeout for pinging hosts
R. Haschke
10:02 PM Revision c5b132cd (vdemo): reestablish master connection if necessary
R. Haschke
10:02 PM Revision d12f1e50 (vdemo): creating autospread.conf in /tmp on all machines via scp
R. Haschke
10:02 PM Revision 2b3790bf (vdemo): replaced scp (of spread.conf) by cat tunneled through ssh master conne...
this avoids an extra password request (by scp) R. Haschke
10:02 PM Revision 0508ab89 (vdemo): allow ssh password authentication
R. Haschke
10:02 PM Revision 355c4cb8 (vdemo): generate spread segment from IP address of first host in segment
R. Haschke
10:02 PM Revision da41c692 (vdemo): reuse same SSHOPTS for ssh and scp
R. Haschke
10:02 PM Revision 2a4f3e61 (vdemo): added some comments, use version-agnostic wish
R. Haschke
10:02 PM Revision a184498e (vdemo): improved screen monitoring
establish screen monitoring channels on-the-fly with connections
also monitor master connection and re-establish conn...
R. Haschke
10:02 PM Revision ac859444 (vdemo): use/display extended component status
distinguish between on_check and screen/process checks
- there might be another, non-vdemo process running, providing...
R. Haschke
11:22 AM Bug #1960 (Closed): Screen monitoring channel receives EOF?
fixed R. Haschke
02:20 AM Bug #1960 (Closed): Screen monitoring channel receives EOF?
no screen monitoring for all master connections: should be on same notify channel (of hostname) R. Haschke
02:21 AM Enhancement #1890: Enable ssh connection using password?
Removing this option, I did not observed any issues so far.
However you need to type the password several times... T...
R. Haschke

08/22/2014

10:52 PM Bug #1891 (Rejected): The are two different fixes for enabling scrolling
Both lines are required: The first one instantiates a scrollable frame with dynamic scrollbars (i.e. scrollbars only ... R. Haschke
05:58 PM Revision 653a0fb6 (vdemo): disable stop/check button while stopping/checking a component
this avoids to call the corresponding methods twice on double clicks R. Haschke
05:58 PM Revision f708cfc4 (vdemo): ttk-based gui: separation of look+feel from function
R. Haschke
05:53 PM Revision cffec117 (vdemo): only kill children of screen process first
kill the screen and all its sub processes at once,
caused some confusion leaving some processes dangling around
R. Haschke

08/21/2014

07:19 PM Revision e3a63c45 (vdemo): more robust extraction of IP address
ping might fail due to firewall restrictions
as fallback, dig queries DNS
R. Haschke
06:03 PM Revision b37f02d0 (vdemo): touch WATCHFILE in init_logger
R. Haschke

08/19/2014

06:35 PM Revision aaf002a3 (vdemo): fixed checking for logging process
R. Haschke
03:57 PM Revision 1867d2cf (vdemo): fixed timeout handling with a variable
R. Haschke
11:07 AM Revision 3fa50d67 (vdemo): always ensure that all component processes are killed eventually
R. Haschke
08:36 AM Revision 0f2f7711 (vdemo): allow for regex filtering in add_children
examples are:
all_children pid: no filter
all_children --filter screen\|bash\|tee: filter out screen, bash, and tee
R. Haschke
08:22 AM Revision 904e5dbc (vdemo): replaced declare -f by declare -F to check for functions
R. Haschke
08:17 AM Revision dae5ffba (vdemo): allow customized component stopping
New function stop_component is called to stop components (if available).
Otherwise "vdemo_stop_signal_children SIGINT...
R. Haschke

08/18/2014

03:34 PM New branch 0.3 created
Since we are planning to incorporate some new features in the master version, we have created a 0.3 branch to freeze ... J. Wienke
03:31 PM Revision 7c99f038 (vdemo): Version Bump to 0.4
L. Ziegler

08/14/2014

01:51 AM Revision 3a277eba (vdemo): use simple bash for remote connection
using "bash --login --rcfile /etc/profile" no PATHs were set for some reason R. Haschke
01:17 AM Revision 3200b8f4 (vdemo): establish remote connections on the fly
R. Haschke
12:45 AM Revision 6d336e42 (vdemo): increased buttons "exit" and "clear logger"
R. Haschke
11:50 PM Revision 2766d624 (vdemo): Merge branch 'master' of https://code.cor-lab.org/git/vdemo
resolved conflicts:
- stopping of components:
use *complete* list of children, ordered depth and last first
R. Haschke
11:44 PM Revision 4be8a6d8 (vdemo): improved WATCHFILE handling
R. Haschke
11:43 PM Revision 088e4420 (vdemo): exit button in line with ssh buttons
R. Haschke
10:35 PM Revision 47a0c4b0 (vdemo): fixed stopping of components
- do not consider vdemo-related processes and bash processes for stopping
- bash processes do not react to SIGINT b...
R. Haschke
11:52 AM Revision ee0adb5f (vdemo): stop and check components regardless of noauto state
R. Haschke
11:42 AM Revision da9aafec (vdemo): remove any old logfile before starting a component
R. Haschke
11:36 AM Revision 25709af6 (vdemo): do not attempt to detach when starting failed
R. Haschke
11:30 AM Revision 14d550e6 (vdemo): only call screen -detach when pid is defined
R. Haschke
11:25 AM Revision 33e8aea6 (vdemo): check status after trying to reattach
in order to reflect correct SCREENED state R. Haschke
11:25 AM Revision bb016a68 (vdemo): show last logfile if reattaching fails
R. Haschke
11:01 AM Revision 88814127 (vdemo): fixed error when stopping not running component
added some more comments, fixed intendation R. Haschke
09:52 AM Revision 8e251841 (vdemo): don't issue an error on duplicate components
but simply warn about them and continue without the duplicate entries R. Haschke

08/07/2014

11:12 AM Revision 45c9e061 (vdemo): Implement an optional autostart of all components
Clients can now launch vdemo in a way that "all components start" is
triggered immediately after start up if request....
J. Wienke
 

Also available in: Atom