Is expedition installation scrip still functional?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Is expedition installation scrip still functional?

L1 Bithead

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.

1 accepted solution

Accepted Solutions

@shubhamG @azuniga In my case I was running i386 ubuntu iso hence the "unable to locate issue". Make sure you're running AMD 64-bit version of the iso.

View solution in original post

7 REPLIES 7

L4 Transporter

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.

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:

 

https://live.paloaltonetworks.com/t5/expedition-discussions/unable-to-update-expedition-quot-expedit...

 

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.

 Hello @ibge 

Am also facing same issue, can you please help me how you resolved it.

@shubhamG @azuniga In my case I was running i386 ubuntu iso hence the "unable to locate issue". Make sure you're running AMD 64-bit version of the iso.

@ibge Yes thank you for that 64-bit ubuntu server is required for this install.

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.

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

  • 1 accepted solution
  • 3724 Views
  • 7 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!