Updated to 10.3-Stable, Web GUI won't load.

Status
Not open for further replies.

mjk79

Explorer
Joined
Nov 4, 2014
Messages
67
Hey Guys,

Last night I updated to 10.3 from 10.2 stable. After the update was complete, I couldn't access the web gui anymore. I'm able to SSH into it and log in, and my jails seem to be running and those are accessible through the network, but I can't get into my network storage or the web gui.

Does anyone know how I could fix this?
Browsing to the IP gives me a connection refused error. (Tried http and https)

Alternatively, is it possible to reset my default boot environment back to the previous version via command line? I wasn't able to find a command to do that though. Normally when I have an issue with an update, i'd set the previous version as active via the GUI but that's not an option here.

Here are the iterations of the ip i've tried:
http://192.168.1.35/account/login/?next=/
http://192.168.1.35/account/login/
http://192.168.1.35

Normally just putting in the ip forwards me to a login prompt.

Any help would be appreciated!
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Last night I updated to 10.3 from 10.2 stable.
What? Neither of those versions exist. There's 9.10.2, but no 9.10.3 yet.
 

mjk79

Explorer
Joined
Nov 4, 2014
Messages
67
Code:
login as: root
root@192.168.1.35's password:
Last login: Mon Jan  2 13:00:49 2017 from 192.168.1.130
FreeBSD 10.3-STABLE (FreeNAS.amd64) #0 r295946+07c41cd(9.10-STABLE): Wed Nov  9 00:19:25 UTC 2016

		FreeNAS (c) 2009-2016, The FreeNAS Development Team
		All rights reserved.
		FreeNAS is released under the modified BSD license.

		For more information, documentation, help or support, go here:
		http://freenas.org
Welcome to FreeNAS

 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Code:
login as: root
root@192.168.1.35's password:
Last login: Mon Jan  2 13:00:49 2017 from 192.168.1.130
FreeBSD 10.3-STABLE (FreeNAS.amd64) #0 r295946+07c41cd(9.10-STABLE): Wed Nov  9 00:19:25 UTC 2016
 
		FreeNAS (c) 2009-2016, The FreeNAS Development Team
		All rights reserved.
		FreeNAS is released under the modified BSD license.
 
		For more information, documentation, help or support, go here:
		http://freenas.org
Welcome to FreeNAS
 
That's the FreeBSD version. 9.10 has always been 10.3.
 

mjk79

Explorer
Joined
Nov 4, 2014
Messages
67
Code:
# cp /boot/grub/grub.cfg /boot/grub/grub.cfg.bak
# cat /boot/grub/grub/cfg | sed 's/9.10.2/9.10.1-U4/g' > /boot/grub/grub.new
# mv /boot/grub/grub.new /boot/grub/grub.cfg
# chmod 600 /boot/grub/grub.cfg


I more/less get what this is doing, but what dir should I be looking in for the image names?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
Alternatively, is it possible to reset my default boot environment back to the previous version via command line? I wasn't able to find a command to do that though. Normally when I have an issue with an update, i'd set the previous version as active via the GUI but that's not an option here.
The easy way is to reboot and choose the one you want in the GRUB menu. Do note that the setting won't persist, so use the GUI to set it properly.
 

mjk79

Explorer
Joined
Nov 4, 2014
Messages
67
The easy way is to reboot and choose the one you want in the GRUB menu. Do note that the setting won't persist, so use the GUI to set it properly.

If I exhaust all options i'll have to do that, but with my current config I can't hook up a monitor. It would mean pulling out/disconnecting the disks, putting in a video card to make that change. I was hoping there would be a way to fix it over ssh.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
In that case, you might want to go over jkh's recent posts. One of them has the commands required for this. At least I think it was jkh...
 

mjk79

Explorer
Joined
Nov 4, 2014
Messages
67
Ok got it reverted, I just bit the bullet and swapped in a video card. Thanks for the help!
 
Status
Not open for further replies.
Top