on 05-28-2018 06:28 AM - edited on 09-16-2022 10:24 AM by lychiang
Here are all the Documents related to Expedition use and administrations
@lychiang Hi - I'm just curious what your edits were to the OP as I don't see any differences and there's nothing in the article history.
Thanks!
I was running into an issue installing the BPA 3.33.0 for ML and running the command provided would end with errors. after parsing the log I found the following:
ImportError: cannot import name 'sysconfig' from 'distutils' (/usr/lib/python3.7/distutils/__init__.py)
I researched and the issue was python 3.7 disutils was not installed which wasn't mentioned in the install for prereqs. I was able to resolve it by running the following:
sudo apt-get install python3.7-distutils
I hope this helps someone who's running into this issue.
Just wanted to comment, that if you are trying to retrieve device configuration/panorama connected devices and you are logged in as "Admin" it may not work and there's no warning window or anything to let you know there's an issue. I was able to find this log via CLI:
{"success":false,"message":"Type [op] not authorized for user role."}
Which is when I decide to logout of "Admin" and login as an actual admin/superuser account where the operation was successful. This log doesn't exist in the GUI as far as I could tell.
We installed expedition 1.2.50 on ubuntu 20.04 as per installation guide but we are stuck at login page with message "authenticating please wait". We did re-installation couple of times and tried following commands as well but no luck. Can anyone please help me on this.
sudo apt-get update
sudo apt-get install expedition-beta
sudo apt-get -y -f install
sudo apt-get autoremove
Thanks
@kandaspr Can you please perform below steps for troubleshooting purposes:
Hi Lychiang,
Thank you for the update.
I performed above steps but still stuck at login page with same error. I also run the following command and restored admin password but no luck.
sudo php /var/www/html/OS/startup/restore/restoreAdmin.php
Reinstalled from scratch again and noticed many scirpts failed during installation and fixed few of them manually, but we unable to find php7.0 and installed php7.4,
Note, selecting 'php-radius' instead of 'php7.4-radius'
E: Unable to locate package php7.4-mcrypt
E: Couldn't find any package by glob 'php7.4-mcrypt'
E: Couldn't find any package by regex 'php7.4-mcrypt'
Cannot add PPA: 'ppa:~adiscon/ubuntu/v8-stable'
E: Unable to locate package perl-5.30
E: Couldn't find any package by glob 'perl-5.30'
E: Couldn't find any package by regex 'perl-5.30
Following are the users, i could see but still login is stuck.
MariaDB [(none)]> select host,user from mysql.user;
+-----------+------------+
| host | user |
+-----------+------------+
| % | admin |
| % | expedition |
| localhost | root |
+-----------+------------+