Posts by topi

    Hi there,
    I observe more or less similar mail notifications since I dared to upgrade form Sardaukar to Kralizec 1.9 last week. I usually receive a pair of monit notification within one minute:

    Quote


    1. notification: monit alert -- Resource limit matched localhost: cpu wait usage of 100.0% matches resource limit [cpu wait usage>95.0%]
    2. notification: monit alert -- Resource limit succeeded localhost: 'localhost' cpu wait usage check succeeded [current cpu wait usage=1.5%]


    What makes me wonder:
    A. On Sardaukar I did not receive such messages
    B. Messages are sent sometimes when the OMV server starts up
    C Messages are sent sometimes when the OMV server resumes from hibernation (via AutoShutDown plugin)
    I could not find a pattern up to now, except that the messages were only sent on start up or resuming conditions.


    When I watch the processes on my OMV server with "top" I cant find any process which may be the cause for such a load. So, as the original poster wrote, I also do not have a clue what is causing thins load not do I have an idea how to tackle the issue. Perhaps someone has a hint?


    Thanks in advance,
    topi

    Hi jhmiller,


    thanks for the quick update to omv.sh version 1.9.6. I tested it right now on a fresh installation of OMV 0.5.24: BicBucStriim 1.1.0 installs and works now like a charm :)


    In the context of the integration of BicBucStriim 1.1.0 in the Services sidebar of OMV, I have a change suggestion. At the moment the link there leads to ../bbs/ which offers the content of the Calibre library within the Services menu. I would rather change the link there to ../bbs/admin/ which point to the admin page of BicBucStriim. This seems to me more appropriate within the Services context.


    Best regards,
    topi

    Hi there,


    thanks for this very useful installer script.
    I tried first to install BicBucStriim 1.1.0 on my own and I failed completely. On a second run, I tried it with the omv.sh version 1.9.5 on OpenMediaVault 0.5.24 and it worked nearly. It yielded the error "The requested URL .../bbs/admin was not found on this server." . The .../bbs/installcheck.php reportet two issues: URL rewriting is not enabled and GD is missing.
    Getting the missing parts is:
    - the php5-gd was missing, so I had to install it manually:

    Code
    apt-get install php5-gd


    - the Apache 2 rewrite module was still disabled. So I had to enable it manually:

    Code
    a2enmod rewrite


    After adding this two parts, I had a fully functional BicBucStriim.
    Just some more notes: Besides BicBucStriim 1.1.0 I did not install anything else with omv.sh and it has been the first time that I have used omv.sh on my OMV 0.5.24 installation. The installation directory I chose in omv.sh was /opt.


    Keep on your good work!
    topi

    Quote from "ryecoaaron"

    There is a newer version of the plugin/script in the testing repository which is what you are looking at on Github.


    Thanks ryecoaaron for the hint.
    I activated OMV-Extras.org testing repository and updated the autoshutdown plugin from version 0.5.6 --> 0.5.13 and it works now correctly :) The autoshutdown-restart script is now placed in /etc/pm/power.d and in /etc/pm/sleep.d .

    Quote from "Gperete"

    hi all,


    i think autoshutdown script doesn't resume after waking up from a pm-suspend, so i created a hook taken from here https://wiki.archlinux.org/ind…s#Creating_your_own_hooks


    on resume,

    Code
    sudo /etc/init.d/autoshutdown restart


    Indeed, this reflects my experience, too. However, regarding the OMV extra plugin git repository https://github.com/OpenMediaVa…ADME/changelog_for_script the autoshutdown-restart script (hook) is supposed to be in /etc/pm/power.d
    and in /etc/pm/power.d in order to restart autoshutdown.sh after reboot (../power.d) and after resume (../sleep.d) from suspend or hibernate.


    Though, after a fresh install of OpenMediaVault 0.5.19 plus the autoshutdown plugin in version 0.5.6, I can’t find the autoshutdown-restart script in /etc/pm/power.d nor in /etc/pm/sleep.d


    As workaround, I copied the appropriate scripts from https://github.com/OpenMediaVa…er.d/autoshutdown-restart
    (for power.d) and https://github.com/OpenMediaVa…ep.d/autoshutdown-restart (sleep.d) and made them both executable.

    Hi there at the OMV forum,
    perhaps I missed something while configuring the Antivirus clamav plugin.
    How would I issue a cron job to scan *all* my shared folders instead of making a cron job for every shared folder individually?
    Perhaps someone has a hint for me whether an how this would be possible?
    Thanks in advance,
    topi