From: Zé Loff Subject: Re: influxdb not starting after upgrade to 7.5 To: Landry Breuil Cc: ports@openbsd.org Date: Wed, 24 Apr 2024 15:20:53 +0100 On Tue, Apr 23, 2024 at 03:42:43PM +0200, Landry Breuil wrote: > Le Tue, Apr 23, 2024 at 07:50:53AM +0100, Zé Loff a écrit : > > On Mon, Apr 22, 2024 at 11:26:37PM +0100, Zé Loff wrote: > > > > > > Hi all > > > > > > After upgrading an amd64 machine to 7.5-stable, influxdb fails to start, > > > saying: > > > > > > 2024-04-22T22:07:42.599907Z info Welcome to InfluxDB {"log_id": "0oiySb1l000", "version": "2.7.3", "commit": "none", "build_date": "2024-04-22T22:07:42Z", "log_level": "info"} > > > 2024-04-22T22:07:42.601348Z error Failed opening bolt {"log_id": "0oiySb1l000", "error": "function not implemented"} > > > > > > Starting with a clean /var/influxdb doesn't help, nor does doing it as > > > root (which also starts with a clean slate, at /root/.influxdbv2). > > > Removing and reinstalling the package didn't help either. > > > > > > Has anyone else seen the same thing and/or has any advice? > > > > > > Thanks in advance > > > > > > -- > > >   > > > > > > > Minor update: the same thing happens on -current. > > with the attached diff, influxd starts on -current. That's all the testing i've done :) > > feedback from real world testing welcome ! > Built the port with this diff against 7.5-stable (minus the Makefile changes, which are post-7.5), and everything appears to be running fine. Admittedly, mine isn't the most complex setup in the world (single user, a couple of datab... buckets, collecting data from a few different hosts via telegraf, reporting via grafana), but FWIW, it seems to run OK. I can report again in a few days, just to be sure, but, again, this seems to fix things. Thanks again --