GNS3/dynamips

Success to solve dynamips "return -11,segmentation fault " in Kali Linux, based on debian 13.2.0, Linux version 6.8.11-amd64

Closed this issue · 1 comments

Info
OS-Linux version 6.8.11-amd64 (x86_64-linux-gnu-gcc-13 (Debian 13.2.0-25) 13.2.0, GNU ld (GNU Binutils for Debian) 2.42) GNS3/gns3-gui#1 SMP PREEMPT_DYNAMIC Kali 6.8.11-1kali2 (2024-05-30)
GNS3 version-2.2.48.1
dynamips version-0.2.14-amd64/Linux stable

Describe the bug
2024-07-25 17:48:17 ERROR project:725 Dynamips hypervisor process has stopped, return code: -11 C3745 'Ghost': generic_nvram_extract_config: Unknown error -61605
when run the cisco image directly from terminal an "zsh: segmentation fault" occurred.
reinstall dynamips by apt and the problem still stay.

Solution
follow the link:GNS3/gns3-server#1177 (comment)
correct the git url, build the newest version code (version 0.2.23-amd64/Linux stable) ,and you can solve the problem
dnf install git cmake gcc elfutils-libelf-devel libpcap-devel git clone https://github.com/GNS3/dynamips.git cd dynamips mkdir build cd build cmake .. make make install ...

Thanks for the solution. It looks like the package needs to be updated upstream by the package manager.