Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 209 of 796  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icon Authorup Author Email Category OS ELOG Version Subject
  66706   Tue Feb 9 18:49:10 2010 Question FX FREREfxfrere@neuf.frQuestionWindows2.7.8-2280could not get the threaded display working

Hi,

I have been trying to get the display mode into threaded by default, it does not work on any of my logbooks. I saw related threads in this forum but none gave me a solution (unless the 2.7.8-2282 is available for download).

Here is a simple example which i can not get working.

thanks for your help

FX

Attachment 1: elogd.cfg
[global]
Welcome Title            = 
<div style="text-align: center;">log-book.</div>
; Se puede poner un vinculo havcia un sitio web y cambiar la imagen ; Esta imagen debe encontrarse en el directorio \ELOG\themes\default Title image = <img border=0 src="logo.gif"> ; Para mas seguridad se puede cambiar el puerto de ELOG port = 2 ;Uso de https para la connexion SSL = 1 ; Se debe reemplazar estos datos con los datos del servidor de mail de la empresa si se debe (o quiere) mandar emails SMTP host = toto.com Language = spanish Main Tab = Accueil Bottom text = <div style="text-align: center;">Elog backups <img src="logo.png"></div> Email format = 111 logfile = Archivo_de_logs.txt Logging level = 2 ;Display mode = threaded ; Los usuarios deben crear una cuenta para poder utilizar la nueva herramienta Password file = Usuarios.txt Self register = 2 ; La contraseña nominal es: admin, se puede cambiar si necesario Admin user = administrador ; Si se quiere restringir los derechos de delete Allow Delete = administrador ; Si se quiere restringir los derechos de modificacion ; Allow Edit = administrador ; Si se quiere restringir los derechos de créacion ; Allow New = administrador Menu commands = List, Find, New, Delete, Reply, Logout, Help List Menu commands = Find, New, Logout, Help Guest Menu commands = List, Find, Login, Help Guest List Menu commands = Find, Login, Help [Backups del sistema] Theme = default Comment = test backup - Logbook Program Welcome title = <img src="logo.gif"><p><font size=5 color=white>Welcome to our Elog</font> Attributes = Usuario, Tarea, Fecha Operacion, Status, Subsistema, Base de Datos IOptions Status= "Delete-icon.png", "Check-icon.png" Icon comment Delete-icon.png = Failed Icon comment Check-icon.png = OK Thread Icon = Status Thread Display = $Fecha Operacion,$Tarea,$Subsistema Locked Attributes = Usuario Required Attributes = Usuario, Tarea, Fecha Operacion, Status, Subsistema, Base de Datos Preset Usuario = $long_name Options Tarea = Backup, Restore Options Subsistema = DBMGR {a}, MCH {b}, ALL {c} {a}MOptions Base de Datos = ALL BASES, base1, base2, base3, base4 {b}MOptions Base de Datos = ALL, BD1, BD2, BD3 {c} Locked Attributes = Usuario {c} Show Attributes Edit= Usuario, Tarea, Fecha Operacion, Status, Subsistema {c} Required Attributes = Usuario, Tarea, Fecha Operacion, Status, Subsistema Message comment = Commentarios: Type Fecha Operacion = date Preset Fecha Operacion = $date Mode commands = 1 Display Mode = threaded Page Title = Backups del sistema - $subject ;Reverse sort = 1 ;Quick filter = Date, Tarea, Subsistema
  66707   Tue Feb 9 18:54:22 2010 Question FX FREREfxfrere@neuf.frQuestionWindows2.7.8-2280can one use a IOption field for conditional tests?

Hi again,

I was wondering if one could use a conditional statement on an IOption attribute? Indeed i try to do a visual logbook (a green check for OK result, a red cross for NOK result), unfortunately i cannot refer to the attributes value for conditional test, e.g:

IOptions Status= "Delete-icon.png" {1}, "Check-icon.png"{2}
Icon comment Delete-icon.png = Failed
Icon comment Check-icon.png = OK

{1} Show Attribute Edit = Attribute1, Attribute2

Thread Icon = Status

Attribute1 and 2 do not have any sense if the result was successful,

