[Plugin] unbalanced


Recommended Posts

1 hour ago, shEiD said:

Is there a minimum OS version, perhaps? I am running unRAID 6.10.3.

hi, I think there's a minimum version indeed, I tested on the latest 6.12.x only

another user reported an issue with the c library on GitHub, he's running 6.9.x

what happens when you run it from the command line ? what's the output of 

env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /tmp/unbalanced --port 7090

 

Link to comment
2 hours ago, jbrodriguez said:

what happens when you run it from the command line ? what's the output of 

env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /tmp/unbalanced --port 7090

 

 

Running the command above I get this:

env: ‘/tmp/unbalanced’: No such file or directory
Link to comment
44 minutes ago, shEiD said:

 

Running the command above I get this:

env: ‘/tmp/unbalanced’: No such file or directory

yes, that's the command I use when testing, the correct production command is 

env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /usr/local/emhttp/plugins/unbalanced/unbalanced --port 7090

 

Link to comment

running

env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /usr/local/emhttp/plugins/unbalanced/unbalanced --port 7090

 

gives

/usr/local/emhttp/plugins/unbalanced/unbalanced: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/emhttp/plugins/unbalanced/unbalanced)

 

Link to comment
14 hours ago, shEiD said:

running

env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /usr/local/emhttp/plugins/unbalanced/unbalanced --port 7090

 

gives

/usr/local/emhttp/plugins/unbalanced/unbalanced: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/emhttp/plugins/unbalanced/unbalanced)

 

ohh yes, that's the same error reported on 6.9.x, I'll need to set a minimum version, I know it works on 6.12.x, so the only doubt is whether it will work on 6.11.x or not 🤷‍♂️ 🥲

Link to comment

Doing a search for "unbalance" in community apps yields two results from same repository, one called "unBALANCE" last updated 2021, and one called "unbalanced" with a recent update. However, the old one says "popularity #14". Is this two versions of the same thing, or just something that needs cleaning up? Which one should I use?

Link to comment
2 hours ago, sir_storealot said:

Doing a search for "unbalance" in community apps yields two results from same repository, one called "unBALANCE" last updated 2021, and one called "unbalanced" with a recent update. However, the old one says "popularity #14". Is this two versions of the same thing, or just something that needs cleaning up? Which one should I use?

unbalanced is the latest version, however it won't run on older versions of Unraid (lower than 6.10.x, 6.11.x is to be confirmed) the old one unBALANCE will eventually be deprecated.

they're the same under the hood, unbalance has a new user interface, you can read more about it here https://jbrio.net/posts/unbalanced/

  • Like 1
  • Thanks 1
Link to comment
On 1/21/2024 at 9:33 AM, jbrodriguez said:

i just published 2024.01.21 with some dependencies updates and more significantly

- png optimization (reduce overall app size)

- favicon implementation (the icon on next to the url in the browser)

these last 2 were contributed by @nearcatch, so thanks a lot to you !!!

Hi Juan, 

I'm getting a notice this morning that the plugin is deprecated.  Can you confirm the status?  I'm not sure why it would say this if you're obviously maintaining it.

 

TIA

deprecated.png

Link to comment
40 minutes ago, itimpi said:

Not the same plugin!   Notice the missing 'd' at the end of the name of the warning - that is the one that is deprecated.

Thanks itimpi,

 

But Support Thread link points to this thread.  I didn't notice the difference before.

 

https://forums.unraid.net/topic/43651-plug-in-unbalance/

 

Link to comment
7 hours ago, warpspeed said:

unbalanced should probably have a fresh thread with a closing post in this one linked to the new thread, then update the new plugin to the new thread

it's basically the same plugin as before, i changed the name mostly because of an issue with the version naming scheme i was using, dating back years

Link to comment

Well I cannot install, because I removed old plugin, it got removed fine, then I click to install "unbalanced" and it says "Installation already in progress" (which is not true)...

 

Some flag is set somewhere? Some service shouldn't be running?

 

Link to comment
21 hours ago, NLS said:

Well I cannot install, because I removed old plugin, it got removed fine, then I click to install "unbalanced" and it says "Installation already in progress" (which is not true)...

 

Some flag is set somewhere? Some service shouldn't be running?

 

