Hello.
I am trying to test Influx 3 OSS, but it does not start. I have tried in Oracle Linux, Fedora and Ubuntu, both normal and docker. Testing from a command line (normalñ install) I always get this:
$ influxdb3 serve --node-id=‘node0’ --http-bind=‘0.0.0.0:8181’ --object-store=file --data-dir /home/erobles/.influxdb/data
Illegal instruction (core dumped).
I am getting this from the system logs:
var/log/kern.log:2025-07-01T15:26:56.207910-04:00 eulogio-robles-VirtualBox2 kernel: traps: influxdb3[3024] trap invalid opcode ip:615add9420e6 sp:7ffeff15b2a0 error:0 in influxdb3[5420e6,615add400000+61bd000]
/var/log/kern.log:2025-07-01T15:29:40.479637-04:00 eulogio-robles-VirtualBox2 kernel: traps: influxdb3[3210] trap invalid opcode ip:61827a7420e6 sp:7ffda199b520 error:0 in influxdb3[5420e6,61827a200000+61bd000]
I have been using Influx 2 for years, without any problem.
Thanks in advance.