touz

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by touz

  1. Is anyone having issues with Intel HW transcoding using Emby Server 4.7.0.60 or above? Since upgrading from 4.6.7.0, I can't make it to work. It was working fine for a few years before that.
  2. I've been experiencing a weird and frustrating issue for a few months now. I'm using Firefox on Linux Mint, and the scroll bar is broken. It takes up all the space and I can't move it up & down. I don't have this issue when using Firefox on Windows or when using a Chromium browser on Linux Mint. Anyone either experiencing the same issue, or is using Firefox on Linux and not having issues at all using the Web UI? Thanks!
  3. when trying to run a test on the Emby log file, I get back a Python error. Anyone has an idea what could be wrong here? root@f12caf6bf9ed:/# fail2ban-regex /log/EmbyServer/embyserver.txt /config/fail2ban/filter.d/EmbyServer Running tests ============= Use failregex filter file : EmbyServer, basedir: /config/fail2ban Use log file : /log/EmbyServer/embyserver.txt Use encoding : UTF-8 Traceback (most recent call last): File "/usr/bin/fail2ban-regex", line 34, in <module> exec_command_line() File "/usr/lib/python3.9/site-packages/fail2ban/client/fail2banregex.py", line 836, in exec_command_line if not fail2banRegex.start(args): File "/usr/lib/python3.9/site-packages/fail2ban/client/fail2banregex.py", line 776, in start self.process(test_lines) File "/usr/lib/python3.9/site-packages/fail2ban/client/fail2banregex.py", line 584, in process line_datetimestripped, ret, is_ignored = self.testRegex(line) File "/usr/lib/python3.9/site-packages/fail2ban/client/fail2banregex.py", line 456, in testRegex found = self._filter.processLine(line, date) File "/usr/lib/python3.9/site-packages/fail2ban/server/filter.py", line 613, in processLine timeMatch = self.dateDetector.matchTime(line) File "/usr/lib/python3.9/site-packages/fail2ban/server/datedetector.py", line 368, in matchTime (line[distance] == self.__lastPos[2] and not self.__lastPos[2].isalnum()) IndexError: string index out of range root@f12caf6bf9ed:/#
  4. were you able to make your logic work? I'm looking to do the exact same thing.
  5. Hello there, I'm experiencing a few power outages every year. My UPS is set to run around 15 minutes and then tell the Unraid server to shut down. But when my weekly rclone sync to Google Workplace is running at the same time (process rcloneorig), it seems to prevent a clean shutdown. I'm looking for a way to automatically kill the rcloneorig process on shutdown. Is there a way to do that? Thanks!
  6. Well Filerun recommends the NextCloud client to sync the desktop with the Filerun app. I was able to solve this by enabling the API in the control panel. Thanks!
  7. I'm trying to setup Filerun, and when trying to connect the Linux NextCloud client with the Filerun instance, I'm getting this error: "The polling URL does not start with HTTPS despite the login URL started with HTTPS. Login will not be possible because this might be a security issue. Please contact your administrator." Anyone knows how I could fix this? I'm using SWAG as a reverse proxy with HTTP redirected to HTTPS. Thanks!
  8. Were you able to solve this? I have the exact same issue. I can enable the new mod, I see activity of it in the log, it's working, but it's not downloading the new GeoLite2-City.mmdb file and I don't see any activity on the maxmind website. It was working file previously.
  9. I'm just posting this here: I didn't want to enable SMB1 or turn off hardlinking, and I was experiencing the stale file handle issue while mounting shares as SMB3. It turns out that adding the parameter noserverino to the mount command seems to solve the issue for me. I've been using it for a few days and didn't encounter the issue. I don't know if it could introduce other issues, I'm by no means a pro regarding this, but I hope this solves the issue for other people.
  10. I’m having issues converting FLAC files to Vorbis using libvorbis. Everytime I run the convert command I get the error: convert: Encoding /music/electronic/The Prodigy/Music for the Jilted Generation (1994) [CD-FLAC]/01. Intro.flac convert: Finished encoding /music/electronic/The Prodigy/Music for the Jilted Generation (1994) [CD-FLAC]/01. Intro.flac error reading /transcodes/electronic/The Prodigy/Music for the Jilted Generation (1994) [CD-Vorbis-q4]/01. Intro.ogg: b’/transcodes/electronic/The Prodigy/Music for the Jilted Generation (1994) [CD-Vorbis-q4]/01. Intro.ogg’: of mutagen type OggTheora here’s the convert part of the yaml convert: auto: no copy_album_art: yes dest: /transcodes embed: yes never_convert_lossy_files: yes quiet: false ffmpeg: /usr/bin/ffmpeg format: vorbis opts: -acodec libvorbis -aq 4 threads: 4 paths: default: %if{$genre,$genre,00_no_genre}/$albumartist/$album%if{$original_year, ($original_year)} [%if{$mediatype,$mediatype-}%if{$v_mp3,MP3,Vorbis-q4}] %if{$v_year_diff,%if{$albumdisambig,{$year $albumdisambig$},($year)},%if{$albumdisambig, {$albumdisambig$}}}/%if{$multidisc,disc$disc_1_char/}$track. $title -vv doesn’t return more useful information. The new Vorbis files are created. The issue seems related to the opts part. When commenting out the part, there’s no error displayed on the screen, but I think then the conversion isn’t made with libvorbis. I also tried opts: -codec:a libvorbis -qscale:a 4 but I’m getting the same error. I’m not sure how to troubleshoot the issue further. Any help would be appreciated. Is anyone successfully transcoding to vorbis with libvorbis successfully? Thanks!
  11. You're right, I should have tested that 1st before posting. I just tested and there's no speed difference between encrypted and unencrypted repo. I've tested transferring a file via SSH directly from the Unraid terminal to the same destination and I'm getting full speed. I also tried switching the container network type from bridge to host without success. So I guess it's either something like a Docker limitation on Unraid or Borgmatic slowing down somehow. May I ask what's your transfer speed when doing a local backup to an external hdd? I think that's your setup? BTW, thank you for the great container, it's really awesome. If only I could get decent speeds.
  12. This is probably a question for the Borg community rather than here, but I'm giving it a try. I'm experiencing slow speed backing up to a LAN computer over SSH. I'm getting around 35MB/sec when I should be getting around 110MB/sec. When doing a simple cp command between the 2 machines, I'm getting around 110MB/sec, so it's definitely not related to the network equipment. Could it be that SSH transfers slowly, or borgmatic encryption slows down the process significantly? Both machines indicates low CPU consumption. Thanks!
  13. Thanks for your input. What I needed to do was not bothering with /mnt/borg-repository and putting the ssh path in the config file: location: source_directories: - /mnt/user/FOLDER repositories: - [email protected]:/media/USER/barracuda/borg/ one_file_system: true .....
  14. Thank you for your answer. I understand that's how it works if I would be backing up to an unassigned disk or inside the array, however I'm trying to backup to a remote local machine using ssh. My understanding is that there's no local mount to be set in unraid for that, so I don't really understand which value to put for that path (correct me if I'm wrong). Thanks again 😀
  15. I have the same question. I got SSH working, but I don't know what to put in "Borg Repo (Backup Destination):" to initialize the repo. Did you finally get it working? If so, what was the solution you found? Thanks!
  16. has anyone been able to implement fail2ban with this container? I'm running SWAG as my reverse proxy, and I only see an internal IP address in the logs. This is the only service this is happening. How do I get the real IP address in FreshRSS logs? Thanks!
  17. unfortunately gstreamer isn't supported in the nightly version. are you guys able to replaygain flac files with anything else other than gstreamer? it's not working for me if I try command or audiotools (tags don't contain replaygain values).
  18. I don't see an Njalla template in the config file, though it's supposed to be supported according to the documentation. Has anyone been able to make it work with Njalla and would be kind enough to share their configs? Thanks!
  19. Hello there, I just restarted my server and upon restarting the array I can't connect to any VMs anymore. I get the error message "Failed to connect to server". I tried using VNC Viewer on my desktop and I also get an error message. The VMs seems to start, but I just can't connect. I tried rebooting multiple times, creating a new VM, and I'm still getting this error. I then tried updating to Unraid 6.9.2 and the issue still persist. I'm totally lost as the VMs were working just before the reboot. Anyone would have an insight as to why it suddently stopped working? Here's a copy of my diagnostic. Thanks! soltis-diagnostics-20210514-1408.zip
  20. Was anyone able to make it work with Gotenberg for Office documents? I can't seem to make the thecodingmachine container work on Unraid, for some reason (though I'm very new to docker).
  21. Anyone knows where the authentication log is for this app to point fail2ban to?
  22. Sorry for the late reply, just got myself some time to test this again tonight. It's not working either. Has anyone got multiple Sonarr or Radarr instances successfully passed through this container without them all defaulting to the same port? (8989 and 8989, for example).
  23. Did you finally found out why file names/paths are truncated? It also happens to me, and can be very annoying to find the exact file which is "supposed" to be corrupted.
  24. let's say I'd like to add vorbis transcoding with oggenc for gapless transcoding, does anyone knows in which folder I'd need to put the oggenc file?
  25. thank you for your reply, no they are not.