Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 165 of 238  Not logged in ELOG logo
icon1.gif   Hardcoded Path in Makefile, posted by Martin Killenberg on Tue Feb 20 18:41:31 2007 
I tried to compile ELOG on Scientific Linux Cern 4.4 and found that make quits because uname is not located in /usr/bin (like it is hardcoded in the makefile)
but in /bin.
Later I found that this is only the case in the svn version, in the "latest.tar.gz" from 2007/02/20 the path is /bin.
    icon2.gif   Re: Hardcoded Path in Makefile, posted by Stefan Ritt on Tue Feb 20 21:10:28 2007 
[quote="Martin Killenberg"]I tried to compile ELOG on Scientific Linux Cern 4.4 and found that make quits because uname is not located in /usr/bin (like
it is hardcoded in the makefile) but in /bin.
Later I found that this is only the case in the svn version, in the "latest.tar.gz" from 2007/02/20 the path is /bin.
icon5.gif   Required and {}, posted by bob on Wed Feb 14 16:46:27 2007 
Hi, 
I still have a question,  
    icon2.gif   Re: Required and {}, posted by Stefan Ritt on Fri Feb 16 17:19:30 2007 
[quote="bob"]generally, can one handle "Required" and "{}" or "{ , }", ...[/quote]

For simple configuration files, that should work. If I have for example:
       icon2.gif   Re: Required and {}, posted by bob on Mon Feb 19 20:46:39 2007 
[quote="Stefan Ritt"][quote="bob"]generally, can one handle "Required" and "{}" or "{ , }", ...[/quote]

For simple configuration files, that should work. If I have for example:
icon5.gif   Preset of a drop-down box entry with a "%" character, posted by Tobias Bagger on Sun Feb 18 10:51:13 2007 
How do I preset a drop-down box entry which contains a % character?

I use following lines in the elogd.cfg:
    icon2.gif   Re: Preset of a drop-down box entry with a "%" character, posted by Stefan Ritt on Mon Feb 19 11:29:03 2007 
[quote="Tobias Bagger"]How do I preset a drop-down box entry which contains a % character?[/quote]

The problem was that '%' is used in auto-generated preset tags like [B]XYZ-%Y-%b-###[/B] (see documentation). I made the auto-generation a bit more clever
icon5.gif   Setting From: for registration/password e-mails, posted by Ben Waugh on Fri Feb 16 12:08:19 2007 
We had a problem, as mentioned in the documentation, with "new password" e-mails being rejected because the default From: address is invalid, so we changed
this using "Use Email From".
    icon2.gif   Re: Setting From: for registration/password e-mails, posted by Stefan Ritt on Fri Feb 16 16:45:33 2007 
[quote="Ben Waugh"]We had a problem, as mentioned in the documentation, with "new password" e-mails being rejected because the default From: address is
invalid, so we changed this using "Use Email From".
       icon2.gif   Re: Setting From: for registration/password e-mails, posted by Stefan Ritt on Fri Feb 16 17:14:53 2007 
[quote="Stefan Ritt"]Right. The logic in the program and the documentation disagreed. The program uses the "Use Email From" address always if it's there,
while the documentation gives preference to the user's email address. I change that in the program so that it agrees with the documentation. The modification
is in SVN revision 1789 and will be contained in the upcoming next release.[/quote]
icon5.gif   About Extendable, posted by bob on Tue Feb 13 15:57:25 2007 
Hi, 

I have a problem and I do not understand why 
    icon2.gif   Re: About Extendable, posted by Stefan Ritt on Fri Feb 16 17:01:45 2007 
[quote="bob"]Hi, 

I have a problem and I do not understand why 
icon6.gif   Various attributes and columns “list” , posted by bob on Tue Feb 13 16:46:54 2007 
Re Hi,
Is it possible to put various (and choose  them) the attributes in the SAME columns of the “list” ??
    icon2.gif   Re: Various attributes and columns “list” , posted by Stefan Ritt on Tue Feb 13 17:25:11 2007 
[quote="bob"]Re Hi,
Is it possible to put various (and choose  them) the attributes in the SAME columns of the “list” ??
[/quote]
       icon2.gif   Re: Various attributes and columns “list” , posted by bob on Tue Feb 13 17:48:05 2007 
[quote="Stefan Ritt"][quote="bob"]Re Hi,
Is it possible to put various (and choose  them) the attributes in the SAME columns of the “list” ??
[/quote]
          icon2.gif   Re: Various attributes and columns “list” , posted by Stefan Ritt on Tue Feb 13 19:25:47 2007 
[quote="bob"]in the summary, 
we can look at each line with its adapted attributes. 
I would like the same line which informs several attributes without modifer List display = ID, Date...
             icon2.gif   Re: Various attributes and columns “list” , posted by bob on Wed Feb 14 09:22:01 2007 
[quote="Stefan Ritt"][quote="bob"]in the summary, 
we can look at each line with its adapted attributes. 
I would like the same line which informs several attributes without modifer List display = ID, Date...
icon5.gif   Synchronization using https, posted by Alexandre Lindote on Thu Jan 18 16:29:43 2007 
Hi,

 I have an elog server running on a linux desktop machine inside our institutional firewall. It can be accessed from inside the firewall directly using
    icon2.gif   Re: Synchronization using https, posted by Stefan Ritt on Thu Jan 18 20:19:22 2007 
[quote="Alexandre Lindote"] Now we want to have several servers set up (in different institutions), and have them synchronized automatically.[/quote]

Synchronization works such that the "client" elogd (the one on which the synchronization is started) "emulates" a browser and accesses the other elogd
       icon5.gif   Re: Synchronization using https, posted by Marcus Hauser on Tue Feb 13 15:11:18 2007 
[quote="Stefan Ritt"][quote="Alexandre Lindote"] Now we want to have several servers set up (in different institutions), and have them synchronized automatically.[/quote]

Synchronization works such that the "client" elogd (the one on which the synchronization is started) "emulates" a browser and accesses the other elogd
          icon2.gif   Re: Synchronization using https, posted by Stefan Ritt on Tue Feb 13 15:36:08 2007 
[quote="Marcus Hauser"]Would it be possible to use rsync to syncronise two elogd servers on different servers via secure synchronization on the file level?
E.g.
rsync -av -e ssh /var/lib/elog/logbooks/  elog.remote.de:/var/lib/elog/logbooks/ [/quote]
icon4.gif   ELOG Crash by many email address, posted by An Thai on Fri Jan 12 15:28:46 2007 crash.PNG
Hello,

when I try to set above 112 email addresses in 
    icon2.gif   Re: ELOG Crash by many email address, posted by Stefan Ritt on Tue Jan 16 23:01:30 2007 
[quote="An Thai"]Hello,

when I try to set above 112 email addresses in 
       icon2.gif   Re: ELOG Crash by many email address, posted by Grant Jeffcote on Tue Feb 6 18:19:57 2007 
[quote="Stefan Ritt"][quote="An Thai"]Hello,

when I try to set above 112 email addresses in 
ELOG V3.1.5-3fb85fa6