Phatty

Members
  • Posts

    9
  • Joined

  • Last visited

Phatty's Achievements

Noob

Noob (1/14)

0

Reputation

  1. FIXED IT! looks like the docker with MergerFS details was not installed properly. I ran the comment from someone here: docker pull trapexit/mergerfs-static-build
  2. I would love to know if anyone has managed to use the CA for this in the script? I am unable to get my script running anymore, it fails at installing the MergerFS any ideas whats going on? Here are the logs: Script location: /tmp/user.scripts/tmpScripts/rclone_mount script/script Note that closing this window will abort the execution of this script 19.02.2024 00:30:32 INFO: Not creating local folders as requested. 19.02.2024 00:30:32 INFO: Creating MergerFS folders. 19.02.2024 00:30:32 INFO: *** Starting mount of remote Gdrive 19.02.2024 00:30:32 INFO: Checking if this script is already running. 19.02.2024 00:30:32 INFO: Script not running - proceeding. 19.02.2024 00:30:32 INFO: *** Checking if online 19.02.2024 00:30:33 PASSED: *** Internet online 19.02.2024 00:30:34 INFO: Success Gdrive remote is already mounted. 19.02.2024 00:30:34 INFO: Mergerfs not installed - installing now. fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz v3.18.6-35-g28268c5b274 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] v3.18.6-36-g70c32235660 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] OK: 20076 distinct packages available (1/9) Installing ca-certificates (20230506-r0) (2/9) Installing brotli-libs (1.0.9-r14) (3/9) Installing libunistring (1.1-r1) (4/9) Installing libidn2 (2.3.4-r1) (5/9) Installing nghttp2-libs (1.57.0-r0) (6/9) Installing libcurl (8.5.0-r0) (7/9) Installing libexpat (2.6.0-r0) (8/9) Installing pcre2 (10.42-r1) (9/9) Installing git (2.40.1-r0) Executing busybox-1.36.1-r2.trigger Executing ca-certificates-20230506-r0.trigger OK: 18 MiB in 24 packages Cloning into 'mergerfs'... 2.39.0 Note: switching to '2.39.0'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false HEAD is now at ae6c4f7c Rework mergerfs vs X section of readme (#1298) /tmp/build-mergerfs: line 12: ./tools/install-build-pkgs: not found /tmp/build-mergerfs: line 14: make: not found /tmp/build-mergerfs: line 16: strip: not found /tmp/build-mergerfs: line 18: build/mergerfs: not found cp: can't stat 'build/mergerfs': No such file or directory mv: cannot stat '/mnt/user/appdata/other/rclone/mergerfs/mergerfs': No such file or directory 19.02.2024 00:30:45 INFO: *sleeping for 5 seconds 19.02.2024 00:30:50 ERROR: Mergerfs not installed successfully. Please check for errors. Exiting. I am at a loss as to how to get it to install MergerFS any ideas?
  3. Filebot is great for this. https://www.filebot.net/ Its in the community apps plugin too.
  4. This is a great tool! and really happy to see a GUI. I assume this is a work in progress, after the hash process is done it gives a horizontal list of files that will be deleted and so runs off the screen. excited to use it once the UI gets an update.
  5. Hi Team Silly question but I assume things have changed since 2017, I am trying to follow the instructions on here but I do not see "Cache Devices" section but I do see pool, has the terminology changed? Even this page refers me here, a little confusing https://wiki.unraid.net/Cache_disk#Cache_settings
  6. Ok guys it seem to be working much better, I shall post what I found to be the issue to help others. Fix 1: may not have been causing the issue, but I decided to keep NZBget downloading data on a local share that is not synced and then let sonarr and redarr move to the mergfs folder after. Fix 2: I stopped using the MountFolders option as it seemed to randomly create folders like it made a folder with the same name as my mount, it also made folders "{}" and it made a folder called "{unraid" and subfolders with "," as the name. Fix 3: delete all the crappy folders made from the MountFolders and just make the folders you want directly in the Google drive UI. I actually went through and deleted each folder and each subfolder as I do not actually know the command to delete a folder and all its sub folders. Fix 4 (which I think was the actual cause): BWLimit - I set this to off but I should have put in there 0 once doing that seems to all have started magically working (I had done all of the above first as well). I hope this helps someone else with a similar issue.
  7. so I did a bit more digging, and I found this: #!/bin/bash config=/boot/config/plugins/rclone/.rclone.conf rcloneorig --config $config "$@"; This file was in /usr/sbin/rclone I also see a file called /usr/sbin/rcloneorig No idea what that is. I can not seem to find any logs for rclone itself so I am at a loss.
  8. Hi Team Slight nooby here, soz. I did search LOTS and there is one other mention of this issue but not clear cause or fix. When I run the upload script I get the following: I tried stopping all dockers that are using the mount and trying again but still not much difference. It successfully ran once and uploaded one file but not been able to get it to run since 2021/05/01 00:05:12 DEBUG : Google drive root '': Waiting for checks to finish 2021/05/01 00:05:12 DEBUG : Google drive root '': Waiting for transfers to finish /usr/sbin/rclone: line 3: 7334 Killed rcloneorig --config $config "$@" 01.05.2021 00:05:33 INFO: Not utilising service accounts. 01.05.2021 00:05:33 INFO: Script complete Any help would be amazing