unofficial-unifi / unifi-pfsense

A script that installs the UniFi Controller software on pfSense and other FreeBSD systems
BSD 2-Clause "Simplified" License
755 stars 245 forks source link

Installing on pfsense 2.6 failed - fixed #296

Closed ChiefZigZag closed 1 year ago

ChiefZigZag commented 2 years ago

It failed installing openjdk8, I had to manually pkg add brotli and then it worked fine.

tong2x commented 2 years ago

which install script you run?

ChiefZigZag commented 2 years ago

which install script you run?

fetch -o - https://git.io/j7Jy | sh -s

As per readme

tong2x commented 2 years ago

you may want to the newer scripts in the pull request,

crampus commented 2 years ago

I found the same particular issue; PFSense 2.6.0-release (amd64, USB) Sophos SG125 Fresh out-of-box config Multiple install attempts using the short link, and the raw link, both failed to install some dependencies. (OpenJDK, a few "*type" packages etc) Tried running: pkg install brotli Following this install went OK, and UniFi controller came online as expected.

Yay-Peace-Peace commented 2 years ago

Running pkg install brotli fixed for me as well on pfSense 2.6.0

tong2x commented 2 years ago

brotli has been added to the latest beta firmware branch 7.3.73 opnJDK11 has also been added as a requirement for 7.3.73

slmingol commented 1 year ago

I'm still on pfsense 2.5.0 and needed to do this as well, pkg install brotli, going from UniFi 7.2.92 using this PR - https://github.com/unofficial-unifi/unifi-pfsense/pull/306