You have access to docker with dockage and portainer so you can install file browser through this.
The list of Electric Eel Apps and status is here;
In the case of Filebrowser⦠it is marked as available.
It is not marked as migrated⦠so will not automatically migrate from Dragonfish.
Hi same issue here did the command and the gpu showed up but emby cant see the gpu. Anthing else must be done to get the app to see it not much instruction on on how to get this fully working from a trunas stand point. Any help would be appreciated thanks. GPU Configuration
Passthrough available (non-NVIDIA) GPUs
help_outline
Select NVIDIA GPU(s)
help_outline
Quadro M2000
help_outline
Use this GPU
help_outline
Something Iāve been noticing in the Dashboard is that itās not āseeingā my network interface though everything is working fine ⦠SMB shares, Plex ā¦etc ⦠itās just the Dashboard says " IPv4 Address: Network interface enp15s0 not found."
Network reporting works just fine ā¦again, itās just the Dashboard network tile
RC.1 is about to enter code freeze this week. A nightly will be available.
There is still quite a bit of ānew dashboardā work being completed.
Iād suggest trying that and then reporting a bug if the issue persists.
I take it that works on the app migration takes place outside of that code freeze?
Correct, that all happens in the Apps Repository independent of the software release.
My understanding is swap was being created as a safeguard for disks which are not exactly the same size
For example 4TB WD != 4TB seagate
How is that handled now?
And do you recommend resilvering all pools without swap?
And I do understand and agree that swap should not be used in general and one should have enough RAM.
wow, impressed on BETA.1. upcoming features, like selectable NVIDIA driver, being able to use docker on CLI and/or dockge/portainer. was using portainer in jailmaker, was able to just install portainer via apps, then export/import and done.
had to install the nvidia driver separately via the CLI, as per the release notes, but yea SCALE is really coming along now.
after use this beta version, data have been lost for two times.
even some files in another nas which was mounted to this truenas lost as well.
after some files lost, only the empty directory was kept there.
the lost data mostly is created or modified before 31th/aug and which was not used at that time.
Can you provide more information about the precise issues that you have encountered (configuration, hardware, error, etc)?
Did you figure this out? Just upgraded and have the same error. Everything works fine but idk how to clear it.
Hardware: B310M+8600t+16Gram 4*500G 2.5sata hhd for raidz
Another Nas is N1 phicomm which is mounted to truenas raids datapool with readable and writable.
The data in truenas mainly is pictures and videos for backup purpose. 1st time, i found the data(text.php.picture.video) at another N1 lost. After that, i changed the mounted folder with read only and the truens was off for serval days.last night i power on the nas and try to backup the pic from N1 nas. And then found the picture and videos which was backup last time mostly lost. Only the files after 31/aug is still there and all directory is kept without pic/videos inside. Only set snapshort function and use rsync in sheāll to backup the picture.
Pls give advice with thanks.
Btw, i didnt do some complex actions at truenas and major activity is using rsync -auvh to backup data from phicomm to truenas. And i donāt know the actual time when the data lost.
Suggest you start a new thread with all the specifics.
Explain how you are mounting phicomm and what It is.
I use below cmd to mount phicomm to truenas:
mount -t nfs -o nolock,rw phicomm ip:/media/sda /mnt/datapool/n1share
1st time, some data in phicomm lost. And then i changed rw to ro, the data in phicomm kept well at the 2nd time. But most of the data in truenas was disappear and empty dirextories remained for both times.
Btw, the major activity taken was using rsync -ahuv to backup data from phicomm to truenas. And i also donāt know the actual time when the data lost. It is too difficult to delete the files by mistake. So i donāt know what is wrong with the system and it is too strange.
I have the same issue but with jellyfin. Also the Jellyfin migration didnāt complete due to it having the Nvidia gpu not being able to be migrated. Ended up recreating the container, now I can see the GPU in the UX but its not being passed to jellyfin.
Hey, I have a Quadro P400 in my NAS (needed something low profile because my case is a Jonsbo N1). Hereās what I did to get the GPU to a) show up when installing Jellyfin from community apps and b) actually work when transcoding (tested and verified by checking nvidia-smi).
- Run the command
midclt call -job docker.update ā{ānvidiaā: true}ā
apt install nvidia-detect
nvidia-detect
- this prompted me to install the generic ānvidia driverāapt install nvidia-driver
apt install clinfo
After that, running nvidia-smi
displayed my Quadro P400. When installing Jellyfin, I had the option to select the GPU. I also found a file I knew required transcoding and started playback to check if nvidia-smi
reported the GPU being used.
Are there any plans to add a GPU widget to the new dashboard such that, for example, Intel iGPU utilization can be visualized on the dashboard (using the now included intel_gpu_tools package)?
Mine shows my P2000 but it doesnāt use the GPU when transcoding. nvidia-smi also shows the gpu. Additionally, you have to unlock the read-only file system to even be able to do anything with the package manager (apt) which isnāt advised.