- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-09-2019 05:11 AM
Currently have expedition 1.1.46.1 installed and running.
on "sudo apt-get update" I receive the message below.
W: The repository 'https://conversionupdates.paloaltonetworks.com expedition-updates/ Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
I was unable to find any previous threads concerning this issue.
12-09-2019 10:36 AM
Editing the repo list at /etc/apt/sources.list.d/ex-repo.list to include
deb [trusted=yes] https://conversionupdates.paloaltonetworks.com/ expedition-updates/
Prevents the warnings from appearing in the future.
12-09-2019 07:53 AM
This is a normal message due to the settings of our repository.
Continue ahead installing the updates.
12-09-2019 08:13 AM
This is not a solution. I have concerns on running Palo Alto software in my network considering the "push ahead" attitude when confronted with security concerns. Why has this software not been signed? Is it current PA policy to produce applications for enterprise use with such lenient security?
12-09-2019 08:43 AM
Hi,
We understand your concerns. This is not a product, but a tool offered for free to use and download, and not strictly required to run Palo Alto Networks products.
While we do not have the repository signed, the deb packages themselves are actually signed.
We have plans to provide certified repository listing as well, but it is not yet deployed and we have certain points with higher priority we want to get covered first.
12-09-2019 10:36 AM
Editing the repo list at /etc/apt/sources.list.d/ex-repo.list to include
deb [trusted=yes] https://conversionupdates.paloaltonetworks.com/ expedition-updates/
Prevents the warnings from appearing in the future.
09-14-2020 02:38 PM
Still an issue nine months (really years) later, though the work-around (not a solution) let's it continue, this violates most corporate policies of using signed repositories for updates. This has been requested for years, any chance we'll ever get the repo signed?
08-26-2021 10:54 AM
I have upated the ex-repo.list file as recommended, but I still see expedition-beta is already the newest version (1.1.104)
expedition@Expedition:~$ sudo apt-get install expedition-beta
Reading package lists... Done
Building dependency tree
Reading state information... Done
expedition-beta is already the newest version (1.1.104).
0 upgraded, 0 newly installed, 0 to remove and 117 not upgraded.
expedition@Expedition:~$ deb [trusted=yes] https://conversionupdates.paloaltonetworks.com/ expedition-updates/
Also, when I run the sudo apt-get update command, I see this error at the bottom of the output:
E: Failed to fetch https://conversionupdates.paloaltonetworks.com/expedition-updates/Packages Could not open file /var/lib/apt/lists/partial/conversionupdates.paloaltonetworks.com_expedition-updates_Packages.gz - open (13: Permission denied)
Any idea on how to get around this?
Thanks,
Blake
08-26-2021 11:06 AM
This is because the "sudo apt-get update" may not have updated.
08-26-2021 02:03 PM
I'm sorry, but you lost me there. What do you mean sudo apt-get update may not have updated?
The expedition server has access to the internet, and I don't see any denied traffic for app-id apt-get.
Here's what I see when I do 'sudo apt-get update' and sudo apt-get install expedition-beta'
Err:30 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial/main amd64 Packages
403 Forbidden [IP: 91.189.95.85 80]
Ign:31 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial/main i386 Packages
Ign:32 http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial/main Translation-en
Reading package lists... Done
W: The repository 'http://www.rabbitmq.com/debian testing Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://www.rabbitmq.com/debian/dists/testing/main/binary-amd64/Packages 404 OK
E: Failed to fetch https://conversionupdates.paloaltonetworks.com/expedition-updates/Packages Could not open file /var/lib/apt/lists/partial/conversionupdates.paloaltonetworks.com_expedition-updates_Packages.gz - open (13: Permission denied)
E: Failed to fetch http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/xenial/main/binary-amd64/Packages 403 Forbidden [IP: 91.189.95.85 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
expedition@Expedition:~$ sudo apt-get install expedition-beta
Reading package lists... Done
Building dependency tree
Reading state information... Done
expedition-beta is already the newest version (1.1.104).
0 upgraded, 0 newly installed, 0 to remove and 73 not upgraded.
expedition@Expedition:~$
08-26-2021 02:18 PM
Hello @Blake_Wofford
Please refer to this post to resolve it then try to pull the update again and it should work.
08-31-2021 08:01 AM
Hello, the link you included in the last post, just seems to link back to this same thread. I've tried updating the repository following these directions (Editing the repo list at /etc/apt/sources.list.d/ex-repo.list to include
deb [trusted=yes] https://conversionupdates.paloaltonetworks.com/ expedition-updates/)
but, I still have the same issue that I described earlier. This happens in both my lab and prod installs of expedition
08-31-2021 08:18 AM
Hello,
Make sure all of your existing repos are trusted as some of the files may not have updated.
09-22-2021 11:08 AM
Run this: sudo rm -rf /var/lib/apt/lists/partial The folder has permission issues of some sort, then run sudo apt-get update again after deleting the folder.
10-20-2021 10:31 PM
This fixed my problem. Thank you!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!