Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Hypner

Members
  • Joined

  • Last visited

Everything posted by Hypner

  1. So I want to move to doing thins with service accounts but of course I hit every hurdle imaginable. I am literally stuck at step 1. This step requires me to input sudo git clone https://github.com/xyou365/AutoRclone && cd AutoRclone && sudo pip3 install -r requirements.txt into the terminal which I do very obediently. Here is my output. ----@Keep:~/AutoRclone# sudo pip3 install -r requirements.txt Collecting oauth2client Using cached oauth2client-4.1.3-py2.py3-none-any.whl (98 kB) Collecting google-api-python-client Using cached google_api_python_client-1.9.3-py3-none-any.whl (59 kB) Collecting progress Using cached progress-1.5.tar.gz (5.8 kB) ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-rcm7bl3g/progress/setup.py'"'"'; __file__='"'"'/tmp/pip-install-rcm7bl3g/progress/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-rcm7bl3g/progress/pip-egg-info cwd: /tmp/pip-install-rcm7bl3g/progress/ Complete output (11 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.8/site-packages/setuptools/__init__.py", line 19, in <module> from setuptools.dist import Distribution, Feature File "/usr/lib64/python3.8/site-packages/setuptools/dist.py", line 36, in <module> from setuptools import windows_support File "/usr/lib64/python3.8/site-packages/setuptools/windows_support.py", line 2, in <module> import ctypes File "/usr/lib64/python3.8/ctypes/__init__.py", line 7, in <module> from _ctypes import Union, Structure, Array ImportError: libffi.so.7: cannot open shared object file: No such file or directory ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Some smacking around and sending me in the correct direction would be much appreciated. Thank you kind souls.
  2. Agreed thanks. Hey DZMM I had a follow up and I’m sorry if this has been covered and answered and I didn’t see the answer in previous posts but I’d there a way to upload more than the 750gb cap? Many thanks. Sent from my iPhone using Tapatalk
  3. Super exiting to see that you're looking at going to an even quicker option with union over merge. Regarding that will you be doing a write-up once you get the kinks ironed out? Truly appreciate your github now and your help in this forum. I have two questions that I am hoping someone can help with. I have my mergefs and rclone setup thanks to the previously mentioned github by DZMM. Thank you. I wanted to add a second container for 4k Movies and 4K TV. I created two folders one named 4kmovies the other 4ktv in /mnt/user/mount_mergerfs/name_of_remote I first added 4kmovies and 4ktv to the mount script for folders. I then set up a second sonarr and radarr from different repos (is this the easiest way to do this?) When I set everything up like I did with my original sonarr and radarr the only thing I changed was the port number in the container and then pointed the folder path within the GUI of the container. My problem is when a file is completed and moved they are going into the basic movies or tv folder I created previously. Did I miss a step should I have restarted my mount script?
  4. Yeah I checked the wrong remote.
  5. I checked in /mnt/user/appdata/other/rclone/remotes/whatever_your_upload_remote_is_called and had no files. Tried to run the upload script again and got the same results telling me the script was already running. Tried running the cleanup script again and it says it runs fine but afterwards the upload script is telling me its already running. Any other suggestions? reboot? Correction** There was the upload script still running deleted it and was able to get the uploader script going. I failed to have the cleanup at the start of the array prior so thank you for instruction. Much appreciated.
  6. I'm just at a complete loss and I'm completely new at this. I thought I had things figured out as files uploaded and they are seen by plex but since that first batch of a little over 100G of files nothing else has uploaded. These files did that 2 days ago and since then nothing has been uploading. When running the upload script I get the following: 26.05.2020 01:32:35 INFO: *** Rclone move selected. Files will be moved from /mnt/user/local/gdrive_vfs for gdrive_vfs *** 26.05.2020 01:32:35 INFO: *** Starting rclone_upload script for gdrive_vfs *** 26.05.2020 01:32:35 INFO: Exiting as script already running. Script Finished May 26, 2020 01:32.35 Full logs for this script are available at /tmp/user.scripts/tmpScripts/Upload Script/log.txt The thing is nothing is actually uploading from what I can tell. I have done the following to try and remedy the situation. I moved the upload, mount, and unmount scripts to another folder so that they would not be seen or run when the array started. I then shut down the server and restarted it. After I started the array I went and recreated the mount, upload and unmount scripts and started the mount script with what I think is a success. But when it comes to starting the "New" upload script it shows that its already running. Trying to figure out what the heck I did wrong originally and where I can start or restart at now. Thanks.
  7. So I have been at this for a couple hours now and initially I followed SpaceInvaders video on using rclone which was great but I want my other dockers to use my encrypted google drive and that led me to this post. BTW these scripts look amazing and it seems a lot of people are benefiting from them which is why I want to get this working. So where I am at is I put each script in user scripts (mount, unmount, and upload.) I have created 2 remotes in rclone a gdrive and a gdrive_media_vfs that is encrypted. rclone.conf [gdrive_media_vfs] type = crypt remote = gdrive:crypt filename_encryption = standard directory_name_encryption = true password = REMOVED password2 = REMOVED [gdrive] type = drive client_id = REMOVED client_secret = REMOVED scope = drive token = REMOVED I ended up creating the remotes with the same name as the scripts so that I don't hit any other snags along the way. So after running the mount script in the background I get this error in my logs Script Starting May 23, 2020 10:52.42 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount_plugin/log.txt 23.05.2020 10:52:42 INFO: Creating local folders. 23.05.2020 10:52:42 INFO: *** Starting mount of remote gdrive_vfs 23.05.2020 10:52:42 INFO: Checking if this script is already running. 23.05.2020 10:52:42 INFO: Script not running - proceeding. 23.05.2020 10:52:42 INFO: Mount not running. Will now mount gdrive_vfs remote. 23.05.2020 10:52:42 INFO: Recreating mountcheck file for gdrive_vfs remote. 2020/05/23 10:52:42 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "copy" "mountcheck" "gdrive_vfs:" "-vv" "--no-traverse"] 2020/05/23 10:52:42 DEBUG : Using config file from "/boot/config/plugins/rclone/.rclone.conf" 2020/05/23 10:52:42 Failed to create file system for "gdrive_vfs:": didn't find section in config file 23.05.2020 10:52:42 INFO: *** Creating mount for remote gdrive_vfs 23.05.2020 10:52:42 INFO: sleeping for 5 seconds 2020/05/23 10:52:42 Failed to create file system for "gdrive_vfs:": didn't find section in config file 23.05.2020 10:52:47 INFO: continuing... 23.05.2020 10:52:47 CRITICAL: gdrive_vfs mount failed - please check for problems. Script Finished May 23, 2020 10:52.47 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_mount_plugin/log.txt I'm hoping someone here can help me with this.
  8. I messed up my appdata and need to do a restore from backup. I have a question though my backed up version was from Unraid 6.7.2 and then 2 days later I updated to 6.8.2 which its currently at. If I do the restore from the latest one I have (6.7.2) will that still work or will something else be changed that doesn't need to be. I just need the appdata to be restored as everything else is functioning. Thanks in advance.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.