-
[Support] binhex - Crafty-4
I got that error when trying to put a very short password (admin). put in something longer and it works...
-
Unraid on QNAP NAS: My Experience (TS-853A)
reviving an old post, but in case someone's interested, I have a TS-673A, I got a compatible thumbdrive, made it into an unraid disk, poped it in my qnap front usb port, it booted right up from it. unraid seems to work out of the box, still testing things, but so far so good
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
ok, so using cat -v filename actually shows where the issues are .. in the upload script, issue was inside two blank lines. will go through the other script. really weird issue. edit seems like going through and removing any broken portion and retyping worked.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
so clearly this has something to do with utf-8 encoding. digging to find a solution.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
right .. but even with downloading the file from the raw github page directly in my unraid terminal and renaming it does the same. no copy/paste involved ..
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
alright .. I used VI to paste the script. same issue, running out of idea .. will try to wget the file directly from the shell and rename see if that works, however running out of ideas. so what's weird is that part of it works .. /tmp/user.scripts/tmpScripts/rclone_gdrive_upload/script: line 4: $'\357\273\277': command not found 13.03.2019 15:00:01 INFO: rclone installed successfully - proceeding with upload. the first if file check for the rclone_upload fails .. the second one that looks for mountcheck seems to work
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I tried to copy both from github in raw directly into putty, and also tried to paste it in the unraid config editor. results are the same. will see if I can download it directly from the shell then. I'm also confused as the if man page only shows single bracket (https://ss64.com/bash/syntax-file-operators.html) their example: Check if a file exists: if [ -f ~/some-file ]; then Echo the file exists fi which also has no " " around the file path" thanks
-
scloutier started following Guide: How To Use Rclone To Mount Cloud Drives And Play Files
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
ok, so I got everything configured .. however when I run the upload script I get the following: Script Starting Tue, 12 Mar 2019 22:35:24 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_gdrive_upload/log.txt /tmp/user.scripts/tmpScripts/rclone_gdrive_upload/script: line 4: $'\357\273\277': command not found /tmp/user.scripts/tmpScripts/rclone_gdrive_upload/script: line 26: $'\357\273\277': command not found 12.03.2019 22:35:24 INFO: rclone not installed - will try again later. Script Finished Tue, 12 Mar 2019 22:35:24 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_gdrive_upload/log.txt I also get this when running the cleanup script: Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_gdrive_cleanup/log.txt 12.03.2019 22:44:55 INFO: starting unionfs cleanup. find: `/mnt/user/mount_unionfs/google_vfs/.unionfs': No such file or directory find: `/mnt/user/mount_unionfs/google_vfs/.unionfs': No such file or directory Script Finished Tue, 12 Mar 2019 22:44:55 -0400 Full logs for this script are available at /tmp/user.scripts/tmpScripts/rclone_gdrive_cleanup/log.txt both the mount and unmount script seems to run fine. any advice ? thanks edit ------------------------------ so if I just change the entries to remove one of the bracket set, (if [ -f "/mnt/user/appdata/other/rclone/rclone_upload" ]; then) script seems to run.
scloutier
Members
-
Joined
-
Last visited