TrueNAS 12.0-U1 ISO install - GUI won't start automatically on my HW but VBOX version does?

Scarts

Cadet
Joined
Jan 2, 2021
Messages
2
I did a fresh install of 12.0 using the latest ISO as of now and imported my existing pool. I just like this method when moving to a next major version. And my setup is very simple so easy to re-create config.

When I boot up, nginx doesn't start automatically so I don't have a GUI. I have now enabled root SSH access to my NAS so on reboot I can SSH onto it and start nginx to get the GUI working.
I've attached my console.log file but in short when that service tries to start on boot it returns the error:
Jan 2 00:33:44 nas Performing sanity check on nginx configuration:
Jan 2 00:33:44 nas nginx: [emerg] cannot load certificate "/etc/certificates/freenas_default.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/certificates/freenas_default.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
Jan 2 00:33:44 nas nginx: configuration file /usr/local/etc/nginx/nginx.conf test failed
Jan 2 00:33:44 nas Starting nginx.
Jan 2 00:33:44 nas nginx: [emerg] cannot load certificate "/etc/certificates/freenas_default.crt": BIO_new_file() failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/certificates/freenas_default.crt','r') error:2006D080:BIO routines:BIO_new_file:no such file)
Jan 2 00:33:44 nas /etc/rc: WARNING: failed to start nginx

This is a vanilla fresh TrueNAS 12.0-U1 ISO file install.
The certificate file /etc/certificates/freenas_default.crt does exist.
When I SSH onto the NAS and run
service nginx start
it starts fine then I can access my GUI.
Also I don't know if this is related but even on the NAS console itself, I don't get the 'Console Setup' menu. I only get a default freebsd login prompt.
Oh, and my console screen is being spammed with
Jan 3 00:53:06 nas uhub_reattach_port: giving up port reset - device vanished

The only part I'd like to really fix is getting the GUI to reliably start automatically on boot. The other issues I have are just annoying.
I've also attached my dmesg.boot file for reference.

Any ideas please?
 

Attachments

  • dmesg.boot.zip
    4.5 KB · Views: 152
  • console.log.0.zip
    5 KB · Views: 171
Top