kziegler

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by kziegler

  1. I have considered both of those applications since eBook handling is what I'm missing from this collection of plugins. Lazylibrarian was abandoned last I heard which is why I never made a plugin for it.

     

    As for calibre, do they have a proper Linux version out yet? It was a pain to stop last time I checked (last month) as you have to compile it, there is no link for precompiled versions. Maybe that's changed?

     

    FYI DobyTang on GitHub has been making some major improvements to LazyLibrarian, see below repo.

     

    https://github.com/DobyTang/LazyLibrarian

    Thanks I'll have a look at this later in the week.

     

    I don't find it anywhere if you where able to look into this to create a plugin for the LazyLibrarian, he performed a lot of updates over the year and is still maintained.

     

    It would be great if it was possible to create a plugin for this, then you would be my number 1 plugin guy for unRAID and don't need any other plugins, because you've done them all!

     

    Thanks for the great support and time to create these plugins!

  2. Check created issue on github for not starting issue:

    https://github.com/jbrodriguez/unbalance/issues/1

     

    maybe with more examples the author can pin point what is/can be wrong...

     

    For me this issue is solved by doing the following:

    If the plugin fails to start: "create a /boot/config/plugins/unbalance/unbalance.conf file (it should be fine empty)"

    The unbalance.cfg file is another file, so don't think there is already a config file.  ???:P

  3. v1.8.0 is now available !!!

     

    2016-11-11 - 1.8.0

    - Show rsync error descriptions (instead of error codes)

    - Check permissions on folders to be moved, when calculating. If issues arise, show a warning

    - Honor RunAs user setting

    - Add Show Log menu option

    - UI Layout improvements

     

    Just a note ... v1.7.0 was very successful, with almost twice as many downloads as the next best version.

     

    Here's hoping 1.8.x is as successful :)

     

    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?