Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 691 of 807  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
ID Date Icon Author Author Email Category OS ELOG Version Subjectdown
  65677   Mon Dec 17 02:17:20 2007 Question Val Schmidtvschmidt@ccom.unh.eduQuestionMac OSX2.6.1Moving a logbook from one installation to another

I've attempted to move a logbook from an old elog installation to a new one on another system. The version of elog is the same (2.6.1) in both. Both systems have the same name and the logbooks are and installation are going in the same place. So all paths are identical. Also, for the new installation, I've simply recompiled the same sources used to install the original one. The only difference is an upgrade in the OS.
 
I've rsync'd the directory and contents from the old installation to the logbooks/ directory for the new one. I then over-wrote the standard config file with the new one. I then started elogd in the new place.
 
What I find is 
 
a) The default entry from the demo logbook is inserted into my logbook. This I can live with but it was unexpected.
b) The dates for all my entries as shown in my browser have years starting in 1946, rather than 2006. This is particularly odd since all of the actual log files have the correct dates. 
c) The numbering of entries has been reset to 1.
 
 
Can anyone explain what I've done to mucky this up and how to fix it?
 
Thanks in advance,
 
Val
 

  66388   Wed Jun 10 13:56:09 2009 Disagree David PilgramDavid.Pilgram@epost.org.ukOtherLinux2.7.6-2211Move to: elog crashes with large no of entries being moved.
Hi Stefan,

I've been slowly moving threads, and twice now so far (and reproducably) had elog crash.

In each case, it is trying to move a thread with more than 24 entries; it copies the first 24 entries, then
crashes with "Segmentation Fault".  It does not erase the lock file /var/run/elog.pid

I have got around this by manually copying the entries beyond no 24, then deleting the thread entry by entry.

I am aware that I have an old and limited machine (586, 256MB RAM, running Slack 10), and at first I was
"content" to write it off as that; but when it crashed for the second time at exactly the same entry (the
twenty-forth) even though the size of the entries would have been significantly different, I wondered if there
was some factor within  elog that could affect this.

I've not tried it with Copy to:, but imagine it will also be affected as the only difference with this and Move
to: is the deletion of the thread after all the entries had been copied.
  68344   Wed Jun 29 16:07:32 2016 Question JDelog@dreessen.itRequestLinux | Windows | Mac OSX | All | OtherELOG V3.1.1More than 100 attributes

I am modifying the elogd.cfg automatically with a script.  The Script fetches a list of systems from a LDAP database and writes them into an "Options" line in the elog.cfg.

Everything worked fine, until we hit the critical number of 100 attributes.  I saw this is also stated in the manual.

Is there any workaround? I downloaded the source code and hat a quit look, but couldn't find the section which is responsible for this behavior. 

Is there a reason for this limit?

 

Thanks

Jonathan

  1102   Tue Apr 19 22:43:10 2005 Question Stephen A. Woodsaw@jlab.orgQuestionLinux1.632More questions about groups
