SOLVED Updated to U7 and no webUI

jbeez

Dabbler
Joined
Feb 9, 2015
Messages
48
Just like the title says, but when I ssh in, I get the following before my login prompt:
Traceback (most recent call last):
File "/usr/local/sbin/hactl", line 171, in <module>
main(args.command, args.q)
File "/usr/local/sbin/hactl", line 17, in main
client = Client()
File "/usr/local/lib/python3.9/site-packages/middlewared/client/client.py", line 283, in __init__
self._ws.connect()
File "/usr/local/lib/python3.9/site-packages/middlewared/client/client.py", line 124, in connect
rv = super(WSClient, self).connect()
File "/usr/local/lib/python3.9/site-packages/ws4py/client/__init__.py", line 216, in connect
self.sock.connect(self.bind_addr)
ConnectionRefusedError: [Errno 61] Connection refused

Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.


It also seems like my jails didn't start, but I have 2 Bhyve VMs and those seem fine. Anyone else run into this?

I will note, I've seen other posts like this, but restarting middlewared service did not fix this for me.
 

jbeez

Dabbler
Joined
Feb 9, 2015
Messages
48
after some log digging, turns out it didn't like my ssl cert so nginx never started properly.... replaced the cert with the same files from before(I have this scripted from another server to push the cert over when its renewed), and it started nginx and all is right with the world.... looks like a # was erroneously appended to the last line of my crt and key files for some reason?
 
Top