Le Sun, Apr 16, 2023 at 10:38:05PM +0100, Chris Narkiewicz a écrit : > I'm impacted by this issue as well and looking for alternative to > InfluxDB.
Well, instead of looking for an alternative and paying the cost of migrating, maybe you could test the fix and confirm that it also solves the issue for you ? :) i've uploaded the package i'm now using on my 7.3/amd64 host to https://packages.rhaalovely.net/wip/amd64/influxdb-1.8.10p1.tgz, replace the existing one (or reinstall it) with -r -Dunsigned -Dinstalled and see if it helps.. if so it'll get fixed one way or another in -stable and you'll get a working package at some point. That's exactly the reason why stuff is sent to ports@ for feedback ;) > VictoriaMetrics seems to be a suitable candidate, but it's written > in go as well. > > Does this issue with syscalls impacts all applications written > in golang? They all do some home made syscalls stuff bypassing libc. Some golang stuff do syscalls the right way, some dont, from my understanding depending on the version of x/sys it uses..looking at https://github.com/VictoriaMetrics/VictoriaMetrics/blob/v1.85.0/go.mod#L36 i'm afraid the 1.85.0 version of victoriametrics shipped with 7.3 might have an 'old' x/sys dependency, but one would have to try to figure it out :) Landry