Expedition Hangs on first login with gui credentials.

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.

Expedition Hangs on first login with gui credentials.

L0 Member

Expedition hangs on the first login using Default GUI credentials using Firefox.  It just sits there and spins in the browserScreen Shot 2018-10-02 at 4.10.18 PM.png

10 REPLIES 10

L7 Applicator

have you tried to update to latest version 1.0.106?

I'm having the same issue.

Also -- when I run:

   sudo apt-get install expedition-beta

I get the following message:
    expedition-beta is already the newest version (1.0.105).

Is there a 1.0.106 -- and if so, what should I do to install it?

Thanks,

before to run the apt-get install expedition-beta you have to run

 

sudo apt-get update
sudo apt-get install expedition-beta

Tried that but still doesn't pull the latest 1.0.106

Try this:

 

sudo apt-get autoremove

--> the above will remove any update packages.

 

Try the update again:

 

sudo apt-get update

sudo apt-get install expedition-beta

 

Also, after the update is installed you will want to edit the files using the settings below. This may fix your log in issues:

 

The below change is needed to allow Expedition to import configuration files larger than 5 MB.

 

PHP:

Edit couple parameters from php.ini located at:

 

sudo vi /etc/php/7.0/apache2/php.ini

 

Modify:

 

post_max_size = 250M

upload_max_filesize = 250M

 

restart the Apache with

 

sudo systemctl restart apache2

 

 

The below change should resolve your log in error message.

 

https://live.paloaltonetworks.com/t5/Expedition-Articles/Modifying-mysqli-reconnect-value/ta-p/21922...

 

 

1- php.ini for Apache

Edit the php.ini file for Apache with the following command

sudo nano /etc/php/7.0/apache2/php.ini

change (you can use the Search feature with ^W)

mysqli.reconnect = Off

to

mysqli.reconnect = On

Write the changes with ^O and exit nano with ^X

 

 

2- php.ini for CLI

Edit the php.ini file for Apache with the following command

sudo nano /etc/php/7.0/cli/php.ini

change (you can use the Search feature with ^W)

mysqli.reconnect = Off

to

mysqli.reconnect = On

 Write the changes with ^O and exit nano with ^X

 

 

3- Apply the changes

Once the changes are done, apply them by

sudo service apache2 restart

 

I am also hanging..

 

I upgraded the ubunto per cli prompting...then did the upgrade..

 


expedition-beta is already the newest version (1.0.107).

 

Still hangin on log in to WebUI

I have verified the ini settings are correct..

 

Any direction woudl be apprecited.  Perhaps a system level debug ??

 

Thank you in advance,

 

Don

 

You can't upgrade Ubuntu.  You have to restore from a clone or snapshot or rebuild the VM from scratch.

 

HTH,.

Bob

Thanks for the response Bob,

 

Im running on a VM Workstation...

The following prompted the upgrade...  

 

I forgot the cardinal rule..."If it aint broke-don;t fix it..."

 

Don

 

 

ogin as: expedition
expedition@192.168.250.78's password:
Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-137-generic x86_64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

46 packages can be updated.
0 updates are security updates.

New release '18.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.

-------

 

Yeah I learned the hard way.  There was also a post by Albert (founder of Expedition) that at this time we should ignore the Ubuntu upgrade.

L2 Linker

I just experienced this issue and realized i had mistakenly upgraded to Ubuntu 18.x. I blew the VM away and started over and it works like a charm! Avoid the distro upgrade. 

  • 9181 Views
  • 10 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!