GNS3 / gns3-gui

GNS3 Graphical Network Simulator
http://www.gns3.com
GNU General Public License v3.0
2.17k stars 436 forks source link

GNS3 deleted after last update! Problem with Launchpad for Ubuntu? #3625

Closed Grit-Wehner closed 2 months ago

Grit-Wehner commented 2 months ago

Please take a look at this link: https://www.gns3.com/gns3-is-gone

Thank you very much Greta

grossmj commented 2 months ago

This should have been solved now. Please try on your side and let us know if it works. Thanks 🙏

Grit-Wehner commented 2 months ago

no jeremy, it does not work. please see my screenshot jeremy

KasaVoren commented 2 months ago

Same issue as before. If we attempt to install the remote server via...

cd /tmp
curl https://raw.githubusercontent.com/GNS3/gns3-server/master/scripts/remote-install.sh

we get...

root@lab1-gns3-server-a:~# apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu focal-security InRelease
Hit:5 http://ppa.launchpad.net/gns3/ppa/ubuntu focal InRelease
Hit:6 https://download.docker.com/linux/ubuntu bionic InRelease
Get:7 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,536 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.7 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,220 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [27.8 kB]
Fetched 4,929 kB in 2s (3,130 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
6 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@lab1-gns3-server-a:~# apt info gns3-server
Package: gns3-server
State: not a real package (virtual)
N: Can't select candidate version from package gns3-server as it has no candidate
N: There is 1 additional record. Please use the '-a' switch to see it
N: No packages found
root@lab1-gns3-server-a:~# apt info gns3-server -a
Package: gns3-server
Version: 3.0.0rc1~focal2
Status: deinstall ok config-files
Priority: extra
Section: net
Maintainer: GNS3 team <developers@gns3.net>
Bugs: https://github.com/GNS3/gns3-server/issues
Config-Version: 3.0.0rc1~focal2
Installed-Size: 63.2 MB
Depends: python3, vpcs, ubridge (>= 0.9.14), qemu-system-x86, qemu-kvm, qemu-utils, mtools, cpulimit, libvirt-daemon-system, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.17), libgcc-s1 (>= 4.2), libstdc++6 (>= 4.8)
Recommends: dynamips, x11vnc, xvfb
Homepage: https://github.com/GNS3/gns3-server
Download-Size: unknown
APT-Sources: /var/lib/dpkg/status
Description: GNS3 server

Is there something we need to be doing to repair, or clear out apt to see the correct package? I only see 3.0RC1 as the only possible package.

Thanks,

Chris H

grossmj commented 2 months ago

@KasaVoren @Grit-Wehner We have re-published the packages for Focal. This should finally fix the problem. Please confirm, thanks.

KasaVoren commented 2 months ago

Hey Jeremy,

All seem's to be well. I removed the package via pip, cleaned up the systemd service file, and cleared the repo's in apt. Re-ran the remote-install.sh and we are back up and running. Install was flawless, Wireshark an ubridge are working again correctly.

Thank you for your support on this one!

Grit-Wehner commented 2 months ago

Thank you very much, Jeremy! Now it works!