Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 2 of 795  Not logged in ELOG logo
ID Date Icon Author Author Email Category OSdown ELOG Version Subject
  65650   Tue Nov 13 17:59:35 2007 Agree An Thaithaithan@gmx.deInfoWindows | All2.7.0Re: New ELOG version with HTML Editor

Congratulation Stefan and Co.!

I think Elog is the first Weblog which supports this feature.

The new integrated HTML WYSIWYG editor is great. Now, my colleagues who are in finance department and don't have good IT-skill will be very happy about this feature.

Thank you for your support and effort.  

  66892   Mon Sep 6 16:18:41 2010 Reply Robert Heineheine@kph.uni-mainz.deCommentWindows | All2.8.-2312Re: How to make Subst run?
Thank you Andreas!

So I will generate the preset entry in a shell script.

And now to something completely different:
Is there a way to make the elogd options -x and -install work together?

Grüßli

Robert
  409   Fri Jul 25 02:02:48 2003 Idea eric wootenwootene@verizon.net Windows2.3.9elog.exe cmd line - seems to just hang
elog -h 192.168.0.25 -p 80 -l Database -a Type=test1 -a OS=W2K -a Loc=room1
-a Status=operational

doing anything wrong here?
  410   Fri Jul 25 02:03:37 2003 Idea eric wootenwootene@verizon.net Windows2.3.9Re: elog.exe cmd line - seems to just hang
Note: When I hit ctrl-break, it exits to cmd prompt, and the entry appears 
in the logbook.... ?

> elog -h 192.168.0.25 -p 80 -l Database -a Type=test1 -a OS=W2K -a Loc=room1
> -a Status=operational
> 
> doing anything wrong here?
  411   Fri Jul 25 02:07:08 2003 Idea eric wootenwootene@verizon.net Windows2.3.9Re: elog.exe cmd line - seems to just hang
opps nevermind, i didn't realize I had to put something in for the ending 
body text.  Anyway to skip that part?

> elog -h 192.168.0.25 -p 80 -l Database -a Type=test1 -a OS=W2K -a Loc=room1
> -a Status=operational
> 
> doing anything wrong here?
  412   Fri Jul 25 08:51:22 2003 Reply Stefan Rittstefan.ritt@psi.ch Windows2.3.9Re: elog.exe cmd line - seems to just hang
> opps nevermind, i didn't realize I had to put something in for the ending 
> body text.  Anyway to skip that part?
> 
> > elog -h 192.168.0.25 -p 80 -l Database -a Type=test1 -a OS=W2K -a Loc=room1
> > -a Status=operational
> > 
> > doing anything wrong here?

Due to frequent requests, the elog utility reads the message body text from the 
console (stdin), if it's missing on the command line (like in your case). Under 
Linux, you can then pipe some text into elog

cat message.txt | elog -h ...

or under Windows

type message.txt | elog -h ...

If you enter the text directly, you have to finish it with Ctrl-Z / Return
(Windows) or Ctrl-D (Linux). If you do not want any text, you can write

elog -h .... -a Status=operational " "

to submit an empty text (well, almost empty, contains single blank).
  415   Sat Jul 26 20:11:01 2003 Question eric wootenwootene@verizon.netQuestionWindows2.3.9using = or <> or AND as part of a filter ??
Is this possible?  If so, could you provide an example:

I'm trying to find a way that when you do a search, that you can filter 
entries using ( = , <>, AND) on one or more attributes.
ex:  Find all workstations for this subnet, but exclude a particular one.
Thats the basic idea.

Can it be done? If so, how?

Thanks,
Eric
  416   Sun Jul 27 16:09:09 2003 Reply Stefan Rittstefan.ritt@psi.chQuestionWindows2.3.9Re: using = or <> or AND as part of a filter ??
> Is this possible?  If so, could you provide an example:
> 
> I'm trying to find a way that when you do a search, that you can filter 
> entries using ( = , <>, AND) on one or more attributes.
> ex:  Find all workstations for this subnet, but exclude a particular one.
> Thats the basic idea.
> 
> Can it be done? If so, how?

No, it cannot be done right now, but it's on the wishlist since some time. 
So I added your vote there.
ELOG V3.1.5-fe60aaf