jbrodriguez

Community Developer
  • Posts

    1946
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jbrodriguez

  1. well, the history file didn't change format, but the location did change, so it's a bit odd that the new plugin can "see" the old history in any case you can do cp /boot/config/plugins/unbalance/history.cfg /boot/config/plugins/unbalanced/history.cfg restart the plugin, and you should be good to go
  2. it will display the ui on the http protocol, i will look into adding https later, but there was a bug. should be fixed in 2024.01.12c as a side note, i also overhauled the tooling, creating a new release is a breeze now 🙌 !
  3. It should be fixed in 2024.01.12b, i'll serve only on the http port for the time being, i'll look into serving via https. thanks for the reports !
  4. Thanks !!! I pushed a new version because there were some references to the old port, but I'm taking a closer look, i think there's another issue when the server is accessed via https
  5. not really they're on separate ports (although you can just remove it) go to settings, the find unbalanced at the bottom, should take you to the plugin page, set enable to yes (cycle it if needed), when it's green you can access the ui
  6. Thanks ! Yes, it's a "new" plugin, search for unbalanced in the Community Apps
  7. ✭ unBALANCE is now unbalanced !! ✭ NOTE: To install it, look for "unbalanced" in Community Apps (the old unbalance plugin will be deprecated by Squid) i had the opportunity to completely rewrite the user interface for the plugin, it's now a lot more polished, a lot more usable and a lot more beautiful the main features are: - a new, more modern and more polished user interface - support for multiple cache pools (multi-device pools too) - dark mode support (dark is preferred, light theme may need some future tweaking) - more information about the planning process is now displayed - transfer speed is now calculated as an average of the last 60 samples (depending on the refresh rate you set) - logs are written to /var/log to reduce stress on the flash drive - other minor improvements, take a look for yourself ! the core is still the same: the code that runs the rsync commands changed just to accommodate connectivity with the new ui for some additional context, i wrote a post about unbalanced on my blog, you can read it here. i still enjoy Unraid the same way i did when i started using it (and use it daily), it brings me pleasure to be able to modernize this plugin hope you enjoy the new version as much as i do ! P.S.: since this is basically a 1.0 release (in terms of the user interface), there might some bugs here and there, if you find any, please report them here or on github P.S 2: i changed the name to unbalanced mostly to avoid issue with version naming (my old scheme was vYYYY.MM.DD, instead of the standard YYYY.MM.DD, and there wasn't a way to change it for the old plugin) P.S. 3: i haven't added support for unassigned devices at the moment, mostly because i don't have any and i need better context on how the unassigned devices and partitions work
  8. sure, the same free space constraint + operation speed apply in this case
  9. hi, the main issue for asking to run unbalance without other plugins/dockers running is a matter of space: if unbalance calculated drive1 had enough free space to gather all files, but then some new data is stored on that drive, reducing the free space, the operation may fail (it may not, if there's enough space). so, to answer the question, if you're just streaming from plex (reading data), you should be ok, the operation may be slower perhaps.
  10. hi, cache pools are currently not properly detected, the last time i checked there wasn't a way to know which disks were part of a pool, so unbalance just plays it "safe" (reports the 1st disk) not sure if there have been changes recently, but i'll be looking into it now that i'm making some changes to the app
  11. there's something in the works with unbalance(d), i thought i could be done by now, turns out that's not the case 😀 happy holidays to all !! teaser pic:
  12. yes, that's strange, when you get that warning unbalance specifically didn't remove source files/folder. did you run back to back operations ? do the logs show anything unusual ?
  13. hi, it probably got stuck or crashed, try the following killall unbalance /usr/local/emhttp/plugins/unbalance/unbalance -port 6237 then monitor the output in the command line to get a clue
  14. well, i did some incantations and it managed to pull an ip address updated the server to the latest version and it's working fine !
  15. hi, my test server isn't getting an ip address from my router, i recently changed routers, but it should pick up a dhcp address anyway (i think) i tried - dhcpcd -k (says it's not running) - dhclient (not available) - ifup (not available) any suggestions ?
  16. right ! i remembered some issues with oneplus, not sure if it was this one, i'll check if there's a solution/workaround
  17. cool ! is that a oneplus cell phone ? i seem to remember some issue about cut words, but can't tell for sure, i'll investigate a bit
  18. does it work if you add it manually or it shows another error ? it's really odd how it cuts the last word in some cases, have you changed the default font in your device ?
  19. definitely odd, had not seen it before 😮 what error is showing when you try to connect ?
  20. right, there's an issue with ipmi, not sure what it is, not an expert on ipmi, what version of unraid are you using ? have you installed any sensor-like plugin (to read motherboard temp, cpu temp, etc.) ?
  21. mmm, in that case it seems to be an issue with ipmi, can you run this and post the output ? /usr/sbin/ipmisensors --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data
  22. right, i meant run the plugin with the following command /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' it disables ups functionality
  23. does it work if you run it without the ups flag ? /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs'
  24. can you try running the plugin from the command line /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' -showups and check for any errors ?