From: Matt D. <mda...@se...> - 2003-08-14 09:17:25
|
Aloha, Do not restart CT server. It is running as a service now and there are four consoles running on .92, one for every port. I would have to restart each console. Vince, Can we have the four windows run as a deamon? If there was an issue we could stop ctserver, it would kill all the apps, and then resart it, staring the apps when ctserver was running? I can test it tonight if you are ready. -Matt |
From: Vince H. <li...@ml...> - 2003-08-14 16:57:21
|
On Wed, Aug 13, 2003 at 11:09:18PM -1000, Matt Darnell wrote: > Do not restart CT server. It is running as a service now and > there are four consoles running on .92, one for every port. I > would have to restart each console. Did you try running _one_ openums process? Most of my time spent writing the script was focused on process handling. For example, if one of the child processes hiccups and dies, a new process would be spawned to take over the work. > Vince, Can we have the four windows run as a deamon? If there > was an issue we could stop ctserver, it would kill all the > apps, and then resart it, staring the apps when ctserver was > running? I first need to update the Log module so that all the running process can report to a named pipe. Once that is done a service script will be added. -Vince |
From: Matthew J. D. <mda...@se...> - 2003-08-14 17:27:34
|
> Did you try running _one_ openums process? Most of my time spent > writing the script was focused on process handling. For example, > if one of the child processes hiccups and dies, a new process > would be spawned to take over the work. Just type "./openums" from my home/linuxvm/src directory? -Matt |
From: Vince H. <li...@ml...> - 2003-08-14 17:58:38
|
On Thu, Aug 14, 2003 at 07:27:37AM -1000, Matthew John Darnell wrote: > > > Did you try running _one_ openums process? Most of my time spent > > writing the script was focused on process handling. For example, > > if one of the child processes hiccups and dies, a new process > > would be spawned to take over the work. > > Just type "./openums" from my home/linuxvm/src directory? Or running it from /usr/local/openums/openums after a sudo make install. -Vince |
From: M. <mda...@se...> - 2003-08-14 18:21:27
|
> > > Did you try running _one_ openums process? Most of my time spent > > > writing the script was focused on process handling. For example, > > > if one of the child processes hiccups and dies, a new process > > > would be spawned to take over the work. > > > > Just type "./openums" from my home/linuxvm/src directory? > > Or running it from /usr/local/openums/openums after a sudo make install. OK, I will try that. When I ran ./openums from my src directory it appeared to only start one port. CT Server crashed sometime this morning, after 7AM, and before 7:30. By the time I got into the office at 7:40 the four log files were over 127MB each. -Matt |
From: Vince H. <li...@ml...> - 2003-08-14 18:59:48
|
On Thu, Aug 14, 2003 at 08:04:14AM -1000, Matt wrote: > OK, I will try that. When I ran ./openums from my src directory > it appeared to only start one port. I found a bug. It should be fixed now. > By the time I got into the office at 7:40 the four log files > were over 127MB each. Yeah. Debug lines get chatty. That is why Log.pm followed syslog level conventions. A config option can be added to ignore differing levels of logging. -Vince |
From: Vince H. <li...@ml...> - 2003-08-15 19:08:55
|
I added a service script for openums. It calls a little script called openumsctl that actually execs openums. This is a quick hack to grab all of SDOUT and STDERR because I did not get a chance to unify the logging messages from the different processes the way I wanted to. -Vince |
From: Kevin E. <ke...@en...> - 2003-08-14 19:56:03
|
is there a short term plan that will allow us to test the app in an isolated environment? r we meeting today? kevin > > >> > > Did you try running _one_ openums process? Most of my time spent >> writing the script was focused on process handling. For example, >> if one of the child processes hiccups and dies, a new process >> would be spawned to take over the work. >> > >> > Just type "./openums" from my home/linuxvm/src directory? >> >> Or running it from /usr/local/openums/openums after a sudo make >> install. > > OK, I will try that. When I ran ./openums from my src directory it > appeared to only start one port. > > CT Server crashed sometime this morning, after 7AM, and before 7:30. > > By the time I got into the office at 7:40 the four log files were over > 127MB each. > > -Matt > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Linuxvm-developer mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxvm-developer |
From: Vince H. <li...@ml...> - 2003-08-15 16:55:10
|
On Thu, Aug 14, 2003 at 09:56:18AM -1000, Kevin English wrote: > is there a short term plan that will allow us to test the app in an > isolated environment? r we meeting today? We can test the old card against the new driver and see how well it works. -Vince |
From: Matthew J. D. <mda...@se...> - 2003-08-15 17:44:57
|
> On Thu, Aug 14, 2003 at 09:56:18AM -1000, Kevin English wrote: > > is there a short term plan that will allow us to test the app in an > > isolated environment? r we meeting today? > > We can test the old card against the new driver and see how well > it works. Good idea, the old card is in the .91 box. |