- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-16-2021 10:13 AM
Hello, I've create a Ubuntu 16.04 machine, downloaded the script, ran it as a root but at the end I get some errors. If I try to access the web gui I get to the Ubuntu Apache2 default page. I googled for this problem and the answers say thta this happens when expedition repository is down. I checked and the repository is installed, I ran apt-get update and sudo apt-get install expedition-beta which retruns that it's unable to llocate package expedition-beta. So I would like to ask how can I fix it these days, is expedition still being developed and maintained? Regards.
07-16-2021 10:27 AM
Hello @ibge
Go ahead and run the following commands and that output should give you some idea on why it's failing.
sudo ./initSetup.sh | tee installoutput.log
Within that log file you should see what the issue is. If the apache page doesn't work and you cannot install expedition-beta that would mean the install didn't properly work.
07-16-2021 11:45 AM - edited 07-16-2021 12:27 PM
Thanks, I've reviewd the output and it happens that it pointed out to the same issue, it could not locate expedition-beta.
I followed the instructions in this link:
After adding what was suggested I could run apt-get update to the end but when I try to install expedition-beta it still can't locate this package.
root@ubuntu:/etc/apt/sources.list.d# apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://sgp1.mirrors.digitalocean.com/mariadb/repo/10.1/ubuntu xenial InRelease
Hit:4 http://ppa.launchpad.net/adiscon/v8-stable/ubuntu xenial InRelease
Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Ign:7 https://conversionupdates.paloaltonetworks.com expedition-updates/ InRelease
Ign:8 https://conversionupdates.paloaltonetworks.com expedition-updates/ Release
Ign:9 https://conversionupdates.paloaltonetworks.com expedition-updates/ Packages.diff/Index
Ign:10 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en_US
Ign:11 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en
Ign:12 https://conversionupdates.paloaltonetworks.com expedition-updates/ Packages
Ign:10 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en_US
Ign:11 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en
Ign:12 https://conversionupdates.paloaltonetworks.com expedition-updates/ Packages
Ign:10 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en_US
Ign:11 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en
Ign:12 https://conversionupdates.paloaltonetworks.com expedition-updates/ Packages
Ign:10 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en_US
Ign:11 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en
Hit:12 https://conversionupdates.paloaltonetworks.com expedition-updates/ Packages
Ign:10 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en_US
Ign:11 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en
Ign:10 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en_US
Ign:11 https://conversionupdates.paloaltonetworks.com expedition-updates/ Translation-en
Fetched 325 kB in 16s (19.5 kB/s)
Reading package lists... Done
root@ubuntu:/etc/apt/sources.list.d# apt-get install expedition-beta
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package expedition-beta
I can't see any list related to conversionupdates on /var/lib/apt/lists after runnig apt-get update.
Edit: actually it's there, there are three packages listed including expedition-beta, expedition2-beta and expedition2-converter-beta it's still unable to locate.
07-19-2021 02:05 AM
Hello @ibge
Am also facing same issue, can you please help me how you resolved it.
07-19-2021 10:57 AM
@ibge Yes thank you for that 64-bit ubuntu server is required for this install.
07-19-2021 11:56 AM
I encountered the same issue. To resolve it, look for this line:
echo 'deb https://conversionupdates.paloaltonetworks.com/ expedition-updates/' > /etc/apt/sources.list.d/ex-repo.list
replace it with this:
echo 'deb [trusted=yes] https://conversionupdates.paloaltonetworks.com/ expedition-updates/' > /etc/apt/sources.list.d/ex-repo.list
That is what worked for me.
07-19-2021 12:07 PM
I figured out how to use sed to update the installer. Sorry, I'm not good with sed.
sed -i "s/echo 'deb https:\/\/conversionupdates/echo 'deb [trusted=yes] https:\/\/conversionupdates/g" initSetup.sh
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!