jamf / NetSUS

NetBoot and Software Update Server
https://jamfnation.jamfsoftware.com/viewProduct.html?id=180
304 stars 69 forks source link

Ubuntu 18.04 Issues #136

Closed slundy closed 5 years ago

slundy commented 5 years ago

I realize that 18.04 was experimentally supported, and unfortunately a teammate updated our NetSUS from the 16.04 OVA to 18.04. Now when I try to go to the web gui i just get the source of the php login page and it doesn't move forward (Firefox shows login boxes but they're all jumbled up). Posting in hopes that someone sees this and knows how to fix it.

slundy commented 5 years ago

I was able to get it working by reinstalling NetSUS and then PHP using:

sudo apt-get install php7.1 libapache2-mod-php7.1 php7.1-cli php7.1-xml php7.1-zip php7.1-mysql php7.1-gd php-imagick php7.1-recode php7.1-tidy php7.1-xmlrpc

That seemed to work. Still touching everything to make sure it all works, but looks ok now.