Everything posted by scottc
-
[Support] binhex - DelugeVPN
I just restarted mine again and it is finally fully connected and working
-
[Support] binhex - DelugeVPN
I wonder if it is just a wireguard issue. I am going to try using ovpn and see what happens
-
[Support] binhex - DelugeVPN
Yah, I am getting this also.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
After completely restarting from scratch I figured out what I was doing wrong. Instead of selecting latest for the nvidia driver I had to put the version of the beta driver 450.51 Successfully built and my GPU is finally entering power state p8 instead of being stuck in p0 all the time
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Yah, let me start from scratch. I know it is something I am doing wrong LOL
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
I guess I am just having trouble figuring out where to put the .run file to make the build process use it
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Could you tell me how you were able to use the 4.50.51 driver? I have been trying to figure it out for a while now and am definitely doing something wrong.
-
[Support] Josh5 - Unmanic - Library Optimiser
I would probably NOT try to do 7 encodes at the same time with a quad core CPU. The CPU will still need to be used for some things. I would start at like 2 or 3 encodes at the same time and adjust from there.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Works perfect for my nvidia custom build Thank you
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Just built out 6.9 beta 1 on my system and it worked perfectly. THANK YOU
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
No problem at all Thank you
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Awesome If you don't mind, could you tell me what custom variables are needed to use beta/rc's that would be great so I could just build out a new version when the next beta/rc is released Thank you for your time and effort put into this
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Do not worry about it for me, It was more of a question than a request. Go do family time
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
No hurry at all Family time comes first in my book!
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Can we build nvidia with the latest beta 6.9.0-beta1? or is this only for stable unraid builds?
-
[Support] Linuxserver.io - Radarr
Make sure you have "Completed Download Handling" enabled in Settings -> Download Client Tab
-
[Support] Linuxserver.io - Radarr
Go to Dockers and turn on advanced view and you should see the cpu load of each running docker
-
[Support] Linuxserver.io - Radarr
Yes, it wll put each into the correct folder when it is automatically processing the file. When you are doing manually I think it should already know the path, but I have not had to do a manual import in a long time so I am not 100% sure on that one
-
[Support] Linuxserver.io - Radarr
You dont need to run 2 instances, just map your movies folder and kids_movies so do something like this in your docker setup ( depending on how your shares are setup ) /movies -> /mnt/user/movies /kids_movies -> /mnt/user/kids_movies Then in Radarr add a movie and in the path dropdown when your adding kids movies you would choose kids_movies and other movies you would choose movies If you do not see movies or kids_movies in the dropdown then choose the select different path option and click the folder button to search for path and find the movies or kids_movies path
-
[Support] Linuxserver.io - Radarr
@tman12 the AHD file you are looking for will be within the docker container itself. Personally I use the linuxserver jacket docker and have configured all the different sites i use in that. But i have not had any problems with this type issue ( although I do not use AHD )
-
[Support] Linuxserver.io - Radarr
This sounds like something with Radarr itself and would not have anything to do with the docker itself. I would post a bug report at https://github.com/Radarr/Radarr/issues
-
[Support] Linuxserver.io - Sonarr
No problem at all Jackett is what I use also
-
[Support] Linuxserver.io - Sonarr
You could use Jackett or Cardigann dockers for indexers
-
[Support] Linuxserver.io - Radarr
I ran into this problem when I first installed radarr. The issue is the mapping for downloads. Add ( or change ) the container mount point from downloads to downloaded. radarr is looking for a directory named downloaded not downloads. what i did was just add a new path variable in the docker template and mapped /downloaded to the download directory for deluge
-
[Support] Linuxserver.io - Radarr
Yah, that is the one drawback to updating from within radarr, when you restart or update the docker it defaults to the version in the docker file. I just remind myself to go update it in radarr if I update the container ( or restart the server )