Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 361 of 806  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 Subject
  66922   Tue Nov 2 15:56:33 2010 Question Terry Baynetrbayne@gmail.comQuestionWindows2.8.0-2331Cell Style Question

Is it possible to include more than one style attribute in a "Cell Style" directive?

For example, if I want to change the background color and text color for a given cell:

Cell Style Status Fixed  = background-color:green;color:white

If so, what is the proper way to encode it?

Thanks,

Terry

  66921   Wed Oct 27 23:43:37 2010 Question Morion Blackmorion.estariol@gmail.comQuestionOther2.8.0Can anyone help compile ELog 2.8.0 on SunOS 5.11?

 I have server with SunOS 5.11:

uname -a

SunOS *** 5.11 snv_134 i86pc i386 i86pc

 

when I try to compile ELog I get error:

gmake

gcc  -DHAVE_SSL -w -c -o crypt.o src/crypt.c

gcc  -DHAVE_SSL -I../mxml -o elog src/elog.c crypt.o -lsocket -lnsl -lssl

Undefined                       first referenced

 symbol                             in file

MAX                                 crypt.o

MIN                                 crypt.o

mempcpy                             crypt.o

_ast_strtoul                        crypt.o

_ast_realloc                        crypt.o

ld: fatal: symbol referencing errors. No output written to elog

collect2: ld returned 1 exit status

gmake: *** [elog] Error 1

 
 
Can anyone help to compile Elog?

  66920   Thu Oct 14 17:50:56 2010 Reply Mike Zubermdz0739@yahoo.comBug reportWindows2.8Re: Elogd service crashes on "reply" with percent character in subject line

Stefan Ritt wrote:

Mike Zuber wrote:

My logbook kept crashing whenever I tried to reply to an existing entry. I found that the percent sign "%", when used in the subject line, will crash the elogd service when you try to reply to the entry. This appears to only happen with windows installations. I tested this on your Linux logbook and it didn't crash.

Here is the message taken from the Windows event viewer after the crash:
An unhandled win32 exception occurred in elogd.exe [5224].

Thank you for Elog, you have done a good job with it.  It is a great logbook.

Mike

I could not reproduce your problem. I tried the very simple config file:

[Demo]
Attributes = Author, Subject

and the problem did not occur (see attachment). Can you try the most recent version (elog280-4.exe) with this simple configuration. Maybe you have a more complicated configuration which causes the problem. In that case please send it to me, so that I can reproduce the problem.

 Thank you Stefan for your help on this. I am using version 2.8.0 built Aug 2, 2010 rev 2312. I tried your configuration file and the problem did not occur. Using my config file the elogd crashes using the % sign in the subject when replying to the entry. So the problem is something in my config file. After checking through my config file and remming out individual lines and testing, I found that the following statement is causing the problem:

Preset on reply subject = Re: $Subject

I was using this to put the "Re:" on the replies.

The only problem now is I don't get the "Re:" in the subject on replies. Am I doing something wrong to cause this? My config file is attached.

Thanks,
Mike

Attachment 1: elogd.cfg
[global]
port = 8888
Theme = default
Guest menu commands = Login, Find, Help
Guest find menu commands = Login, Find, Help
List Commands = New, Find, Select, Last Day, Help
Menu commands = List, Edit, Delete, Reply, Duplicate, Help, Move to
Page title = PCC ELOG
Password file = _#####
Admin user = zubermd, Admin
Suppress Email to users = 1
Self register = 1

