Thanks @troy , I also thought it didn’t work as per the comments but unfortunately I’don’t see it neither in /dev/serial neither I passtrough.
Instead if I try to connect on my laptop I see it correctly. But maybe I need to check again somethings in bios or similar, because freeness is updated but nothing:
ls: /dev/serial: No such file or directory
freenas% ls /dev/serial/
ls: /dev/serial/: No such file or directory
I have a question, why did you choose UTC for the “System clock” instead of the default Local? I am going forward with Local, but am curious if there is an advantage to UTC?
When I first started using Linux, it is what was recommended. Basically, your computer needs to keep the both hardware (BIOS) and software (what the OS shows) times in sync. Linux systems typically prefer the hardware clock in UTC. This prevents the need to change it on daylight savings and timezone changes.
The localtime standard is dependent on the current time zone and possible Daylight Saving Time. UTC a global time standard and is independent of time zone values and DST.
The standard used by the hardware clock (CMOS clock, the BIOS time) is set by the operating system. By default, Windows uses localtime, macOS uses UTC, other UNIX and UNIX-like systems vary. An OS that uses the UTC standard will generally consider the hardware clock as UTC and make an adjustment to it to set the OS time at boot according to the time zone
If multiple operating systems are installed on a machine, they will all derive the current time from the same hardware clock: it is recommended to set it to UTC to avoid conflicts across systems. Otherwise, if the hardware clock is set to localtime , more than one operating system may adjust it after a DST change for example, thus resulting in an over-correction
Anyone tried TrueNAS-SCALE-23.10-BETA.1? Not sure if its just me but CPU usage has been more erratic (and much higher power consumption!) since upgrade from 22.12.3.3. Before load was very even across all threads with lower temps. Only 2 VM’s & 1 App running and did shut down each one if any particular one was causing issue. But no particular one causing it. Any ideas? I have HA VM with 2xvCPU, 1xCore. 1xThread. Also tried the optional CPU set to ‘0-14’
You could try: 1x vCPU, 2x Core, 1x Thread - but I’d be surprised if that changes anything.
This is probably a better question to ask in the TrueNAS Forum (there’s a new section for Cobia)
EDIT
So I just tried SCALE-23.10-BETA.1 on my server @fireblade70 - I ended up reverting back to SCALE-22.12.3.1 because I was seeing a spike in CPU usage about every 20 seconds. A message EDID block 0 is all zeroes also appears in my TrueNAS console every 20 seconds.
Friendly side note: Those CPU temps seem pretty excessive in my opinion. Are you sure your server has adequate cooling?
It should be the same password as the user you have logged in with.
Sorry for the trouble. My server is still running with (and I made this guide using) the root account. I’ll look at updating this guide for the “admin” user once Cobia is released
This guide has never used the /mnt path, but I’ll add something to clarify that. Or at least add something about this to the troubleshooting information in the second post.
I ran into the same issue and while you certainly solved the problem by now, others may run into it too: when you follow the guide to convert the qcow2 file, you are overriding an existing zvol. You then have to use that existing zvol during the VM creation and you DONT use any installation medium. The qcow2 you download is a VM disk image, not an installation image. My mistake was selecting the extracted image as an installation image and then I was stuck at the shell as in the screenshot.