ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
1124
|
Mon May 2 14:58:27 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Linux | 2.5.8-6 | Re: rss feed title & conditional attributes |
Ok, fixed. I do however not evaluate the conditional attribute, but just remove any
empty attribute, I guess that makes more sense. |
1128
|
Fri May 6 18:41:04 2005 |
| Matt B | iggywiggum45@hotmail.com | Bug report | Windows | 2.5.8 | Re: elogd crashes on log out |
> > What other information can I provide that might assist in diagnosing this?
>
> Please send me your elogd.cfg configuration file.
Stefan - I am having the exact same problem as outlined here. I sent you an
email with a somewhat complicated config file. Attached to this message is a
much simpler one.
With this file, if you remove the B5 server (remove it from top group a2, and
remove the [b5] entry) the crash does not happen. If the B5 server (or any
additional server) is in the file, then the problem occurs.
For me, there are 3 places where the crash happens:
- on logout
- when an invalid username/password is used to login
- when you login to A1, then try to go to A2
This is happening on elog v2.5.9-1 (built May 2, 2005, 12:17:18 revision 1.642)
I have tried on windows 2000 and 2003 servers, and it seems to happen on both of
them.
Matt |
Attachment 1: elogd.cfg
|
[global]
port = 2080
url = http://localhost:2080/
Logfile = elog.txt
Logging level = 3
Top Group A1 = b1, b2
Top Group A2 = b3, b4, b5
[global A1]
Password file = a1.pwd
Self register = 1
Admin user = admin
[global A2]
Password file = a2.pwd
Self register = 1
Admin user = admin
[b1]
Comment = b1
[b2]
Comment = b2
[b3]
Comment = b3
[b4]
Comment = b4
[b5]
Comment = b5
|
1129
|
Fri May 6 20:32:49 2005 |
| Matt B | iggywiggum45@hotmail.com | Bug report | Windows | 2.5.8 | Re: elogd crashes on log out |
Another quick update on this, it looks like the bug was introduced in version
2.5.8-2 built Mar 30 2005, 11:04:33, revision 1.611
version 2.5.8-1 built Mar 21 2005, 17:28:54, revision 1.592 does not exhibit the
behavior.
Matt |
1131
|
Mon May 9 11:30:07 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | All | | Re: post box question |
> is there any way to get a larger text box to type in when making a new post?
> the default box is rather small and you have to scroll up and down when
> making a new post or editing an existing one.
Message width = <number of characters>
Message height = <number of lines>
> can the normal text look like the html does without submitting it as html?
No. |
1133
|
Mon May 9 13:12:26 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.5.8 | Re: elogd crashes on log out |
> Since updating to version 2.5.8 we have been having problems with the elogd
> service crashing whenever anyone attempts to log out. We are using stunnel
> 4.09 on a Win 2k system.
This problem has finally been identified and fixed. Please download the newest
version 2.5.9-2 which contains this fix. |
1134
|
Mon May 9 14:46:54 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.5.9-1 | Re: How to remove email addresses from Guest Display? |
> I would like to have the author email addresses listed only for users which
> have logged in, but not for guest users. In the elogd.cfg file I have:
>
> Attributes = Author, Author Email, Category, Subject
> Guest Display = Author, Category, Subject, Text
>
> But these attributes
>
> ID Date Author Author Email Category Subject Text
>
> are shown also when visting the logbook as a guest. For the guests I would
> like to show only these attributes
>
> ID Date Author Category Subject Text
>
> Any ideas what I am doing wrong or why this does not work?
Guest List Display = Author, Category, Subject, Text
^^^^
- Stefan |
1138
|
Mon May 9 20:47:02 2005 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | Other | 2.5.9 | Re: Version of GCC to use? |
> What is the recommended version of gcc to use with elog 2.5.9? I searched
> the discussion database but found nothing pertaining to this.
Well, the same code compiles on gcc and on Visual C++ under Windows, so
hopefully there is no dependence on the gcc version (;-)
I use gcc 3.2.3 on Scientific Linux 3.03. |
1139
|
Mon May 9 20:51:23 2005 |
| Steve Jones | steve.jones@freescale.com | Question | Linux | Other | 2.5.9 | Re: Version of GCC to use? |
> > What is the recommended version of gcc to use with elog 2.5.9? I searched
> > the discussion database but found nothing pertaining to this.
>
> Well, the same code compiles on gcc and on Visual C++ under Windows, so
> hopefully there is no dependence on the gcc version (;-)
>
> I use gcc 3.2.3 on Scientific Linux 3.03.
I ask because I get a dependency that I did not have before with 2.5.3.
Compiling with my same 'ole gcc 2.95.2 I see that I now need mxml.h and
strlcpy.h. Trying to compile under gcc 3.4 results in all kinds of errors. |