Re: Defunct daemons, posted by Konstantin Olchanski on Wed Nov 12 03:48:29 2014
|
> Also see this in ALPHA at CERN.
> The elogd we use is this: https://bitbucket.org/ritt/elog/commits/44800a769b99599db7620779e2142b1161c694fc?at=master
|
Re: Defunct daemons, posted by Stefan Ritt on Mon Nov 24 13:24:27 2014
|
> Okey, found it. waitpid() in my_shell() is not protected against the periodic alarm signal. (UNIX signals are evil).
Acknowledged. Thanks for the fix. I added it to the development branch.
|
Strange Behavior in "Find" Function, posted by Eric Quintero on Tue Dec 16 01:15:40 2014
|
Hi all,
We've been happily using ELOG for years, but ran into an odd problem when replacing the old Solaris server that ran the ELOG with a newer
box running Ubuntu. |
Re: Strange Behavior in "Find" Function, posted by Stefan Ritt on Wed Dec 17 14:40:19 2014
|
Eric Quintero
wrote:
Hi all,
We've been happily using ELOG for years, but ran into an odd problem when replacing the old Solaris server that ran the ELOG with a newer |
using a predefined format with predefined informations that an user should fill at each run of data , posted by Iolanda Matea on Fri Jan 9 17:30:31 2015
|
Hello!
I was wondering if it is possible (and how) to define a template (something equivalent to an excel table with some required informations to be
filled) that opens each time one wants to make a new entry of a given type, e.g., I want this template to open only when the informations concern data |
Re: using a predefined format with predefined informations that an user should fill at each run of data , posted by Stefan Ritt on Mon Jan 12 11:24:00 2015
|
In ELOG you can define "attributes", so take one attribute for each informaiton you need. The flag these attributes as required via "Required
attributes = ...". If you only want this attributes for certain occations (like data taking in your case), you can either do a separato logbook for
data taking, or use "conditional attributes" to make these attributes only show up for data taking. |
notification error services in CentOS 6.5, posted by Banata on Tue Jan 13 04:11:33 2015
|
hello, I just upgrade from 2.9 into 3.0.0 in CentOS 6.5
but after upgrade, I can't check elogd services via command line
service elogd status, |
Re: notification error services in CentOS 6.5, posted by Stefan Ritt on Tue Jan 13 10:07:02 2015
|
The init script supplied with elog was originally written for Redhat. It seems like CentOS has slightly changed the init daemon management, but I'm
not an expert on that, nor do I have CentOS installed. If somebody comes with a fixed elogd.init for CentOS, I'm happy to include that in the distribution.
/Stefan |