ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
68325
|
Fri Jun 3 08:59:49 2016 |
| Christian Ludwig | christiane_christian@mylife.lu | Bug report | Linux | ELOG V3.0.0-21d | solved: elogd dies upon search |
I would like to share my findings about the solution of our problem:
One of my collegues used elog in a way it was not intended for, he put an endry with 8021 lines of text.
So I grabbed the corresponding 160517a.log file from logdir, renamed it to a text file and created a new entry with the large textfile as attachment.
Since then, no more crash of elogs.
May this contribution be useful to other elog users...
Christian
Christian Ludwig wrote: |
Hi all,
ELOG V3.0.0-21dc563
Our elogd dies alwways when searching for full text:
elogd: src/elogd.c:465: xrealloc: Assertion `*((unsigned int *) (temp + old_size)) == 0xdeadc0de' failed.
elogd: src/elogd.c:465: xrealloc: Assertion `*((unsigned int *) (temp + old_size)) == 0xdeadc0de' failed.
The only change we did was adding/editing entries.
Does anyone else encounter the same issue ?
I did not find any hint in release notes that this issue would be fixed in a later version
Please don't get me wrong, I am not complaining. Elog does a great job for us since years.
Christian
|
|
69373
|
Sat Jun 19 18:38:21 2021 |
| Christian Ospelkaus | christian.ospelkaus@iqo.uni-hannover.de | Question | All | 3.1.3 | when using webserver authentication, how can I restrict the users that can edit any given elog? |
Dear elog users & developers,
the subject line says it all: when using webserver authentication, how is it possible to restict access of users to any given elog? Only using the apche rules? Admin user and Login user do not seem to be doing anything for me. I am using elog as packaged by debian for buster, using an apache ssl proxy. Thank you for providing this software,
Christian |
69374
|
Sun Jun 20 14:38:06 2021 |
| Christian Ospelkaus | christian.ospelkaus@iqo.uni-hannover.de | Question | All | 3.1.3 | Re: when using webserver authentication, how can I restrict the users that can edit any given elog? |
Dear all,
I figured it out. Current global config is (using kerberos instead)
[global]
port = 8081
Default encoding = 0
SSL = 0
Authentication = Kerberos
URL = https://my_url_here/
interface = 127.0.0.1
Password file = global.pwd
SMTP host = my_mail_host
Logfile = /var/log/elog.log
Logging level = 3
User = elog
Grp = elog
Best,
Christian
Christian Ospelkaus wrote: |
Dear elog users & developers,
the subject line says it all: when using webserver authentication, how is it possible to restict access of users to any given elog? Only using the apche rules? Admin user and Login user do not seem to be doing anything for me. I am using elog as packaged by debian for buster, using an apache ssl proxy. Thank you for providing this software,
Christian
|
|
2248
|
Sun Jun 24 00:12:15 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | sorting a drop down menu in elog |
Hi, I was wondering, how can I insert new items into my drop down menu and have them appear in an alphabetical order? Is there some sort of code I can insert into the config file to do so?
Thanks |
2249
|
Sun Jun 24 02:38:31 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | list of 500 files |
How can I have my list accept over 500 entries? I tried increasing the elogd.c (max_n_list)file as stated but the compiler gives me errors. Please help |
2252
|
Mon Jun 25 18:14:44 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | Re: list of 500 files |
Thanks for the response. I am trying to use it as a file database, to monitor the status of files(whether they have been removed, ammended etc), currently there are 90 files but I expect the size to grow. |
2253
|
Mon Jun 25 18:15:24 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | Re: sorting a drop down menu in elog |
ok...thanks much. |
2255
|
Tue Jun 26 01:56:05 2007 |
| chris williams | chris_charles98@yahoo.com | Question | Windows | 2.6.5-1869 | Re: list of 500 files |
True, thanks. |