Jump to content

touz

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by touz

  1. 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!

    bad.png

    good.png

  2. 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:/# 

     

  3. On 3/4/2021 at 9:08 AM, questionbot said:

    is my script correct? Will that do what I want it to.. simply run my rclone sync thing but if the script is already running... not run it.

     

    Like the name of the file is

    "/boot/config/plugins/user.scripts/scripts/rclone_sync/script" right?

     

    so
     

    if pgrep -x "/boot/config/plugins/user.scripts/scripts/rclone_sync/script" > /dev/null
    
       then
    
          #echo "Running"
    
          rclone sync /sourceDir remote:
    
       else
    
          #echo "Stopped"
    
    fi

     

    were you able to make your logic work? I'm looking to do the exact same thing.

  4. 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!

  5. 6 hours ago, Fantucie said:

     

     
    + Your problem same to be with NextCloud, I don't know this docker that much, the FileRun at has been make to run lonely, I will not provide support for it, you must go to to [Support] Knex666 - NexCloud if you use this one, or the support of the one you use.

     

    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!

  6. 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!

  7. On 12/19/2021 at 6:15 PM, Trenta27 said:

     

    Yeah, sorry. I forgot that I switched over to the docker mod for it. It should be working as my other mods are as well. Cycling didn't help. :/

    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.

  8. 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.

  9. 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!

  10. 7 hours ago, sdub said:


    Probably a question for the borg forum like you said, but it could be several things when encryption is on. Some encryption modes are faster than others, and it could be Docker throttling CPU or memory usage that is the root cause of the bottleneck, even if the host isn’t pegged at 100%. Also the encryption is single threaded probably so your overall CPU utilization might not be representative if a single core is at 100%

     

    have you tried creating a test repo with no encryption for comparison?  

     

    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.

     

  11. 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!

     

     

  12. On 7/7/2021 at 11:33 PM, sdub said:


    You’ll need to be able to SSH from the Docker container into the remote server with SSH keys (no password). Then you can init the remote repo with:

    borg init user@hostname:/path/to/repo

    Where /path/to/repo is on the remote machine.

    Note that the remote server needs to have borg installed since the commands get executed remotely.

    In the case where you have no local repo, just this remote one, you can leave that path variable blank or delete it from the Docker template.

    I’d encourage you to have both a local and remote backup though… as they say, one is none!


    Sent from my iPhone using Tapatalk

     

    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
        .....

     

  13. 35 minutes ago, sdub said:


    That’s the local path in Unraid where you want the borg repo to live. It can be inside your array or on a dedicated volume. It gets mapped into the /mnt/borg-repository folder INSIDE the Docker container.

    Once you open an SSH shell inside the Docker container you’ll initialize with a command like

    borg init --encryption=repokey-blake2 /mnt/borg-repository

    Regardless of the location you chose for the repo outside of Docker.

    Once you initialize with this command, you should see the repo files in the location you put in the "Borg Repo (Backup Destination):" variable.

    Sent from my iPhone using Tapatalk

    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 😀

  14. On 2/16/2021 at 2:13 PM, ZappyZap said:

    What did you put in "Borg Repo (Backup Destination):"  ? since you dont use local repo ?

    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!

  15. 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!

     

     

    vnc.png

    soltis-diagnostics-20210514-1408.zip

  16. On 4/3/2021 at 1:52 PM, barnito said:

    I would try to give each instance their own IP on your network using br0, see if that changes anything

    image.thumb.png.05d0f01847624ab50b2289a2fc293857.png

     

    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).

  17. On 10/13/2019 at 10:15 PM, Ouze said:

     

    Happened again - did a check, out the output:

     

    "bunker: error: SHA256 hash key mismatch, rnal.720p.bluray.x264-reward.mkv is corrupted"

     

    According to a search, that narrows it down to 125 files. 

     

    There has got to be a way to get this plugin to output more useful (specific) information, right? Why are these error messages being truncated this way?

     

    I did an md5 check against all 125 files individual checksums and of course, they pass just fine.  These files got dropped onto the server once and have not been touched since then. If this plugin is going to generate output vague as it is, and as prone to false positives as it seems to be; then ultimately it's just contributing noise, not value. 

     

     

     

    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.

×
×
  • Create New...