Activity

From 10/05/2017 to 11/03/2017

11/03/2017

11:24 AM Revision 7f8a7564 (vdemo): moved pem file gen to cmakelists
Lars Schillingmann

11/02/2017

11:29 PM Revision 2e4b2860 (vdemo): removed extra ls command (possible isilon fix?)
Lars Schillingmann

11/01/2017

02:06 PM Revision 33b1f0f5 (vdemo): splitted connect_host into two procs
Lars Schillingmann
12:38 PM Revision 7047050d (vdemo): added an api method to check if vdemo is busy with all_cmd
Lars Schillingmann

10/26/2017

04:43 PM Revision 2ed582e2 (vdemo): Make VDEMO_CONNCHECK_TIMEOUT accesible in function
Viktor Richter

10/25/2017

05:50 PM Revision 42069d33 (vdemo): linked connection check timeout to connection timeout
Lars Schillingmann

10/24/2017

01:41 AM Revision 77bc364a (vdemo): ssl and auth support
Lars Schillingmann
07:56 PM Revision 481ef145 (vdemo): enabled self signed ssl
Lars Schillingmann

10/23/2017

02:08 AM Bug #2741 (Resolved): text-based remote-control of vdemo gui needs improvement
* vdemo can now be run from python3's tkinter context. I integrated text based remote control based on pythons HTTPSe... L. Schillingmann

10/22/2017

01:40 AM Revision 562d1b8f (vdemo): pythons tkinter can run the vdemo controller tcl just fine.
This slightly crazy approach allows to integrate features using python and paves the way to slowly move the vdemo cod... Lars Schillingmann

10/21/2017

11:08 AM Revision 19c1a2a8 (vdemo): changed timeout unit to milliseconds
Lars Schillingmann
10:01 AM Revision 98df225f (vdemo): changed connect code to use tcl fileio
Lars Schillingmann
09:16 AM Revision 15d8825f (vdemo): fixed vdemo id matching for master screen monitoring
Lars Schillingmann
02:15 AM Revision 5b7fbd20 (vdemo): cleanup
Lars Schillingmann

10/20/2017

01:46 AM Revision c8766e97 (vdemo): switched fifo communication to tcl only code
Lars Schillingmann
11:43 PM Revision ef9b0865 (vdemo): switched fifo communication to tcl only code
Lars Schillingmann
08:12 PM Revision d6e03ce8 (vdemo): using pid_exists now
Lars Schillingmann
07:04 PM Revision 563448b9 (vdemo): file delete instead of rm -f for local tmp file / fifo removal
Lars Schillingmann
06:50 PM Revision 1283481e (vdemo): file delete instead of rm -f for local tmp file / fifo removal
Lars Schillingmann
06:38 PM Revision 83a8a3da (vdemo): removed the necessity to call screen -ls to just check on master conne...
Lars Schillingmann

10/18/2017

05:27 PM Revision 608ffdc5 (vdemo): terminating control screen sessions using remote control instead of kill
Lars Schillingmann

10/17/2017

11:09 PM Feature #2740: screens hardcopy function could be used to retrieve a log in case a component cras...
Thanks a lot! R. Haschke
08:34 PM Feature #2740 (Resolved): screens hardcopy function could be used to retrieve a log in case a com...
Seems to work. Note that screen hardcopy is linewrapped, contains initial newlines, etc. Added trimming and a comment... L. Schillingmann

10/16/2017

12:17 AM Revision 2d66536a (vdemo): bash read timeout exit code is different
Lars Schillingmann
11:56 PM Revision 9bce4b91 (vdemo): all fifo writes and reads are bash only and reduce blocking.
Lars Schillingmann
02:34 AM Revision 663ab41c (vdemo): removed tail and cat from the ssh connections, if this is stable more ...
Lars Schillingmann

10/15/2017

05:33 PM Revision 6c877d71 (vdemo): changed the connection timeout code to bash only. killall ssh does not...
Lars Schillingmann
02:06 PM Revision 3720591b (vdemo): changed msg
Lars Schillingmann
02:05 PM Revision 346897c8 (vdemo): improved readability. automatic screen scrollback buffer hardcopy/dump...
Lars Schillingmann
01:44 PM Revision 07f614c6 (vdemo): improved readability. automatic screen scrollback buffer hardcopy/dump...
Lars Schillingmann

10/13/2017

01:03 AM Bug #2739 (Resolved): logrotate feature interferes with basic startup / error checking behavior
L. Schillingmann
12:48 AM Revision f0c34aa0 (vdemo): helper script to rotate logfiles
Lars Schillingmann
12:40 AM Revision 86147320 (vdemo): logrotation, changed config to VDEMO_LOG_ROTATION=N
Lars Schillingmann
08:05 PM Revision 558bbc53 (vdemo): changed LOG_ROTATION to VDEMO_LOG_ROTATION now using yes instead of ON...
Lars Schillingmann

10/12/2017

01:06 AM Revision f724b732 (vdemo): changed logging to optionally use rotatelogs, replacing tee
Lars Schillingmann

10/05/2017

05:48 PM Feature #2740: screens hardcopy function could be used to retrieve a log in case a component cras...
OK. Then go for it. Please use the same file name as for logs. Only do the dump, when logging is disabled ;-) R. Haschke
05:47 PM Feature #2740: screens hardcopy function could be used to retrieve a log in case a component cras...
I see, got it. Yes, I would keep it in any case, since the performance impact should be minimal and there is no risk ... L. Schillingmann
05:32 PM Feature #2740: screens hardcopy function could be used to retrieve a log in case a component cras...
> So the screen should close only after cmd is completed (or killed).
My questions is, how you decide whether to k...
R. Haschke
05:12 PM Feature #2740: screens hardcopy function could be used to retrieve a log in case a component cras...
Hmm, placing the function after the call to @component@ would catch it. E.g. here before sleep 0.01: source:vdemo_bas... L. Schillingmann
09:11 AM Feature #2740: screens hardcopy function could be used to retrieve a log in case a component cras...
Looks like an interesting feature. But if the component crashed, the screen would been gone already too, wouldn't it?... R. Haschke
02:31 AM Feature #2740 (Resolved): screens hardcopy function could be used to retrieve a log in case a com...
The following idea came to my mind when investigating how to retrieve screen buffers in a script:
@screen -S "some.s...
L. Schillingmann
09:13 AM Feature #2682 (Feedback): Periodic check while component is running
Wasn't there a warning on the command line, that component monitoring will not be available? R. Haschke
09:12 AM Bug #2739: logrotate feature interferes with basic startup / error checking behavior
Go for it. R. Haschke
09:11 AM Bug #2741: text-based remote-control of vdemo gui needs improvement
It would be great, if you could propose a pull request. R. Haschke
03:39 AM Bug #2741 (Resolved): text-based remote-control of vdemo gui needs improvement
The vdemo with the --fifo option uses a fifo and a text file for the responses.
vdemo responds to commands and wri...
L. Schillingmann
09:07 AM Feature #2681 (Resolved): new release?
I pushed a new branch 0.6. Anything else to do for a release here?
Sorry for the delay, I didn't received a notifica...
R. Haschke

10/04/2017

01:59 AM Bug #2739 (Resolved): logrotate feature interferes with basic startup / error checking behavior
In my view the most basic vdemo behavior is:
# start component
# if the component does not crash within x seconds, ...
L. Schillingmann
 

Also available in: Atom