OPNsense Forum

English Forums => 24.1 Production Series => Topic started by: aidzer0 on March 02, 2024, 06:36:50 pm

Title: Firmware > Status page not loading
Post by: aidzer0 on March 02, 2024, 06:36:50 pm
Hey Folks!

My status page is not loading at all, I am able to perform updates from what I can tell, the repos do update.
The reason I have noticed this issue is because I was trying to install ntopng and my plugins/packages pages were not loading at all, then I noticed that the status page "wheel" was constantly spinning.

Current setup info:
The version I am on is 24.1.2_1-amd64, I have checked the "common" issues regarding this topic,
I have prefer IPv4 over IPv6 checked.
I do have a DNS server (1.1.1.1) selected with gateway set to none (under System: Settings: General: Networking)
I have Adguard and Unbound configured using this article (https://forums.serverbuilds.net/t/guide-how-to-run-adguard-home-under-opnsense/12885).

Something I have noticed is running update checks does take significantly longer (1 - 3 minutes longer) than older versions of opnsense that I had installed.

Please let me know what to try, I have exhausted all possibilities that I could think of.

Thank you!

EDIT: I have also run all of the command below and everything passes/pings/downloads just fine through SSH:
Code: [Select]
pkg update
curl -v -o /tmp/eicar.txt https://pkg.opnsense.org/test/eicar.com.txt
ping pkg.opnsense.org

Results of checking for updates:
Code: [Select]
***GOT REQUEST TO CHECK FOR UPDATES***
Currently running OPNsense 24.1.2_1 at Sat Mar  2 11:44:23 CST 2024
Fetching changelog information, please wait... fetch: transfer timed out
fetch: /usr/local/opnsense/changelog/changelog.txz appears to be truncated: 0/128592 bytes
Updating OPNsense repository catalogue...
Fetching meta.conf: . done
Fetching packagesite.pkg: .......... done
Processing entries: .......... done
OPNsense repository update completed. 840 packages processed.
Updating mimugmail repository catalogue...
Fetching meta.conf: . done
Fetching packagesite.pkg: ......... done
Processing entries: .......... done
mimugmail repository update completed. 213 packages processed.
All repositories are up to date.
Checking integrity... done (0 conflicting)
Your packages are up to date.
Checking for upgrades (0 candidates): . done
Processing candidates (0 candidates): . done
Checking integrity... done (0 conflicting)
Your packages are up to date.
***DONE***
Title: Re: Firmware > Status page not loading
Post by: newsense on March 03, 2024, 12:08:58 am
Free space issues ?
Title: Re: Firmware > Status page not loading
Post by: aidzer0 on March 03, 2024, 04:43:48 pm
Does not seem to be hahaha!
Title: Re: Firmware > Status page not loading
Post by: aidzer0 on March 03, 2024, 05:06:43 pm
I figured it out... I have the webUI going through nginx proxy manager so that I can use a url rather than IP. There seems to be some sort of packet loss through nginx causing this, it loads just fine through the IP address.

Thank you!