Looking for version update advice, posted by Patrick Upson on Fri Sep 13 12:02:54 2024
|
I've inherited a position that includes deploying elog for an at-sea mission. Once at sea there's no gauntee of internet connection so I have
to be sure things are going to work before hand. The machines I currently have (we have several backup machines) are running elog version 2.9.2 and
I'm looking for a change log, or feature list to determine if it's safe to update the at-sea laptops to the latest version of elog. |
Re: Looking for version update advice, posted by Stefan Ritt on Wed Sep 25 13:17:06 2024
|
If 3.1.4 runs safely on your laptop, there should be no problem to update the 2.9.2 one. But first do it on a copy of your logbooks from the at-sea.
The get converted automatically into a newer format but that should be transparent.
On the other hand you don't really need a new system if your old installation works fine and you don't need any of hte new features. |
Re: Looking for version update advice, posted by Patrick Upson on Wed Sep 25 13:26:07 2024
|
Thanks. I did eveuntaully find the change log and made the decision to upgrade the at-sea machines. So far the configuration file we update for each
mission still works. I have a copy of the 2.9.2 installer that if something catostrophic happens I can remove the new version and take it back, but I don't
think it'll be a problem. We archive logbooks at the end of a mission, but each mission basically starts from a fresh install like state anyway. |
Re: Looking for version update advice, posted by David Pilgram on Wed Sep 25 14:21:33 2024
|
I use linux elog, and if you upgrade to v3.x.x, it's difficult to go back to v2.9.x. This is because the log files get grouped in year sub
directories at v3.x.x.
In 2.9.x, the logfiles are store as (made up example) /home/logfiles/yymmdda.log |
Re: Looking for version update advice, posted by Patrick Upson on Wed Sep 25 15:02:16 2024
|
I ran a test (using Windows) and you're correct about the subfolder and file naming. I don't think that'll be an issue, but it's good
to be aware of. If we end up having to revert to 2.9.2 for whatever reason, I think it sould still work fine if what logs we have are just copied up a
directory (i.e /home/logfiles/2023/23mmdda.log ==> /home/logfiles/23mmdda.log) |
elog sprintf() buffer overflows on ubuntu-22, posted by Konstantin Olchanski on Wed May 15 01:07:12 2024
|
I get the following compiler warnings about sprintf() buffer overflows. I suggest sprintf() should be replaced by std::string msprintf() from
midas. K.O.
|
Re: elog sprintf() buffer overflows on ubuntu-22, posted by Stefan Ritt on Wed Sep 25 13:19:29 2024
|
> I get the following compiler warnings about sprintf() buffer overflows. I suggest sprintf() should be replaced by std::string msprintf() from
> midas. K.O.
|
Catgegory filtering, posted by Gabriel Lopez on Tue Sep 24 19:38:23 2024
|
Currently have multiple logbooks hosted with elogd. One book is having an issue with Categories. The user regulary uses the category filtering to see
one subject for the whole month. This past week it hasn't been working properly. When choosing a drop down category to filter there are not logs found.
I've notice the fields under the categories change randomly. Sometimes it would add a % sign where there should be --. Some other fields go from displaying |
Is the Windows Binary/Installer now compiled for Windows 11?, posted by Frank Baptista on Fri Sep 20 16:24:37 2024
|
Hi all,
Quick question -- I was wondering if the current Windows Binary/Installer is now compiled for compatibility for Windows 11?
I did look through the Forum, but the the answer wasn't really clear. |
Please help with config, posted by Daniel Sajdyk on Mon Sep 2 12:54:12 2024
|
Hello,
I'm trying to create config file for simple incident logbook. It should has 3 attributes:
source (source of incident) with options:
email
jira_id
ezd_id
Tactics |
Can Elog make a table?, posted by Walter Reviol on Wed Aug 7 22:54:03 2024
|
Hi!
I like to format an Elog "directory" such that all entries make/occur as a table. Say: 5 columns and a large number of rows. In a sense,
make an excel spreadsheet in Elog. Is this possible? How can this be done? Is there perhaps a template? |
Re: Can Elog make a table?, posted by Stefan Ritt on Thu Aug 8 09:07:45 2024
|
I'm not exactly sure what you want to do, but there are two options in elog:
1) Insert directly a table like this one:
Index
|
Elog on FreeBSD, posted by Truupe on Mon Aug 5 20:45:15 2024
|
Anyone using elog on FreeBSD nowadays? I know it used to be in the ports tree about 10 years ago but seems to be abandoned. Tried to compile
from source on 14.1, but no luck there. |
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 |
Invalid Content-Length in header when running behind a load balancer, posted by Tamas Gal on Wed Jan 25 14:36:33 2023
|
I am still struggling to get ELOG running behind a load balancer and hope to get some advice here. As already reported in https://elog.psi.ch/elogs/Forum/69542 I
observed an infinite loop of redirects when prompted to log in and using a non-empty password file. Without a password, the service worked as
expected. This was with version 3.1.3. |
Re: Invalid Content-Length in header when running behind a load balancer, posted by Tamas Gal on Wed Jan 25 19:51:29 2023
|
I put the ELOG service behind an Apache reverse proxy which is now sitting behind the HAProxy. It works like this, but it's just a workaround. I
am pretty sure that ELOG has problems to communicate with HAProxy correctly and it seems that Apache is more forgiving. So that the chain HAProxy ->
Apache -> ELOG and vice versa is working. |
Re: Invalid Content-Length in header when running behind a load balancer, posted by André on Mon Jul 22 16:30:04 2024
|
I have the same problem. I found a temporary solution: https://elog.psi.ch/elogs/Forum/69807
Tamas
Gal wrote:
I put the ELOG service behind an Apache reverse proxy which is now sitting |
Re: Invalid Content-Length in header when running behind a load balancer, posted by Stefan Ritt on Wed Jul 31 14:22:52 2024
|
I changed elog to interprete the content-length header case in-sensitive and committed the change. Can you try again?
Stefan
André |