Re: unbreak/update databases/influxdb

2023-04-18 Thread Landry Breuil
Le Tue, Apr 18, 2023 at 06:43:21PM +0200, Martin REINDL a écrit : > Am 16.04.2023 um 19:11 schrieb Landry Breuil: > > Hi, > > > > spent some days fixin' influxdb which currently badly crashes at startup > > on 7.3 with SIGSYS, due to go and syscalls *sigh*. > > > > diffs attached: > > -

Re: unbreak/update databases/influxdb

2023-04-18 Thread Martin REINDL
Am 16.04.2023 um 19:11 schrieb Landry Breuil: Hi, spent some days fixin' influxdb which currently badly crashes at startup on 7.3 with SIGSYS, due to go and syscalls *sigh*. diffs attached: - influxdb-1.8.10-stable.diff is for 7.3 and 'only' updates x/sys to 0.5.0, i've it running fine on

Re: unbreak/update databases/influxdb

2023-04-17 Thread Stuart Henderson
On 2023/04/17 07:40, Landry Breuil wrote: > 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

Re: unbreak/update databases/influxdb

2023-04-16 Thread Landry Breuil
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

Re: unbreak/update databases/influxdb

2023-04-16 Thread Chris Narkiewicz
I'm impacted by this issue as well and looking for alternative to InfluxDB. 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.