Everything posted by jbrodriguez
-
[Plugin] unbalanced
Hi, thanks for the suggestion and the kind words ! You have a point, the disappearing warning is something I can change easily. I also need to say that, the warning is basically a tally. Imagine this path: /mnt/disk1/tvshows/Billions/Season 01/Episode 1.mkv Well, turns out each component (Billions, Season 01, Episode1.mkv) may have wrong permissions. Each component is counted and that's what you see in the summary. You can fix it by running the docker safe permissions script. There's a path worth considering for the plugin: - You could localize/restrict the docker safe script to just /mnt/disk1/tvshows/Billions (and descend recursively). The script would need a minor adjustment, but it's doable and would use a lot less time, than going through the whole disk. In any case, what I'm trying to say is that in its current incarnation, the warning `pop-up` is mostly a heads up to run the docker safe permissions script. You won't gather too much more info out of it.
-
[Plugin] unbalanced
It's unBALANCE (for now). As soon as it finds a enough space, it will use it. What you're asking for is something like the built-in share allocation does.
-
[Plugin] unbalanced
That is true.
-
[Plugin] unbalanced
Also, some time in the past week, this thread went past 100k views ... a far cry from CA, dynamix, preclear, unassigned devices, et al., but ... it still counts for something ! 🙌 🙌
-
[Plugin] unbalanced
-
[Plugin] controlrd
Are you running the latest app version? (4.9.0) I think I need to update the plugin as well but the app and the plugin are independent.
-
DiskSpeed, hdd/ssd benchmarking (unRAID 6+), version 2.10.10
I don't know why I hadn't heard about this docker before. I noticed an immediate write speed bump (with turbo write), after replacing a drive that was on the outs. Very nice docker !
-
ControlR (Android/iOS app for unRAID)
v4.9.0 is available on the App Store / Play Store ! This release includes the following fixes: - Fix stop array issue - Fix issue with dockers not appearing
-
ControlR (Android/iOS app for unRAID)
Is your SSL set to auto or yes ? If not, use port 80 (or whatever http port you set up).
-
ControlR (Android/iOS app for unRAID)
Ok, I'll pm you
-
ControlR (Android/iOS app for unRAID)
Yes, that's strange. I tested against rc7 when it came out and the app works (currently running rc7 on my test server). Did you change anything when it stopped working ? SSL settings ? Added any docker or such ? If it's none of the above, would you remove and reinstall the app, just to check ? Let me know how it goes and we take it from there.
-
[Plugin] controlrd
Yes, there's some issue in 'reverse proxy on the Unraid server' scenarios. Can't quite figure it out yet though.
-
[Plugin] unbalanced
Could not have said it better myself 😁 👍 I have an update pending, I added elapsed time and some other stuff. Can't quite remember why I haven't published it yet 🤷🏼♂️
-
ControlR (Android/iOS app for unRAID)
Is it possible you're running 6.7.0-rc5 ? This version supports ONLY 6.7.0-rc6, as well as past stables. There are differences between rc's and since they're short-lived, doesn't make sense to support each one.
-
ControlR (Android/iOS app for unRAID)
I remember reading somewhere/sometime that limetech have plans for user logins. I'll wait for that implementation 😁 👍
-
ControlR (Android/iOS app for unRAID)
Only the root password works, because currently root is the only 'true' user: no other user can login in an Unraid system. It has always been like this. Check the faq (https://www.apertoire.com/faq/controlr/), section "I’m having issues accessing the app with any user other than root". So you need to add the server with 'other' user, and the root password. The permissions currently live in the user description, since root owns the system (no other user can login). I'll eventually change this in a future version.
-
ControlR (Android/iOS app for unRAID)
The app is designed to work without the plugin installed, that's why you must use the Unraid webGui's port (80 or 443 by default) in the app. The plugin enables some additional features, which is why I always suggest to install it.
-
[Plugin] controlrd
v2019-03-28 - 2.16.0 is out ! Some improvements / bug fixes: - Improved user experience (no more `mini game` 😁) - UI improvements - Log certificate detection - Fix open web ui link
-
ControlR (Android/iOS app for unRAID)
v4.8.0 is available on the App Store / Play Store ! This release brings some improvements / bug fixes: - Support 6.7.0-rc6 - Support pause / resume parity feature - Adjust brightness (TrueBlack theme) - Change app permissions parsing logic - Completely drop 6.1.x support - Fix issue with Auto Refresh - Fix 6.4.x ops support Make sure to update the ControlR plugin (v2019.03.28) NOTES: There was still some code related to v6.1.x which I've completely removed. The app strictly support 6.2.x+ from now on.
-
Unraid OS version 6.6.7 available
Yes, it's my main server and I use it constantly so I hadn't found the time to upgrade 😁 My other server is on 6.6.1 or 6.6.2 I think 👍
-
Unraid OS version 6.6.7 available
Upgraded from 6.5.3 to 6.6.7. No problems at all. Looking forward to 6.7.0 👍 !
-
[Plugin] controlrd
It has been reported a couple of times, but I haven't been able to reproduce it. Are you running a reverse proxy on the server, letsencrypt docker or similar ? Let me know, based on that let's dm to troubleshoot.
-
[Plugin] unbalanced
rsync was flagged due to error 13, "Errors with program diagnostics", according to its manual (some rsync erros messages are pretty opaque). Because of this error, the plugin skipped deletion of the source (skipping deletion always refers to the source). If you check the History tab, that particular operation should be shown with a yellow icon, as well as the specific rsync command that failed. Additionally, the flagged rsync command should have a 'rmsrc' (remove source) button, so that you can manually delete the source if you want to. The next rsync command in your log was flagged due to 'failed to set times', so it looks like you have some files with 'crazy' date/times. Recapping: - An rsync warned about an error 13 (probably due to irregular date/times on some file(s)) - The copy continued, but the source files weren't removed, because of the error/warning - It's now up to you to decided if the copy on the target is valid to you. So you either a - Delete the source (manually or via the rmsrc button), keep the target b - Delete the target, fix the issues on the source, copy/move again Hope this helps.
-
[Plugin] unbalanced
Are you sure you're running a move operation (either scatter/gather) ? Can you double check the permissions on the data that doesn't get deleted, for any issues ? Finally, the logs should show any issues while removing the source folders. You could check them or send me the relevant parts to check.
-
[Plugin] unbalanced
I guess you could specify just some folders of the backup set to be scattered. Depends on the size of your data mostly.