Jump to content

NewDisplayName

Members
  • Posts

    2,288
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NewDisplayName

  1. I try to cleanr my disks up so i can transform them into encrypted... i choose gather disk1 -> disk 8 its only 30-40mb/s? is that normal? If i transfer from/to array i get around 100mbs normal. (smb) Also i wonder, i did now 3 times gasther disk 1 -> disk 8 (had some errors about not readable files, deleted them) the last 2 times it finished without error, but when i look in unraid ui, it says there are still files left...? (i even removed parity to speed it up)
  2. im stuick at the same thing. i cant find a option to enable descrution. I choose a new standard filesystem, still there is no red X to delete. If i click the drive, i cant change the filesystem.. iam pretty lost. edit: found the setting.. in UD
  3. Best and securest way to create that keyfile? Is it correct that i just could use some random image or other file? Is that secure?
  4. Hey, is it true? Ive read that everywhere and also in the videos it says that, but why? (besides the "security risk")
  5. does it helps if you restart your docker containers? I know some dockers take more and more resources the longer they run.. (memory leak) I just startet using CA Backup plugin to back them every day up, and have a reason to restart them. jackett and radarr/sonarr are known for that.
  6. The problem is its not working relialable, i can get it work, and maybe it works 2 days, but then i need to restart server to get it working again. thats no solution for me, maybe its really bc that old cpus are not supported anymore. Ill add this again when i get someday new hardware. thanks for your help anyway!
  7. no its bad bc it has to read all files in that folder to see what changed if you add a movie.
  8. nonono, best tactic is to have all movies in their respective folder. this will get more and more important the more movies u have.
  9. Do you have your movies like this...? .../movies/movie1/file.mkv .../movies/movie2/file.mkv
  10. i dont thionk thats possible without changes to the docker. But u dont need that pi, you can use their licence server.
  11. I guess its a per user/server/connection setting which might be different for every person.
  12. I guess, i cant use it. Now it just dropped intel quick sync and even the h264 preset is no longer working. If its not automatic, i rather just delete videos which are not working. Thanks for your help anyway!
  13. Is it correct set up? check every hour if >80%, then move. (could that be added to make it every half an hour? Maybe a custom cron tab?) and force every day 23:55 ?
  14. NewDisplayName

    Turbo write

    Oh... cool, i ll add that script, but the request is still legit i guess. I changed it to 2, what is a good option in your mind? Youve did so many great plugins, thank you very much.
  15. never used host, only bridge or br0. You just need to unvlan your pc and plex, shouldnt be that much work?! ports should come from the run cmd, and or docker template. Im not sure about host, but i know in bridge it cant talk to some things. Thats why i use br0 for all dockers which communicate with something.
  16. request means it gets added to sonarr or radarr, if its already in sonarr and radarr request should not be there. Avaible will it when its in plex. Requestet is added to sonarr or radarr via ombi but not yet downloaded.
  17. something it finds is not correct. like empty title or something. Do you run ombi and plex via br0?
  18. U would need to resolve that dns inside the docker, but i guess thats not the problem. it might take some time for ombi to index your plex server. (does ombi logs say anythign useful?)
  19. NewDisplayName

    Turbo write

    Could you add a automatic way of enabling it while mover runs... because i cant use your shedule because i use a script to run it when cache is more then x% full. Also i dont know what to enter at "Disks Allowed To Be Spun Down Before Invoking Turbo Mode:", ive set it to 1. I have one parity, 10 array disks and 2 cache ssds. #!/usr/bin/php <?PHP $moveAt = 80; # Adjust this value to suit. $diskTotal = disk_total_space("/mnt/cache"); $diskFree = disk_free_space("/mnt/cache"); $percent = ($diskTotal - $diskFree) / $diskTotal * 100; if ( $percent > $moveAt ) { exec("/usr/local/sbin/mover"); } ?>
  20. Could you try stanarad - without vlans - just to see if its your network? Also, did you host the docker in br0 or bridge? I would take br0.
  21. does ur dns resolver resolve api.tvmaze.com? Also did you syncronize your plex with ombi?
  22. Or you just google the correct syntax... u can literally search for eery possible combination... http://lmgtfy.com/?q=cron+every+5h
  23. unraid uses docker, and docker is everwhere the same. -c is is the same like --cpu-shares It works liek that YOUR CPU POWER / 1024 = 1 C So if you have 2 dockers with 512 parts, it means each docker uses max 50% of all CPU power. (if its fully utilized, if not then all programs will use 100% - thats the great thing about this) If plex is most imporatnt for you, you dont set any c, which means default 1024 (100%). All other dockers u set to 2 4 or like you want. Just try it. I have 2 or 4 for all dockers and only nzbget 128, so i get fullspeed even when 100% cpu load. I cant believe you have really problems with your cpu, since you have double passmark score then my X years old cpu... and before i even had a much worser
×
×
  • Create New...