Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 731 of 793  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Version Subject
  550   Thu Jun 3 17:28:07 2004 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.5.2Re: Using date and subst date
> > http://midas.psi.ch/elog/download/windows/elogd-snapshot.exe
> > 
> > is for windows, for linux you have to recompile with
> > 
> > gcc -O -o elogd elogd.c
> > 
> > Best regards,
> > 
> >   Stefan
> 
> Hi Stefan,
> 
> I tried compile it in gentoo 1.4 GCC 3.3.3 without problem. However, it refuse
> to run on ipcop box. The error message,
> ./elogd: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./elogd)
> 
> I guess the kernel and/or compiler version is not matching. Any simple way to
> fix it? Thanks for your help?

Looks like a weird Linux installation. Maybe try to link static:

gcc -O -static -o elogd elogd.c 

executable will be much bigger, but maybe work...
  549   Thu Jun 3 17:15:56 2004 Reply nait tauhnait@no2bl.no-ip.comQuestionLinux2.5.2Re: Using date and subst date
> http://midas.psi.ch/elog/download/windows/elogd-snapshot.exe
> 
> is for windows, for linux you have to recompile with
> 
> gcc -O -o elogd elogd.c
> 
> Best regards,
> 
>   Stefan

Hi Stefan,

I tried compile it in gentoo 1.4 GCC 3.3.3 without problem. However, it refuse
to run on ipcop box. The error message,
./elogd: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./elogd)

I guess the kernel and/or compiler version is not matching. Any simple way to
fix it? Thanks for your help?

nait. 
  548   Wed Jun 2 15:13:12 2004 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.5.2Re: Using date and subst date
> 
> > I fixed that problem, new version under
> > http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.328
> 
> Any binary build anywhere that I can pick? Thanks. 
> 
> nait.

http://midas.psi.ch/elog/download/windows/elogd-snapshot.exe

is for windows, for linux you have to recompile with

gcc -O -o elogd elogd.c

Best regards,

  Stefan
  547   Sat May 29 04:28:38 2004 Cool nait tauhnait@no2bl.no-ip.comRequestLinux2.5.2Mail notification without attachment possible?
I just noticed the problem of mail notification with big attachments. For a
files or photos exchange setup we could run into load and bandwidth problem
quickly. Any way to restrict mail notification by attributes or without
attachment?

Thanks,
nait.
  546   Sat May 29 04:23:58 2004 Reply nait tauhnait@no2bl.no-ip.comQuestionLinux2.5.2Re: Using date and subst date
> I fixed that problem, new version under
> http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.328

Any binary build anywhere that I can pick? Thanks. 

nait.
  545   Fri May 21 15:03:48 2004 Reply Stefan Rittstefan.ritt@psi.chQuestionLinux2.5.2Re: Using date and subst date
> I'm trying capture any edit/modified entry with the following, Using the
> real date format instead of text string so that I could do a quick filter on it.
> 
> Type modified = date
> Subst on Edit modified = $date
> 
> Problem: It seem that the Subst on Edit always default to 1 Jan 1970 instead
> of current date on edit screen. 

I fixed that problem, new version under
http://midas.psi.ch/cgi-bin/cvsweb/elog/src/elogd.c?rev=1.328
  544   Fri May 21 14:43:09 2004 Reply Stefan Rittstefan.ritt@psi.ch Windows2.5.2Re: User/Admin privlege question
> For some reason if I define a "login user" that is allowed the configure
> option he is also allowed to change the configuration file. According to the
> documentation it seems like this should NOT be the case. Any ideas as to
> what the problem might be? 

Unfortunately I cannot reproduce your problem. This leaves few possibilites:

- any login user CAN change his/her full name, email address etc. but only admin
users can change ALL OTHERS as well. Admin users should see a "change elogd.cfg"
button on the config page, whil normal users will not

- are you sure you logged out as admin user and loggin in again as non-admin
user? Under some circumstances, the browser keeps old cookies which can confuse
things. Best is if you delete all browser cookies and try again (Tools/Internet
Options/Delete Cookies in IE).

- Stefan
  543   Thu May 20 00:55:51 2004 Question Ralph Kuehnr.e.kuehn@larc.nasa.gov Windows2.5.2User/Admin privlege question
Hello,

For some reason if I define a "login user" that is allowed the configure
option he is also allowed to change the configuration file. According to the
documentation it seems like this should NOT be the case. Any ideas as to
what the problem might be? 

Thanks in advance for any help/advice.

Ralph 
Attachment 1: elogd.cfg_cpy
[global]
logbook tabs = 0
port = 8080
Password file = C:\Program Files\Elog\passwd
Admin user = skuehn
Self Register = 3
Logout to main = 1
Logfile = C:\Program Files\Elog\logfile
Logging level = 3

[thelog]
Comment = The Logbook for Daily Entries
Page Title = ELOG - $subject

Login expiration = 1000
Login user = skuehn,kuehn


; Look and Feel
CSS = compact.css
Display mode = summary
Theme = default


; Attributes
Attributes = Author, Type, Category, Subject
Required Attributes = Author, Type
ROptions Type = Routine, Supplemental, Special, Other
ROptions Category = General, Other
Thread display = $subject, posted by $author on $entry time

; Preset author and email
Preset Author = $long_name
Preset Author Email = $user_email
Preset Type = Routine 
Preset Category = General

; These Attributes Cannot be changed
Locked Attributes = Author

; Flags
Reverse sort = 1
Back to main = 0 
Quick filter = Date, Type

; Options for Reply
Subst on reply subject = Re: $subject
Remove on reply = Author, Author Email

; Email settings
Use Email Subject = $subject
Use Email From = $user_email

; Email notification, 0=send
Suppress Email to users = 0
ELOG V3.1.5-fe60aaf