elog command line submission, posted by Erik Butz on Thu Nov 4 13:23:50 2010
|
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 |
Re: elog command line submission, posted by Stefan Ritt on Tue Nov 16 13:25:35 2010
|
> 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
The "-d" option is certainly wrong. This is only used when running elog under Apache. But otherwise it should work. I
tried it myself and it went fine. Try to add a "-v" flag to see verbose output. |
Cell Style Question, posted by Terry Bayne on Tue Nov 2 15:56:33 2010
|
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 |
Re: Cell Style Question, posted by Stefan Ritt on Tue Nov 16 10:29:14 2010
|
Terry Bayne wrote: |
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
|
Your syntax is correct. If you try a big font for example
Cell Style Status Fixed = background-color:green;font-size:40px
it will work. The problem here is that the text decoration is defined differently since it's a link. The CSS defines these style via
/* standard link colors and decorations */
a:link { color:#0000FF; text-decoration:none }
a:visited { color:#800080; text-decoration:none }
a:hover { color:#0000FF; text-decoration:underline }
a:active { color:#0000FF; text-decoration:underline }
a:focus { color:#0000FF; text-decoration:underline }
but I don't know how to change these style inline without defining a new class.
|
Can anyone help compile ELog 2.8.0 on SunOS 5.11?, posted by Morion Black on Wed Oct 27 23:43:37 2010
|
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?
|
Re: Can anyone help compile ELog 2.8.0 on SunOS 5.11?, posted by Stefan Ritt on Tue Nov 16 10:00:48 2010
|
Morion Black wrote: |
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?
|
The crypt.c file is not from me, so there might be some issues on other OSes. I defined now at least MIN/MAX by hand, and also removed mempcpy. The new version is attached. Can you try again to compile it? The strtoul and realloc are nomal C functions, maybe you have to add some other libraries for linking, but I'm not an expert for SunOS. |
email format, posted by Marty Jansen on Sat Nov 6 14:32:52 2010
|
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 |
Re: email format, posted by Stefan Ritt on Mon Nov 15 16:46:41 2010
|
Marty Jansen wrote: |
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
|
The email notification contains the basic HTML code and an (external) reference to the underlying CSS. I use for example Thunderbird instead of Outlook, and this program asks me if I should "show remote content". Only if I click yes, then the external CSS is loaded. Outlook might also have an option "view as web page" or so. The old format did not use full HTML and therefore was displayed correctly. This can be changed with the email encoding = ... option. |
Execute a python command?, posted by harley on Tue Nov 9 19:28:53 2010
|
Is there a way to add a button to the elog interface which would execute a python command? |
Re: Execute a python command?, posted by Stefan Ritt on Fri Nov 12 16:50:18 2010
|
harley wrote: |
Is there a way to add a button to the elog interface which would execute a python command?
|
No, there are only the options
execute new = ...
execute edit = ...
execute delete = ...
though which you can execute external scripts. Maybe this is enough? |
locking entries & auto-submission?, posted by harley on Tue Nov 9 19:36:40 2010
|
We have multiple users for a single elog. Aside from making an entry only editable by the author, is there a way to secure the entry if it is being edited so that only one user may edit a particular entry at one time?
Also, is there a way to auto-submit entries after x minutes?
Your help and support are appreciated.
Harley |
Re: locking entries & auto-submission?, posted by Stefan Ritt on Fri Nov 12 16:46:28 2010
|
harley wrote: |
We have multiple users for a single elog. Aside from making an entry only editable by the author, is there a way to secure the entry if it is being edited so that only one user may edit a particular entry at one time?
Also, is there a way to auto-submit entries after x minutes?
Your help and support are appreciated.
Harley
|
You can use
use lock = 1
as described in the documentation. Auto-submission is on the wishlist and will be implemented in the not-so-far future. |
openssl - openssl/ssl.h, posted by Christoph Kukulies on Tue Nov 9 18:05:00 2010
|
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
|
Re: openssl - openssl/ssl.h, posted by Christoph Kukulies on Thu Nov 11 11:08:32 2010
|
Christoph Kukulies wrote: |
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
|
Replying to my own post: libdev-ssl wasn't installed.
--
Christoph
|
how to set text column width, posted by phichitpon on Fri Oct 8 04:53:50 2010
|
hello
how to set text column width in Elog
thank you |
Re: how to set text column width, posted by Stefan Ritt on Fri Oct 8 09:19:13 2010
|
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". |