I am running 2.5.8-3 with the elogd.c 1.632.  I have attached the config
file that I am using.   I have a top group "src", with logbooks "SRC
Analysis" and "SRC Mail" in it.  These two logbooks share the same password
file.  If one logs into one, I would like them to be not have to login to
the other.  If I put the password file name under [global src], I get this
behaviour, but the logbook selection page does not show my graphic or the
locks by the logbook names (instead it has the Alt text "This logbook
requires authentication."  If I remove the password from [global src] and
put it in each logbook individually, then my logbook selection page looks
OK, but I have to log into each logbook seperately.

Stephen
Attachment 1: elogd.cfg
[global]

Top group yourfriend = Your Friend Logbook
Top group xxxxx = Xxxxx Experiments
Top group src = SRC Analysis, SRC Mail

Show top groups = 0
Logbook tabs = 1

SMTP host = mailthingy.jlab.org
Use Email from = adminguy@jlab.org
Admin user = adminguy

URL = http://webserver.jlab.org/elogs/

Logfile = elog.log
Logging level = 3

usr=cdaq
grp=c-cdaq

[global xxxxx]
Logbook tabs = 0
;Main Tab = Welcome Page
Welcome Title = <p><p> <img src="hallc.gif" > <p><font size=3 color=white><b>Welcome to the E02-109/E04-001 analysis logbook. </b><p></font>
Restrict Edit = 1
URL = http://webserver.jlab.org/elogs/
Prepend on edit = Edited: $date \n \n
Theme = hallc
Admin user = christy

[Xxxxx Experiments]
Comment = Elog for E02-109/E04-001
Attributes = Author, Type, Category, Subject
Options Type = Calibrations, Efficiencies, Run Info, Other Corrections, Elastics, Cross Sections, MonteCarlo, General
Extendable Options = Category
Required Attributes = Author, Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type

[global yourfriend]
Logbook tabs = 0
SMTP host = mailthingy.jlab.org
;Main Tab = Welcome Page
Restrict Edit = 1
URL = http://webserver.jlab.org/elogs/
Prepend on edit = Edited: $date \n \n
Theme = hallc
Admin user = yourfriend

[Your Friend Logbook]
Theme = hallc
password file = elogpw_GRS
Self register = 3
Login user = yourfriend
Comment = Elog for Your Friend
Attributes = Type, Category, Subject
Options Type = Calibrations, Efficiencies, Run Info, Other Corrections, Elastics, Cross Sections, MonteCarlo, General
Extendable Options = Category
Required Attributes = Type
Page Title = ELOG - $subject
Reverse sort = 1
Quick filter = Date, Type

[global src]
Welcome Title = <p><p> <img src="bigbite.gif" > <p><font size=3 color=white><b>Welcome to the E01-015 analysis logbook. </b><p></font>
Theme = src
Password file = elogpw_SRC
Self register = 3

[SRC Analysis]
Prepend on edit = Edited: $date \n \n
;Password file = elogpw_SRC
;Self register = 3

Comment = Elog for E01-015
Attributes = Author, Detector, Subject
Options Detector = HRS, BigBite, Neutron Bars
Required Attributes = Author
Page Title = ELOG - $subject
Reverse sort = 1
Admin user = adminguy

[SRC Mail]
;Password file = elogpw_SRC
;Self register = 3

Comment = Archive of SRC Mailing list
Attributes = Subject, From
Required attributes = Subject, From
Quick filter = Date, From
Menu commands =  Find ,Login, Logout, Help, Delete
Allow Delete = adminguy


  66857   Thu Jul 22 16:59:00 2010 Warning Chuck BrostBrost_chuck@solarturbines.comBug reportWindows2.7.8More adventures with SSL

Stefan,

Everything has been working great since we last spoke (Version 2.7.8), until InfoSec decided to change how the Certs were created.  Now they come with a little bit of code in the .key file before the Hash.. when I put the new .CRT and .KEY in the SSL folder I am asked on starting Elogd to provide a "PEM PassPhrase".  As you can expect, if you do not enter one, or the incorrect one, it does not just turn off SSL, it exits the program.  The key begins like this in the new versions:

-----BEGIN RSA PRIVATE KEY-----
Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,ACF4A8B263EAA51D

(that little encode piece on the end is not the actual one in the key.  I am assuming it is a passphrase key so it will know what the right passphrase is that should be entered.

We are assuming that this is the "Install password" they have set up to use to install the certs on all of the IIS servers we have.  If that is indeed the case.. Does elog save this passphrase somewhere?  does Elog save it in the registry? does it save it encrypted? Or with access security permissions set on the keys?  I have a feeling that the answer to most of this is probably "no", but to know where we go from here, that is the place to start.

Thanks

Chuck

  68217   Tue Jan 12 15:06:42 2016 Idea Johan Forsbergjohan.forsberg@maxlab.lu.seQuestionLinuxELOG V3.1.0-241Monitoring a logbook for changes

Hi again!

I've another need that you probably already thought of :)

I'd like to be able to efficiently monitor a logbook for changes (new or edited posts) somehow. The most reasonable way I've found so far is to periodically poll a search that looks for posts after the time of the last poll. But that might note be very efficient, especially if the polling period gets short (or number of clients grows).

Is there some other feature that could be used for this? I was thinking maybe the ETag or Last-Modified HTTP header field could be used to show changes to a logbook by just reading the headers, but it would also require HEAD request support which does not seem to be there.

Cheers,

Johan

  396   Tue Jul 15 23:37:58 2003 Question Gary Cramblittgarycramblitt@comcast.netQuestionLinuxv2.3.9Modify the date of an entry?
Great program!  Thank you.

Short of manually editing the logbook files, is there a way I can change the
date of an entry?  I want to transfer my "Linux Journal", which I have been
writing as a regular document for several months, into elog so I can take
advantage of the threading, sorting, find, etc.
  66990   Wed Jan 19 16:03:38 2011 Idea bobbobgrang@gmail.comQuestionWindowsV2.8.Modification aren't accepted

hello,

At home, when I change the config *. cfg, the modifications are not taken in consideration

Have you got a idea ?

Thanks a lot !

Bob

ELOG V3.1.5-3fb85fa6