Number of conditional attributes, posted by Richard Stamper on Wed Jul 4 13:58:23 2012
|
Is there a limit on the number of conditions that can be simultaneously active in a log? When I activate more than 10 conditions I start to see
side effects with other conditions being deactivated. I think this is due to the hard-coded array size of 10 for clist in the match_param function
in elogd.c. If so, could this limit be increased? |
Re: Number of conditional attributes, posted by Stefan Ritt on Fri Jul 13 10:45:49 2012
|
Richard Stamper wrote:
Is there a limit on the number of conditions that can be simultaneously active in a log? When |
Re: Number of conditional attributes, posted by Richard Stamper on Fri Jul 13 17:09:58 2012
|
Stefan Ritt wrote:
|
Problems with Autorization, posted by Michael Dannmeyer on Wed Jun 27 10:42:20 2012
|
Hello,
we used Admin and write passwords. Now this is no longer supported in ELOG 2.9.0 and I tried to change to File or Kerberos Autentication. But nothing
worked. I tried the following lines in elog.cfg |
Re: Problems with Autorization, posted by Andreas Luedeke on Wed Jul 4 14:04:10 2012
|
Michael Dannmeyer wrote:
Hello, |
Re: Problems with Autorization, posted by Michael Dannmeyer on Thu Jul 5 11:18:40 2012
|
Andreas Luedeke wrote:
|
Re: Problems with Autorization, posted by Stefan Ritt on Fri Jul 13 09:03:02 2012
|
Michael Dannmeyer wrote:
|
Re: Problems with Autorization, posted by Michael Dannmeyer on Fri Jul 13 15:12:07 2012
|
Stefan Ritt wrote:
|
move a type of entries to another logbook, posted by Ze Li on Tue Jul 3 09:46:19 2012
|
Hi,
I have logbook A and logbook B. Is it possible to move one type of entries in logbook A to logbook B? If yes, may I know how you do
it? Thank you. |
Re: move a type of entries to another logbook, posted by Andreas Luedeke on Wed Jul 4 14:18:21 2012
|
Ze Li wrote:
[...] I have logbook A and logbook B. Is it possible to move one type of entries in logbook A to logbook |
Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Tue May 1 11:38:05 2012
|
Hi All,
I am interested to have ELOG installed in my QNAP x86 based NAS (239 Pro II)
Have someone done this already or is there a write-up of a normal compile-procedure which I can have as a base when I attempt to compile? |
Re: Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Tue May 1 17:03:37 2012
|
Per Eriksson wrote:
Hi All, |
Re: Compiling Elog for QNAP NAS x86, posted by Per Eriksson on Sun Jul 1 19:55:38 2012
|
Per Eriksson wrote:
|
Attachment URL login redirect error, posted by Graham Medlin on Wed Jun 27 14:56:43 2012
|
If I have a couple of attachments in a log book entry, I can link to that entry "http://example.edu/elog/Sandbox/7",
I get the appropriate log in page, and after logging it, it takes me to the entry.
However, if I link directly an attachment, "http://example.edu/elog/Sandbox/7/1", |
author field in reply, posted by Aldo Saavedra on Sun Apr 15 22:53:41 2012
|
Hi,
I was wondering what is the correct way so that the author field when a reply is made shows the author of the
|
Re: author field in reply, posted by A. Tuttle on Wed Apr 18 21:53:26 2012
|
Look in [URL=https://midas.psi.ch/elog/config.html]https://midas.psi.ch/elog/config.html[/URL]
--
Fun things to set are:
|
Re: author field in reply, posted by Ken Harvey on Tue Jun 19 04:02:43 2012
|
[quote="A. Tuttle"]Look in [URL=https://midas.psi.ch/elog/config.html]https://midas.psi.ch/elog/config.html[/URL]
--
Fun things to set are:
|
Re: author field in reply, posted by Andreas Luedeke on Wed Jun 20 16:16:56 2012
|
[quote="Ken Harvey"][quote="A. Tuttle"]Look in [URL=https://midas.psi.ch/elog/config.html]https://midas.psi.ch/elog/config.html[/URL]
--
Fun things to set are:
|
Re: author field in reply, posted by Ken Harvey on Thu Jun 21 05:29:59 2012
|
[quote="Andreas Luedeke"][quote="Ken Harvey"][quote="A. Tuttle"]Look in [URL=https://midas.psi.ch/elog/config.html]https://midas.psi.ch/elog/config.html[/URL]
--
Fun things to set are:
|
Periodic backup doesn't work .., posted by Roland Gsell on Mon May 21 14:41:25 2012 
|
Hi,
I installed ELOG on other machine for making automatic backups. I copied the .cfg file to the slave and edited the .cfg file on the original machine
(mirror server entries). |
Re: Periodic backup doesn't work .., posted by Roland Gsell on Tue Jun 12 10:38:34 2012
|
The synchronize feature is totally worthless to me.
First of all the automatic backup doesn't work - and nobody seems to know why - and pressing the synchronize button by hand from time to time also
doesn't work if the entry is too big: |
How does SVN info get placed in source?, posted by Tim Thiel on Wed May 23 05:29:35 2012
|
In the elogd.c file nearly at the very top is the following line:
char svn_revision[] = "$Id: elogd.c 2411 2011-04-01 14:39:35Z ritt $";
How does this information get into the source file? Is it a script used when the svn changes are committed, or perhaps when they are checked |
Re: How does SVN info get placed in source?, posted by Stefan Ritt on Thu May 31 11:40:15 2012
|
Tim Thiel wrote:
In the elogd.c file nearly at the very top is the following line: |