06 Jan 2004, Stefan Ritt, , Poll about default indent style  
 | 
Ok, taking all comments so far into account, I conclude adopting the ROOT 
 
coding style would be best for us. So I put
 
 | 
   
   14 Jan 2004, Stefan Ritt, , First try- midas on darwin/macosx 
 | 
Great, I got already questions about MacOSX support...
 
 
Once it's working, you should commit the changes. But take into account that using "//" for 
 | 
   
   14 Jan 2004, Stefan Ritt, , Access to hardware in the MIDAS framework 
 | 
There is some information at
 
 
http://midas.triumf.ca/doc/html/Internal.html#Slow_Control_system
 | 
   
   17 Jan 2004, Stefan Ritt, , First try- midas on darwin/macosx 
 | 
> With the ALIGN8() change ODB works, mhttpd works. ALIGN8 change now commited to cvs, verified that "make all" builds 
 
> on Linux.
 
 | 
   
   17 Jan 2004, Stefan Ritt, , Access to hardware in the MIDAS framework 
 | 
> The result is strange because the get function is called all the time very 
 
> fast (much faster then the 9 seconds as set in the equipment) and even 
 
> before starting the run (I just put the flag RO_RUNNING).
 | 
   
   19 Jan 2004, Stefan Ritt, , First try- midas on darwin/macosx 
 | 
> I want this:
 
> 
 
> mana.c does *not* include sys/mount.h
 | 
   
   10 Mar 2004, Stefan Ritt, , Creation of secondary Midas output file.  
 | 
Dear Jan,
 
 
I had a look at your code. You create a gPhysicsEventHeader array, fill it, and expect the 
 | 
   
   30 Mar 2004, Stefan Ritt, , elog fixes 
 | 
Thanks for fixing these long lasting bugs. The code is much cleaner now, please
 
commit it. | 
   
   30 Apr 2004, Stefan Ritt, , mhttpd  
 | 
> I am setting up a new experiment and I added a "comment" field to "/
 
> Experiment/Edit on start". When I start the run, I see this field, but I
 
> cannot enter anything: the HTML "maxlength" is zero (or 1?). I traced this
 | 
   
   07 May 2004, Stefan Ritt, , min(a,b) in mana.c and mlogger.c 
 | 
> When I compile current cvs-head midas, I get errors about undefined function
 
> min(). I do not think min() is in the list of standard C functions, so
 
> something else should be used instead, like a MIN(a,b) macro. To make life
 | 
   
   23 Jun 2004, Stefan Ritt, , How to compile under Darwin-gcc? (MacOS X) 
 | 
> Thanks a lot. But I cannot checkout module:
 
> ------------
 
> 01:52:16: pc2075.psi.ch: Operation timed out
 | 
   09 Jul 2004, Stefan Ritt, , Introduction of environment variable MIDASSYS 
 | 
Starting from midas version 1.9.4 on, the environment variable 'MIDASSYS'
 
should be defined and point to the installation directory of midas. The
 
purpose of that is that add-on packages (like the upcoming ROME system) can
 | 
   09 Jul 2004, Stefan Ritt, , Version 1.9.4 released today 
 | 
Version 1.9.4 of midas has been released today. It is mainly a maintenance
 
update, for all the little things which have been fixed since the last
 
release, and does not contain major new functionality. | 
   
   09 Jul 2004, Stefan Ritt, , Introduction of environment variable MIDASSYS 
 | 
> Here's my suggestion
 
> MIDASSYS=/opt/midas-1.9.4 (for example)   
 
 | 
   
   12 Jul 2004, Stefan Ritt, , Introduction of environment variable MIDASSYS 
 | 
> With POSIX there is a written standard, which says that each pacakge goes in
 
> it's own
 
> directory under /opt. eg. /opt/midas.  Each package gets to define it's own
 | 
   
   14 Jul 2004, Stefan Ritt, , future direction discussion? 
 | 
Have changed your entry as Non-HTML (easier to reply to...)
 
 
Here are some "initial" comments, by no means complete...
 | 
   15 Jul 2004, Stefan Ritt, , Severe bug in 1.9.4 
 | 
Hello midas'ers,
 
 
Today I discovered a severe bug in the routine bm_check_buffers(), which
 | 
   
   21 Jul 2004, Stefan Ritt, , Introduction of environment variable MIDASSYS 
 | 
> Where should MIDAS be installed?
 
 
I personally don't have any preference, as long as it's in accordance with "the standard"
 | 
   
   07 Sep 2004, Stefan Ritt, , mlogger crash if using mserver. 
 | 
I trapped myself into that problem recently so it's the right time to fix it (;-).
 
 
We have two options: 
 | 
   
   16 Sep 2004, Stefan Ritt, , midas odb locking 
 | 
> I will add a timeout of 10 minutes, then shutdown the ODB client with an error message.
 
 
I added a timeout handling to db_lock_database. It was already present in
 |