Re: once a week we are having elogd segault?, posted by mathew goebel on Wed Aug 6 17:08:46 2025
|
We have since discovered that the security team is scanning the box in question once a week when the service crashes, with nexpose.
So if you see something similar then you might want to explore that.
mathew |
Re: once a week we are having elogd segault?, posted by Stefan Ritt on Thu Aug 7 11:04:39 2025
|
Probably some very strange URL form nexpose to trigger a potential buffer overflow. If I get the precise URL which crashes elogd, I can reproduce and
fix it.
Otherwise my usual advice: Run elogd behind an Apache proxy and do the authentication there. This way nexpose does not get to elogd, it will |
show attributes directive does not work?, posted by Harry Martin on Sat Aug 16 02:48:42 2025
|
Follows a very simple logbook definition:
[simple]
Comment = test show attributes directive |
[CLOSED] Re: show attributes directive does not work? -- It does, if you use show attributes edit, posted by Harry Martin on Sat Aug 16 14:31:49 2025
|
Well, it DOES work.... but only if you use the "Show Attributes Edit" directive. "Show Attributes" is only for the single entry
pages, whereas "Show Attributes Edit" is for the "entry pages."
|
[CLOSED] Re: 3-level conditional not working, posted by Harry Martin on Sat Aug 16 22:19:03 2025
|
Closed. This "problem" was due to the same lack of document eyesight as https://elog.psi.ch/elogs/Forum/69889. Sorry for
all the noise. New eyeglasses are forthcoming...
Harry |
Re: collapse does not seem to work as expected, posted by Harry Martin on Mon Aug 18 03:14:51 2025
|
I am not sure if either "Sort Attributes" or the Quick Filter are the main issue, though they could be. I have implemented a work-around
for now, but it really would be nice if this worked as expected. Or perhaps someone can provide an example of a logbook with working "collapse"
functionality. Thank you for this nifty program; everything else aside, this tool helps keep my work in order. |
[global] config still editable by admin of top group, posted by Damian Goeldi on Mon Sep 15 13:16:58 2025
|
The ETH physics department is running an ELOG behind an Apache reverse proxy:
ProxyPass / http://localhost:$port/ retry=0
ProxyPassReverse / http://localhost:$port/ |
Re: [global] config still editable by admin of top group, posted by Stefan Ritt on Mon Sep 15 15:11:41 2025
|
You can have authentication via the Webserver or the ELOG internal one, but this is on a global level for all logbooks. You cannot mix this between logbooks.
For that, you would have to run two instances of ELOG at two different ports.
Stefan |