Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 783 of 804  Not logged in ELOG logo
ID Date Icon Author Author Email Category OSdown ELOG Version Subject
  1561   Wed Dec 21 23:52:27 2005 Question Mikemlmoore@pella.comQuestion 2.6.0Compile on Windows?
What version of Visual Studio do you use for compile Elog on windows.

I have downloaded the Tar from svn and am having some errors, but then I've go VS.Net 2003. I wondering if this was done with 6.0?

thanks
  1562   Thu Dec 22 01:17:12 2005 Question PJ Meyerpjm@pjmeyer.orgQuestion 2.6New docs?
Just looked at change log for 2.6
was wondering where the documentation for the new additions/changes is/are.
  1563   Thu Dec 22 08:53:43 2005 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6.0Re: Compile on Windows?

Mike wrote:
What version of Visual Studio do you use for compile Elog on windows.

I have downloaded the Tar from svn and am having some errors, but then I've go VS.Net 2003. I wondering if this was done with 6.0?


Right now I'm using VS.Net 2003, but you should be able to compile it with 6.0, except that you have to redo the project file, which might not be backwards compatible. An alternative is to use gcc under cygwin, which is a free alternative for windows.
  1564   Thu Dec 22 08:58:25 2005 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6Re: New docs?

PJ Meyer wrote:
Just looked at change log for 2.6
was wondering where the documentation for the new additions/changes is/are.


I usually keep http://midas.psi.ch/elog/config.html up-to-date, but I agree that it's a bit hard to find the additions there, that's why there is the change log Wink

The ELCode is described on a separate page, which can also be accessed by clicking on the ELCode link below the text box of the logbook entry page.
  1565   Thu Dec 22 14:32:00 2005 Question Mikemlmoore@pella.comQuestion 2.6.0Maximum number of LogBooks? Bug?
Is there a Maximum number logbooks?

I have run into a problem but I'm not sure if to call it a Bug or not. We have started using Elog to keep a work log for each of our production servers. After a short trial I put generated a config file using groups for all of our servers which is 294 logbooks. Almost every thing works except the config screen. You get a list of all the logbooks with the checkboxes for the email notifications. If you click save (Doesn't make a difference if you make changes or not) you get the following.

Error: Too many parameters (> 120). Cannot perform operation.

I was able to recompile using cygwin under windows after changing MAX_PARAM from 120 to 400. That fixes the problem, but eventually you get a stack overflow.

Any suggestions? I have considered separate instances running 100 logbooks each but I would like to have a global search.

Thanks for a Great tool. I've been using it as a personal log for sometime and was finally able to convince my team we sould use it.
  1566   Thu Dec 22 15:14:39 2005 Reply Stefan Rittstefan.ritt@psi.chQuestion 2.6.0Re: Maximum number of LogBooks? Bug?

Mike wrote:
Is there a Maximum number logbooks?

I have run into a problem but I'm not sure if to call it a Bug or not. We have started using Elog to keep a work log for each of our production servers. After a short trial I put generated a config file using groups for all of our servers which is 294 logbooks. Almost every thing works except the config screen. You get a list of all the logbooks with the checkboxes for the email notifications. If you click save (Doesn't make a difference if you make changes or not) you get the following.

Error: Too many parameters (> 120). Cannot perform operation.

I was able to recompile using cygwin under windows after changing MAX_PARAM from 120 to 400. That fixes the problem, but eventually you get a stack overflow.

Any suggestions? I have considered separate instances running 100 logbooks each but I would like to have a global search.

Thanks for a Great tool. I've been using it as a personal log for sometime and was finally able to convince my team we sould use it.


You're really pushing to the limit Wink

The maximum number of logbooks is indeed 120. If you have too many logbooks, they are also hard to handle (too many check boxes in the config page etc.). What if you make not one logbook per server, but have a single logbook and use the server as an attribute, like

Attributes = ..., Server, ...
Options Server = Server1, Server2, ...

Now you can ask: How many options are possible for an attribute, and the answer is 100, which is even less than the number of logbooks. But you can make three logbooks, each covering 100 servers, and that covers your 294 servers.
  1567   Thu Dec 22 15:39:23 2005 Smile Mikemlmoore@pella.comQuestion 2.6.0Re: Maximum number of LogBooks? Bug?

Stefan Ritt wrote:


You're really pushing to the limit Wink

The maximum number of logbooks is indeed 120. If you have too many logbooks, they are also hard to handle (too many check boxes in the config page etc.). What if you make not one logbook per server, but have a single logbook and use the server as an attribute, like

Attributes = ..., Server, ...
Options Server = Server1, Server2, ...

Now you can ask: How many options are possible for an attribute, and the answer is 100, which is even less than the number of logbooks. But you can make three logbooks, each covering 100 servers, and that covers your 294 servers.


Thanks for the quick reply and suggestion. I will give that a try.

You might want to consider adding a check that there aren't over 120 logbooks. I manually created the elog.cfg with 294 logbooks. Everything works, except for running into this problem.

Thanks again
  1569   Thu Dec 22 21:15:19 2005 Reply Edmundo T Rodriguezedrodrig@chpnet.orgRequest 2.6.0"Syntax of elogd.cfg" - Document
The document "ELOG - Syntax of elogd.cfg" is outdated!

Are we going to have an updated documented?

How much difference exists between the one posted as a reference
and new one covering all new options in ELOG?
ELOG V3.1.5-3fb85fa6