Re: notification error services in CentOS 6.5, posted by Darren Hollinrake on Sun Sep 18 03:31:42 2016
|
The quick fix I found was to uncomment line 10 in the init.d file. (This was tested on a CentOS 6.8 AWS instance.)
. /etc/rc.d/init.d/functions
This will allow the status command to function properly. |
Re: notification error services in CentOS 6.5, posted by Stefan Ritt on Wed Sep 21 17:23:15 2016
|
Ok, I will include this patch in the distribution.
Stefan
Darren |
How do I use Preset Text only when a given topic is selected?, posted by Christina winson on Wed Sep 21 18:58:18 2016
|
Hi,
I'm looking to use a template for only a subset of logbook entries. Is there some way to apply a template when a specific topic or category
is selected? |
Re: How do I use Preset Text only when a given topic is selected?, posted by Andreas Luedeke on Thu Sep 22 09:56:49 2016
|
Hi Christina,
You want to use "conditional attributes". See elog:68350 for an example.
Cheers,
Andreas
Christina
winson wrote:
Hi, |
Re: How do I use Preset Text only when a given topic is selected?, posted by Christina Swinson on Thu Sep 22 14:45:17 2016
|
Awesome! Thanks Andeas.
Andreas
Luedeke wrote:
Hi Christina,
You want to use "conditional |
Using an RSS reader on a pasword protected elog, posted by Jackie Schwehr on Wed Sep 28 10:27:24 2016
|
I'm trying to set up a python rss parser to read the output from my collaboration's elog, however the elog is password protected and I cannot
figure out how to have a python scrip get past the login screen. Is there something obvious I'm missing that will allow a parser to submit a
username and password? If that's too python-specific of a question for this audience, then what is the exact security method elog uses, so I can get |
Using an RSS reader on a pasword protected elog, posted by Jackie Schwehr on Wed Sep 28 10:36:53 2016
|
I'm trying to set up a python rss parser to read the output from my collaboration's elog, however the elog is password protected and I cannot
figure out how to have a python scrip get past the login screen. Is there something obvious I'm missing that will allow a parser to submit a
username and password? If that's too python-specific of a question for this audience, then what is the exact security method elog uses, so I can get |
calculate diff of 2 date(s), posted by Alex Kühnel on Wed Sep 28 18:48:04 2016
|
hi
I have an elogsystem for documenting emergency services. I have a starttime and an endtime. Is it possible to calculate the diff between the
2 timestamps and convert it to minutes? |