No Access to WebGUI After Update to 8.3.0 Beta 1...

Status
Not open for further replies.

Dave

Cadet
Joined
Dec 27, 2011
Messages
7
Hi
I seem to have a problem with my NAS, I installed the 8.3.0 BETA 1 update and after the reboot, I cant get the GUI.
Everything else seems to be working correctly but the GUI cant be accessed on any of the IPs via HTTPS or HTTP...
Can someone point me in the direction of the log files, so I can get some kind of idea what's happening..


Kind Regards

Dave
 

ben

FreeNAS GUI Developer
Joined
May 24, 2011
Messages
373
From the shell proper (console menu 9, I believe), 'less /var/log/messages' will give you the error log, or 'tail /var/log/messages' to get the most recent entries in it.
 

Dave

Cadet
Joined
Dec 27, 2011
Messages
7
Hmmm

messages
Sep 25 08:38:46 MediaNAS root: /usr/local/etc/rc.d/nginx: WARNING: failed to start nginx
Sep 25 08:38:46 MediaNAS root: /etc/rc: WARNING: failed to start nginx

nginx-error.log
2012/09/25 08:38:46 [emerg] 3171#0: no host in upstream ":12347" in /usr/local/etc/nginx/plugins.conf:2
2012/09/25 08:38:46 [emerg] 3172#0: no host in upstream ":12347" in /usr/local/etc/nginx/plugins.conf:2
2012/09/25 08:38:46 [emerg] 3181#0: no host in upstream ":12347" in /usr/local/etc/nginx/plugins.conf:2
2012/09/25 08:38:46 [emerg] 3182#0: no host in upstream ":12347" in /usr/local/etc/nginx/plugins.conf:2

plugins.conf
location ~ /plugins/firefly/ {
fastcgi_pass :12347;
include fastcgi_params;
root /usr/pbi/firefly-amd64;
}
location ~ /plugins/transmission/ {
fastcgi_pass :12346;
include fastcgi_params;
root /usr/pbi/transmission-amd64;
}

The problem seems to be with the plugins which crashed when I loaded transmission with 100Gb of torrents and I had to shoehorn the plugins from the nas to get the thing working again by deleting the plugins directory's.
This file seems to be generated every time the nas restarts, where do I need to edit the master file?

Kind Regards

Dave
 

William Grzybowski

Wizard
iXsystems
Joined
May 27, 2011
Messages
1,754
The IP is taken away from plugins jail settings...

What IP is configured in Services->Plugins->Management->Settings?
 

Dave

Cadet
Joined
Dec 27, 2011
Messages
7
Oh, I haven't got a clue what the settings are but I'm 99% sure I backed up the config file before I upgraded the firmware as I've been burnt before...
I'm pretty sure I tried to remove all traces of the plugin system, just not very well....

Kind Regards

Dave
 

William Grzybowski

Wizard
iXsystems
Joined
May 27, 2011
Messages
1,754
# sqlite3 /data/freenas-v1.db "select * from services_pluginsjail"

Can you upload your config file prior to upgrade?
 

Dave

Cadet
Joined
Dec 27, 2011
Messages
7
Hi
I'm reluctant to upload the config file as just opening it via notepad will show my eMail Username/Password to a public forum, which is annoyingly stored unencrypted...
What is the correct method of viewing the backup file? and how do I ensure all passwords are encrypted before I upload..

Kind Regards

Dave
 

Dave

Cadet
Joined
Dec 27, 2011
Messages
7
Ahh, that done the trick!
Are the configuration files generated from the information within the SQL database?

Kind Regards

Dave
 
Status
Not open for further replies.
Top