no, installation should be just as any other plugin, not sure what could be causing the issue, try the latest release maybe ?

Link to comment
8 hours ago, jbrodriguez said:

no, installation should be just as any other plugin, not sure what could be causing the issue, try the latest release maybe ?

 

It was tha latest.

In any case, now the problem changed.

I rebooted the machine to see if this "already in progress" unstucks...

...and it DID unstuck! I clicked install... it said it installed fine.

 

...but it didn't.

I couldn't find unbalanced in the plugins!

So I go to apps and I see it still shows "install" (so it doesn't detect that it is installed).

So I click "install" again...

...and it does nothing!!!

 

(btw I noticed the new plugin uses a different port and that different port is not even configurable? So how does it know that there is no conflict???)

 

Remember I use UNRAID for years and I have numerous plugins and containers and VMs on it.

 

At this point I cannot reboot the server again, maybe within the weekend. Any ideas?

 

Link to comment

Went to update to the new plugin.  Somethings not pointing to the right place it seems.  Getting a Network failure.  I'd guess the .plg files are hosted the same place the list comes from, but that's probably not the case if it's not downloading.

 

plugin: installing: unbalanced.plg
Executing hook script: pre_plugin_checks
plugin: downloading: unbalanced.plg ...
plugin: unbalanced.plg download failure: Network failure
Executing hook script: gui_search_post_hook.sh
Executing hook script: post_plugin_checks

 

Link to comment
On 1/26/2024 at 6:48 PM, NLS said:

 

It was tha latest.

In any case, now the problem changed.

I rebooted the machine to see if this "already in progress" unstucks...

...and it DID unstuck! I clicked install... it said it installed fine.

 

...but it didn't.

I couldn't find unbalanced in the plugins!

So I go to apps and I see it still shows "install" (so it doesn't detect that it is installed).

So I click "install" again...

...and it does nothing!!!

 

(btw I noticed the new plugin uses a different port and that different port is not even configurable? So how does it know that there is no conflict???)

 

Remember I use UNRAID for years and I have numerous plugins and containers and VMs on it.

 

At this point I cannot reboot the server again, maybe within the weekend. Any ideas?

 

this is definitely strange :), what if you go to the Unraid Settings page, at the bottom it should show the unbalanced plugin

the port is configurable in the unbalanced plugin page

also, although not ideal, can you try manual installation: in the Plugins page, you can try manual install tab then paste the plugin url https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg

Edited by jbrodriguez
Link to comment
On 1/27/2024 at 4:19 AM, NIronwolf said:

Went to update to the new plugin.  Somethings not pointing to the right place it seems.  Getting a Network failure.  I'd guess the .plg files are hosted the same place the list comes from, but that's probably not the case if it's not downloading.

 

plugin: installing: unbalanced.plg
Executing hook script: pre_plugin_checks
plugin: downloading: unbalanced.plg ...
plugin: unbalanced.plg download failure: Network failure
Executing hook script: gui_search_post_hook.sh
Executing hook script: post_plugin_checks

 

right, that's a network failure, the plugin is hosted on github, so .. microsoft servers :)

can you try installing it manually (just for troubleshooting): in the Plugins page, tab Manual install, paste this url https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg

Link to comment
3 hours ago, jbrodriguez said:

this is definitely strange :), what if you go to the Unraid Settings page, at the bottom it should show the unbalanced plugin

the port is configurable in the unbalanced plugin page

also, although not ideal, can you try manual installation: in the Plugins page, you can try manual install tab then paste the plugin url https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg

 

I've been using UNRAID for years. I see that it is not installed.


Anyway, using the direct URL also did nothing (!!!)...
So I rebooted the server once more.

I will try again from apps and see what happens:

image.thumb.png.7d33d229cec6b59dccc074cbefca2a49.png

...and yes... now I HAVE unbalanced and configured port and enabled it!
Nice blue interface.

 

Link to comment
1 hour ago, NLS said:

 

I've been using UNRAID for years. I see that it is not installed.


...and yes... now I HAVE unbalanced and configured port and enabled it!
Nice blue interface.

 

yes, i remember your nickname from the early days 👍 !

 

nice that it worked for you, thanks for the kudos ! 

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.