touz

Members
  • Posts

    41
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

touz's Achievements

Rookie

Rookie (2/14)

0

Reputation

  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!