Demo Discussion
Forum Config Examples Contributions Vulnerabilities
  Discussion forum about ELOG, Page 336 of 808  Not logged in ELOG logo
    icon2.gif   Re: Fail to install in mac, posted by Stefan Ritt on Fri Feb 13 19:47:43 2015 elogd.plist
Sorry I forgot to include the elogd.plist file in the distribution. I attached it to this entry, so just copy it into the elog root directory and run
again "make install".

/Stefan
    icon2.gif   Re: Fail to install in mac, posted by Stefan Ritt on Fri Feb 13 21:18:46 2015 
Point your browser to http://localhost:8080 as written in the documentation




Alex
wrote:



Thanks! now install works fine - but I cannot find how to open and start
    icon2.gif   Re: Enter past date for logbook, posted by Stefan Ritt on Wed Feb 25 07:52:21 2015 
No. The date/time tag is there to actually document the time when the log was made. If you are late, you are late.




Banata
Wachid Ridwan wrote:



Is it possible to enter past date in logbook
    icon2.gif   Re: Elog stability with multiple users, posted by Stefan Ritt on Thu Feb 26 10:39:58 2015 
By desing, there is no collision between different users, since all requests are executed in sequence (single thread). The only problem is that the server
becomes unavailable for others if it executes a long search. This is why most users of large lobooks restrict their search to let's say the last month
or so by default. This speeds up the search and limits the dead time for others. This can be done via the show
    icon2.gif   Re: Elog stability with multiple users, posted by Stefan Ritt on Mon Mar 2 08:06:38 2015 
Being not able to kill a server running in an endless loop seems strange to me. If you put any program artificially into an endless loop, you can kill it
via "kill -9 <pid>". Have you tried that? The only exception I 
can imagine is if there is a problem in the file system, like your elog logbooks are mounted via NFS or some other remote filesystem, and you have a problem
    icon2.gif   Re: Is it possible to only send an email based on the value of multiple attributes?, posted by Stefan Ritt on Mon Mar 9 17:24:42 2015 
[quote="Darren Hollinrake"]My current setup notifies users if downtime = yes. 
[CODE]Email Downtime Yes = user1@xyz.com, user2@xyz.com[/CODE]
    icon2.gif   Re: Configure default time range in 'Find', posted by Stefan Ritt on Tue Mar 24 15:49:28 2015 
Show last default = 0

always worked, even in my original code. It was just not documented. I added that.




Andreas
    icon2.gif   Re: Permission to view, posted by Stefan Ritt on Fri Mar 27 07:26:45 2015 
You need

Password file = logbook.pwd
Login user = <name of allowed user(s)>
ELOG V3.1.5-3fb85fa6