Kenneth Hatteland
Cadet
- Joined
- Mar 31, 2012
- Messages
- 5
After upgrading from 8.3 rc1 to 8.3 release my gui f***d up. When I enter the IP in the web reader all it says is "Welcome to nginx!" and nothing else. Anyone having an idea what to do ??
I installed FreeNAS in a virtualbox VM and it worked right away with zero configuration changes. I upped the RAM to 6GB, but left everything else at defaults.
You may try the following URLs to access the web user interface: https://192.168.0.99/
Same here, just installed new x64 version of FreeNAS 8.0.3
Add me to the list of people getting the "Welcome to nginx!"
I am using a MSI G31M3 motherboard and the on board NIC. This is a fresh install of FreeNAS-8.3.0-RELEASE-x64.
This is not exactly a "fix" yet, but I learned a workaround on the freenode Web forum
# rm /usr/local/etc/nginx/nginx.conf*
# service ix-nginx start
# nginx
Apparently there is something screwed up in the conf files, so you have to remove them first, and THEN restart the nginx process.
NOTE that the service start command returns "Failed", but this is OK. After you get this, run the nginx command (no response on the command line), and the Web GUI should be working.
NOTE I haven't tested this yet, but you will probably need to re-run these commands any time you restart the system, until the FreeNAS people come out with an update.
Not exactly an optimal fix, but at least it gets you back up and running...![]()
That worked! I have not tried a reboot yet.