Diagnostics -> Services

  • Hi,


    It appears I fixed a small issue in OMV 0.5.49, running on wheezy.


    I installed and enabled for tests the netatalk service. Although it appeared to be running, OMV showed the service as enabled but with the red led for 'Running'.


    monit summary


    showed for 'netatalk' process as Running (notice the first capital letter).


    So I looked a little through the sources and I came out to the OMVMonit implementation, function status. By changing the

    Code
    $status = trim($matches[2]);


    with

    Code
    $status = strtolower(trim($matches[2]));


    the issue is fixed, netatalk is showing a green led as supposed. This issue affects not only netatalk, but at least the iTunes/DAAP plugin (this one does not work on my system, because of a 'bug in libdispatch', though).

    • Offizieller Beitrag

    Thanks for your investigation. The bug has already been fixed some long time ago in the 0.6 branch which is based on Debian Wheezy. OMV 0.5.x is based on Debian Squeeze, thus it does not require that fix.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!