SiRMarlon

Members
  • Posts

    101
  • Joined

  • Last visited

Everything posted by SiRMarlon

  1. I'll take a look at pulling the card and testing on my system in the coming days. I will also go and see where C-States is on my bios If its enabled I will go ahead and disable it to see if that fixes any issues. I'll let you know in a few days once I get back home and I have physical access to the server.
  2. Hello Everyone, So I've been running my array with a passphrase encryption since day one. Recently I've been away from home quite so I figured I'd setup my array to use a Keyfile in case the server were to reboot (we've had some power issues lately in my area, and yes I do have a UPS but it only last about 30 minutes on battery) I setup a keyfile with passphrase and placed it in my config folder on the flash drive. I edited my go files as well but when I reboot the server, the array doesn't autostart. I no longer have to type in the passphrase it just gives me the option to start the array. Once started I do see the option to delete the keyfile as well. But again the array is not starting on it's own. Am I missing something here?? here is my go file ... #!/bin/bash # Start the Management Utility ln -s /boot/config/keyfile /root /usr/local/sbin/emhttp &
  3. Maybe you are right because the server doesn't want to work with the card today. I was running your version of 6.8.3 with the integrated drivers. I checked this morning when I woke up and the card dropped off the bus again. Kept getting the same error in the sys logs again as in my previous pictures. This time even after I rebooted the system it would drop off within a few minutes. I don't know what gives ... Maybe it is a hardware issue. My previous setup was an old MSI Mobo with an i7-3770K 32GB RAM using the same LSI controller and the Quadro P2000 on 6.8.3. Now the the card doesn't seem to want to hang out at all. I've disabled all hardware transcoding and removed the NVIDIA settings from the docker container so that it at least works. Guess I am going to have to stick to transcoding from the CPU for now. Figured I might as well move back up to stable 6.9.0 that was just released. Doing some searching it looks like other people have experienced the issue on Linux systems as well. What's crazy is that UnRAID sees the card the whole time in system devices ... it never falls off of that. 10de:1c30]0b:00.0 VGA compatible controller: NVIDIA Corporation GP106GL [Quadro P2000] (rev a1) So yeah I don't know what else to try at this point. I've moved the card between PCI slots, I've tried the card on both 16x and 8x, obviously tried different builds, I am booting in legacy mode ... so who knows. This P2000 is not even a year old.
  4. Hey everyone, Is there by any chance an app/docker that does photo hosting like photobucket or Imgur? I'd like to run something behind SWAG so I can host my own photos. I wanted to host my own site on unRAID but it looks like GoDaddy will not let me set my @ record to my DDNS Address that I currently use. It has to be to an IP address so I figured I can run a subdomain for my photos instead. Any ideas or insights would be greatly appreciated. Thank you!
  5. Man I am a guppy compared to you guys! 😄 I thought I had a lot of space with 32TB but quickly realized that I am going to need MOAR. The plan is to update slowly update my drives to 10TB since that is the size of my current parity drive.
  6. 32GB of DDR4 3600 paired with my AMD Ryzen 7 2700x ... I don't really run any VMs so this is more then enough for my system. I mainly use my system for Plex and all the transcoding is handled by my Nvidia Quadro P2000.
  7. Just sent you a DM @ich777 I had to roll back to your 6.8.3 w/ integrated Nvidia drivers as 6.9.0-rc2 w/ integrated Nvidia drivers became real unstable on my system.
  8. Installed the new build. Lets hope this fixes any issues. I will let you know if anything comes up!
  9. Do you have a 6.8.3 stable one with the drivers by any chance? That is what I had before on the other system.
  10. The only difference this time is that I did boot the server in legacy mode and there has been no monitor hooked up to the server. I am just accessing the server via the web browser from my main PC. I know the card doesn't have any issues because this is the same card that I was running on my 6.8.3 server for more then a year with no issues. So for it to fail by just switching it to another system seems highly unlikely to me. When you say go with another build are you referring to a 6.9.o-rc2 build that has the drivers already in it? So that I won't need to run the NVIDIA plugin?
  11. I just noticed that the card is not working anymore I've attached the diagnostic logs again. This time the server hasn't hung up. It's still working. plex-unraid-diagnostics-20210228-1628.zip Looking at system devices I can still see the card listed there ... Okay so looking at the system log it's full with nothing but this ... 'Plex-Unraid kernel: NVRM: GPU 0000:0b:00.0: rm_init_adapter failed, device minor number 0'
  12. Okay so looks like it ran great for a day and a half as my server just crashed. So I took the opportunity to move the card to another slot and boot the server up legacy instead of UEFI. I've attached the diagnostics that I pulled once the server came back up. Hopefully you can find something in there that may lead to finding out why the card is crashing. plex-unraid-diagnostics-20210227-2232.zip
  13. okay so am I supposed to change the container side on Radarr from "/Downloads" to "/Data" so it matches? is the issue because I am using different docker versions? I am using Binhex on the other dockers instead of LinuxServer *EDIT* Went into the container and changed the container path from /downloads to /data and now it works.
  14. okay, I understand that but where is my mapping wrong? This is what I am trying to get to ... besides the /Download option in the container no where in radarr does it let me tell it where the download folder is. Am i suppose to configure a remote mapping under the download client section??? I never had to do any of this when I setup my Unraid 6.8.3 server ... I've had so many issues to fix on 6.9
  15. Hey Squid, Thanks for the reply. Please forgive my noobness, I read the post you linked and I am still a bit confused. I guess what is throwing me off is that I have Deluge, SabNZB, and Sonarr working correctly. There are no issues with the TV side of things. Everything points to my drive mappings being incorrect but I am not sure where they are incorrect. I have a dedicated downloads share that I created on the cache drive the looks like this /mnt/cache/Downloads/ --- completed --- Incomplete --- Unzipped Torrents Deluge, SabNZB, and Sonarr are mapped to that Downloads folder. So I am confused as to how radarr is not working if I have everything mapped to the right location. Unless I am supposed to map the /Downloads in the radarr container to /mnt/cache/Downloads/completed I can see the files that are being downloaded in the 'incomplete' folder and they are moved to the completed folder once they are done. sorry for being such a noob I am still new to all this
  16. Hey fellas! I am hoping someone here can help me figure out what is going on with my install of RADARR. I have a fresh new UnRaid server and I am just getting all my dockers up and running. Everything is running great with the exception of my Linuxserver Radarr I keep getting this error in the logs. I wanted to test it out to make sure it was downloading and moving files correctly but its not. My Sonarr is working just fine though so I am not sure what gives. Here are the configs on my dockers My deluge setup and my SabNZB setup If anyone has any insight as to what is causing this please let me know! Thank you!
  17. FYI for anyone having issues I was able to get this working by using an older version of OnlyOfficeDocumentServer as described here on this reddit post! I now have OnlyOffice working with my NextCloud again.
  18. I'll give these suggestions a try and get back to you!
  19. So I was wondering if I could get some help. I am not extremely versed in all this yet. But I Previously had UnRaid 6.8.3 Running with the previous Nvidia driver support. I am running an Nvidia Quadro P2000. As I stated everything worked awesome with plex. It would transcode everything I threw at it. Last week I decided it was time for an upgrade and I built a new system installed my P2000 into that new system and installed a fresh version of UnRaid 6.9.0-rc2. I went ahead and installed the new version of the Nvidia Driver as well. I got all my dockers installed and configured. I was initially able to see the card and get transcoding working. I was a happy camper. Then the card started disappearing randomly not even under load. I have to reboot the server every time in order to get the card back. So I am not sure what to do or what to check here. If you all can provide some guidance I can provide whatever necessary logs you may need. I am hoping I can get this fix and not have to revert back. I noticed that the Nvidia Driver was no longer available unless I upgraded to 6.9
  20. Hey Gents, I am hoping you guys can shed some light on this issue I am having. I've have not been able to get this container to work. I am not sure if I am missing something here. This is a fresh new install of UnRaid and I just installed Nextcloud and have that working with SWAG. I wanted to integrate OnlyOffice as I had this working before on my old server. I have not touched anything on the Nextcloud side of things. I just installed your version of OnlyOffice Document Server and I have not modified anything. Its just a vanilla install of the docker, I wanted to make sure it works before moving on but I don't get any kind of webui. All I get is the following page I've also attached the log file. I don't see anything out of the ordinary. Here is the docker setup the only thing I changed was the container name to 'onlyoffice' just because that is what my subdomain is 'onlyoffice.mydomain.com' I know on my old server I use to be able to pull up the webui and it would say OnlyOffice was running. Any help would be greatly appreciated! Thank you! OnlyOfficeDocumentServer.txt
  21. Got it ... just re-updated and it connected right away!! Thanks man!
  22. So I did as you suggested. I removed the ":Test" tag and updated the docker ... not sure if I was supposed to do something else? I am not having the same luck as everyone with connecting fast. It is still trying to connect and its been more then 10 minutes now. Attach is my log. Let me know if I was supposed to do something else here. Log.txt
  23. man that took a long as time but it finally connected and I am up and running! Thanks @binhex