-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I hadn't, but it looks like perhaps it was just premature. I saw it did mount when I was making some changes today. Sorry for muddying the thread!!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
I think this is obvious, but wanted to check - should I just create a duplicate version of the script and set it to run on array start, and then also have a second one to run every say 10 min like your git outlines? Reason I'm asking, restarted the server earlier today - current script is set with a run every 10 min cron setup like your example, but after having restarted earlier today the server doesn't have anything mounted and appears it hasn't for most of the day. Just curious if I'm missing something, or if I'm facing a different issue.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Ok, so after some consolidated and focused testing - I think I'm ok. I think I had a mixup of signals, way too much chaos at work, and extreme late nights trying to play with tech and not remembering what I did. The short of my issue I believe - and to help in case others do similar - is that I was switching between rclone variants, and testing the new shortcuts function, and shifting between running the script in the UR UI vs running in background. The initial tests I think had an issue because of the rclone vs rclone-beta because I was testing the new shortcuts. Then I tried shifting to the beta, and tried simply running the script - a few times I left the window open, but after time I eventually closed the window. This is what I believe led to the "miraculous disappearance" scenario I was left with. I had originally been doing it with the background, but when I hit an issue initially, it was annoying finding the process to kill so I just ran it via the GUI And left it there. That switch is where I believe I messed it up. Right now, I've got it up and running using rclone-beta with shortcuts enabled (that 1a_mediaz is a pool from multiple TD locations under one mount). Next I'll venture into the territory with the merger_fs stuff, but at the moment that's not a requirement for me. I just want to be sure I've got a solid mount/unmount for my core rclone location. I'll adjust the script for my need to add other mounts beyond the one. This is awesome, thank you for the work and effort. Sorry for the firedrill over nothing!!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Yes, correct. That's just one mount, I have some others I'll work on and/or work on adjusting to point at crypt volume - but for now yes that's the example I'm working with to make sure its working as expected first. Did I miss something about this being reliant on crypt mount? I figured it should work either way as long as the destination is my intended destination.
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
[1a_mediaz] type = drive scope = drive team_drive = ~~REDACTED~~ service_account_file = /boot/config/plugins/rclone-beta/sa/1.json server_side_across_configs = TRUE Sorry for the lack of details. So I mean as in after I mount it, I can LS and see the contents. A few moments will pass, then if I try and LS on the directory - the folders are gone and hence the "disappear". rclone_mount.sh
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
hey @DZMM finally got around to testing out your script, but I seem to be hitting a wall. I've gotten the script to run successfully, and it seems at first glance to be working. Problem is, as soon as I try to touch any of the data - aka mount anything, move anything, copy anything, etc - the mouths disconnect and are going away. Any tips on where I can start to look to debug? I know not a lot of detail, hoping to start with debug so I can see what I can find first before bogging you down with lots of info to troubleshoot. I'll add an edit - I thought it might be relative to the whole mapping scenario you highlighted, but another issue I've noticed before I could even get to that - after a short while the mounts actually disappear. So whether I do anything or not, they seem to disappear after a short time as well. I'm really scratching my head.
-
Help Installing MergerFS
I think I was thrown off by his post though, as under the changelog it says: 3/1/20 - switched from mergerfs to unionfs Though it looks like in the script and GitHub page he mentions MergerFS, so I'm not sure. Perhaps I'll DM him.
-
1activegeek started following Disable Second NIC registering with DNS , Help Installing MergerFS , Random Halt - How to diagnose? and 2 others
-
Help Installing MergerFS
Sorry to necro a slightly outdated thread, but wanted to add that you can also use the unRAID Go file in the config to achieve this and would likely be the best option. You could (depending on the size) simply store this somewhere on the UR USB boot drive, and set the go file to copy this into the bin folder. I’ll be checking this out as well since I’d like to also use mergerfs along with some rclone magic. Thanks for the help guys!
-
1activegeek changed their profile photo
-
[Plugin] NUT v2 - Network UPS Tools
Yup, I noticed the same thing. It's that evil version (6.6.6)
-
[Support] jasonbean - Apache Guacamole
Yup, that's what I'm going to use. I'm an Org guy - so of course running this all in Org.
-
[Support] jasonbean - Apache Guacamole
Ya I thought it looked odd. Thank you though, that was foolish of me to not try clearing the cache. That was it! It is still odd though that I'm not able as "guacadmin" to change ANY of the settings on the guacadmin user. I had to login as my user, set with permissions for everything, and change them for that account. Little weird, seems like some sort of wacky permissions bug? Anyhow - all set now. Thanks for the work on this, now with OTP I feel better opening this up without hiding it behind my proxy. Though I'm going to look at setting up Fail2Ban in conjunction anyway.
-
[Support] jasonbean - Apache Guacamole
Yes I had read that in the documentation as well. I ensured that was set on both my local user and the admin. Interestingly though I tried my user again, this time I'm receiving a new message: catalina.out PS - is there a way to change the admin password? I'm noticing now that it won't let me change the admin password from the default - really not a safe thing.
-
[Support] jasonbean - Apache Guacamole
Sure! catalina.out
-
[Support] jasonbean - Apache Guacamole
Is there something I'm missing to get the TOTP working? I've flipped the switch to Y on the option and even blew away the container thinking perhaps I had something in the DB just stuck. At this point, it will let me login with user/pass, then it says Multi Factor Auth has been enabled with the ONLY option of clicking a Continue button. The screen does a simple shake notification and the top bar saying "Verification failed, please try again."
-
[Plugin] NUT v2 - Network UPS Tools
Is there a way to successfully make changes to the config files and have it saved? I've tried making changes via the UI and saving then restarting, but the settings get wiped out. Also tried from the command line, but same thing - wiped out upon restart of the plugin. I'm assuming there is something in the plugin that writes the settings to the files on start, but I'm not sure. Any advice? Trying to modify the battery.charge.low setting to turn off ESXi boxes almost immediately (90%) after an event - long story as to why this method is being sought - but I can't seem to get this setting adjusted. Forgive my lack of understanding the options - seems you can use the manual option to use the files. I see the help outlines if I set to No, some options may be overridden in the config files. Seems the ups.conf file is one of such - which makes sense as some of the entries were options of setting the config for that ups device. Makes sense. Thanks for the great plugin!!