Everything posted by jbrodriguez
-
[Plugin] controlrd
So, I'm trying to figure out who "owns" port 80/443 (and 180/1443). Can you run (on the server) lsof -i :80 lsof -i :180 lsof -i :443 lsof -i :1443 also, can you send me your /boot/config/ident.cfg ? (it has no private info except for the server name if I recall correctly, but delete anything you want except port numbers and ssl settings if you please)
-
[Plugin] controlrd
Thanks. So, it seems to be some kind of port detection issue. I'll take a look.
-
[Plugin] controlrd
I was looking into it some more. The localhost address is fine. Can you tell me - your SSL settings (auto/yes/no) - did you change the https port (443 by default) ? - your unRAID version
-
[Plugin] controlrd
Hi, thanks for the shots/logs. I'm a bit confused about the 127.0.0.1 address. Do you access the server from the server itself ? What I mean is, it looks you're running a browser on the server itself (maybe a docker ??) If you access the webGUI from another machine (desktop, laptop) does it work ?
-
[Plugin] controlrd
Hi, Where does it say that ? Can you send me a screenshot ? The plugin asks for the login information of your server, that would be the username ("root" is the default) and your password. But there are no settings in the plugin. Can you send me /boot/logs/controlr.log ? (pm the screenshot and the log if you prefer)
-
[Plugin] unbalanced
Can you check the developer tools/javascript console for any error ? Alternatively, can you try another browser ?
-
[Plugin] controlrd
Hi, is it still not working ? It's very odd that you can't see dockers/vms while being able to see other sections. Let me suggest you add the server again, check the "I can’t connect to my server" section in https://www.apertoire.com/faq/controlr/ Let me know how it goes.
-
[Plugin] unbalanced
It's kind of a common issue for now. I've forgotten to publish an unBALANCE update ??♂️ For a short term solution, try accessing the page via https rather than http. The update will redirect, if that's the case.
-
[Plugin] unbalanced
Hi, it's not possible to schedule operations. But, alternatively, you could check out diskmv, it's a shell script made by another member of the forum, that uses rsync internally. I used it initially, then went with straight rsync at some point. I don't have the link to the thread at hand, but you can find it in the unBALANCE webui footer, it's the hard disk next to limetech limes
-
[Plugin] unbalanced
Hi, I'm not sure about this error. Are you able to install other plugins ?
-
ControlR (Android/iOS app for unRAID)
I had to change the rules shown in the previous post, now that the PLUGIN 2018-07-14 (2.12.0) is out This is how you should add your server to make sure that the features provided by the plugin work: If the SSL setting in your unRAID is set to 'yes' -> Add the server via ip/hostname, https port, secure switch on 'auto' -> Add the server via ip/hostname, https port, secure switch on 'no' -> Add the server via ip/hostname, http port, secure switch off This is reflected in the app's FAQ. In the short term, I'll be adding a padlock to server header section in the app, to show how it was added: padlock open = http, padlock closed = https. Sorry for the inconveniences.
-
[Plugin] controlrd
v2018-07-14 (2.12.0) is out - Modify logic about which port to listen on This enables redirection for the web UI side of the plugin. With respect to the ControlR APP support the plugin provides, this is how you should add your server to make sure it works: If the SSL setting in your unRAID is set to 'yes' -> Add the server via ip/hostname, https port, secure switch on 'auto' -> Add the server via ip/hostname, https port, secure switch on 'no' -> Add the server via ip/hostname, http port, secure switch off This is reflected in the app's FAQ.
-
[Plugin] controlrd
I'm going to release an update soon, but it boils down to what I mentioned in the app thread Summary: If the SSL setting in your unRAID is set to 'yes' -> Add the server via ip/hostname, https port, secure switch on 'auto' -> Add the server via ip/hostname, http port, secure switch off 'no' -> Add the server via ip/hostname, http port, secure switch off But, with the update about to be released, I'm going to change it to : If the SSL setting in your unRAID is set to 'yes' -> Add the server via ip/hostname, https port, secure switch on 'auto' -> Add the server via ip/hostname, https port, secure switch on 'no' -> Add the server via ip/hostname, http port, secure switch off SSL = auto signals unRAID to set up a letsencrypt certificate and any http access is redirected to https (as ljm42 brought up a couple of posts back). The issue you're having is most likely because - your ssl is set to auto or no - you added your server via https/secure switch on To fix your issue, you have two options: - add the server via http/secure switch off - wait for the update (next couple of days) It should be the final decision on this matter (along with some redirection I'll be doing on the web side of the plugin). I will also add a padlock in the app to represent how the server was added: open = http, closed = https.
-
[Plugin] unbalanced
Ok ! I'll double check the logic about history.
-
[Plugin] unbalanced
Instead of doing that, go the History page and replay (which in your case means resume) the operation. This is assuming you haven't performed any other operation and haven't 'altered' the 'state' of your disks, meaning you haven't added or manually moved files/folders around in the target disks, so that the free space conditions obtained during the calculation phase remain the same (it doesn't matter that some files have already been copied). In MOVE operations, It deletes at the end of each command. That would be each 'rsync ...' line for the operation in the History page.
-
[Plugin] controlrd
Thanks for the reminder. I'll need to do a deep dive on this one. I'll probably have to do some redirecting from within the plugin(s) myself, I think.
-
[Plugin] controlrd
I think it's because you don't have a password set.
-
[Plugin] unbalanced
I've just made a change to the ControlR plugin that I'll replicate to unBALANCE. When SSL is set to auto, the plugin will listen on http, so there shouldn't be more issues like recently. It'll be up soon.
-
[Plugin] controlrd
v2018.07.07 (2.11.0) is available 2018-07-07 - 2.11.0 - Modify logic to set listening port READ IMPORTANT NOTICE This release changes the way the plugin decides whether to listen on http or https: (assuming a certificate is present, either letsencrypt or unraid self-signed) If the SSL setting in your unRAID is set to 'yes' -> plugin listens on https 'auto' -> plugin listens on http 'no' -> plugin listens on http Previously, with 'auto' the plugin would listen on https. In terms of the ControlR app, please read
-
ControlR (Android/iOS app for unRAID)
I've just updated the ControlR PLUGIN (v2018.07.07, 2.11.0), to modify how it decides which protocol (http/https) to listen on. So, in terms of the ControlR iOS/Android app, note the following: If the SSL setting in your unRAID is set to 'yes' -> Add the server via ip/hostname, https port, secure switch on 'auto' -> Add the server via ip/hostname, http port, secure switch off 'no' -> Add the server via ip/hostname, http port, secure switch off Let me know about any issues.
-
[Plugin] unbalanced
Hi, I'm not good at kernel dumps, but does look like some issue with your network card (since the e1000 driver is listed) ? In any case, the connection timeout indicates the browser (your client) can't reach the server. Have you tried the console directly ?
-
[Plugin] controlrd
Hi were you able to fix this ? Access the page via https rather than http. Also, add the server (in the app), using the ip:port:secure switched on. Let me know how it goes
-
[Plugin] unbalanced
maybe, I'll eventually do it, altought it's not really an issue :)
-
[Plugin] unbalanced
Yes, there are more details here
-
[Plugin] unbalanced
M4ST3R-OWNER, Do use the plugin jonathanm suggested for appdata. I think I'll eventually add some warnings or so, when appdata or similar are included in the source folders to move/copy.