ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
329
|
Thu May 8 15:12:11 2003 |
| nickc1 | nick@nick.com | Info | | | Question |
Can you tell me what the following change in CVS offers
Revision 1.99 / (download) - annotate - [select for diffs] , Fri May 2
10:00:31 2003 UTC (6 days, 2 hours ago) by midas
Changes since 1.98: +10 -1 lines
Diff to previous 1.98
Added lock icon for protected logbooks
Does this relate to the request in article 309
and if so is there any flags set to enable it.
Cheers |
69221
|
Mon Sep 21 09:17:52 2020 |
| Florian Feldbauer | florian@ep1.ruhr-uni-bochum.de | Question | Linux | 3.1.3 | Query to get values for Attributes |
Hey,
I'm trying to integrate the Elog into our SlowControl System (Phoebus/EPICS). As a first step I translated the python library to Java. So writing new Entries and viewing them works.
But for Phoebus, you need a list of the possible values for the attributes. Currently this is done via the config file from Phoebus.
Is there a way to get the values also via a query directly from the Elog?
Cheers,
Florian |
67558
|
Tue Sep 3 22:35:00 2013 |
| Hal Proctor | hproctor2@gmail.com | Question | All | latest | Query a log file |
Does anyone have a method to query the log file? I wish to automate a summary report based on a defined timeframe (8hr shift) and deliver a report to the owners/managers of the logbook.
maybe even generate the summary report as an HTML entery within the logbook, encapsulating the enteries queried with the hyperlinks intact to the entries in question.
Anyone have something like this? Hate to recreate the wheel. I will share if I come up with something |
661
|
Wed Aug 11 18:02:22 2004 |
| Steve Jones | steve.jones@freescale.com | Question | All | 2.5.4 | Q: on 'FIND MENU commands =' <menu list> |
The help text on the website says the following:
"The command Select can be used to select multiple messages for deletion of
moving to other logbooks."
This is not clear but was the intent to indicate that SELECT can be used to
either select multiple log entries for deletion OR for moving to another
logbook? If the latter, then this does not work if one adds the MOVE TO
menu item to the list. If the former then the helptext is a little misleading.
Thanks! |
662
|
Wed Aug 11 18:12:35 2004 |
| Steve Jones | steve.jones@freescale.com | Question | Other | 2.5.4 | Q: On Solaris 8, eLog not honoring USR= and GRP= cfg file directives? |
I'm not sure if this is a configuration problem or a bug, but running
v2.5.4subver1.413, elogd runs as user ROOT (UID0) even though the following
is in the elogd.cfd file:
Usr = nobody
Grp = essadm
All other directives added to the cfg file work, so I know eLog is reading
the cfg file.
The elogd binary *is not* setuid 0.
Thanks |
2040
|
Fri Nov 3 15:53:44 2006 |
| An Thai | thaithan@gmx.de | Question | Windows | latest | Push button for Menue Command |
Dear Stefan,
in your documentation: ELOG - Syntax of elog.cfg I see two screenshots in the Themes section. The left one shows a layout with Push buttons on the Menue Command. I would like this layout and try to find information on W3C consortium how i can redesign the CSS file to realise the push button for hyperlink, but I cannot get an success there. Can you give more information how you made it?
Thank you in advance |
1542
|
Wed Dec 7 02:37:40 2005 |
| Jesse Wodin | jwodin@stanford.edu | | | | Proxy question |
I'm trying to run elog 2.6.0-beta4 under Apache 2.0. I follow the directions, and everything works fine, so my
elog runs as
http://grattalab3.stanford.edu/elog/
running under port 8082, with the following lines in my httpd.conf file
Redirect permanent /elog http://grattalab3.stanford.edu/elog
ProxyPass /elog/ http://grattalab3.stanford.edu:8082/
This machine has an alias, which is http://exo-elog.stanford.edu. My question is, how can I run elog so that
when someone types in this name, it brings up my elog? I know that I can make a VirtualHost entry and put a
redirect at the document root of that virtual host, but that seems clumsy. Can I just modify ProxyPass or add a
Redirect statement somehow?
Thanks! |
66035
|
Wed Nov 5 20:37:37 2008 |
| Glen MacLachlan | maclach@gwu.edu | Question | Linux | | Proxy Error |
A problem recently developed for our elog...after running without much problem the elog daemon was restarted on an ubuntu server running apache2. Now the server gives 502 Proxy Error messages:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /elog.
Reason: Error reading from remote server
I did a force-reload of apache after making sure the modules are enabled. I also restarted elogd but to no avail. One symptom seems to be that the GET request is empty...that is before it was:
"GET /elog/sample_elog/etcetera HTTP/1.1"
but now it is just
"GET /elog HTTP/1.1"
Just started out of the blue...
Any ideas? |