nicksphone

Members
  • Posts

    183
  • Joined

  • Last visited

Everything posted by nicksphone

  1. I know its not orphaned trans-codes as i have reinstalled before and set it up perfectly before starting it up again when i had a drive failure i started everything from new again. i think it might be logs and debug tools and un-optimized pull packages. Maybe try the discord server he has setup.
  2. yeah your not gonna get it much smaller than that the more trans codes you do the bigger it gets im over 8 gig now its the way hes coded the docker and as its still in beta i dont think getting all the debug and unessasary installs from pulling packs out of the docker is high on his list at the moment. the great thing about dockers if you do enough googling you can make your own of this and pull and delete whats not needed if you dont want to wait i have reach my limit of knowlage with you on this im still a newb on alot of unraid/lynx stuff.
  3. on the docker tab can you click container size and copy paste it for me maybe i can see your issue
  4. as far i know only 2 plugins work with QS are you using this one? Tdarr_Plugin_drdd_standardise_all_in_one also installing intel gpu tools plugin helps to see if the igpu is being used if you do not already have it. Another issue is new cpu's the igpu is somtimes not supported right out of the box and have to wait for a kernal update so the built in lynix drivers are in unraid this might also be an issue if have a new cpu.
  5. if you want it to goto ram you need 2 steps in the Container settings in the transcode host path put /tmp/ then in the library under Transcode cache folder put /home/Tdarr/cache just so you know its set
  6. in the library under Transcode cache did you set a directory? Also you can set docker size to 500gig and it will only use the amount of space its currently using. you just telling docker it is allow to use upto that much space. If you have ever used VM's in windows think of it like a virtual hard drive the system thinks its x size but its only using y size on the real HD
  7. @Eggman1414 did that fix it? if not in options turn on Linux FFmpeg NVENC binary (3.4.5 for unRAID compatibility)
  8. Make sure you are using a plugin that is nvec and your spelling as you have 2 n's in your reply
  9. Mongo DB fails to start i have tried doing a new dir and still fails @HaveAGitGat
  10. when you change it to host you are not giving it its own ip anymore which is why you have the goto advanced and add the port.
  11. ok so no speed difference then ok thanks
  12. when you set it to host you can access any docker on either network from the ip on that network and the corresponding port. test it out with somthing like krusader set it to host and you can access it from all network ip's assigned to the server so your 192.168.0.* and your 192.168.1.* that are the servers ip. i do it with file shares as well. you will not be setting a different ip for the container which is why you change the port.
  13. you can change the ip to host this will let it be seen on both networks on the respective host ip. click the advanced view and where you see Web UI: http://[IP] add a ":" and the port number you want should show on both networks i dont run this docker but usaly works for most.
  14. since i will be redoing my server over the weekend and have moved all my data off this server (took ages) is their a speed advantage to btfs over xfs or should i just stay on xfs. i know ill be gaining and loosing some features but as this is just a media server and secondary office backup machine data safty is not a huge deal looking for faster party checks and network speeds.
  15. i had a similar issue trying to run 3 pci express sata cards not seeing all the ports. when running 3 pci cards if i understand it right it will run 8x slot 1 and 4x slot 2 and 3 your raid cards are probably 8x cards. i think this is the limits of the b450 chip as it only has 16 lanes from the cpu. you can skirt this by getting a 16 port mini sas or switch to an x470 board which i believe handles the lanes better and has lanes of its own to use but i am not 100% on the x470 path. your raid card probably handle more drives and their are breakout boards you can get to run more drives off the controler. i ended upt buying 4 different controllers and counting to trying and fix this i have a 16 port raid at the moment running all the drives in their own container. i just got my hba card in so i will be trying that out this weekend. if you want to pm me over the weekend ill let you know if this fleabay card from china worked.
  16. you can use a plugin Dynamix File Integrity to create a checksum so you know you have file rot but as far as correcting it that is what your offsite back is for as there is no file correction in unraid.
  17. try the 3600x in your b450 board (update the bios) if you start having issues again then you know its the chip and rma it.
  18. 1. its a click of the button but be sure to backup your usb drive first. 2. as the usb is just used to boot you can use any drive realy as usb2 drives are fast enough for booting. 3. no hot swapping is not an option but with the party disks a failier will not need imitate shut down. 4. i dought it as its a amd is phasing it out. 5. zfs locks you into your current config you cannot add or subtract drives. unless you need the speed from it stay with the standard unraid config. 6. zfs is zfs and has its own faill over mecs and is the same no matter what os you use. 7. it depends on how many drives you are wanting to add. if your going past the 10-12 drive mark you will want a mini sas controler that has it mode. otherwise a sata addon card will work. 8. you can setup notifications in the system to let you know of any issue. 9. your docker info is saved either on your cache or spinning rust depending on how you set it up. so if you backup your thumb drive and it fails everything will still be their from the backup drive. the dockers are usally not effected by a system update just make sure you update your plugins and dockers before the system update.
  19. @HaveAGitGat i am using an hdhomerun tunner and when trying to convert the SD recordings i get the following errors any ideas? Command: /home/Tdarr/Tdarr/bundle/programs/server/assets/app/ffmpeg/ffmpeg345/ffmpeg -c:v h264_cuvid -i '/home/Tdarr/Media/tv/tv/Chasing Classic Cars (2008)/Season 06/Chasing Classic Cars (2008) - S06E20 - Backyard Finds.ts' -map 0 -dn -c:v hevc_nvenc -pix_fmt p010le -rc:v vbr_hq -qmin 0 -cq:v 30 -b:v 2000k -maxrate:v 4000k -preset slow -rc-lookahead 32 -spatial_aq:v 1 -aq-strength:v 8 -a53cc 0 -c:a copy -c:s copy 'Chasing Classic Cars (2008) - S06E20 - Backyard Finds-TdarrCacheFile-uZQID7A4V.mkv' Last 200 lines of CLI log: shellThread ffmpeg version 3.4.5 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1) configuration: --prefix=/home/z/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/z/ffmpeg_build/include --extra-ldflags=-L/home/z/ffmpeg_build/lib --extra-libs='-lpthread -lm' --bindir=/home/z/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree libavutil 55. 78.100 / 55. 78.100 libavcodec 57.107.100 / 57.107.100 libavformat 57. 83.100 / 57. 83.100 libavdevice 57. 10.100 / 57. 10.100 libavfilter 6.107.100 / 6.107.100 libswscale 4. 8.100 / 4. 8.100 libswresample 2. 9.100 / 2. 9.100 libpostproc 54. 7.100 / 54. 7.100 [mpegts @ 0x5631df7e12e0] start time for stream 2 is not set in estimate_timings_from_pts Input #0, mpegts, from '/home/Tdarr/Media/tv/tv/Chasing Classic Cars (2008)/Season 06/Chasing Classic Cars (2008) - S06E20 - Backyard Finds.ts': Duration: 00:26:28.63, start: 1.448000, bitrate: 3791 kb/s Program 1 Metadata: service_name : Service01 service_provider: FFmpeg Stream #0:0[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(progressive), 1024x576 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:1[0x101](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 128 kb/s Stream #0:2[0x102](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006) Stream mapping: Stream #0:0 -> #0:0 (h264 (h264_cuvid) -> hevc (hevc_nvenc)) Stream #0:1 -> #0:1 (copy) Stream #0:2 -> #0:2 (copy) Press [q] to stop, [?] for help Output #0, matroska, to 'Chasing Classic Cars (2008) - S06E20 - Backyard Finds-TdarrCacheFile-uZQID7A4V.mkv': Metadata: encoder : Lavf57.83.100 Stream #0:0: Video: hevc (hevc_nvenc) (Main 10), p010le, 1024x576 [SAR 1:1 DAR 16:9], q=0--1, 2000 kb/s, 25 fps, 1k tbn, 25 tbc Metadata: encoder : Lavc57.107.100 hevc_nvenc Side data: cpb: bitrate max/min/avg: 4000000/0/2000000 buffer size: 4000000 vbv_delay: -1 Stream #0:1(eng): Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p, 128 kb/s Stream #0:2(eng): Subtitle: dvb_subtitle ([255][255][255][255] / 0xFFFFFFFF) frame= 76 fps=0.0 q=23.0 size= 0kB time=00:00:03.16 bitrate= 0.0kbits/s speed=6.31x frame= 179 fps=179 q=25.0 size= 0kB time=00:00:07.20 bitrate= 0.0kbits/s speed=7.18x frame= 275 fps=183 q=29.0 size= 1kB time=00:00:11.08 bitrate= 0.8kbits/s speed=7.36x frame= 357 fps=178 q=24.0 size= 174kB time=00:00:14.42 bitrate= 98.9kbits/s speed=7.19x frame= 452 fps=180 q=22.0 size= 912kB time=00:00:18.12 bitrate= 412.4kbits/s speed=7.21x frame= 557 fps=185 q=23.0 size= 1947kB time=00:00:22.32 bitrate= 714.7kbits/s speed= 7.4x frame= 657 fps=187 q=22.0 size= 3059kB time=00:00:26.35 bitrate= 951.0kbits/s speed=7.49x frame= 750 fps=186 q=28.0 size= 4065kB time=00:00:30.07 bitrate=1107.2kbits/s speed=7.47x frame= 851 fps=188 q=25.0 size= 4629kB time=00:00:34.12 bitrate=1111.0kbits/s speed=7.54x frame= 947 fps=188 q=28.0 size= 5450kB time=00:00:37.94 bitrate=1176.7kbits/s speed=7.55x frame= 1044 fps=189 q=28.0 size= 6069kB time=00:00:41.80 bitrate=1189.2kbits/s speed=7.56x frame= 1142 fps=189 q=26.0 size= 6552kB time=00:00:45.84 bitrate=1170.9kbits/s speed= 7.6x frame= 1241 fps=190 q=24.0 size= 7420kB time=00:00:49.70 bitrate=1223.0kbits/s speed=7.61x frame= 1338 fps=190 q=22.0 size= 7420kB time=00:00:53.59 bitrate=1134.2kbits/s speed=7.62x frame= 1362 fps=166 q=23.0 size= 8082kB time=00:00:54.57 bitrate=1213.1kbits/s speed=6.66x frame= 1462 fps=168 q=27.0 size= 8082kB time=00:00:58.64 bitrate=1128.9kbits/s speed=6.74x frame= 1556 fps=169 q=28.0 size= 9318kB time=00:01:02.32 bitrate=1224.7kbits/s speed=6.78x frame= 1652 fps=170 q=27.0 size= 10163kB time=00:01:06.16 bitrate=1258.3kbits/s speed=6.82x frame= 1748 fps=171 q=25.0 size= 10537kB time=00:01:10.03 bitrate=1232.6kbits/s speed=6.86x frame= 1846 fps=172 q=26.0 size= 11240kB time=00:01:13.92 bitrate=1245.6kbits/s speed= 6.9x frame= 1945 fps=173 q=24.0 size= 12371kB time=00:01:17.92 bitrate=1300.5kbits/s speed=6.95x frame= 2042 fps=174 q=27.0 size= 13017kB time=00:01:21.79 bitrate=1303.7kbits/s speed=6.98x frame= 2143 fps=175 q=29.0 size= 13017kB time=00:01:25.82 bitrate=1242.4kbits/s speed=7.02x frame= 2240 fps=176 q=27.0 size= 14036kB time=00:01:29.68 bitrate=1282.0kbits/s speed=7.05x frame= 2335 fps=177 q=28.0 size= 15186kB time=00:01:33.55 bitrate=1329.8kbits/s speed=7.08x frame= 2432 fps=177 q=26.0 size= 15186kB time=00:01:37.41 bitrate=1277.0kbits/s speed= 7.1x frame= 2526 fps=178 q=29.0 size= 16429kB time=00:01:41.11 bitrate=1331.1kbits/s speed=7.11x frame= 2619 fps=178 q=23.0 size= 16963kB time=00:01:44.83 bitrate=1325.6kbits/s speed=7.12x frame= 2718 fps=179 q=24.0 size= 16963kB time=00:01:48.84 bitrate=1276.8kbits/s speed=7.15x frame= 2810 fps=179 q=29.0 size= 18099kB time=00:01:52.53 bitrate=1317.5kbits/s speed=7.16x frame= 2907 fps=179 q=27.0 size= 19134kB time=00:01:56.40 bitrate=1346.6kbits/s speed=7.17x frame= 2991 fps=179 q=27.0 size= 19134kB time=00:01:59.76 bitrate=1308.8kbits/s speed=7.16x frame= 3085 fps=179 q=28.0 size= 20036kB time=00:02:03.45 bitrate=1329.5kbits/s speed=7.16x frame= 3177 fps=179 q=28.0 size= 21018kB time=00:02:07.17 bitrate=1353.9kbits/s speed=7.17x frame= 3273 fps=179 q=29.0 size= 22028kB time=00:02:11.01 bitrate=1377.3kbits/s speed=7.18x frame= 3364 fps=179 q=28.0 size= 22028kB time=00:02:14.71 bitrate=1339.6kbits/s speed=7.19x frame= 3457 fps=180 q=24.0 size= 23048kB time=00:02:18.40 bitrate=1364.2kbits/s speed=7.19x frame= 3551 fps=180 q=23.0 size= 23815kB time=00:02:22.28 bitrate=1371.1kbits/s speed=7.21x frame= 3647 fps=180 q=24.0 size= 24177kB time=00:02:25.96 bitrate=1356.9kbits/s speed=7.21x frame= 3742 fps=180 q=23.0 size= 24847kB time=00:02:29.83 bitrate=1358.5kbits/s speed=7.22x frame= 3841 fps=181 q=25.0 size= 25035kB time=00:02:33.69 bitrate=1334.4kbits/s speed=7.23x frame= 3940 fps=181 q=24.0 size= 25862kB time=00:02:37.72 bitrate=1343.2kbits/s speed=7.25x frame= 4030 fps=181 q=24.0 size= 25862kB time=00:02:41.25 bitrate=1313.8kbits/s speed=7.24x frame= 4126 fps=181 q=26.0 size= 26882kB time=00:02:45.12 bitrate=1333.7kbits/s speed=7.25x frame= 4223 fps=182 q=25.0 size= 27616kB time=00:02:48.98 bitrate=1338.8kbits/s speed=7.26x frame= 4319 fps=182 q=25.0 size= 28021kB time=00:02:52.84 bitrate=1328.0kbits/s speed=7.27x frame= 4412 fps=182 q=25.0 size= 28021kB time=00:02:56.56 bitrate=1300.1kbits/s speed=7.28x [matroska @ 0x5631df81fc20] Application provided invalid, non monotonically increasing dts to muxer in stream 2: 170207 >= 168633 av_interleaved_write_frame(): Invalid argument frame= 4469 fps=181 q=25.0 Lsize= 29405kB time=00:02:58.89 bitrate=1346.5kbits/s speed=7.23x video:26361kB audio:2796kB subtitle:163kB other streams:0kB global headers:0kB muxing overhead: 0.292736% Conversion failed!
  20. if your cache drives are sata try to put them on the on board controller that way they have their own lane i do the same with the party drives. i see less slowdowns that way even though your suppsed to have tons of through put in the pci lanes i did notice a difference. This will probably have very little effect on your issue but will make moving and party checks quicker. there is an issue with hypervisor and smb transfers this maybe fixed in the next version as we will be on a newer hypervisor version when 6.9 is rolled out (you will have to update the driver iso as well) but its a common issue with windows vm's and not an unraid only thing. maybe they fixed it in hyper 5.x