What are you using for your NAS, or aren’t you?
AIO.
Ryzen 3900XT
64G ECC
120G btrfs SSD mirror for the OS and for some containers that may need a little more speed
4TB zfs pool
1080ti for transcoding (going to swap it for my Vega64 because Nvidia is a pain for passthrough and I’m tired of dealing with it)
Planning to purchase 16TB drives to add a new pool for media and photos, as well as 2x 8TB nvme pool.
Same motherboard as you too!
I am starting to plan a migration to an Epyc based system. Looking at the 9015 with 128 PCIe lanes. I’m starting to run short on SATA ports as well. Going to be difficult on this system to add much more if I add the nvme storage.
ty, appreciate ur help for truenas. ![]()
there will be a very big hole that needs to be filled. not going to be easy.
for myself, i have long since moved away from jailmaker. stuck to using the inbuilt truenas docker using captain stux’s youtube for guidance to migrate to that. they even talked about adding dedicated ips to app containers even, so it’s getting easier to manage so lots of people can make do with it.
Hi. Not sure if it’s fine to post this here. If not please tell me where I should post please.
I was using Jailmaker a lot for my docker needs on Truenas Scale but I started looking into GPU passthrough for AI and decided to try the Container functionality of Scale, searched the web a bit and ended up on this thread with lots of valuable info.
Create my container the nvidia yaml template and after a while everything was working smoothly. Then I updated from 25.04.2.4 to 25.04.2.6 and then I cannot start my container, it spits out ;
root@silo[/home/admin]# incus info --show-log lxcgpu
Name: lxcgpu
Status: STOPPED
Type: container
Architecture: x86_64
Created: 2025/11/09 17:20 EST
Last Used: 2025/11/09 17:21 EST
Log:
lxc lxcgpu 20251109222103.764 ERROR conf - ../src/lxc/conf.c:run_buffer:322 - Script exited with status 1
lxc lxcgpu 20251109222103.765 ERROR conf - ../src/lxc/conf.c:lxc_setup:4444 - Failed to run mount hooks
lxc lxcgpu 20251109222103.765 ERROR start - ../src/lxc/start.c:do_start:1272 - Failed to setup container "lxcgpu"
lxc lxcgpu 20251109222103.766 ERROR sync - ../src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 4)
lxc lxcgpu 20251109222103.941 WARN network - ../src/lxc/network.c:lxc_delete_network_priv:3631 - Failed to rename interface with index 0 from "eth0" to its initial name "vethe925eac2"
lxc lxcgpu 20251109222103.942 ERROR start - ../src/lxc/start.c:__lxc_start:2107 - Failed to spawn container "lxcgpu"
lxc lxcgpu 20251109222103.942 ERROR lxccontainer - ../src/lxc/lxccontainer.c:wait_on_daemonized_start:878 - Received container state "ABORTING" instead of "RUNNING"
lxc lxcgpu 20251109222103.943 WARN start - ../src/lxc/start.c:lxc_abort:1036 - No such process - Failed to send SIGKILL via pidfd 17 for process 94542
lxc 20251109222103.197 ERROR af_unix - ../src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20251109222103.197 ERROR commands - ../src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_init_pid"
So I was wondering if anyone has a clue why that is.
Should I go through the web UI?
Thanks