ELOG interprets the {1} and {2} as being part of the icon name!

thanks again for your help

FX

  67618   Fri Nov 15 10:59:51 2013 Question Fabianhiller@nmr.uni-frankfurt.deQuestionLinuxV2.9.2-245Inconsistent and long load times
We recently installed ELOG and it works pretty well, but the load times are rather inconsistent. Most of the time 
it is very fast, but it also often hangs for around 5-10 seconds while loading. It seems to affect all parts of 
the page that are returned at random, so sometimes the main html file will hang, sometimes the css file and 
sometimes the images.

The hardware it is running on is nothing special, an older 3 GHz Celeron, but it should be fast enough. It is 
running on Debian 7. 

Any ideas what the problem could be, or how I could investigate it further to find the bottleneck?
  67620   Fri Nov 15 12:21:45 2013 Reply Fabianhiller@nmr.uni-frankfurt.deQuestionLinuxV2.9.2-245Re: Inconsistent and long load times
> I'm not an expert in debugging web applications. Here are my two cent:
> We once had a problem when we hosted very large logbooks (several 10 thousands of entries) that the server would run
> out of real memory and was slowed down by swapping. Therefore my first idea would be to monitor the server: Is
> the CPU load peaking? What happens with the memory consumption? Any other suspicious process running on the server?
> But it could be as well a network or browser problem. Did you try different browsers?
> Did you check the elogd log file?

The logbook only has a few hundred entries, elogd is using only around 20-30 MB and there is enough free RAM. The load 
average for the server is around 0.2, elogd only uses 5% CPU at most when it is accessed and the CPU is idle most of the 
time. 

Strangely it happens mostly when using Chrome, and almost never with Firefox. I captured the network traffic, but I can't 
see anything unusual. It just takes very long until the answer is returned by the elogd server.
  66579   Fri Nov 6 12:49:22 2009 Question Fabio Rossirossi.f@inwind.itQuestionLinux2.7.7.1width of the Text column in the summary list view

I have "Summary lines = 1" in the config file. The first line visualized in the summary list, in the Text column, is truncated. I'm using the default style.

Which is the way to set the number of character displayed?

  66581   Fri Nov 6 18:08:20 2009 Reply Fabio Rossirossi.f@inwind.itQuestionLinux2.7.7.1Re: width of the Text column in the summary list view

Stefan Ritt wrote:

Fabio Rossi wrote:

I have "Summary lines = 1" in the config file. The first line visualized in the summary list, in the Text column, is truncated. I'm using the default style.

Which is the way to set the number of character displayed?

I added a new parameter

Summary line length = x

for you. This is included in SVN revision 2262 (if you can compile it yourself) and will be contained in the next release.

I have already tested your patch backporting the change to 2.7.7.1. It works like a charm.

Thank you very much!

  67594   Wed Oct 30 17:57:38 2013 Angy Fabio Sellagaia-gc@altecspace.itQuestionLinux2.9.2-1kerberos authentication NOT working

Hi guys,

we configured a kdc server using OPENLDAP as backend. We installed on it elog and configured the Kerberos Authentication on one logbook as follows:

Authentication = Kerberos, File
Kerberos Realm = TEST.COM
Password file = ./pwd.xml

 
Detect language » Italian
 

Even if the kinit comand is retrieving correctly a ticket for the user tsearch@TEST.COM(we see it using klist and tcpdump on lo interface), elogd kerberos authentication is not working.

We tried using tcpdump for troubleshooting but no traffic is generated on the loopback interface.

Did someone solve this problem or do you have an idea on how to make the kerberos authentication working?

Thanks

  69359   Fri Apr 30 07:27:31 2021 Entry Faithfaithlessangel85@gmail.comBug reportLinuxV3.1.2[Bug?] Admin restrict edit time

I would like to know, if the command "Admin restrict edit time = " does really work as intended.

In my case I have the following global configuration:

Admin user = <me>
Restrict edit = 1
Restrict edit time = 1
Admin restrict edit time = 10000

And every time, when I want to edit an entry (as admin), that is older than 1 hour, i get the following error message:

"Entry can only be edited 1 hours after creation"

 

ELOG V3.1.5-fe60aaf