Conditional Attributes/Preset Text, posted by David Brody on Wed Apr 6 01:51:42 2005
|
I upgraded from ver 2.5.5-2 to 2.5.8-2 and found that none of my preset text
worked any longer. I struggled with it for several hours and then reverted
back to 2.5.5-2 and the preset text worked again. I have attached my
elgd.cfg file for review. Thanks in advance for your help... |
Conditional Attributes Boolean?, posted by Grant Jeffcote on Mon May 19 06:14:04 2008
|
Hi Stefan,
After searching the manual and not finding (missing?) the answer is it possible to add conditional statements to a Boolean attribute? I would like a tick box to be able to trigger an event when submitted.
Many thx |
Conditional attributes does not work in French, posted by Laurent S. Nadolski on Wed Feb 2 10:37:48 2005
|
Hi,
I am very much interested in using elog as a shift logbook for SOLEIL
accelerators.
I tested most of the options. Every thing works well except the conditional
attributs when French language is selected. In this case, I lost the
selected list option in the Field Equipement.
Here a simple exemple for testing.
NB: tests were done using the last and before last elog version.
I switched the language from English to French in Global options
Attributes = Accelerateur, Equipement
Options Accelerateur= Linac{1}, LT1{2}
{1}Options Equipement= cannon, section1
{2}ROptions Equipement= Alimentation, Diagnostics
I guess this is a simple bug since this problem does not exist for other
languages.
Best Regards,
Laurent Nadolski |
Completed Swedish translation, posted by Kenneth Andersson on Wed Jan 9 10:43:42 2008
|
Hi!
I have completed the Swedish translation and wonder how I can deliver it (if it´s still needed)?
//Kenneth |
Complete Bulgarian translation, posted by Ognyan Kulev on Wed Dec 22 12:28:22 2004
|
Thanks to Recai Oktas, who encourage me to complete the Bulgarian
translation for the Debian elog package, the Bulgarian translation is
completed and attached. |
Compiling for Windows, posted by Richard Stamper on Wed Aug 19 17:08:56 2015
|
I am interested in using LDAP authentication for elogd on Windows for which it looks like I need to compile from source, enabling LDAP in the make file.
Does anyone have advice on build environments for Windows in which they have had success making elog? Free ones preferably, such as Cygwin. |
Compiling elog-2.2.2 in Solaris 8, posted by Willem Koster on Thu Nov 14 12:04:09 2002
|
On our:
SunOS operator 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5_10
I get:
% make
gcc -g -O -o elog elog.c
Undefined first referenced
symbol in file
socket /var/tmp/ccgK4x1V.o
recv /var/tmp/ccgK4x1V.o
gethostbyname /var/tmp/ccgK4x1V.o
send /var/tmp/ccgK4x1V.o
gethostbyaddr /var/tmp/ccgK4x1V.o
connect /var/tmp/ccgK4x1V.o
ld: fatal: Symbol referencing errors. No output written to elog
collect2: ld returned 1 exit status
make: *** [elog] Error 1
I have no idea what is going on here |
Compiling elog 2.0.4 on Solaris, posted by Christian Korschan on Mon Jul 8 21:01:00 2002
|
Comiling elogd 2.0.4 under Solaris obviously fails with
gcc -o elog elog.c -lsocket -lnsl
gcc -o elogd elogd.c -lsocket -lnsl
elogd.c: In function `ss_file_find':
elogd.c:1372: `alphasort' undeclared (first use in this function)
elogd.c:1372: (Each undeclared identifier is reported only once
elogd.c:1372: for each function it appears in.)
make: *** [elogd] Error 1
because alphasort is an ucb'ism which does not exist under SYSV
... not very portable :-( |