[PX-1]
Comment = PCC Logbook for PX-1
Display mode = summary
Attributes = Author, Date of Event, Type, Category, Callout, Subject
Preset Author = $long_name
; this attributes cannot be changed
Locked Attributes = Author
Options Type = PM, Project Work, Problem, Fix, Question, Info, Other
ROptions Callout = Yes, No
Preset Callout = No
Options Category = Hardware, Software, Other
Extendable Options = Category
Required Attributes = Subject, Type, Category
List Display = Date, Subject, Author
Type Date of Event = date
Preset Date of Event = $date
Time format = %m/%d/%Y, %H:%M
Page Title = ELOG - $subject
Reverse sort = 1
Thread display = $Subject, entered by $Author on $Entry time
;Preset on reply subject = Re: $Subject
Preset on reply author = $long_name
Quick filter = Date, Type, Category, Callout, Subtext
;users can only edit their own entries
Restrict edit = 1

  66919   Thu Oct 14 16:43:05 2010 Reply Mike Zubermdz0739@yahoo.comQuestionWindows2.8Re: Action after message submission

Stefan Ritt wrote:

Mike Zuber wrote:

Is it possible to automatically go back to the list view in summary mode after submitting a new message instead of displaying the new message?

I know it's possible to display a page from a file after submitting a new message  by using "Submit Page = <file>". 
It would be nice to be able to use a command like "Submit Page = <command>" where I could insert "?cmd=Back" as in the "Start page" command.

Thanks,

Mike

I just implemented a new flag "List after submit = 1" which does exactly this. It brings you to the summary page after the submission of a new entry. I needed the function myself. The change is SVN revision 2327 and will be contained in the next release. 

 Thank you very much! I appreciate it.

  66918   Mon Oct 11 10:27:26 2010 Entry Jianglai Liujianglai.liu@sjtu.edu.cnQuestionLinux2.8.0automated email notification did not work for me

Hi,

I am setting up an elog to organize my lab activities. I installed elog 2.8.0 on the latest CentOS 5.5, 32 bit. I got into trouble setting up the automated email notification.

According to the elog manual, I setup the smtp setting in the elogd.cfg as follows:

SMTP host = smtp.gmail.com
SMTP username = jianglai.liu
 

I then used "elogd -t" to encode the password into the configuration file.

But when I submit an entry, I always received: "Error sending Email via "smtp.gmail.com": 5.7.0 Must issue a STARTTLS command first. y17sm867489wfd.15"

If I switched to use my university email servers, similar things happened.

SMTP host = smtp.sjtu.edu.cn
SMTP username = jianglai.liu

I got "Error sending Email via "smtp.sjtu.edu.cn": 5.7.8 Error: authentication failed: another step is needed in authentication"

I also switched to use one of my old work server

SMTP host = smtp-server.its.caltech.edu
SMTP username = jliu

and ended up with the same error message.

I did a google search on this without much progress. I would appreciate it very much if someone could shed light on how do I fix this.

Thanks much!

  66917   Fri Oct 8 09:19:13 2010 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.8.0-2331Re: how to set text column width

phichitpon wrote:

hello

how to set text column width in Elog

thank you

There is currently no easy possibility to change this except manually changing the CSS file. But that requires some CSS and HTML knowledge. You would have to change the CSS class "listtitle2" and "summary".

  66916   Fri Oct 8 04:53:50 2010 Question phichitponchee_ake@yahoo.comQuestionWindows2.8.0-2331how to set text column width

hello

how to set text column width in Elog

thank you

  66915   Thu Sep 23 17:22:43 2010 Reply Bill Pierbpier@clove.orgQuestionWindows2.7.6-2230Re: SQL Database

What about using something like MySQLfs to get a db backend transparently to ELOG?  I use ENCFS, (a FUSE backend), currently to achieve encrypted logbooks and it works fine -- ELOG never knows anything other than reading and writing to logbook files.  From what I've read, the MySQLfs backend would work the same, and you likely would gain some of the caching benefits of MySQL, which might help with your read/search times, given the memory requirements of the database of course.

 

Bill

lance wrote:

We have been running elog for a few years now and its solid. The only thing is we are getting to 140k entries over a few books and its starting to slow down whist searching. My questions is can we go to an SQL type database rather than a flat file? Is it worth it? Is anyone running this type of configuration?

 

 

ELOG V3.1.5-3fb85fa6