influxdb icon indicating copy to clipboard operation
influxdb copied to clipboard

"function not implemented" error occurred when request daemon start. What could this error message be about?

Open samueljaydan opened this issue 1 year ago • 0 comments

Problem Description: When upgrading from influx 2.7.1 to the recommended influx 2.7.3 version of Influx after the operating system update (OpenBSD 7.5), the following error started to occur.

Error Log: 2024-04-22T21:14:22.963796Z info Welcome to InfluxDB {"log_id": "0oivPJSl000", "version": "2.7.3", "commit": "none", "build_date": "2024-04-22T21:14:22Z", "log_level": "info"} 2024-04-22T21:14:22.966590Z error Failed opening bolt {"log_id": "0oivPJSl000", "error": "function not implemented"}

Daemon Start Command: /usr/local/bin/influxd --bolt-path /var/influxdb2/influxd.bolt --engine-path /var/influxdb2/engine --http-bind-address 127.0.0.1:8086 --reporting-disabled --ui-disabled

samueljaydan avatar Apr 22 '24 21:04 samueljaydan