Balazs Scheidler

Results 182 comments of Balazs Scheidler

SIGBUS indicates that the backing pages of a mmap()-ed region is gone. Normally, this should not happen with a normal file system, as if the file itself is removed, as...

This can be somewhat related to: https://github.com/systemd/systemd/issues/12042 As you can see, sometimes the journald will truncate a file, which might cause a SIGBUS in the reading side (e.g. syslog-ng)

And here's the possible fix: https://github.com/systemd/systemd/issues/24320 It is fixed in systemd v255, I am not sure which one you are running. But the same bug affects rsyslog and filebeat

Thanks Alexeandra. Sorry it took this long for me to answer. On Tue, Dec 12, 2023 at 12:39 PM Alexandre Santos ***@***.***> wrote: > The journal is in a type...

> I've rebased this PR against the current master. We've previously run internal tests on this branch, and we had 2 reviewers before the rebase. > > There is still...

I've updated NEWS.md with this sentence: ``` + * `java()` destinations: fixed compatibility with newer Java versions, + syslog-ng is now able to compile up to Java 18. + ```...

As discussed IRL, we needed to handle N level depth of ifs, which I have added now, along with tests that exercise these complex conditionals. I'll still have to edit...

I don't think it would make much sense to convert afuser to use LogWriter, since I wouldn't expect high traffic to be written to the tty. And as long as...

This PR has been overlooked over a year, sorry for that. The reason this had such a rough path into the git repo is that this repose has been traditionally...

Some of this is provided by the metrics-probe() and the new Prometheus style metrics format.