GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
768 stars 258 forks source link

In version 2.2.46, busybox is missing from compute/docker/resource. #2367

Closed minpeter closed 1 month ago

minpeter commented 2 months ago

This causes all docker type resources to fail to start.

/usr/lib/python3.11/site-packages/gns3server/compute/docker/resources/bin

It may be related to #1747. thank you :)

minpeter commented 2 months ago

At least in my case, I temporarily solved it with the command below.

ln -s /bin/busybox /usr/lib/python3.11/site-packages/gns3server/compute/docker/resources/bin

minpeter commented 2 months ago

ref:

https://www.gns3.com/community/featured/ipterm-appliance-cannot-start

Comment at https://gns3.com/marketplace/appliances/ipterm

grossmj commented 1 month ago

This is the same as https://github.com/GNS3/gns3-gui/issues/3569#issuecomment-2071983528 busybox is not shipped with GNS3 anymore, it must be manually installed.