Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 641 of 808  Not logged in ELOG logo
ID Date Icon Author Author Email Category OS ELOG Versiondown Subject
  1065   Fri Apr 8 14:35:19 2005 Idea Stefan Rittstefan.ritt@psi.ch All2.5.8Howto subscribe to ELOG RSS feeds in Mozilla Thunderbird
So subscribe to ELOG RSS feeds, do the following:

- In Thunderbird, click "Tools/Account setting", then click "Add account",
"RSS News & Blogs", "Next", "Finish", "Ok".

- Select "News & Blogs" in the "Folders" pane, right-click and select
"Properties"

- Click on "Manage Subscriptions..."

- Click on "Add"

- Enter the Feed URL of elog. Use your logbook URL and add "elog.rdf". For
this forum for example, enter

http://midas.psi.ch/elogs/Forum/elog.rdf

- Click OK. That's all.

See how the RSS feed shows up in the attached image. Please note that you
need public read access to your logbook for this to work (via "Guest menu
commands"), since the RSS mechanism does not support authentication.
Attachment 1: rss.gif
rss.gif
  1099   Mon Apr 18 17:57:38 2005 Idea Tim Iskandertim.iskander@criticallink.comRequestAll2.5.8Link To command...
Is it possible to create a Link To command (ala Copy To, Move To) that
would allow you to reference an entry in another log book without copying it?
This would be handy as the info would be kept current in both log books.
My thought is that it would create a psuedo entry in the other log
book that pointed back at the originating log book entry (similar to a 
UNIX soft link)
/Tim
  1100   Mon Apr 18 19:27:09 2005 Reply Stefan Rittstefan.ritt@psi.chRequestAll2.5.8Re: Link To command...
> Is it possible to create a Link To command (ala Copy To, Move To) that
> would allow you to reference an entry in another log book without copying it?
> This would be handy as the info would be kept current in both log books.
> My thought is that it would create a psuedo entry in the other log
> book that pointed back at the originating log book entry (similar to a 
> UNIX soft link)

What you ask for is not possible due to internal reasons. The underlying database
does not support links. But what you can do is to reference a logbook entry with

elog :<loglook>/<id>

So I can reference your question with elog:Forum/1099. Some people make even
complete "summary" pages where they reference a whole set of other logbook entries like

Your question is at elog:Forum/1099
A script for thumbnail generation is at elog:Contributions/12
Demo entries: elog:Linux+Demo/14, elog:Linux+demo/1
  1105   Wed Apr 27 21:27:25 2005 Question Kevin Robinderkrobinder@visa.comBug reportWindows2.5.8elogd 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.

When someone tries to log out of e-log from their desktop the machine 
hosting the service throws an error popup wanting to report to Microsoft. 
The error signature has the following information:

szAppName: elogd.exe
szAppVer: 0.0.0.0
szModName: elogd.exe
szMidVer: 0.0.0.0
offset: 0003586a

Clicking to get the technical information it wants to send it shows these 
two file names:

C:\DocumentsandSettings\krobinde\LOCALS~1\temp\WER6F.tmp.dir00
\elogd.exe.mdmp
C:\DocumentsandSettings\krobinde\LOCALS~1\temp\WER6F.tmp.dir00\appcompat.txt

Let me know if there is any further information you need.
  1109   Fri Apr 29 21:30:26 2005 Reply Stefan Rittstefan.ritt@psi.chBug reportWindows2.5.8Re: elogd crashes on log out
It's hard to tell the problem from what you report. Have you tried the latest
release http://midas.psi.ch/elog/download/windows/elog258-6.exe ? There were
some problems with the password file in 2.5.8 versions prior to patch level 6.
  1111   Sat Apr 30 19:10:22 2005 Reply Kevin Robinderkrobinder@visa.comBug reportWindows2.5.8Re: elogd crashes on log out
> It's hard to tell the problem from what you report. Have you tried the latest
> release http://midas.psi.ch/elog/download/windows/elog258-6.exe ? There were
> some problems with the password file in 2.5.8 versions prior to patch level 6.

Yes, I am up to date with the latest version (2.5.8-6).

What other information can I provide that might assist in diagnosing this?
  1112   Mon May 2 09:33:51 2005 Reply Stefan Rittstefan.ritt@psi.chBug reportWindows2.5.8Re: 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.
  1128   Fri May 6 18:41:04 2005 Reply Matt Biggywiggum45@hotmail.comBug reportWindows2.5.8Re: 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
ELOG V3.1.5-3fb85fa6