All Activity
- Past hour
-
Simple Graphics Card Support for Plex
NathanielD8 replied to NoahChicoria's topic in Roadmap & Feature Requests
If you are comfortable doing it from the TrueNAS side, it’s really not all that hard, even for a beginner. I have an NVIDIA card, and what I did was: 1. Open the TrueNAS webpage. 2. On the left side of the page, click "Apps". 3. Find your Plex application and select (click) it. 4. Find and click the "Edit" button next to "Application Info" on the right. 5. Scroll down to the very bottom of the screen. There you should find "GPU Configuration". 6. If you see your specific card, check the box next to it, then click "Update”. If you do not see your specific NVIDIA card, you may have to enable the NVIDIA drivers. This can be done by: 1. Going to the Apps section. 2. Click "Configuration" then "Settings”. 3. Make sure the "Install NVIDIA Drivers" box is checked if it’s not. Then after enabling the NVIDIA drivers, you should be able to continue to step 4. - Yesterday
-
rortt joined the community
-
DeVonFamily joined the community
-
If anyone comes across this, I managed to find the solution. My NAS is wired into my wifi router which is connected to my modem. What I had to do was lookup the DNS addresses for my modem and enter those into the hexos network settings which worked like a charm. Hope this helps anyone struggling like I did, here is the link to the thread that gave me the solution: https://forums.truenas.com/t/plex-efault-failed-up-action-for-plex-app/31594
-
jr211204 joined the community
-
radonich271 joined the community
-
RallyVincent changed their profile photo
-
When I install HexOs in a Proxmox VM I'm running into this issue. I have two Proxmox machines: one using SATA passthrough and the other using NVMe passthrough. When I attach the disks to the VMs and start the installation, the HexOS installation freezes during pool creation. However, if I install HexOS without the disks already attached, the installation completes successfully. After restarting HexOS, I can add the disks and create the pool without any issues. Perhaps this is also related too your error message.
-
My health dashboards are OK. Did you get this message during the setup?
-
Hey, I'm also using proxmox and did install hexos through it. did you also have this error message for health and capabilities?
-
If I don't want to run multiple ethernet cables along the floor in the basement I have to daisy chain them. But there are only 4 people in the house and eventually it will go down to three and then two. I couldn't fit 50 people in our house if I wanted to!
-
Hi @Dylan, this is always an interesting dilemma. It mainly comes down to how much regret you'll feel if you lose your data, in other words, the cost of losing it. RAID-Z is not a backup; it ensures continuity. @PsychoWards makes some great suggestions. I agree that having two NAS devices in RAIDZ1 with buddy backup/replication gets you a long way, especially when combined with an offline backup. I also find it challenging to determine the right balance between extra resilience and extra costs for my own setup. I've solved this by categorizing my data. My most important data, such as photos and critical documents, are stored on my Synology NAS (RAID 6), with a daily "offline" backup to the cloud. For the rest, I'm fine with RAIDZ1 and use Proxmox Backup Server for copies. This approach is more focused on getting back up and running quickly if a device fails. The tricky part is that you only truly know if you’ve set things up properly when disaster strikes.
-
I 100% perfectly understand your concerns about price and it is 100% a valid point. Let's just explain my thought process: Over 14 years ago (damn time moves fast =/) I was told multiple times that you should never buy the same drive from the same source, because if you do, you are likely getting drives from the same batch and if this batch is faulty or has a higher failure rate, all your drives are concerned or if nothing is wrong with the batch at least they tend to die at a similar time. If you now have a drive dying on you, you have to rebuild a RaidZ with 18TB drives, which takes a long time and is quite stress intensive for the remaining drives. If another drive is on the edge, the rebuild might kick it over and it might die on you during the rebuild, losing all your data with Z1. With Z2, it would be annoying as hell, but you would not lose your RaidZ2. Now a couple of things to consider: If you suspect a drive to go bad before it dies, you can replace it beforehand and spare all the drama. Also since you have your second NAS, you could just say f*ck it, you have everything important on your BuddyBackup/ZFS Replication on your other NAS, you don't mind if you lose your pool, If you now say that my scenario is unlikely and only has a rate of 0,005% to happen, that's 1:20000, meaning one poor fellow in this forum will have this happen to them. So yes it is unlikely that it's you, but possible to hit at least 1 person here. So, with your setup both ZRaid types are vaild, if you have price concerns go with Z1 🙂
-
Decraen joined the community
-
Bjf531 joined the community
-
jmosunic started following Apps will not install
-
Just installed hexos for the first time and I can't seem to get apps to install no matter what I do. After a few troubleshooting attempts I did a fresh install thinking that I may have not set up the pool properly, but the issue persists. The Hexos install seems to create all the necessary folders in my pool, and claims that the install succeeded but the install button remains and the app does not move to the "installed apps" section. Additionally, when I check the truenas logs for the HexOS install attempt it shows the folder creation as successful but the app install as a failure. I went into the truenas apps page and the install pool was correctly set to the one created when I re-installed hexos. I have also tried installing the apps through truenas directly but I end up with the same error message as I do through hexos which I have pasted below. My hardware specs are as follows: Intel i5 7400 ASRock z270 Killer SLI 4x8GB Corsair Vengeance DDR4 2666 CL16 4 Seagate Ironwolf NAS 12TB 7200 rpm Crucial P3 Plus 1TB M.2 SSD (Boot Drive) There's a 3070ti in there too if that matters Error message: [EFAULT] Failed 'up' action for 'immich' app, please check /var/log/app_lifecycle.log for more details Traceback (most recent call last): File "/usr/lib/python3/dist-packages/middlewared/job.py", line 488, in run await self.future File "/usr/lib/python3/dist-packages/middlewared/job.py", line 535, in __run_body rv = await self.middleware.run_in_thread(self.method, *args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1364, in run_in_thread return await self.run_in_executor(io_thread_pool_executor, method, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/main.py", line 1361, in run_in_executor return await loop.run_in_executor(pool, functools.partial(method, *args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/service/crud_service.py", line 268, in nf rv = func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 55, in nf res = f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/schema/processor.py", line 183, in nf return func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/crud.py", line 203, in do_create return self.create_internal(job, app_name, version, data['values'], complete_app_details) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/crud.py", line 248, in create_internal raise e from None File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/crud.py", line 241, in create_internal compose_action(app_name, version, 'up', force_recreate=True, remove_orphans=True) File "/usr/lib/python3/dist-packages/middlewared/plugins/apps/compose_utils.py", line 57, in compose_action raise CallError( middlewared.service_exception.CallError: [EFAULT] Failed 'up' action for 'immich' app, please check /var/log/app_lifecycle.log for more details
- 1 reply
-
- 1
-
-
victor.tee joined the community
-
I was testing File Browser but my HBA died and it will be a min before i can get the nas back online. but I will say with the time i had it running it was nice that i could point to my phones web browser and get files that way
-
Apologies if this question has already been answered but I have not found the answer on my search of the forums. I installed Plex via the Command Deck and note that a /media and a /movies, /music, /video etc... are installed. Typically I put all the media in a /media folder with subfolders /media/movies, etc.. Why does the installer make a /media folder and then individual /movie, /music, /video...etc? Do you have to use the /movies, /music folders or can you put everything in /media with subfolders?
-
Hi @RSOL I'd look at TailScale which can enable you to interact with you remote data as if it were local. If local (and remote with some configuration) I am a HUGE fan of RSync do to its ability to create a delta of data copied should a transfer attempt fail.
-
BunnyOsito joined the community
-
Raidz2 is DEF the front runner but 36TB is not what I'll yield in usable space. After formatting call it 35TB minus 20% to keep ZFS write-caching happy and healthy and I'm left with ~28TB of usable storage. Which when measured against my 4x8TB N100 NAS (raidz1) gives me ~17TB of usable capacity using the same -20%. 4x8TB @ $150 per drive (not including a spare) = $600/17TB = ~$35 per TB (raidz1) 4x18TB @ $300 per drive (again, not including a spare) = $1200/28TB = $42 per TB (if in a raidz2) While I DO love me some redundancy the price per TB rise using raidz2 is what is making me flinch a little. Don't mind me....I'm just complaining about costs 🙃
- Last week
-
Ashley Baksa joined the community
-
RaidZ2, or do you really need those 54TB? If the 36TB are enough then go Z2 🙂
-
Thanks @Sonic, good feedback. I think I'll keep the AMD for all other non-media streaming activities. Now I just need to decide on raidz1 or 2...
-
Magpie joined the community
-
RSOL started following File transfer app
-
Noob here. What app would be best to use as a file transfer app? Example: If I'm away from my home local network and I want to download a document from my server to my iPad.
-
Good luck with your search! Use the AMD device as a backup to the N100 and for all other NAS stuff sounds like a good approach. Your N100 is your Plex media server and the AMD version is your backup / other NAS stuff powerhouse.
-
That right there is my biggest concern. If I deploy the AMD device and it struggles with transcoding, I'd have to revert back. If I keep the N100 for Plex (and like I mentioned, it is doing that very well) I'd then use the AMD device as a backup to the N100 and for all other NAS stuff. Maybe I'll do some searching to see if any others have reported transcoding struggles with that specific AMD chipset. Thanks everyone!!
-
So I've been having issues with this for a few weeks. I will install Immich and it will do one of two things. It will install and start deploying but just spin on deployment indefinitely. I let it go for nearly an hour one day. It will install and then say it running but then I can't access it when I click launch, it will just say unable to connect. Then every so often it randomly says "deploying" again for a second or two and then it goes back to saying running. Obviously I've restarted a few different times to see if that would help but that didn't help. I use Firefox as a web browser but I downloaded and tried to access it in chrome and that still didn't work. I am unable to find a version to check and make sure that I'm running the most up to date version of hexOS and I do have a notification in the notification dashboard saying a system update is available. go to system settings -> update to download and apply the update. When I go to settings there is no update button so I assume that it's up to date? I use Plex on a daily basis and it works pretty flawlessly. I'm not sure what other information you may need, I'd appreciate some help.
-
What Apps Would we want to see Supported?
Peter Winther replied to Sam of Ham's topic in Applications
Email server Cloudflare Tailscale Jellyfin Bitwarden Immich qBittorrent Nextcloud Navidrome Radarr Sonarr -
Valentyn changed their profile photo
-
Mobius started following Device deployment....
-
since the n100 does have quick sync you are probably right about that.
-
In this version of HexOs it's not possible to rename the HDD pools. A lot of people already requested the feature of renaming pools.
-
Hi @Dylan, I would go for the Ryzen 7. Much more CPU power, more memory and 2 M2 SSD slots. I also have a Shuttle DL30N with a N100. I can run a good performing Windows 11 VM on my Aoostar. On my N100 server it works, but performs very slow. The only con I can think of is the transcoding in Plex or Jellyfin. I think the N100 wil perform better. See 11:26 of this review: https://www.youtube.com/watch?v=Ct4yewC7mKA
-
In regards to multiple pools can you name the different pools? I have 2 pools and i can't for the life of me find somewhere to name the pools to something other the HDDS.
-
I agree with @ubergeek Since your AMD version has more storage and more power anyway, it should be your primary NAS and your n100 your backup, else you just have wasted storage on your backup which will never be used and you possibly faster run out of cpu power depending on how crazy you want to go with apps.