`Illegal instruction` points to that you are using a machine that doesn't offer all instructions the binary requires. This may be happening if you i.e. choose on an ARM-mac to run the x86 docker container instead the native ARM one which demands some instructions that Rosetta doesn't implement. So, whats your host CPU? (/proc/cpuinfo) Cheers, Willi
On Thursday, June 8, 2023 at 4:57:15 PM UTC+2 himan.p...@gmail.com wrote: > Hi, > > I am trying to run Arangodb on my vm useing docker but I am geeting bellow > error? > > root@eve-lab:~# docker run -p 8529:8529 -e ARANGO_ROOT_PASSWORD=test1 > --name=adb arangodb > Initializing root user...Hang on... > Initializing database...Hang on... > Illegal instruction (core dumped) > ArangoDB didn't start correctly during init > *cat: can't open '/tmp/init-log': No such file or directory* > > *I am using latest image.* > > Has anyone had same problem before? > Do you have any solutions to fix this problem please? > > Thansk > Himan > -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/arangodb/c3a1c1fa-996e-4f52-a3b8-510e78c934a8n%40googlegroups.com.