We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have problem again with dockers and GNS3, in Opensuse Tumbleweed.-
I have this error in GNS3 2.5.2:
/gns3/bin/busybox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /gns3/bin/busybox)
It's related to #2419
I have tried to manually change the Busybox from /home/jesus/.local/share/GNS3/docker/bin/ with Busybox from Ubuntu Oracular without success.
I had to dowgraded to version 2.2.51
Thanks
The text was updated successfully, but these errors were encountered:
Have you tried to install busybox-static instead of busybox (that requires shared libs)?
Sorry, something went wrong.
I found my instalation problems.
I had this rpm's build option:
cp -f %{_bindir}/busybox %{python3_sitelib}/gns3server/compute/docker/resources/bin/busybox
I disabled it (and delete busybox from this location)
Now, it start to work "almost" perfect:
I checked all my dockers and MikroticWinbox doesn't show a gui (it starts), I guess is something in my busybox-static binary.
I had to replace by Ubuntu's in .local/share/GNS3/docker/bin.
Thanks!
No branches or pull requests
Hi,
I have problem again with dockers and GNS3, in Opensuse Tumbleweed.-
I have this error in GNS3 2.5.2:
/gns3/bin/busybox: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /gns3/bin/busybox)
It's related to
#2419
I have tried to manually change the Busybox from /home/jesus/.local/share/GNS3/docker/bin/ with Busybox from Ubuntu Oracular without success.
I had to dowgraded to version 2.2.51
Thanks
The text was updated successfully, but these errors were encountered: