Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Status 404 – Not Found - PF 2.7 #324

Closed
namdoan91 opened this issue Jul 24, 2023 · 5 comments
Closed

HTTP Status 404 – Not Found - PF 2.7 #324

namdoan91 opened this issue Jul 24, 2023 · 5 comments

Comments

@namdoan91
Copy link

I am using pfSense 2.7, installed Unifi version 7.5.165, and completed the installation. However, when I access the web, it shows an error 'HTTP Status 404 – Not Found".' Is there any way to fix this? I followed the instructions from this link: https://raw.githubusercontent.com/unofficial-unifi/unifi-pfsense/429635cfcd980c11c53d9586f94bd4bf4505b6dc/install-unifi/install-unifi.sh

@tong2x
Copy link
Collaborator

tong2x commented Jul 24, 2023

this is the trial mongodb 44, hmmmm improvement vs the errors.
please waiting for some time and or restarting pfsense
you can also try killing the PID and starting unifi

btw which script and PR did you use?

you may want to check out #321

@fabriciocampos2022
Copy link

the neweste pfsense use Freebsd14 and have some problem to installl with the original script.
the problem is with python 37 and 38 and mongodb.

To solve this problem I used the script from: https://github.com/DirectXMan12/unifi-pfsense/blob/3dcf6016f8c318ea4c4115aabe6395a43fd8e807/install-unifi/install-unifi.sh

but, need change the line 38 from this script...
===================== original script

FreeBSD package source:

FREEBSD_PACKAGE_URL="https://pkg.freebsd.org/${ABI}/latest/"
=============== new config
FREEBSD_PACKAGE_URL="https://pkg.freebsd.org/FreeBSD:14:amd64/latest/"

and line 116
=========== original script
base_url=${2:-FREEBSD_PACKAGE_URL}

=================new config
base_url=${2:-$FREEBSD_PACKAGE_URL}

@sikysikov
Copy link

sikysikov commented Aug 10, 2023

So changing the script in your link and you successfully installed UNIFI and is working? No 404 error?

@sikysikov
Copy link

sikysikov commented Aug 20, 2023

@tong2x I am still getting following error while installing latest beta on pfSense 2.7:

Shared object "libcrypto.so.30" not found, required by "mongod"

@tong2x
Copy link
Collaborator

tong2x commented Nov 8, 2023

related to
#324
#320
something about "libcrypto.so.30" being of different version ang unfortunately not compatible with mondodb in PFsense 2.7

@tong2x tong2x closed this as completed Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants