Jump to content

NewDisplayName

Members
  • Posts

    2,288
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by NewDisplayName

  1. I have a much less powerfull CPU then u and i can watch atleast 2 transcodes, windows 10 vm, NZBGET, radarr, hydra, sonarr, and so on... with 100% without any lags. (if u start movie it lags ofc, but then its ok) CPU: Intel® Core™ i3-4370 CPU @ 3.80GHz (you have double passmark score) I tried with pinning and such things... it just got worse, and its not efficient bc if some apps have nothing to do, others cant use the full resource of your pc. WHat i did is adding c= to each docker command (under extra arguments). And removing ANY pinning. cpus are nowadays pretty good in splitting work itself. If u dont add c= docker uses 1024 (which means 100% cpu) With that you can tell it how much it should use when there is not enaught power... E.g. i didnt set anything in plex, which means 100% for plex. Nzbget has 128 all other dockers have 2 or 4. What it makes is that if CPU is at 100%, the most power goes to plex. Some to nzbget and so on... its called cpu shares:https://docs.docker.com/config/containers/resource_constraints/ My plex transcode is in RAM, which might reduce cpu also.
  2. output is mapped to /filme, correct. Thought u mean if it could access watch folder. I will watch it now more closly. But if i remember correctly.. the filename is correct in output (also the folder) also it wasnt deleted. Folder there, file gone, nothing in radarr logs. Only thing sscript removes is empty directorys. And that only every hour.
  3. u can terminal into unraid and try to run htop, it shows what uses how much. Also there are apps to show e.g. docker usage.
  4. I suggest adding more RAM. (helped me alot!) If that is not possible, before i had added more ram to my server, i just let that ca auto backup run everyday which automaticly restarts all dockers every day. Thats just a workaround tho. Best is to add more RAM. Jackett uses crazy RAM. (per indexer it takes mroe) You could also reduce connections inside deluge, i guess that also lowers RAM useage. Best would be to remove it and use usenet, just btw. More eficient.
  5. Seems like errors i had before i got my LSI.
  6. Is it fullspeed? Might be just too much data for ur cpu to handle. You can try these 2 videos:
  7. I rclone everything i want to gdrive (unlimited storage for ~8€ a month) Currently i have 4,1TB uploaded. I use these scripts, more or less, slightly changed:
  8. I really suggest watching some videos on youtube. You cant do it easier. https://www.youtube.com/channel/UCZDfnUn74N0WeAPvMqTOrtA Some things are slightly outdated, but still more or less valid.
  9. I dont think nowadays any part of a computer can overheat or die. if you dont circuit it or manually apply crazy voltage or such things. (but i might be wrong, i never had such a thing happen in 20 years) If you want to be save, just take the 2. link i gave u.
  10. Yeah, there are also ppl on internet who say DONT USE insert random drive here IN NAS because you need enterprise hardware11111111 Overall, the worst thing that can happen is it dont work. You can see if the higehst RPM is still the same, or not, if not, buy the 2. link i gave u. I have 5 or 6 fans on a single ARRAY PWR thing on MB. Its old hardware and i tried 2 different mainboards till now - on both it works just fine. Only one thing, PWM will only be read from ONE fan, so you might want to take the fastest or slowest, like you want. (noice/temperature)
  11. just buy some pwr splitter cables then? https://www.amazon.de/gp/product/B01MS97RSX/ref=ppx_yo_dt_b_asin_title_o09__o00_s00?ie=UTF8&psc=1 Maybe you need this if you CPU fan header has not enaught power: https://www.amazon.de/gp/product/B015KG6HP0/ref=ppx_yo_dt_b_asin_title_o01__o00_s00?ie=UTF8&psc=1 but on my 2 mainboards i tried, more then 5 fans worked perfectly. Maybe you could adjust the script also to do it. you can play around with the source /fan1_input u can look in the directorys for the right number according to your cpu temperature. (i dont knwo something like /cpu/temperature/something0-5) Use ur terminal for it.
  12. It dont have access to there. #!/bin/bash FROM_DIR="/mnt/user/downloads/completed/Filme" TO_DIR="/mnt/user/downloads/DVDR" rsync -ar --exclude '_unpack' --include '*/' --include '*.iso' --include '*.m2ts' --include '*.img' --include '*.mkv' --exclude '*' --remove-source-files --progress "$FROM_DIR/" "$TO_DIR" find "$FROM_DIR/" -depth -empty -type d -delete # This removes empty directories in the source directory logger DVDRs verschoben. touch /mnt/user/downloads/DVDR/touch find /mnt/user/downloads/DVDR/* -type d -empty -exec rmdir {} \; rm /mnt/user/downloads/DVDR/touch logger DVDRs älter als eine Woche gelöscht. taht moves the files which wont be automatic imported into the handbrake watch directory. Handbrake move it then to the output directory (back to downloads/completed/Filme) I outcommented now the remve empty directories. But that should be not the problem!?
  13. Normally your CPU cooler should be automatic adjusted anyway. If not im using "autofan" for it. #!/bin/bash ### Check if script already run if [[ -f "/var/run/fancontrol.pid" ]]; then echo "fancontrol läuft bereits." exit else echo "starte fancontrol" fi killall -15 fancontrol echo "fancontrol gekillt" rm -f /etc/fancontrol echo "/etc/fancontrol gelöscht" echo "# Configuration file generated by pwmconfig, changes will be lost INTERVAL=10 DEVPATH=hwmon0=devices/platform/coretemp.0 hwmon1=devices/platform/nct6775.656 DEVNAME=hwmon0=coretemp hwmon1=nct6776 FCTEMPS=hwmon1/pwm2=hwmon0/temp1_input FCFANS= hwmon1/pwm2=hwmon1/fan2_input MINTEMP=60 hwmon1/pwm2=60 MAXTEMP=75 hwmon1/pwm2=75 MINSTART=150 hwmon1/pwm2=20 MINSTOP=0 hwmon1/pwm2=15 MINPWM=0 hwmon1/pwm2=15 MAXPWM=255 hwmon1/pwm2=255" > /etc/fancontrol echo "/etc/fancontrol neu geschrieben" fancontrol i run it every hour- if it would fail for any reason.
  14. Thank you for all your help. I removed that remove dir script, just to check if that is the problem. I got this now: [autovideoconverter] Encoding: 99.97 % (73.19 fps, avg 34.17 fps, ETA 00h00m01s) mv: can't rename '/output/.mFHKFG/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs.mp4': No such file or directory [autovideoconverter] Conversion ended successfully. [autovideoconverter] Removed /watch/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs.mkv'. [autovideoconverter] Removed directory '/watch/Step Up 2 The Streets 2008 BluRay 1080p DL German DTS x264 dxva-BECKs'. [autovideoconverter] Watch folder '/watch' processing terminated. [autovideoconverter] Change detected in watch folder '/watch'. [autovideoconverter] Processing watch folder '/watch'... [autovideoconverter] Waiting 5 seconds before processing '/watch/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD.mkv'... [autovideoconverter] Starting conversion of '/watch/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD.mkv' (559e189dae24092d027fa4b149425859) using preset 'h264intelqsv'... [autovideoconverter] 1 title(s) to process. [autovideoconverter] Starting conversion of '/watch/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD/Constantine.2005.German.1080p.DD.5.1.Blu-ray.VC-1.Remux-pmHD.mkv' (559e189dae24092d027fa4b149425859) using preset 'h264intelqsv'... [autovideoconverter] 1 title(s) to process. The file is not in output nor in the input directory, nor in radarr... just deleted... how!? Interestingly the input has the directory, bt its empty \downloads\DVDR\.mFHKFG The next movie seems to be imported automatic into radarr just fine btw.
  15. That would be awesome! (or just put it direct in the correct folder, but ig uess there a reason for tmp folder)
  16. I did not long time ago recreate this container. Then suddenly the 2. output dir came. I remvoed it and docker worked again for some time. Yesterday it came back. Did u changed this docker some days ago? Not sure if I understood your question correctly, but if you set "SAME_AS_SRC" for the output sub-directory, required sub-folders will be created automatically under "/output". Yes, ive set that. So if /output/something is not there it shoudl create it, thats also what i saw most times. But sometimes it finished and the file dissapear without e.g. radarr taking it, so i thought maybe its not working if /output/something isnt still there. Because i have a script which removes empty directorys after some time.
  17. This docker is driving me crazy. 😆 It worked for days. Weeks. And now: [autovideoconverter] Change detected in watch folder '/watch'. [autovideoconverter] Processing watch folder '/watch'... [autovideoconverter] Skipping '/watch/Grease.German.DL.1978.720p.BluRay.x264-DEFUSED ghost-of-usenet.org - (78+99) - dfd-grease-1080p.r75/dfd-grease-1080p.mkv' (ecddc9f9b8f11fa50705623b3831e886): already processed with failure. [autovideoconverter] Waiting 5 seconds before processing '/watch/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD.mkv'... mkdir: can't create directory '/output/': No such file or directory [autovideoconverter] Starting conversion of '/watch/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD/Kung.Fu.Panda.2.2011.DL.German.DTSD.1080p.BluRay.x264-LameHD.mkv' (b24e518143836e931fa9c9eb0c94b4c5) using preset 'h264intelqsv'... [autovideoconverter] 1 title(s) to process. mktemp: No such file or directory [autovideoconverter] Encoding: 1.36 % (0.00 fps, avg 0.00 fps, ETA 00h00m13s) [autovideoconverter] Encoding: 9.35 % (0.00 fps, avg 0.00 fps, ETA 00h00m13s) [autovideoconverter] Encoding: 17.46 % (0.00 fps, avg 0.00 fps, ETA 00h00m12s) [autovideoconverter] Encoding: 25.33 % (0.00 fps, avg 0.00 fps, ETA 00h00m11s) [autovideoconverter] Encoding: 31.53 % (0.00 fps, avg 0.00 fps, ETA 00h00m10s) [autovideoconverter] Encoding: 31.74 % (0.00 fps, avg 0.00 fps, ETA 00h00m12s) [autovideoconverter] Encoding: 32.06 % (0.00 fps, avg 0.00 fps, ETA 00h00m15s) [autovideoconverter] Encoding: 32.28 % (0.00 fps, avg 0.00 fps, ETA 00h00m17s) [autovideoconverter] Encoding: 32.56 % (0.00 fps, avg 0.00 fps, ETA 00h00m19s) [autovideoconverter] Encoding: 32.90 % (0.00 fps, avg 0.00 fps, ETA 00h00m22s) [autovideoconverter] Encoding: 33.26 % (0.00 fps, avg 0.00 fps, ETA 00h00m23s) [autovideoconverter] Encoding: 36.22 % (0.00 fps, avg 0.00 fps, ETA 00h00m23s) [autovideoconverter] Encoding: 44.31 % (0.00 fps, avg 0.00 fps, ETA 00h00m18s) [autovideoconverter] Encoding: 53.58 % (0.00 fps, avg 0.00 fps, ETA 00h00m13s) [autovideoconverter] Encoding: 67.34 % (0.00 fps, avg 0.00 fps, ETA 00h00m08s) [autovideoconverter] Encoding: 79.18 % (0.00 fps, avg 0.00 fps, ETA 00h00m04s) [autovideoconverter] Encoding: 90.13 % (0.00 fps, avg 0.00 fps, ETA 00h00m02s) [autovideoconverter] Encoding: 100.00 % (0.00 fps, avg 0.00 fps, ETA 00h00m00s) [autovideoconverter] Conversion failed. Why does this 2. output directory gets added sometimes (i already deleted it last time, it just came back again) Im getting crazy. Last time i deleted the new "OUTPUT DIRECTORY" - which didnt seem to work becaus eit cam eback now - this time i try to delete the old one. I hope that helps. Another question: if the output director no longer exists... does handbrake delete the output file? Could that be changd? Like if no directory is there, create it...? (i mean /output/DIRECTORYNAME) Thanks for any help.
  18. it sends a nice "please shutdown" to the dockers, atleast if they end in 30 sec... i think u c an even make that limit higher.
  19. show advanced settings. i never not stopped the mariadb container, never had problems for last 2-3 years. i backup every day. Only thing i dont stop is handbrake bc it would break encoding which maybe are in work for hours.
  20. M/B: ASRock - B85M DASH/OL R2.0 CPU: Intel® Core™ i3-4370 CPU @ 3.80GHz
  21. i dont know wtf is goin on. I found a .mkv which i need to encode. Which worked in level 3 and 4, then i set it back to auto and even that works... How it can work some time and some time not? Does it depend on the filetype? [00:09:36] + container: MPEG-4 (libavformat) [00:09:36] + align initial A/V stream timestamps [00:09:36] * video track [00:09:36] + decoder: h264 [00:09:36] + filters [00:09:36] + Comb Detect (mode=3:spatial-metric=2:motion-thresh=1:spatial-thresh=1:filter-mode=2:block-thresh=40:block-width=16:block-height=16) [00:09:36] + Decomb (mode=39) [00:09:36] + Framerate Shaper (mode=0) [00:09:36] + frame rate: same as source (around 50.000 fps) [00:09:36] + Crop and Scale (width=1920:height=800:crop-top=142:crop-bottom=138:crop-left=0:crop-right=0) [00:09:36] + source: 1920 * 1080, crop (142/138/0/0): 1920 * 800, scale: 1920 * 800 [00:09:36] + Output geometry [00:09:36] + storage dimensions: 1920 x 800 [00:09:36] + pixel aspect ratio: 1 : 1 [00:09:36] + display dimensions: 1920 x 800 [00:09:36] + encoder: H.264 (Intel Media SDK) [00:09:36] + preset: quality [00:09:36] + profile: auto [00:09:36] + level: auto [00:09:36] + quality: 25.00 (QP) [00:09:36] + color profile: 1-1-1 [00:09:36] * audio track 1 [00:09:36] + decoder: Deutsch (AC3) (2.0 ch) (track 1, id 0x1) [00:09:36] + bitrate: 384 kbps, samplerate: 48000 Hz [00:09:36] + mixdown: Stereo [00:09:36] + dither: triangular [00:09:36] + encoder: AAC (libfdk_aac) [00:09:36] + bitrate: 160 kbps, samplerate: 48000 Hz [00:09:36] * audio track 2 [00:09:36] + decoder: Deutsch (AC3) (2.0 ch) (track 1, id 0x1) [00:09:36] + bitrate: 384 kbps, samplerate: 48000 Hz [00:09:36] + AC3 Passthru [00:09:36] sync: expecting 382835 video frames libva info: VA-API version 1.3.0 libva info: va_getDriverName() returns 0 libva info: User requested driver 'i965' libva info: Trying to open /opt/intel/mediasdk/lib64/i965_drv_video.so libva info: Found init function __vaDriverInit_1_3 libva info: va_openDriver() returns 0 [00:09:36] encqsvInit: using encode-only path [00:09:36] encqsvInit: H.264/AVC High profile @ level 4.2 [00:09:36] encqsvInit: TargetUsage 2 AsyncDepth 4 [00:09:36] encqsvInit: GopRefDist 4 GopPicSize 32 NumRefFrame 3 [00:09:36] encqsvInit: BFramesMax 3 BRefType pyramid [00:09:36] encqsvInit: RateControlMethod CQP with QPI 25 QPP 27 QPB 29 [00:09:36] sync: first pts video is 0 [00:09:36] sync: Chapter 1 at frame 1 time 0 [00:09:36] sync: first pts audio 0x1 is 1620 [00:09:36] sync: first pts audio 0x1 is 1620 [00:09:37] qsv_enc_init: using 'hardware (1) via VAAPI' implementation, API: 1.28 Its at 45fps which is pretty good for that shitty cpu, i guess. Does this look correct for Intel Quick Sync? I will now use auto, i guess?!
  22. Then its bugged. I can change to whatever preset i want, the value dont change in the error message. It just startet to work when i changed the Level thing. Atm i have preset at the highest and Level at 2, which is working. It defaults to "auto" but then i wonder why it doesnt automaticly understand that my cpu can only do level 2. (bc thats what the error message tells) When i find the next DVDR ill try to raise the level value to 3 so we would see if the error message change.
  23. If u want we can teamviewer and u look over the scripts to see if its could be caused by that.
×
×
  • Create New...