Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 766 of 807  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Versiondown Subject
  979   Tue Mar 8 20:28:49 2005 Reply Stefan Rittstefan.ritt@psi.chQuestionAll Re: length of fields
> Is it possible to get around this problem by having more then one main text field 
> per record?

No, not at the moment. You can increase the 1500 characters by recompiling elogd, but
at some point you will hit the stack limit and elogd will crash. I plan a major
redesign with completely dynamic memory allocation, thus permitting any number of
characters on any attribute. But this will take a couple of months or so.
  980   Wed Mar 9 10:17:51 2005 Question T. Ribbrockemgaron@gmx.net   Trying to get "Format <attribute>" to work

I am currently trying to get some attributes into one line in my logbook, with some others on a line of their own (this is on the single message page) - pretty much like in this forum.
I searched through the forum and the config examples and found elog:571 as well as elog:Config+Examples/4, but I cannot get it to work.

In the forum, the "Subject:" line is on its own line and fills the whole line, which is what I want. In my logbook, the equivalent attribute does stand on its own line, but the 'value' only fills the space of the second column (i.e., if it was in this forum, the 'value' of "Subject" would be the same width as the icon above it and the rest of the line just blank).
As far as I can see, I'm using the "Format <attribute>=1" statements in the same way as in the example - and when I compare the resulting HTML, it also looks the same. I did notice, however, that you use different CSS classes for "Subject" and its value. Hence my question: To get "Subject" and its value to stretch over the full line, is there some fancy CSS footwork involved? I was not able to find the CSS file for this forum among the configuration examples - maybe you could add it?

Thanks in advance!

  981   Mon Mar 14 21:00:57 2005 Reply Stefan Rittstefan.ritt@psi.ch   Re: 2 Extendable options when created new entries
I fixed this problem in revision 1.586. It will be contained in the next release.
  1002   Wed Mar 23 05:56:35 2005 Warning Recai Oktasroktas@omu.edu.trInfoLinux New Debian package (2.5.8+r1592) -- needs testing
Hi to all,

I've prepared a new Debian package.  This version will probably be the one
which you'll find in Sarge/stable.

There are some invasive changes in this version which call for a serious
test.  In accordance with a suggestion, I've changed the configuration
mechanism.  For details, please read the NEWS.Debian file attached.

Could the Debian users who follow this forum test it and give some feedback?
You can download the package from the following link:

  http://l10n-turkish.alioth.debian.org/debian/elog_2.5.8+r1592-1_i386.deb

Thanks in advance for your participation,
Attachment 1: NEWS.Debian
elog (2.5.7+r1589-1) unstable; urgency=low

  * Starting from this version, /etc/default/elog is installed as part
    of the package.  Following variables (with default values) can
    be used in /etc/default/elog:

      # Host where elogd will run.
      # HOST=localhost

      # Be verbose.
      # VERBOSE=yes

      # Port where elogd will run.
      PORT=8080

      # Logbook root directory.
      LOGBOOKDIR=/var/lib/elog

      # Resource directory (i.e. themes, icons).
      RESOURCEDIR=/usr/share/elog

    These variables will become the command line options of elogd.
    Since command line options always supersede the corresponding
    options in config file, the existence of such a file provides a
    way to discriminate two roles: System admin (root) and Elog admin.
    Elog config file (/etc/elog.conf) now represents the Elog admin's
    settings, while /etc/default/elog corresponds to the system admin's
    settings.  For example, if system admin defines the following line,
    the Elog admin's port setting in config file will be ignored and
    ELOG will always listen port '80' (note that the compiled-in
    default port is '8080'):

      PORT=80

    One can also change the logbook repository location by using the
    same mechanism, e.g. to set the data directory as '/srv/elog' (as
    suggested in FHS v2.3) use the following line:

      LOGBOOKDIR=/srv/elog

    Maintainer scripts should gracefully handle this transition.  But
    please note that those system admin's settings listed above should
    not be used in elog.conf, even though Elog allows it.

 -- Recai Oktaş <roktas@omu.edu.tr>  Sun, 20 Mar 2005 05:09:57 +0200
  1003   Wed Mar 23 11:19:51 2005 Agree Emiliano GabrielliAlberT@SuperAlberT.itInfoLinux Re: New Debian package (2.5.8+r1592) -- needs testing
> Hi to all,
> 
> I've prepared a new Debian package.  This version will probably be the one
> which you'll find in Sarge/stable.
> 
> There are some invasive changes in this version which call for a serious
> test.  In accordance with a suggestion, I've changed the configuration
> mechanism.  For details, please read the NEWS.Debian file attached.
> 
> Could the Debian users who follow this forum test it and give some feedback?
> You can download the package from the following link:
> 
>   http://l10n-turkish.alioth.debian.org/debian/elog_2.5.8+r1592-1_i386.deb
> 
> Thanks in advance for your participation,

It seems to work nice to me.
Just another suggestion: I think it would be better to insert a commented out
example for all allowed parameters in the distributed  /etc/default/elog

nice work :-)
  1006   Wed Mar 23 16:44:32 2005 Agree Recai Oktasroktas@omu.edu.trInfoLinux Re: New Debian package (2.5.8+r1592) -- needs testing
> It seems to work nice to me.
> Just another suggestion: I think it would be better to insert a commented out
> example for all allowed parameters in the distributed  /etc/default/elog

Thanks for the test.  Please note that, /etc/default/elog is partially auto
created during the installation.  All options except PIDFILE and CONFFILE are
currently listed (as configured or commented out).  If you didn't see these
options (after the update), there must be a problem.   Did you mean the lack of
PIDFILE and CONFFILE in the default file?
  1008   Thu Mar 24 10:31:01 2005 Angy Stephen A. Woodsaw@jlab.orgBug reportLinux Crash with Protect Selection page = 1
Using 2.5.8, if I set "Protect Selection page" to 1, then elogd seg faults
as soon as it is accessed.

Under 2.5.7, a login page will come up, and the logbook will work, but only
if a valid username/password is given.  If an invalid login is given, then
elogd crashes.  We have a cron job that periodically restarts elogd if it is
has crashed.

Steve

[global]
logbook tabs = 0
port = 8080
Protect Selection page = 1
Password file = user.info
Admin user = saw
 
  1009   Thu Mar 24 10:39:00 2005 Smile Stefan Rittstefan.ritt@psi.chBug reportLinux Re: Crash with Protect Selection page = 1
> Using 2.5.8, if I set "Protect Selection page" to 1, then elogd seg faults
> as soon as it is accessed.

Thanks for reporting this bug. I fixed it and committed the change to CVS.

- Stefan
ELOG V3.1.5-3fb85fa6