ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
62
|
Tue Jul 9 09:33:47 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug fix | | | Re: Compiling elog 2.0.4 on Solaris |
> Comiling elogd 2.0.4 under Solaris obviously fails with
>
> gcc -o elog elog.c -lsocket -lnsl
> gcc -o elogd elogd.c -lsocket -lnsl
> elogd.c: In function `ss_file_find':
> elogd.c:1372: `alphasort' undeclared (first use in this function)
> elogd.c:1372: (Each undeclared identifier is reported only once
> elogd.c:1372: for each function it appears in.)
> make: *** [elogd] Error 1
>
> because alphasort is an ucb'ism which does not exist under SYSV
>
> ... not very portable :-(
I was not aware of this. Actually, I don't need 'alphasort' so I removed it
from the source. The update is at
http://midas.psi.ch/cgi-bin/cvsweb/elog/elogd.c
Please give it a try. |
61
|
Tue Jul 9 09:25:41 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: problem saving elogd.cfg |
> In version 2.0.4 of eLog I was having some problems with saving my
> configuration file once I edited it on the web using the config. command.
> I keep getting the message "Cannot open file %s: elogd.cfg". I made sure
> the file was in the right directory. I dont know if I am doing something
> wrong or if its a bug?
The error display is certainly wrong. I fixed that and you can download the
updated version at
http://midas.psi.ch/cgi-bin/cvsweb/elog/elogd.c
As for the error, you should check the file permissions. If you run the
daemon under a user which has no write access to the directory or file, you
would get the described error. |
60
|
Tue Jul 9 09:18:05 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | | Re: Where can I get more information on the config file |
> Where can I get more information about the config and themes file. I
> downloaded the latest version (2.0.4) and the config file docs seem out of
> date. I would like to get the icons working as well as getting the email
to
> work. The demo page at the elog home site shows both but I cannot find ant
> references to the icons.
Oops, I forgot the "IOptions" statement to documentation. Please see the
updated version at
http://midas.psi.ch/elog/config.html
look for "IOptions". For the Email notification see the whole
section "Email
notification" near the bottom of the page. |
59
|
Mon Jul 8 22:50:16 2002 |
| Scott Fenstermacher | dsfens@wm.edu | Question | | | Where can I get more information on the config file |
Where can I get more information about the config and themes file. I
downloaded the latest version (2.0.4) and the config file docs seem out of
date. I would like to get the icons working as well as getting the email to
work. The demo page at the elog home site shows both but I cannot find ant
references to the icons. |
58
|
Mon Jul 8 21:01:00 2002 |
| Christian Korschan | Christian.Korschan@CTBTO.ORG | Bug report | | | Compiling elog 2.0.4 on Solaris |
Comiling elogd 2.0.4 under Solaris obviously fails with
gcc -o elog elog.c -lsocket -lnsl
gcc -o elogd elogd.c -lsocket -lnsl
elogd.c: In function `ss_file_find':
elogd.c:1372: `alphasort' undeclared (first use in this function)
elogd.c:1372: (Each undeclared identifier is reported only once
elogd.c:1372: for each function it appears in.)
make: *** [elogd] Error 1
because alphasort is an ucb'ism which does not exist under SYSV
... not very portable :-( |
57
|
Mon Jul 8 19:42:13 2002 |
| H. Scheit | h.scheit@mpi-hd.mpg.de | Bug report | | | elog submit without user and password |
With elog it is possible to submit messages to a password protected
logbook without specifying the -u option. I.e. NO PASSWORD is
necessary to submit a message. I assume it is related to the problem
of expiring password-cookies while entering the message using a web
browser. |
56
|
Mon Jul 8 17:18:05 2002 |
| Mo | msheikh25@hotmail.com | Bug report | | | problem saving elogd.cfg |
In version 2.0.4 of eLog I was having some problems with saving my
configuration file once I edited it on the web using the config. command.
I keep getting the message "Cannot open file %s: elogd.cfg". I made sure
the file was in the right directory. I dont know if I am doing something
wrong or if its a bug?
Mo. |
55
|
Mon Jul 8 10:45:37 2002 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug fix | | | Re: reverse sort and threaded mode does not display first entry |
> When the option 'Reverse sort = 1' is used then the first entry
> is not displayed (ID=1) when threaded mode is requested.
>
> Probably you can see the problem using this link and switching
> on reverse sort.
>
> http://midas.psi.ch/elogdemo/Linux/last20?mode=threaded
Has been fixed in 2.0.4, have a look at
http://midas.psi.ch/elogdemo/Linux/last20?mode=threaded&reverse=1 |