Everything posted by jbrodriguez
-
[Plugin] unbalanced
It doesn't support multiple cache pools, as far as I can tell. If you have multiple cache pools, would you mind following the instructions in https://github.com/jbrodriguez/controlr-support ? This would allow me to check out how the multiple pool drives are named/defined
-
ControlR (Android/iOS app for unRAID)
Well, that was a good test case
-
ControlR (Android/iOS app for unRAID)
😀 the avahi signature of unraid server isn't "customized", it's a generic device_info, and uses XServe as the SMBModel. Not sure if XServe is specific to Unraid though. But yeah, you can expect false positives . Any idea what that GENMON is though ? I'd guess it's an emulator of some kind ?
-
ControlR (Android/iOS app for unRAID)
Right, that makes sense
-
ControlR (Android/iOS app for unRAID)
RELEASE Version 5.0.4 - 2021-07-23 - Fix sleep operation This should fix the sleep not working issue It should be available for android later today and for ios probably tomorrow.
-
ControlR (Android/iOS app for unRAID)
Yes, thanks the log is helpful (I see it's a capture from the app 😀👍) I'll take a look at it later today
-
ControlR (Android/iOS app for unRAID)
Timeout is good ! We have progress In that case it does look like it's not finding the server, I'll look into adding some progress message during discovery to provide some more context.
-
ControlR (Android/iOS app for unRAID)
The app theme is determined by the operating system, so it will follow any change you make to the system theme. I will probably look into offering different dark and light themes, so there will be more customization within the app, but there are other things I need to do first.
-
ControlR (Android/iOS app for unRAID)
Awesome, there was a bug with the sleep command, thanks for pointing it out
-
ControlR (Android/iOS app for unRAID)
RELEASE Version 5.0.3 - 2021-07-21 - Fix of sleep invocation - Fix production discovery of servers (ios) This should fix both issues that have been reported. It will take a bit longer for the iOS version to become available.
-
[Plugin] unbalanced
I've been completely swamped with the ControlR app rewrite I checked the unbalance code and it's filtering cache drives by name. Would you mind following the instructions in https://github.com/jbrodriguez/controlr-support ? This would allow me to check out how the multiple pool drives are named/defined.
-
ControlR (Android/iOS app for unRAID)
Thanks a lot for the video ! I will double check
-
ControlR (Android/iOS app for unRAID)
Yes, that's even stranger. The detection is very quick so I set a timeout of 5 secs. Why wouldn't it time out, is a mystery to me, at the moment
-
ControlR (Android/iOS app for unRAID)
Hey, I checked the code and it looks ok. It has the right prompts for each operation. You think buttons are too close together, making it harder to tap on the right button ?
-
ControlR (Android/iOS app for unRAID)
Thanks a lot for the heads up !!! I'll take a look at the code. Did you allow the permissions the app requested ? What this screen does is ping for servers using avahi/mDNS/zeroconf request and that is baked in and on by default on Unraid servers. wgstarks also reported the same issue, so I'm not really sure yet why it wouldn't detect online servers.
-
ControlR (Android/iOS app for unRAID)
Awesome! Thanks for the support in fixing the issue @fireplex 🙌 !
-
ControlR (Android/iOS app for unRAID)
Yep, that flag got lost in the rewrite. I put it back in 5.0.2, hopefully that solves the issue. I've published 5.0.2 on both stores, it will take a while longer on the App Store (probably overnight).
-
ControlR (Android/iOS app for unRAID)
@fireplex, everything looks good, I'm publishing an update (5.0.1. android only for now), which should improve the error message. Please post the error when you get the app update, it should be available in an hour or so.
-
ControlR (Android/iOS app for unRAID)
- ControlR (Android/iOS app for unRAID)
That looks good to. Ok, one last test, try this killall controlr then /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir /boot/config/ssl/certs -showups This is to monitor the output of the plugin. Try to add server and please post back the output of the plugin- ControlR (Android/iOS app for unRAID)
Thanks for the feedback ! Yes, I'll implement the other features in an upcoming release 👍- ControlR (Android/iOS app for unRAID)
That looks ok, what about cat /var/local/emhttp/network.ini | grep IPADDR- ControlR (Android/iOS app for unRAID)
It would look like avahi/mDNS is disabled on your server, but I don't think there's even a way to do that on the Unraid gui I'll add a note there and some troubleshooting instructions in the event that no server is found- ControlR (Android/iOS app for unRAID)
That means the plugin can't see the dockers or vms either. Can you post the output of cat /var/run/nginx.origin- ControlR (Android/iOS app for unRAID)
Can you restart the controlr plugin and try again ? - ControlR (Android/iOS app for unRAID)