October 12, 20196 yr 27 minutes ago, sittingmongoose said: Any chance of the release getting pushed back out? When it's fixed, yes.
October 12, 20196 yr Have got 2 out of the 3 OOT drivers working for v6.8.0rc1 , once I get some info from @limetech on the Unraid MD OOT driver should be good to go.
October 13, 20196 yr TL:DR I'm an idiot, Tom includes the Unraid MD source in Unraid, and I already sync that directory to my kernel source, so I was already compiling it without realising. Still needed to fix the Tehuti driver source, so forked my prev source and added it to my own repo (Tehuti download links don't work well in bash) and add the RocketNSVMe driver, which I did last night. Just building now, fingers crossed.
October 13, 20196 yr 3 hours ago, CHBMB said: I'm an idiot... No, you guys are amazing... and we appreciate all that gets done and shared on unRAID Forums. 👍 Thank you!
October 13, 20196 yr 9 minutes ago, CHBMB said: Sorry. Forgot to post I uploaded this a few hours ago. take a break man You guys are the best!
October 13, 20196 yr 2 hours ago, Pducharme said: take a break man [emoji4] You guys are the best! @bass_rock is the MVP, he understands the inner workings of this way better than me. Sent from my Mi A1 using Tapatalk Edited October 13, 20196 yr by CHBMB
October 13, 20196 yr I just tried installing 6.8rc and I'm getting a kernel panic because the root filesystem is not mountable. Not sure if the image I pulled got corrupted somehow or what. EDIT: This was not your fault. Disregard. I did a stupid. Edited October 13, 20196 yr by Xaero
October 13, 20196 yr 3 hours ago, Xaero said: I just tried installing 6.8rc and I'm getting a kernel panic because the root filesystem is not mountable. Not sure if the image I pulled got corrupted somehow or what. EDIT: This was not your fault. Disregard. I did a stupid. What did the issue end up being caused from?
October 13, 20196 yr 1 minute ago, tmchow said: What did the issue end up being caused from? I accidentally wrote a raw disk image over the top of my unraid USB drive. I'm an idiot. Don't worry.
October 14, 20196 yr Are other people affected like me due to this bug from Nvidia? Fixed a regression introduced in the 430.* series of releases that caused a segmentation fault in libnvcuvid.so while using Video Codec SDK APIs on certain graphics boards. My server locks up after 1-2 days due to this. Since this is fixed in a beta build, and slackbuilds doesn't build beta builds. I will hold out hope for end of month new card announcements for new stable.
October 15, 20196 yr Hi, i´m running UNRAID 6.5.3 for quite some time now to my satisfaction. However, i´d like to utilize my old GTX1050Ti for Plex hardware transcoding (Plex Pass is available) and learned, that i need to update my UNRAID server for this. I´ve read about stability issues with 6.7.x versions. So what would be a good choice for an UNRAID version between 6.5.3 and the current that is safe to use? TIA Regards, Hocky
October 15, 20196 yr 1 hour ago, hocky said: Hi, i´m running UNRAID 6.5.3 for quite some time now to my satisfaction. However, i´d like to utilize my old GTX1050Ti for Plex hardware transcoding (Plex Pass is available) and learned, that i need to update my UNRAID server for this. I´ve read about stability issues with 6.7.x versions. So what would be a good choice for an UNRAID version between 6.5.3 and the current that is safe to use? TIA Regards, Hocky You would need to try yourself. Myself I've never noticed performance issues with unraid so I can only speak from my own experience. Currently running the 6.8rc1 with nvidia and it's all good
October 15, 20196 yr 10 hours ago, hocky said: Hi, i´m running UNRAID 6.5.3 for quite some time now to my satisfaction. However, i´d like to utilize my old GTX1050Ti for Plex hardware transcoding (Plex Pass is available) and learned, that i need to update my UNRAID server for this. I´ve read about stability issues with 6.7.x versions. So what would be a good choice for an UNRAID version between 6.5.3 and the current that is safe to use? TIA Regards, Hocky I would try testing with 6.6.7
October 16, 20196 yr OK, thanks. I think i´ll give the 6.6.7 a try. How do i do the update? Using the WebGUI, i can only chose between "stable", which gives me the 6.7.2 or "next" which gives me the 6.8.0-rc1. EDIT: Got it - sorry for noise. Edited October 16, 20196 yr by hocky
October 16, 20196 yr OK, did the update. Looks good so far. 🙂 After checking everything runs normal, i installed the nvidia piece. Looks good as well, Plex is utilizing my old GTX1050Ti - tested two streams in parallell transcoding 4K incl. subtitles to an iPhone and an iPad. Nice work. 👍
October 18, 20196 yr I was hoping to get a little help with this. I installed the Linuxserver.io Unraid and updated to the correct unraid. I have added it to the most recent Plex Container from LinuxServer.io. As seen here. I have tried it with and without that "host key 3" above. This is an a Ryzen 7 3700 with the Asus Crosshair Hero 8 (if these matter) and its the only GPU (and Primary). My Syslinux file is like this. default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append initrd=/bzroot vfio-pci.ids=144d:a802,10de:1ad8,10de:1ad9,10ec:8125 label Unraid OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ kernel /memtest However, when ever I play a movie it immediately starts software transcoding. I checked the Plex Logs and don't see that it even tried to use the Hardware
October 18, 20196 yr 19 minutes ago, wesman said: I was hoping to get a little help with this. I installed the Linuxserver.io Unraid and updated to the correct unraid. I have added it to the most recent Plex Container from LinuxServer.io. As seen here. I have tried it with and without that "host key 3" above. This is an a Ryzen 7 3700 with the Asus Crosshair Hero 8 (if these matter) and its the only GPU (and Primary). My Syslinux file is like this. default menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label Unraid OS menu default kernel /bzimage append initrd=/bzroot vfio-pci.ids=144d:a802,10de:1ad8,10de:1ad9,10ec:8125 label Unraid OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui label Unraid OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Unraid OS GUI Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot,/bzroot-gui unraidsafemode label Memtest86+ kernel /memtest However, when ever I play a movie it immediately starts software transcoding. I checked the Plex Logs and don't see that it even tried to use the Hardware and did you went inside the Plex Settings to make sure that in section « transcoder », a checkmark was in the checkbox to use Hardware transcoding if available?
October 18, 20196 yr uuugh.. I'am an idiot some days. thank you for pointing that out.. yes, I forgot to set that..
October 18, 20196 yr Quick question, on my intel server, I have plex set to use a GPU (Discreet Graphic card), but if that GPU is currently running a VM, will the Plex LinuxServer.io fall back to quick sync? or go right to software?
October 18, 20196 yr 14 minutes ago, wesman said: Quick question, on my intel server, I have plex set to use a GPU (Discreet Graphic card), but if that GPU is currently running a VM, will the Plex LinuxServer.io fall back to quick sync? or go right to software? Someone already told me this simple Rule : GPU can be shared among Dockers (at the same time) GPU dedicated to a VM is only available to that VM until that VM is powered down Applying that rule to your question, I would say that no, it won't fallback on quicksync on the docker. If you turn off the VM, then maybe I guess ? (can't test since i'm running a Ryzen 9 3900x on my Unraid, so no quicksync).
October 18, 20196 yr 18 minutes ago, wesman said: uuugh.. I'am an idiot some days. thank you for pointing that out.. yes, I forgot to set that.. don't be hard on yourself, there is so much stuff in the move regarding Unraid, VMs, Dockers... it is easy to forget small details
October 19, 20196 yr Are you guys planning on releasing new versions for other 6.8 rc series or just waiting until 6.8 goes final? thanks so much for releasing rc1 as the 6.8 series has been a long time coming and still getting to use my P2000 is a fantastic bonus. cheers!
Archived
This topic is now archived and is closed to further replies.