Everything posted by jbrodriguez
-
[Plugin] unbalanced
😮 I think the values are held in float64 types, so an overflow seems hard to achieve, but it certainly looks like it 🤣 🤷♂️
-
ControlR (Android/iOS app for unRAID)
Thank you wgstarks. I'm looking into it.
-
ControlR (Android/iOS app for unRAID)
Thanks ! Did it happen to you with RC5 or are you on RC4 ?
-
[Plugin] controlrd
Yes, until I release a new version of the plugin. Now that RC5 is out I guess I'll have to make true on my promise and release a new plugin/app, but I'll wait 'til Tuesday for Stable 😁
-
[Plugin] controlrd
Right, on the settings page set the port to 2378. It's the default port and generally it shouldn't be changed. Then make sure the plugin is running, click on the green Open webui.. link, then change the url port to 2379. It should work now. I've already fixed this in dev. I'm waiting for 6.7.x stable to release a new plugin and app, but if there's an rc5, I'll probably go ahead and publish anyway.
-
[Plugin] controlrd
Ok, repeat the steps above, only this time change to port 2379 in the browser address bar/url, not in the plugin settings (I wasn't clear on that). Let me know how it goes. Sent from my iPhone using Tapatalk
-
[Plugin] controlrd
It should have worked. It was a different error though, right ? Can you: - restart the plugin ( enable no, apply, enable yes, apply) - click on the link (will take you to the 2378 port) - change to 2379 manually - report the result
-
[Plugin] controlrd
If you change port 2378 to 2379, can you confirm that it works ? There's some issue with the plugin php/js logic to detect whether the server is running ssl or no. I'm looking into it. Also, is your ssl set to yes or auto ?
-
[Plugin] controlrd
It looks fine, I'll do some testing tomorrow and ask you for some more info, depending on the tests Sent from my iPhone using Tapatalk
-
[Plugin] controlrd
Try this in a server terminal ... ps aux | grep controlr # copy the controlr exec string, it will be something like /usr/local/emhttp/plugins/controlr ... killall controlr # paste the previous command /usr/local/emhttp/plugins/controlr ... This is to get an idea of what the plugin is doing, post back the command output.
-
[Plugin] controlrd
Shouldn't be the case. What error are you getting ?
-
[Plugin] unbalanced
Try - Enable unBALANCE server -> No - Apply - Enable unBALANCE server -> Yes - Apply Should work. Let me know otherwise.
-
[Plugin] controlrd
Regarding bastl issues, we identified a couple of issues with the plugin. I'm making some adjustments that should be ready soon, most likely will wait for 6.7.x stable to release a new plugin version.
-
[Plugin] controlrd
Thanks for the report Saken ! I'll take a look at it.
-
ControlR (Android/iOS app for unRAID)
Yes, I saw it in the changelog, new feature in the RC 😑 Only, this time I will REALLY wait for stable, before I release a new version 👍
-
[Plugin] unbalanced
Right, not sure what could have happened then 🤷🏼♂️
-
[Plugin] unbalanced
That's odd. You included all the quotes right ? Do you have some shell other than bash or zsh on your server ? The du command output looks fine. At a loss for ideas, maybe try the most recent version (5.5.0) ?
-
[Plugin] unbalanced
v2019.02.19b (5.5.0) is out ! This is overall a very small release. There was a bug that prevented Reserved Space to be saved. Also, rsync error 13 (Errors with program diagnostics) is now also flagged so it won't stop the whole operation, you will still need to check the logs as for the reasons of the error. Changes: - Allow ReservedAmount/ReservedUnit to be saved to disk - Add error 13 as flagged command - Core libraries updated
-
[Plugin] unbalanced
It shows two warnings, for commands that exited with an error The first one is for command find "/mnt/disk7/backups/." -exec stat --format "%%A|%%U:%%G|%%F|%%n" {} \; The second is for find "/mnt/disk7/backups/." ! -name . -prune -exec du -bs {} + Run them from the command line and check what errors you get
-
ControlR (Android/iOS app for unRAID)
-
[Plugin] controlrd
I see. Could you follow the steps at https://github.com/jbrodriguez/controlr-support ? I'd like to replicate the issue with your user data.
-
ControlR (Android/iOS app for unRAID)
I'll try to resist 'peer' pressure, if it comes to that 🤣
-
ControlR (Android/iOS app for unRAID)
Right, I'm going to raise those element's brightness a bit.
-
[Plugin] controlrd
Can you double check that in the ControlR settings the Visible checkbox is checked for that user/dockers/vms ?
-
[Plugin] unbalanced
Oh ok, thanks trurl, I hadn't read that through.