citizen5

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by citizen5

  1. I figured as much but wanted to be sure. Haven't had a problem with OS updates for 10+ years and don't want to start now. Thanks!
  2. On 6.11.5 with CA 2023.09.30 and looking to upgrade to 6.12.6... The only issue the upgrade tool shows is the outdated CA plugin. Should I uninstall the plugin before doing the upgrade and then install again? What's the safest path?
  3. Hi, I've just completed a server upgrade with new mobo, cpu, and ram and all went well except for the new onboard NICs being unable to negotiate 1Gb like it should be, and I end up with 100Mb speed. I have tried replacing the patch cable, and a few other suggestions I've found around on the forums here. I know this NIC is relatively new to market and thinking this might be a driver issue; I think I saw new Intel NIC drivers mentioned in a 6.10RC thread too. Any ideas if I can get this working on 6.9.2?
  4. Something is definitely broken in the latest build. Below are errors from trying to run a library scan: 2020-11-12 17:59:12.921 Info FfmpegManager: FFMpeg: /app/emby/ffmpeg 2020-11-12 17:59:12.921 Info FfmpegManager: FFProbe: /app/emby/ffprobe 2020-11-12 17:59:12.921 Info FfmpegManager: FFDetect: /app/emby/ffdetect 2020-11-12 17:59:12.932 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Execute: /app/emby/ffmpeg -hide_banner -version 2020-11-12 17:59:12.977 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Process exited with code 127 2020-11-12 17:59:12.978 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Output: 2020-11-12 17:59:12.978 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -version' Error Output: /app/emby/ffmpeg: error while loading shared libraries: liblibsmb-samba4.so: cannot open shared object file: No such file or directory 2020-11-12 17:59:12.983 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -decoders' Execute: /app/emby/ffmpeg -hide_banner -decoders 2020-11-12 17:59:12.985 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -decoders' Process exited with code 127 2020-11-12 17:59:12.985 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -decoders' Output: 2020-11-12 17:59:12.985 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -decoders' Error Output: /app/emby/ffmpeg: error while loading shared libraries: liblibsmb-samba4.so: cannot open shared object file: No such file or directory 2020-11-12 17:59:12.986 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -encoders' Execute: /app/emby/ffmpeg -hide_banner -encoders 2020-11-12 17:59:12.988 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -encoders' Process exited with code 127 2020-11-12 17:59:12.988 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -encoders' Output: 2020-11-12 17:59:12.988 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -encoders' Error Output: /app/emby/ffmpeg: error while loading shared libraries: liblibsmb-samba4.so: cannot open shared object file: No such file or directory 2020-11-12 17:59:13.012 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -hwaccels' Execute: /app/emby/ffmpeg -hide_banner -hwaccels 2020-11-12 17:59:13.014 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -hwaccels' Process exited with code 127 2020-11-12 17:59:13.014 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -hwaccels' Output: 2020-11-12 17:59:13.014 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -hwaccels' Error Output: /app/emby/ffmpeg: error while loading shared libraries: liblibsmb-samba4.so: cannot open shared object file: No such file or directory 2020-11-12 17:59:13.015 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -protocols' Execute: /app/emby/ffmpeg -hide_banner -protocols 2020-11-12 17:59:13.017 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -protocols' Process exited with code 127 2020-11-12 17:59:13.017 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -protocols' Output: 2020-11-12 17:59:13.017 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -protocols' Error Output: /app/emby/ffmpeg: error while loading shared libraries: liblibsmb-samba4.so: cannot open shared object file: No such file or directory 2020-11-12 17:59:13.017 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -filters' Execute: /app/emby/ffmpeg -hide_banner -filters 2020-11-12 17:59:13.020 Info FfmpegManager: ProcessRun 'ffmpeg -hide_banner -filters' Process exited with code 127 2020-11-12 17:59:13.020 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -filters' Output: 2020-11-12 17:59:13.020 Error FfmpegManager: ProcessRun 'ffmpeg -hide_banner -filters' Error Output: /app/emby/ffmpeg: error while loading shared libraries: liblibsmb-samba4.so: cannot open shared object file: No such file or directory Logs are similar when trying to play anything requiring transcoding. Errors about ffmpeg not found, read-only filesystem, etc.
  5. I'll work on getting it into the CA repo soon. Probably by next week. A few things though: I didn't end up implementing fail2ban yet, but still plan to. Caddy 2 is now in GA so I'll be working that out too; in a separate build.
  6. @Crooze I've resorted to building my own container with some additional security enhancements such as fail2ban and running as a non root user. It's currently private but if there's interest I could clean it up and make public.
  7. I've looked at this and I don't see anything that would help with this issue. The only issue I'm having is getting the Caddyfile to map in properly; directory maps are not an issue but the singular file is.
  8. Hi, I'm trying to get a container from DockerHub running, specifically abiosoft/caddy, but am having an issue mapping a file rather than directory. The template specifies that the Caddyfile should be mapped in like: -v path/to/Caddyfile:/etc/Caddyfile ...but when doing so with the Unraid GUI, my config within that file does not seem to be loaded. The base template includes its own Caddyfile that is loaded instead. I've spent a few nights troubleshooting but can't get this working. Any ideas? (I hope this the appropriate area to post this, as it's not a template in CA)