jbrodriguez

Community Developer
  • Posts

    1946
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jbrodriguez

  1. hi, can you check in the history tab if there are some yellow marked commands for that operation ? they should have a rmsrc button that you can use to delete the source folder, just make sure that your target folder is ok. this happens because rsync flagged the command with some error (generally timestamps, permission or possibly i/o errors)
  2. this is hal, all your base are belo^C^C ... i mean, the switch went fine, thanks for your help ! 🤣
  3. hi, the mobo on my 2nd server died, so i purchased a new one, however the it won't boot my usb for some reason 🤷‍♂️ (it's a VERY old kingston 2gb) i purchased a new usb, installed unraid via disk creator and it boots 👍 i have the access to old usb contents and made a copy on my workstation so, this is what i'm currently thinking - copy the pro key to the config folder on the new usb - restore old config to the new usb and this is where i'm stuck config is quite big on the old usb, so i'm not sure what to copy, should i copy it all ? any other thoughts ?
  4. the trade off that you need to evaluate are - if a docker/plugin/vm/process is writing data to the same disk that unbalanced is writing to, there's a contention for disk allocations, it may (or may not) cause one or both of them to fail, depending on free space - reading and writing from/to the same disk will cause transfers to slow down you know your context the best, so you can make an informed decision if plex is only reading from disk1 and you're transferring between disks 2 and 4, then you should be fine (there might be some additional i/o bottlenecks on the controller, but that's too advanced for me to figure out )
  5. yes, it should show a message not sure about this one, the idea of gather is to collect all of a given folder maybe a different algorithm could be applied, i've been thinking about this, a user could "plug" different algorithms to perform transfers, however it's just in the ideas stage
  6. i tested on my server and it works is it possible that you're giving it too much data and it doesn't show a target disk because there's no available target disk to hold those 2 shares ? (i don't remember i tried that case, but not showing any disk makes sense) if you try selecting a subset of either share, does it work ?
  7. cool, could you open the console (View > Devloper > Javascript Console). to check for any errors ?
  8. ControlR 6.3.0 is available on Apple and Google stores ! v6.3.0 The app is now translated to simplified chinese ! Change the language in the settings. This release also includes some bug fixes
  9. hi, does it work in another browser ? can you test that ?
  10. ControlR 6.2.2 is available on Apple and Google stores ! v6.2.2 Fix docker icon retrieval should fix issues where dockers were not showing up
  11. ControlR 6.2.1 is available on Apple and Google stores ! v6.2.1 Fix issue with docker and vm actions (due to localization) VMs (and potentially Dockers) didn't show controls (actions) when the language wasn't english 😮. Do not fret ! This is fixed now 😀
  12. ControlR 6.2.0 is available on Apple and Google stores ! v6.2.0 Improve visibility of docker names and operations With this release, docker names will be justified and operations will always be visible and vertically aligned in the next release, i will fix some issue related to the controls of vms (and potentially dockers)
  13. there's another issue with the vm controls (and dockers potentially), this will be fixed in 6.2.1
  14. i haven't heard about any new requirements related to plugins in 6.12.8, @Squidis there any change needed on the plugin template ? thanks for the heads up @TwistedCarnivore👍
  15. @T.Wilkei got the email and found the issue, turns out that you changed one of the dockers to use a custom icon, and causes troubles for the app i will publish an update in an upcoming version (i have one update currently under review with apple), it will show your dockers, however it won't display that particular icon, since the path is not reachable from outside the server. i don't see a generic way to support custom icons at the moment, but if you want to display the icon it should be on a path that is reachable from "outside" the server: for example, the docker icons are stored in '/state/plugins/dynamix.docker.manager/images/' to summarize, i have a fix that will be available soon so that you can see the dockers, however the icon won't be displayed
  16. hi ! i didn't receive the email 🤔, (i checked in spam too) can you try sending it again to [email protected] ?
  17. yes, i need to fix this, thanks for reporting !
  18. on the screenshot it doesn't look like you're entering a password ? you don't have one set for the server ? i think that became obligatory (i always had one for my servers) ? also if you're logged in to unraid connec (unraid.net), can you try with the long hash name for the server (instead of the ip) ? as for the issue with the dockers/vms not showing the actions, it's working for me on my server @MikeDelta, would you mind running the controlr support script (it retrieves diagnostics info), as described here https://github.com/jbrodriguez/controlr-support ?
  19. correct, that's how the app works if there are errors during the copy part, the app will avoid deleting those files, to allow the user to double check what was the issue. the app uses rsync underneath, and rsync errors are not that user friendly, but in general they are related to incorrect date/time, permission issues, etc., unless there's something wrong with the source disk which surface i/o errors the app runs an `rm -rf <folder>` command when deleting files and that is a discrete part of the operation, so yes, there's room for improvement in terms of reporting back to the user there thanks for the detailed explanation @JonathanM 👍
  20. up next, i'll look into making the plugin more seamless than it is today i also want to explore the following topics - user scripts (i want to take another stab at this) - unlock encrypted servers if you have any other topics that you feel could be explored, let me know
  21. ControlR 6.1.0 is available on Apple and Google stores ! v6.1.0 - Choose language after fresh installs - Determine default language based on device locale - Open matching language faq page - Sort dockers and vms by started/running state - Show feedback on screen taps - Upgrade core libraries This release improves the usability of the app, especially with the touch feedback on buttons and sorting dockers and vms, so that the ones that are running are pushed to the top of the list
  22. the script is updated, feel free to use it at your convenience
  23. ControlR 6.0.0 is available on Apple and Google stores ! v6.0.0 - Fixed issue with camera permissions - The app now supports various languages ControlR is now localized in - English - German - French - Spanish !!! You can choose the language in the settings, I will add a language selection screen that will run on fresh installs If you find any issue with the translations, let me know 😀
  24. that's strange then, never heard of this issue before, would you be willing to create a troubleshooting package as described here https://github.com/jbrodriguez/controlr-support ? i need to make some changes first, because it currently doesn't work (i haven't updated it in a while)
  25. hi, currently the only supported login is root, are you connecting as root ?