Cant update after core 13.3 is not what you think

I recently had manualy update my truneas copre to 13.3
for some odd reson i cant select the train to either scale or eel

im getting

Cannot connect to host update freenas org:443 ssl:default [Connection reset by peer]: Automatic update check failed. Please check system network settings

i do hat a static ip set , but no dns set , tried setting the google one and still hhave the issue

tried a nslook up
im getting this

update-master.ixsystems.com canonical name = link.storjshare.io.
Name: link dot storjshare dot io
Address: 136.0.77.2
usisng ssh inside the server

Date is normal Sat Oct 12 21:17:21 AST 2024
as im writing this post.

If you’re running CORE, there’s nothing at all odd about that. The upgrade path to SCALE is to do a fresh installation of it and then upload your saved config file.

Ok, I’m currently re-building my NAS, in short I’m adding PCIE 5 port NVMe card.

3 drives, 1 for OS, 1 for cache and one for apps.

is it a good way to go or should i raid them

Considering you didn’t specify if you’re going L2ARC or metadata vdev, etc. it unlikely that you need a cache - performance will likely degraded. Consider what kind of cache you need & only implement if you have a real use case & understand the possible pitfalls. Worthless at best otherwise, or likely detrimental, or even at worst higher chance of losing all data on a pool.

Don’t use any kind of hardware or built in raid when dealing with zfs - zfs needs full access to your drives. I’m certain you meant raidz1/2/3, but never hurts to repeat on the forums.

I wouldn’t waste nvme for a boot drive - if you got a spare sata slot toss your cheapest reputable sata ssd for the boot & just make config backups occasionally.

I’d consider a [edit] MIRROR [edit] for apps & vms for NVMe for some redundancy. What to do with the third nvme if you’re dead set on it? Donno.

…in that regard, I just installed it in a VM and does show normal

Therefore, check your network settings.

im running the os on usb stick that’s why, and i have more nas drives on the way so i need the sata ports i have 5 pcie lanes that are currently empty so

do you have network static o dhcp?

is DHCP

…you know that is a really bad idea ?, … yes, you know.

Wait … if its left DHCP, won’t I lose my connection to the server?

that why im trying to set up 3 drive ssd pcie card that way i have 1 boot , 1 second / boot ,1 apps since cache might be a bad idea since is more for plex

1 Like


and also in
image

so going to \\tnas13-3 should be all I need. No matter the IPv4 am in :slight_smile:

1 Like

I’d use 1 for boot as it not used much. The other 2 in mirror for the apps and SMB and whatnot.

1 Like

So edit the em0
for some odd reason, I can’t access truenass with just HOMELAB.local (Access dashboard and stuff)
not actual name, but I can only access it with the static IP I set for it

my set up is now : 1 usb , 4 nas drives , one nvme drives for apps (curently taking one of my sata ports since the board turns of a sata port if i use a nvme slot)

…am new too, but for what I’ve been reading, booting out a USB is problematic in the long run. Just know that is a matter of time before you get upset :frowning:

1 Like


current problem

Global Config

Still getting the error SMB is the same
SKULLZ netbios
everithing is fefault smae you pic @argumentum

not quite. Without DNS, there is no IP to name :frowning:
Check in your local PC from a CMD prompt: ipconfig and you should get something like:

Ethernet adapter vEthernet (External 10G):

   Connection-specific DNS Suffix  . :
   IPv4 Address. . . . . . . . . . . : 192.168.0.116
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.1

use the Default gateway IP ( x.x.x.1 in my case ) and add it to the 1st DNS, then maybe 8.8.8.8 for the second DNS entry.

Edit: also that same Default Gateway to the TrueNAS Default Gateway. Otherwise it will not find a way to the internet.


After checking again and really checking the settings in getting this
Default gateway set
Dns 8.8.8.8

Without the local DNS ( usually your router ) it will not work.