Hi @lychiang
This is what I get when I run the beta script on the ubuntu 18.04 server:
************************************************************
Installing Expedition packages
************************************************************
Installing Expedition packages
--2021-08-26 23:31:57-- https://conversionupdates.paloaltonetworks.com/ex-repo.gpg
Resolving conversionupdates.paloaltonetworks.com (conversionupdates.paloaltonetworks.com)... 199.167.52.71
Connecting to conversionupdates.paloaltonetworks.com (conversionupdates.paloaltonetworks.com)|199.167.52.71|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-08-26 23:31:58 ERROR 404: Not Found.
spawn apt-get install -y --allow-unauthenticated expedition2-beta
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package expedition2-beta
spawn apt-get install -y --allow-unauthenticated expedition2-converter-beta
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package expedition2-converter-beta
chown: cannot access '/var/expedition-converter/': No such file or directory
chown: cannot access '/var/www/html/expedition-api/': No such file or directory
Updating databases
./initSetup2beta.sh: line 253: /var/www/html/expedition-api/database/SQL/pandb.sql: No such file or directory
./initSetup2beta.sh: line 254: /var/www/html/expedition-api/database/SQL/pandbRBAC.sql: No such file or directory
./initSetup2beta.sh: line 255: /var/www/html/expedition-api/database/SQL/BestPractices.sql: No such file or directory
./initSetup2beta.sh: line 256: /var/www/html/expedition-api/database/SQL/RealTimeUpdates.sql: No such file or directory
Tunning some Expedition parameters
cp: cannot stat '/var/www/html/expedition-api/initSetup/apache2/default-ssl.conf': No such file or directory
Installing Spark dependencies
Reading package lists...
Building dependency tree...
Reading state information...
openjdk-8-jre-headless is already the newest version (8u292-b10-0ubuntu1~18.04).
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package expeditionml-dependencies-beta
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1146 (42S02) at line 1: Table 'pandbRBAC.ml_settings' doesn't exist
... and I am not able to access the GUI. There is only an ssl protocol error shown in chrome.
... View more