-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
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
Package sources not accessible #1734
Comments
@prsunny - can you please provide input. |
@shall1024 what's your use case for needing to install SWSS? It should already be present in the image. The install instructions are most likely outdated (which I will look into) but in the meantime we may be able to find a workaround that will unblock you. |
We needed to install a fix so Dynamic Port Breakouts would work. A submodule had to be fixed in SWSS. We could also reinstall SONiC if that is the easiest option, please let us know what your recommendation is. |
I see, in that case just installing a new SONiC image with the fix included would probably be simplest. |
Signed-off-by: Jing Kan [email protected]
I tried to follow the instructions here to install sonic-swss and ran into the following problems:
sudo apt-key adv --keyserver apt-mo.trafficmanager.net --recv-keys 417A0893
results in:To try and remedy this problem, we attempted the command
sudo apt-key adv --keyserver hkp://apt-mo.trafficmanager.net:80 --recv-keys 417A0893
, but this results in:gpg: keyserver receive failed: No keyserver available
sudo apt-get install libswsscommon libswsscommon-dev libsairedis libsairedis-dev
As none of the packages are available on a repository that we can access.
The version of SONiC I am using is SONiC.master.125-dirty-20210216.022428, on an x86_64-accton_wedge100bf_32x-r0 switch.
The version of Debian is Buster.
The text was updated successfully, but these errors were encountered: