lost elogd.cfg, posted by ribo on Fri Dec 19 14:59:29 2008
|
Hi
I’m running SLES Linux Box with Elog 2.7.4, until yesterday everything was running perfectly. Now elog is not running anymore, because the elogd.cfg where i made changes for my use is lost.....(arghhhhh......) The logbooks ar still under /usr/local/elog/logbooks aviable.
Now i would like to upgrade to the latest version of elog. How to i made my logbooks available ?
thanks for your feedback.
ribo |
logout to external page, posted by Christof Hanke on Wed May 6 11:00:14 2015
|
Hi Stefan,
I am happy to see that you include the webserver authentication.
So I can now login at some other page and then access elog.
However, I would also need some means of logging out some where else.
For this I propose a new Configuration option "Logout to page" which redirects to another page if set and "Logout to main" is 0.
See the attached patch (against git HEAD)
Does this make sense to you ?
Christof
PS: Many thanks for the autosave mode, I already used it ;-)
|
login cookie confusion, posted by Konstantin Olchanski on Wed Mar 2 18:35:48 2022
|
we had an elog with only one logbook and one password file,
we added a second logbook with a second password file and everything broke.
specifically, login to the original logbook stopped working,
username and password is accepted, elog.log says "user accepted", but I am presented
with the login dialog again, ad infinitum, and cannot access the elog.
solution seems to be to "delete all cookies" (which is excessive,
google chrome wants to delete all cookies for *.triumf.ca,
which will log me out from everywhere I am logged in and probably
erase/reset web site preferences everywhere).
manually deleting just the elog session cookie also seems to work, though.
this suggests that there is a bug in elog, where on successful login,
it fails to create a new authentication cookie, but reuses an old
cookie, which is no longer valid, for whatever reason (that would
be a different bug, why adding one more logbook invalidates
existing logins?).
K.O. |
logical search operators, posted by Marcel Pils on Sun Aug 18 23:18:00 2002
|
It is posible to use logical search operators like "and" and "or" ?
Which Operators can i use how do i so ?
Thank you for your anwser. |
logging, posted by tony summerfelt on Thu Aug 15 20:21:17 2002
|
is it possible to add ip information into the logging? that's something i was working on already but never finished...now that there's logging already added :) |
logbook clone, posted by Emiliano Gabrielli on Thu Apr 14 12:38:04 2005
|
When I create a new logbook (I used an existing one as a template) elog
does not works anymore...
- The problem is on elog user's file.. It seems elogd can't read it
anymore:
Cannot open file arco.users: Success
Please use your browser's back button to go back
- Here are some informations:
sparcserv:/usr/share/elog# ps U elog
PID TTY STAT TIME COMMAND
5165 ? Ss 0:08 /usr/sbin/elogd -f /var/run/elogd.pid
-c /etc/elog.conf -d /var/lib/elog -s /usr/share/elog -p 8080 -n
sparcserv:/usr/share/elog# id elog
uid=106(elog) gid=106(elog) gruppi=106(elog)
sparcserv:/usr/share/elog# ls -lha arco.us*
-rw------- 1 elog elog 1,8K 2005-03-24 12:21 arco.users
-rw-r--r-- 1 elog elog 473 2005-03-23 10:41 arco.users_bak
sparcserv:/usr/share/elog#
giving the arco.users file chmod a+wr does *not* make it work ...
re-chmod-ing to -rw------- AND restarting the daemon solves the problem
and everything works nice ...
any idea?
|
logbook db size causing very slow response, posted by eric wooten on Tue Dec 31 17:56:34 2002
|
Was wondering if there were any tweaks/suggestions for improving the
logbooks responsiviness. Our logbook was started 31 July 01. Since that
time we have went from 1 logbook to 4 logbooks. Logbook 1 having 2651
entries, logbook 2 having 300 entries, and the last 2 are new logbooks, so
only a few entries.
When user launches the logbook website, it takes considerable time to bring
the site up. It seems to be directly related to the number of entries in
the logbook. If I set up a dummy site with a couple logbooks and only a
few entries, the logbook is very fast coming up as well as saving entries.
Another thing that seems to slow the site down, is the number of users in
the elog notification list (those who've subscribed). When you save a log
entry, it takes around 30sec or longer for it to actually complete the
save. If I remove the list of users from the notification list and just
have a few, the save is very fast.
Thanks in advance,
Eric |
logboog for new project, posted by Etienne Van Caillie on Wed Jun 18 14:50:23 2003
|
we develop some improvement to elog and modify the C source
to adapt some internal improvement.
1. shellonsubmit command : give the possibility to execute external program
from elog by sending specific parameter (user/logbook/message ID)
2. elog log file in xml format : give a better view on what happens with
users see attachments easy to push the files to excel or sql database.
3. synchronisation to mySql or SQL server through perl routine and the
shellonsubmit command
this will push any new/edit/delete command in sql server so we keep a full
historic off all transaction in ELOG
4. sms gateway : from elog entry we send sms message throught internet
gateway (perl routine)
If somebody has good experience in C and Perl I suggest to contact me to
improve this wonderfull product
Thank Stephan
other projet :
we use a logbook from our external phone call
from our telephone connected to RS232 and/or TAPI interface we keep the
phone number and try to find the name from sql server : if found
we want to push an automatic entry in elog and fill specific field like
name/contact/last phone call....
I will ask to Stephan Ritt what's the best way to include our routine in
his standard source ?
could we create a specific logbook for the wishlist
in elog/contribution may be some parameters for the actual status of the
project ?
SQL :
for our sql link we have a probleme as elog re use id when deleted
we must generate an unique ID for each elog CREATE
and a version# field automaticly incremented after each update.
This must be implemented in ELOG source. |