ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
66926
|
Tue Nov 9 19:28:53 2010 |
| harley | h9s@ornl.gov | Question | Mac OSX | 2.7.8 | Execute a python command? |
Is there a way to add a button to the elog interface which would execute a python command? |
66925
|
Tue Nov 9 18:05:00 2010 |
| Christoph Kukulies | kukulies@physik.rwth-aachen.de | Question | Linux | 2333 | openssl - openssl/ssl.h |
Nasty nasty. I prepared a longish post and only because I forgot to click an Icon of choice, all my message is lost.
Thus in short:
openssl/ssl.h isn't there.
I assume I got to get it from openssl.org.
But where do I put it in the compilation tree?
--
Christoph
|
66924
|
Sat Nov 6 14:32:52 2010 |
| Marty Jansen | marty@boejan.nl | Question | Windows | 2.8.0-2331 | email format |
Hi,
In version 2.6.5-1844 we received email like picture below.
Een ouder bericht is op vlap05.nmlan.net gewijzigd:
Logboek |
Documentatie |
Author |
Marty Jansen |
Type |
Werkinstructie |
Category |
Servers |
Subject |
Server Windows 2008 R2 role IIS toevoegen v02.doc |
Logboek URL |
http://nmlanict:8088/Documentatie/7 |
02-11-2010
.\SenN\Proclib\Server Windows 2008 R2 role IIS toevoegen v01.doc
-----------------------------------------------------
05-11-2010
Server Windows 2008 R2 role IIS toevoegen v02.doc: De wijzigingen betreffen het verplaatsen van Inetpub van c:\ naar e:\
Op VLIS27 en VLSQL05 staat de inetpub nu op e:, op de VLSQL04 (NMLITE Testserver) staat de inetpub nog op c:
When upgraded to version 2.8.0-2331 we receive the email like below whitout the frame:
Een nieuw ELOG bericht is bezorgd: |
Logboek: NMLAN Bericht ID: 927 Geef de tijd op: 5-11-2010 23:07:40 |
Author: |
Marty Jansen |
Type: |
QuickChange |
Category: |
Software |
Subject: |
Elog - Update |
|
|
Vanwege verbeterde mogelijkheden in de editor (fckeditor), ELOG geupdate van versie 2.6.5-1844 naar versie 2.8.0.-2331
|
ELOG V2.8.0-2331
Any idea how to get the HTML format email back?
Marty
Sat Nov 6 14:47:16 2010
It looks strange but when I copy and past the message, like I did here, the HTML format is OK, but not when I receive the email in Outlook. This used to be OK with the previous version.
Nothing has changed in Outlook |
66923
|
Thu Nov 4 13:23:50 2010 |
| Erik Butz | erik.butz@gmail.com | Question | Linux | V2.7.6-219 | elog command line submission |
Hi,
I am playing with the elog automatic subscription script, but somehow I am failing in submitting an entry.
I am using a syntax as this:
echo test | elog -h 127.0.0.1 -p 8085 -d /usr/local/elogbooks/Elog -l "Sub Elog" -a "Type=MyType" -x -u user passwd
and I get a message which says:
"cannot get host name: Success"
which seems contradictory and also there is no entry submitted.
The command is executed on the host where the elog is running, the port and directory are taken from the cfg File.
What is my mistake, where is my misunderstanding of the documentation?
Any hints appreciated.
Erik |
66922
|
Tue Nov 2 15:56:33 2010 |
| Terry Bayne | trbayne@gmail.com | Question | Windows | 2.8.0-2331 | Cell 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 |
| Morion Black | morion.estariol@gmail.com | Question | Other | 2.8.0 | Can 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 |
| Mike Zuber | mdz0739@yahoo.com | Bug report | Windows | 2.8 | Re: 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 |
66919
|
Thu Oct 14 16:43:05 2010 |
| Mike Zuber | mdz0739@yahoo.com | Question | Windows | 2.8 | Re: 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. |