Re: Elog stopped working, posted by David Pilgram on Wed Mar 29 15:11:22 2017
|
I don't know if you can get elog to generate a log file - check the documentation, I don't bother. But I do have some experience with this
matter.
There are two related circumstances I know of that can arise which will cause elog to crash. |
Re: Elog stopped working, posted by Andreas Luedeke on Thu Mar 30 09:14:13 2017
|
I have a crontab set-up for root:
crontab -e
* * * * * if ! ps -C elogd >/dev/null;then /sbin/service elogd restart;fi |
Re: Elog not see image magick, posted by Stefan Ritt on Wed Apr 5 13:16:34 2017
|
Must be your PATH environment variable. You have usually different paths when running interactively or as a service. Try to change the path seen by services,
or put the ImageMagick executable in the same directory as elogd.
Stefan |
command line and apache+ldap authentication, posted by Stefano Lacaprara on Thu Apr 6 17:36:46 2017
|
Hi,
we are running an elogd (with SSL) server on a machine and using apache as a proxy.
|
Re: Elog not see image magick, posted by christian on Fri Apr 7 09:58:33 2017
|
This I do not fully understand: To my understanding the PATH environment variable (includes the ImageMagick path) is a system variable
and should be accessable from any account and should be valid under any conditions. Am I wrong? Additionally, I tried adding the system
Path variable to the user specific variables for that user that runs the service (Path = %Path%) in the system settings. Finally, I tried copying the imdisplay.exe |
Re: Elog not see image magick, posted by Stefan Ritt on Fri Apr 7 10:22:03 2017
|
I don't undersand myself fully how services see the environment. Like if they see the PATH at all. In some occations it helped to run the service
not under the SYSTEM account, but under the (admin) account of a real user.
Stefan |
Re: Elog not see image magick, posted by Stefan Ritt on Fri Apr 7 10:24:31 2017
|
Ah sorry. I recall now: Under Windows, calling subprocesses from a service does not work at all. After a couple of days of work I was not able to get
this running. If somebody has some idea, I'm happy to try it. So most people use the elogd daemon in the background only under Linux.
Stefan |
Re: Elog not see image magick, posted by christian on Fri Apr 7 11:46:09 2017
|
Ok, this explains why it doesn't work.
Thank you for the support anyway. ELOG is a great piece of software.
Christian |