Hi
First of all thanks for creating this plugin!
Second I want to try it out for the first time on my very first UnRAID installation, but according the log it would start except I can't get in the webUI...
I'm running UnRAID 6.2.4 (at the moment still in trial modus).
The plugin version of unBalanced is v1.8.0 and in the settings of unBalanced even if I set the option to enable the server to "Yes" still it won't work.
This is what I get in my log after enabling the plugin:
Nov 17 13:49:32 *** php: /usr/local/emhttp/plugins/unbalance/scripts/start
Nov 17 13:49:32 *** sudo: root : TTY=unknown ; PWD=/usr/local/emhttp ; USER=nobody ; COMMAND=/bin/bash -c /usr/local/emhttp/plugins/unbalance/unbalance -port 6237
Nov 17 13:49:35 *** emhttp: cmd: /usr/local/emhttp/plugins/dynamix/scripts/tail_log syslog
Then I checked the permissions on the folder and files for unbalance and this is the output:
root@***:/usr/local/emhttp/plugins/unbalance# ls -al
total 7980
drwxr-xr-x 7 501 wheel 280 Nov 11 18:14 ./
drwxrwxrwx 36 root root 720 Nov 17 13:57 ../
-rw-r--r-- 1 501 wheel 33487 Nov 11 18:14 CHANGES
-rw-r--r-- 1 501 wheel 142 Nov 11 18:14 README.md
-rw-r--r-- 1 501 wheel 6 Nov 11 18:14 VERSION
drwxr-xr-x 2 501 wheel 80 Nov 17 13:57 app/
drwxr-xr-x 2 501 wheel 80 Nov 17 13:57 event/
drwxr-xr-x 2 501 wheel 60 Nov 17 13:57 images/
drwxr-xr-x 2 501 wheel 240 Nov 17 13:57 img/
-rw-r--r-- 1 501 wheel 666 Nov 11 18:14 index.html
drwxr-xr-x 2 501 wheel 80 Nov 17 13:57 scripts/
-rwxr-xr-x 1 501 wheel 7937102 Nov 11 18:14 unbalance*
-rw-r--r-- 1 501 wheel 4030 Nov 11 18:14 unbalance.page
-rw-r--r-- 1 501 wheel 179257 Nov 11 18:14 unbalance.png
To me that doesn't seem right, because user is set to "501" en group is set to "wheel".
Do I need and is it safe to chmod (755) and/or chown the unbalance plugin folder and all the files inside to a "correct/known" user and/or group?
The following I've already tried, but all result into the same log:
Tried a different port to start the plugin
Tried a different user to start the plugin
Tried uninstalling and installing the plugin
I would like to take a look into the possibilities of this plugin, because now it seems to be doing nothing even if it is enabled.
Edit:
What can I do to solve this issue and is this enough information to take a look into the problem or what information is needed to further look into this?