ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
494
|
Tue Mar 2 09:29:38 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.5.1 | Re: System Error / Hangs with ELPG and threaded Msg's under Win 2k3 Server |
> the problem only ocures on win 2003 server. I d'dn't test it under xp, 2000,
> 2002 beause i don't have any of this systems. but it looks that no one else
> has this problem. would be helpfull to know if there anybody out in
> cyberspase using elog 2.5.1 with win 2000 or 2002 or even better with win
> 2003 server? or do you have a 2003 server at psi?
> for me it looks like a incompatibility of a stack, boffer overrun or somethin
> in the memory.
I agree. It's most probably a stack overflow problem. The stack size must be less
on a win 2003 server compared to a xp machine. I know that the threaded display
requires some more stack space than the other displays. But unfortunately I have
no win 2003 server here to try. |
500
|
Sat Mar 6 14:25:17 2004 |
| Ulrich Trüssel | ulrich.truessel@familienhund.ch | Bug report | | 2.5.1 | Re: System Error / Hangs with ELOG and threaded Msg's under Win 2k3 Server |
> > since the new server isn't standing here in my office i can not test if older elog
> > versions don't have the problem too. but if your idea of stack or buffer overflow
> > is right, i guess that hoping of the helpfull ms pach or a update of the compiler
> > will be the only what we could do :-( it's always the same using software fom a
> > company named "kleinstweich"... ;-(
>
> ;-))) like that one...
>
> I tried to reduce the memory consumption in the threaded display, can you please try
> the modified version under
>
> http://midas.psi.ch/elog/download/windows/elogd.exe
just was back from work today! i have installed the new elogd.exe file (after a
backup! :-) ) and restarted the service. there are basicalle two news, a really good
one an a bad one:
1. the bad: clicking for a threaded display of the logs will still produce an porobem
as shown in the screendump of the win 2k3 remote controle console (jpeg-attachement).
2. the really good one: the BIG difference to the original 2.5.1 elogd.exe are two
points:
2a) the elgog.exe no more hangs! after a while it comes back to the view before
clicking threaded view. while trying to dispaly the thread it seems to hang, but just
semms! (white browser, nothing to see)
2b) after quitting the error it's bossible to use eleg as normal. no restart of the
service is more needed. before, a restart of the service has to be done because elogd
was hanging compleatly.
as you tought, it looks like a stack problem ore someting else. sorry, didn't had
time enough to find out detailed information of 2k3. also develeoper network from ms
dosn't bring detailed information about memory handling to the public guys like me.
the other solution my be, as i wrote, to have a switch for switching of threaded
display, even a treaded view may be very helpfull in an discussion forum. maybe the
compiler may coming up with a new version or ms will make a pach, for someting
absolutly different of course ;-) , solving this probleme...
ueli
|
Attachment 1: ELOGD040306_Threaded_Error_ELOG_auf_Wind_3k3_Server.jpg
|
|
502
|
Mon Mar 8 16:55:21 2004 |
| Torsten Hinsche | hinsche@computer-systeme.de | Question | | 2.5.1 | Elog as a service |
Is there any possibility to start elogd as a service under NT/2000/XP
having local service as its user? Yes, I've read the documentation. Maybe
things have changed.
/Torsten/ |
503
|
Mon Mar 8 17:24:14 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | | 2.5.1 | Re: Elog as a service |
> Is there any possibility to start elogd as a service under NT/2000/XP
> having local service as its user? Yes, I've read the documentation. Maybe
> things have changed.
What do you mean by "local service as its user"? If you install elogd as a
service with FireDaemon or via SRVANY.EXE, you use the "Services" section
under Computer Management ("Verwalten") to configure the elogd service.
Although the documentation says that one should use the "This account" with
the appropriate password, it is possible to use the "Local System account"
as well. But I'm not 100% sure what implications this has for the ownership
of the logbook database files, but it should be ok in most cases. |
504
|
Wed Mar 10 06:56:19 2004 |
| Raj | rajelio@yahoo.com | Bug report | | 2.5.1 | Re: System Error / Hangs with ELOG and threaded Msg's under Win 2k3 Server |
Run into the same error on a windows XP & 2000 machine. Totally shuts down the elogd.exe
when THREADED is selected. Have not tried your modified version after reading the posted
results. Will run with summary view until fixed. Wish I could help but I'm not a
programmer. Let me know if you want to test any new elogd.exe's. |
505
|
Tue Mar 16 09:50:58 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | | 2.5.1 | Re: System Error / Hangs with ELOG and threaded Msg's under Win 2k3 Server |
> Run into the same error on a windows XP & 2000 machine. Totally shuts down the elogd.exe
> when THREADED is selected. Have not tried your modified version after reading the posted
> results. Will run with summary view until fixed. Wish I could help but I'm not a
> programmer. Let me know if you want to test any new elogd.exe's.
This problem has been fixed now, it was a programming bug. New version under
http://midas.psi.ch/elog/download/windows/elogd.exe |
508
|
Wed Mar 24 20:23:47 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | all | Suggestions for developing new CSS files |
The elog daemon uses cascading style sheets (CSS) to format its output, such
as font family, size and color. Some people started to develop new themes
(skins) and posted them at the contributions logbook (such as
http://midas.psi.ch/elogs/Contributions/7).
From my onw experience, I know that this can be a difficult job, since it
means to change the "default.css" file and reloading a page over and over
again. I recently discovered a way to do this much easier: The Mozilla based
browsers (such as firefox, http://www.mozilla.org/products/firefox/) have an
extension called EditCSS (http://texturizer.net/firefox/extensions/#editcss)
which shows the CSS file on the left side of the browser and the web page on
the right side. Changes in the CSS editor are immediately reflected in the
browser window. This way one can change certain entries in the CSS file and
immediately see its consequences. Development of new skins should therefore
become much more easier. |
Attachment 1: editcss.gif
|
|
509
|
Wed Mar 24 21:25:34 2004 |
| Stefan Ritt | stefan.ritt@psi.ch | Info | | all | Quick search mode with Mozilla based browsers, extremely useful!!! |
It is not usual for me to pester people with tips around elog, but this
one was so helpful for me that I would like to share it.
The Mozilla based browsers, such as Netscape or Firefox
(http://www.mozilla.org/products/firefox/) offer the possibility of
so-called "keymarks" or "bookmark keywords". This are bookmarks to which a
keywork can be added, making them a very powerful search tool for elog. This
can be explained most easily in an example:
Add following bookmark to your Browser:
Name: ELOG search
Location: http://midas.psi.ch/elogs/forum/?mode=full&sall=1&subtext=%s
Keyword: el
I attached a screendump of how this looks under Firefox. Now you can type
el <keyword>
in your URL address bar, and the elog forum is automatically searched for
that keyword (see second attachment), since the "%s" in the URL is
automatically replaced with your keyword. This works of course also with
your personal logbooks. The switch "sall=1" causes elog to search for the
string in the main text body and in all attributes.
The URL bar can be activated with CTRL-L, so the key sequence
CTRL-L el <keyword>
is all you need to search a ELOG logbook, even without touching the mouse. |
Attachment 1: keymark.gif
|
|
Attachment 2: result.gif
|
|