TechnicallyConfused

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

TechnicallyConfused's Achievements

Noob

Noob (1/14)

0

Reputation

  1. You big beautiful individual! It works! I could kiss you. Think I had myself confused there for a minute. Just like you said, run these 2 commands and everything is OK: mkdir -p /mnt/user/appdata/other/test/mergerfs docker run -v /mnt/user/appdata/other/test/mergerfs:/build --rm trapexit/mergerfs-static-build I feel so blessed to have access to so many smart people. Thanks for the help! That Voodoo that you do, makes everything so much easier for schlubs like me
  2. Follow up, I've installed the docker for trapexit/mergerfs-static-build Do I need to do anything else to interact with this docker? or does it just enable mergerfs-tools on my UnRaid host?
  3. My dude! Thats awesome! Where can I find the docker for mergerfs binary? Is it in Dev Tools? Nerd Tools? Apps Store? edit: I think I found it. https://hub.docker.com/repository/docker/trapexit/mergerfs-static-build I will do the thing you suggested as soon as I can find it! VERY EXCITED! TechnicallyConfused
  4. Thanks for the reply! I don't think that my mergerfs is running inside of a docker client. Its running as a user script when the computer boots, and then it re-runs itself every 10min - 6 hours. I'm almost at the point where I'm going to nuke my dockers and just deal with the headache of setting everything back up. My concern is, the dockers only reference the mergerfs folders that contain my media, specifically the main folder where my GDrive gets mounted /mnt/user/mount_mergerfs/gdrive_vfs/ but the docker containers don't have any role to play in setting up the mergerfs connection, other than peering into it. I'll try turning off all my dockers that get started with the user script, and nuke 1 container and rebuild from scratch to see if that makes a difference with the duplicated folders. In my research I've come across another tool (https://github.com/trapexit/mergerfs-tools) mergerfs.dedup which is apparently designed to fix this exact issue, but I'm running into a hell of a time trying to get it running on my UnRaid box.
  5. I'm trying to run a "make install" command to install a github script (https://github.com/trapexit/mergerfs-tools) on my unraid setup, to resolve an issue with mergerfs where its duplicated a few folders in my folder structure. I was able to install Python 3.6 from Nerd Tools in the Apps store, and install 'make' from the Dev Tools in the Apps store. However whenever I try to run any 'make' command, or even just 'make' by itself. It gives me an error make: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory I've googled this error, and the only answer I was able to find, stated that the libguile package was out of date and/or the repository was behind so it was unable to be updated automatically. My question is, how can I download this missing repo/package so make commands will begin running as expected? With love, TechnicallyConfused
  6. Hey All, Hopefully this is going to be an easy issue to curb. I'm loving Unraid, and it's been working GANG Busters for the past few weeks. Starting this weekend, I ran into an issue where my rclone mount was disconnected and giving me an "Endpoint Transport" disconnect error. My SABnzbd downloader kept downloading and I believe thats' whats bringing us to my current issue. (Initial setup completed using the guide below) When I try accessing my mergerfs folder /mnt/user/mount_mergerfs/gdrive_vfs/[Contents of my GDrive Team Drive], my terminal is intermittently able to list the contents of this folder, other times it just freezes and the terminal window needs to be closed/reopened to regain control. When I AM able to list the contents of my Gdrive_vfs folder, it looks like some folders were duplicated (books, movies, tv) and it shows 2 entries for these folders. ie. /mnt/user/mount_mergerfs/gdrive_vfs/books /mnt/user/mount_mergerfs/gdrive_vfs/books /mnt/user/mount_mergerfs/gdrive_vfs/movies /mnt/user/mount_mergerfs/gdrive_vfs/movies /mnt/user/mount_mergerfs/gdrive_vfs/tv /mnt/user/mount_mergerfs/gdrive_vfs/tv (Is it possible to collapse 2 folders with an identical name into just 1 folder using one command?) To mount the rclone/mergerfs I'm using this script https://github.com/BinsonBuzz/unraid_rclone_mount When I check the Dashboard, it shows that my CPU (Ryzen 3700) has all 16 threads maxed out at 100% usage (48GB of RAM idling around 15% usage). https://imgur.com/a/JA8n3kX When I check in Glances, it reveals that there is 1 command (mergerfs) which is currently using... 1,578.0% of my available CPU. https://imgur.com/a/WsDCTBn This is affecting the normal usage of my server (as you can imagine), the biggest issue is that when I send reboot commands, unraid seems to ignore it. The server needs to be hard rebooted in order for it to come back up following a reboot command being sent. At the moment I'm unsure on how to proceed, rclone/mergerfs is still uploading data to my Gdrive at a slowish rate, and I'm hoping that it'll figure itself out eventually after its able to upload all of the data currently local on my machine. Let me know if you have any thoughts for solutions. Yours Truly, TechnicallyConfused