RIPE-NCC / ipv6-security-lab

18 stars 1 forks source link

Illegal instruction (core dumped) when using 'alive6 eth0' command on Host A, B and C #18

Closed Abhayanath closed 1 month ago

Abhayanath commented 1 month ago

I am unable to execute the following commands. I get the illegal instruction error

root@hostA:~# alive6 eth0 Illegal instruction (core dumped) root@hostA:~# alive6 -h Illegal instruction (core dumped) root@hostA:~# alive6 eth0 -vv Illegal instruction (core dumped)

alive6_error1

oskar456 commented 1 month ago

Thanks for the report. This might be fixed in the newest version of THC-IPv6: https://github.com/vanhauser-thc/thc-ipv6/commit/413c55e667faa368934708aa9acf886e6732e32b

Can you try running the development version by downloading the repository and running vagrant up there? It should rebuild everything on your computer.

Abhayanath commented 1 month ago

Hello Ondrej,

Thank you for the response. I will go through the install instructions and will try with the newest version and will let you know.

Best Regards, Abhay.

On Thu, Aug 15, 2024 at 1:59 PM Ondřej Caletka @.***> wrote:

Thanks for the report. This might be fixed in the newest version of THC-IPv6: @.*** https://github.com/vanhauser-thc/thc-ipv6/commit/413c55e667faa368934708aa9acf886e6732e32b

Can you try running the development version https://github.com/RIPE-NCC/ipv6-security-lab?tab=readme-ov-file#running-the-development-version by downloading the repository and running vagrant up there? It should rebuild everything on your computer.

— Reply to this email directly, view it on GitHub https://github.com/RIPE-NCC/ipv6-security-lab/issues/18#issuecomment-2291141135, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQBLIEDH2FHGEURSUGJ4N2LZRSJYJAVCNFSM6AAAAABMQZRO4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJRGE2DCMJTGU . You are receiving this because you authored the thread.Message ID: @.***>

oskar456 commented 1 month ago

Actually, I just found out that the development version failed to build. I am working on it to make it work again.

Abhayanath commented 1 month ago

Thank you Ondrej. I didn't get the time to install the development version. I will continue the training and will wait for your update when it's fixed.

Best Regards,

Abhay

On Thu, Aug 15, 2024 at 2:43 PM Ondřej Caletka @.***> wrote:

Actually, I just found out that the development version failed to build. I am working on it to make it work again.

— Reply to this email directly, view it on GitHub https://github.com/RIPE-NCC/ipv6-security-lab/issues/18#issuecomment-2291198691, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQBLIEABY6BJOWNE5MEO2ZLZRSO6VAVCNFSM6AAAAABMQZRO4GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOJRGE4TQNRZGE . You are receiving this because you authored the thread.Message ID: @.***>

oskar456 commented 1 month ago

Hello again,

I have published the new version. So it should be enough to upgrade to the new version by running:

vagrant destroy
vagrant box update
vagrant up

I am closing this now. If you encounter the issue again, please reopen it.