Re: Elog stability with multiple users, posted by David Pilgram on Sat Feb 28 14:08:43 2015
|
I grant that this may be a complete red herring, but your description below - not available and having to reboot -
might have another explanation. At least in Linux.
|
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 |
Re: Elog source code giving errors when compiling about missing header files, posted by Stefan Ritt on Thu Dec 22 09:41:35 2016
|
You need the netdb.h header file to compile elog. I see that you compile under Windows. You have to make sure that your compiler installation comes with
all header files. The netdb.h file is usually in /usr/include under Unix.
rahul |
Re: Elog on FreeBSD, posted by Truupe on Mon Aug 5 21:15:08 2024
|
Welp, nevermind, I dug a little more and managed to compile it on 14.1 using cmake.
Truupe
wrote:
Anyone using elog on FreeBSD nowadays? I know it used to be in the |
Re: Elog not see image magick, posted by Stefan Ritt on Wed Nov 30 14:53:41 2016
|
The detection in elogd works by executing the command "convert" and check if the program executes. If you start elogd as a service, the program
might see another path variable. Maybe reboot Windows or start the service in the environment of a real user instead of system, where it might miss your
modified "path". |
Re: Elog not see image magick, posted by Daniel Sajdyk on Tue Dec 6 13:48:48 2016
|
Ok. It take me a while, but I reinstalled ImageMagick with marked option "convert". Now, when I start elog, it can see ImageMagick, but
screenshots attached to elog entries are still in original sizes. And, I don't see buttons for rotating, resizing images.
I look into elog cfg options, but only what I found is Thumbnail size which, it looks, don't work. |
Re: Elog not see image magick, posted by christian on Mon Mar 27 11:11:31 2017
|
Hi,
Maybe the post is outdated already, but I want to share my experience anyway. I faced the same problem as Daniel: The most recent ImageMagick
package was not detected by elogd even though it was installed. I could trace back the problem to the following issue: |
Re: Elog not see image magick, posted by christian on Mon Mar 27 12:42:07 2017
|
Update:
While the image scaling via ImageMagick works when running elog manually it doesn't when running elog as a service. The service
is hosted in the same user environment that allows image scaling with elog started manually. What else could go wrong? |