Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 683 of 807  Not logged in ELOG logo
New entries since:Thu Jan 1 01:00:00 1970
    icon5.gif   Re: Can I host elog in the web under windows platform without Apache Web Server?, posted by Andreas Luedeke on Fri Jan 15 15:31:54 2016 
I admit that I'm not sure if I understood the question. It is quite some work to do the opposite, to run elog behind an Apache Web Server.

But
if you just install ELOG out of the box it will always run without an Apache Web Server. You don't need to add anything in the config file for that.




Dawang wrote:


    icon2.gif   Re: entry does not appear in list while it is being edited, posted by Andreas Luedeke on Thu Jan 21 11:39:18 2016 elog-pending-draft.png
Hi Devin,

this is the intended bevaviour, there is nothing wrong with that.

Only a submitted entry should be visible to
the world.

If you would have played a little bit longer, you would have found out yourself how you'll get access again to this so-called
"draft" entry after closing the browser window:

as soon as you attempt to create - as the same user - an new entry, you'll
    icon2.gif   Re: Can I host elog in the web under windows platform without Apache Web Server?, posted by Andreas Luedeke on Fri Jan 29 06:35:05 2016 
Can't help you with that, and I think it is the wrong forum to ask that question.

You'll need a web service provider that will
allow you to run your own services.

And then it'll either require some skills in host administration or a full host service by the provider.

Cheers,
Andreas




Dawang
    icon2.gif   Re: Applying cell style or some sort of subst in list view only, posted by Andreas Luedeke on Thu Feb 4 15:07:07 2016 
> Good day,

> I have an attribute that is 25 chars. it can be empty until someone edit it to fill the information.
    icon2.gif   Re: New entry cannot be written to directory "/usr/local/elog/logbooks/demo/", posted by Andreas Luedeke on Mon Feb 8 15:07:05 2016 
You should check if the directory /usr/local/elog/logbooks/demo belongs to the right user and has the right write permissions.

Since the elogd process belongs to the user "nobody", the directory should best belong to "nobody" as well (or - not recommended
- allows write access for "others")
    icon2.gif   Re: New entry cannot be written to directory "/usr/local/elog/logbooks/demo/", posted by Andreas Luedeke on Mon Feb 8 16:27:45 2016 
The process elogd runs as the user "nobody". This user obviously cannot write to /usr/local/elog/logbooks/demo.

But apparently you've created the wrong directory anyway: you've listed /usr/local/elog/demo, but ELOG looks for /usr/local/elog/logbooks/demo.

Cheers, Andreas
    icon2.gif   Re: Find empty attributes, posted by Andreas Luedeke on Wed Feb 17 18:08:53 2016 
It is possible for normal string attributes: the regular expression pattern "^$" can be used to search for an empty string.

E.g.
in this Forum "ELOG Version" is a required attribute, and should never be empty. But if you search for:

https://midas.psi.ch/elogs/Forum/?mode=threaded&reverse=0&reverse=1&npp=8&ELOG+Version=^%24

you'll
find a couple of entries from a time where it apparently wasn't a required attribute.

Cheers

Andreas

    icon2.gif   Re: Execute new|edit doesn't seem to work, posted by Andreas Luedeke on Sun Feb 28 18:24:58 2016 
[quote="Juergen Diefenbach"]I am trying to use the "Execute new|edit|delete" feature to track changes to an elog using git.
[...]
However, I experienced unreproducible behavior when creating "new" entries. Sometimes the command specified by "Execute new=" is called, sometimes the
ELOG V3.1.5-3fb85fa6