Unable to load Web GUI

Status
Not open for further replies.

bornstellare

Cadet
Joined
Jan 16, 2016
Messages
8
After rebooting my FreeNAS today, I am no longer able to access the WebGUI.

I get the attached screenshot.

Looking at the nginx-error.log, I see the following messages:

freenas# tail /var/log/nginx-error.log
2016/06/02 19:18:59 [error] 6077#0: *5 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 10.0.0.2, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "10.0.0.10"
2016/06/02 19:19:04 [error] 6077#0: *9 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.2, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:19:09 [error] 6077#0: *9 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.2, server: localhost, request: "GET /account HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:20:13 [error] 6077#0: *14 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.135, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:20:13 [error] 6077#0: *16 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.135, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:20:13 [error] 6077#0: *16 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.135, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:22:41 [error] 6077#0: *19 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.2, server: localhost, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:22:41 [error] 6077#0: *19 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.2, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"
2016/06/02 19:22:41 [error] 6077#0: *19 kevent() reported that connect() failed (61: Connection refused) while connecting to upstream, client: 192.168.86.2, server: localhost, request: "GET /favicon.ico HTTP/1.1", upstream: "fastcgi://127.0.0.1:9042", host: "192.168.86.10"



NGINX itself seems to have the proper config.

freenas# service nginx restart
Performing sanity check on nginx configuration:
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
Stopping nginx.
Waiting for PIDS: 6076.
Performing sanity check on nginx configuration:
nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
Starting nginx.

Any ideas what I can try to restore it? Also, any idea what commands I should execute to decrypt my volumes without the GUI so I can atleast have temp access to my shares?

Thanks for any advice.
 

Attachments

  • freenas_error.png
    freenas_error.png
    15.6 KB · Views: 310

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
I'm assuming you recently rebooted. You probably need to replace your boot device because it has gone bad. Make sure you have a copy of your configuration file.
 

titan_rw

Guru
Joined
Sep 1, 2012
Messages
586
I just noticed I can't get to the web interface on my nas either. This is since I rebooted it 5 days ago for the update.

I know my boot devices are fine. I'll have to investigate further when I have time.

EDIT: Nevermind. My issue was a problem with the web browser. Everything is fine with freenas.
 
Last edited:

charlyGREEN

Dabbler
Joined
Feb 21, 2017
Messages
18
Quite weird have similar errors shown in the console and I couldn't start the web gui in Chrome; it did in Firefox (tried after your tip). Now it works in both.. Thanks a lot in any case.
 
Status
Not open for further replies.
Top