Beiträge von Thormir84

    Il fatto che "/dev/sda" ecc... cambi a ogni riavvio/accensione, non so se sia normale o meno (non ci ho mai fatto caso onestamente); di sicuro cambia se cambi l'hardware del server (io l'ho fatto di recente senza reinstallare nulla).


    Tenete presente che, se non ricordo male, OMV monta i dischi usando la "label" come identificativo, quindi se il disco chiamato "DATI" un giorno è /dev/sda e un altro è /dev/sdc, è irrilevante.


    Tant'è che la path di solito è /dev-disk-by-label/DATI e non /dev/sda/DATI.

    I have linuxserver/plex cointainer too, but my config is:


    Host/Volume
    /srv/dev-disk-by-label-DATI/AppData/Plex/config


    Path

    /config


    ---


    Host/Volume

    /srv/dev-disk-by-label-DATI/AppData/Plex/transcode


    Path

    /transcode


    ---


    Host/Volume

    /srv/dev-disk-by-label-DATI/Media


    Path

    /media


    Inside the media's path, i have "films", "tv show", "music" and all works perfectly.

    Open the terminal and try with:


    systemctl status systemd-resolved.service


    If is set on "disable", use this:


    systemctl enable systemd-resolved.service



    Then, reboot.


    Worked for me after an hardware change.

    I have some problems with OpenVPN-as on Docker.


    The first time, i had configured the container in "bridge" under the network's settings.


    All works fine, but the other container in "macvlan" (like Pi-hole, for example) are unreachable.


    I've decided to try to configure OpenVPN-as in "macvlan" instead "bridge"; this time, all container in "macvlan" work perfectly, and i can reach or ping all client in LAN, but the only IP that result "unreachable" is the OMV's IP and all container in "bridge" or "host" mode.

    Example:

    OpenVPN-as in "bridge":

    Private subnet: 192.168.1.0/24
    Server's IP: 192.168.1.2 -> OK (Ping, SMB, ecc...)
    Pi-hole (macvlan): 192.168.1.3 -> Unreachable
    Plex (host): 192.168.1.2:32400 -> OK

    Netdata (bridge): 192.168.1.2:1999 -> OK


    ---


    OpenVPN-as in "macvlan" (IP: 192.168.1.100):


    Private subnet: 192.168.1.0/24

    Server's IP: 192.168.1.2 -> Unreachable (No Ping, no SMB...)

    Pi-hole (macvlan): 192.168.1.3 -> OK

    Plex (host): 192.168.1.2:32400 -> Unreachable

    Netdata (bridge): 192.168.1.2:1999 -> Unreachable



    Whats wrong? :/

    Your database upgrade never happened. I would backup your install and run the following:


    sudo /usr/share/openmediavault/confdb/migrations.d/conf_5.0.0.sh

    sudo /usr/share/openmediavault/confdb/migrations.d/conf_5.0.3.sh

    sudo /usr/share/openmediavault/confdb/migrations.d/conf_5.2.0.sh

    Oh! Finally! Many thanks! Now all errors disappeared and all works perfectly!

    What is the output of: sudo grep -iEw "numproc|recursive|localmaster" /etc/openmediavault/config.xml

    root@NAS-CASA:~# sudo grep -iEw "numproc|recursive|localmaster" /etc/openmediavault/config.xml

    <numproc>8</numproc>

    <localmaster>0</localmaster>

    <recursive>1</recursive>

    <recursive>1</recursive>

    <recursive>1</recursive>

    <recursive>1</recursive>

    <recursive>1</recursive>

    You were missing the lines after reboot that you said you ran again. What is the output of: dpkg -l | grep openm

    root@NAS-CASA:~# dpkg -l | grep openm

    ii openmediavault 5.3.9-1 a ll openmediavault - The open network attached storage solution

    ii openmediavault-backup 5.2 a ll backup plugin for OpenMediaVault.

    ii openmediavault-keyring 1.0 a ll GnuPG archive keys of the OpenMediaVault archive

    ii openmediavault-omvextrasorg 5.2.6 a ll OMV-Extras.org Package Repositories for OpenMediaVault

    ii openmediavault-wol 3.4.2 a ll OpenMediaVault WOL plugin

    How did you upgrade? Some of your errors look like openmediavault isn't fully installed and at least one of them looks like omv-extras wasn't purged as in my directions - RE: OMV 5.0 - finally out! :-)

    The "OMV-Extras" error was fixed after another run of:

    apt-get purge openmediavault-omvextrasorg resolvconf

    wget -O - https://github.com/OpenMediaVa…ckages/raw/master/install | bash

    apt-get update

    apt-get dist-upgrade

    Now works fine.

    The upgrade from 4 to 5 was done with:

    sed -i "s/stretch/buster/g" /etc/apt/sources.list

    sed -i "s/stretch/buster/g" /etc/apt/sources.list.d/*

    sed -i "s/arrakis/usul/g" /etc/apt/sources.list.d/*

    sed -i "/[Dd]ocker/d" /etc/apt/sources.list.d/omv-extras-org.list

    apt-get update

    apt-get dist-upgrade

    reboot


    There's some errors?

    Hi all,


    After the upgrade from OMV 4 to 5, i've noticed some problems:


    Network:


    Errore #0:
    OMV\AssertException: The property 'options' does not exist in the model 'conf.system.network.interface'. in /usr/share/php/openmediavault/config/configobject.inc:71
    Stack trace:
    #0 /usr/share/php/openmediavault/config/configobject.inc(186): OMV\Config\ConfigObject->assertExists('options')
    #1 /usr/share/php/openmediavault/config/configobject.inc(271): OMV\Config\ConfigObject->set('options', '', false)
    #2 /usr/share/php/openmediavault/config/configobject.inc(233): OMV\Config\ConfigObject->setFlatAssoc(Array, false, false)
    #3 /usr/share/php/openmediavault/config/database.inc(85): OMV\Config\ConfigObject->setAssoc(Array, false)
    #4 /usr/share/openmediavault/engined/rpc/network.inc(326): OMV\Config\Database->get('conf.system.net...')
    #5 [internal function]: Engined\Rpc\Network->enumerateConfiguredDevices(Array, Array)
    #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #7 /usr/share/openmediavault/engined/rpc/network.inc(416): OMV\Rpc\ServiceAbstract->callMethod('enumerateConfig...', Array, Array)
    #8 [internal function]: Engined\Rpc\Network->getInterfaceList(Array, Array)
    #9 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #10 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getInterfaceLis...', Array, Array)
    #11 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Network', 'getInterfaceLis...', Array, Array, 1)
    #12 {main}

    ---


    Services/NFS:


    Errore #0:
    OMV\AssertException: The property 'numproc' does not exist in the model 'conf.service.nfs'. in /usr/share/php/openmediavault/config/configobject.inc:71
    Stack trace:
    #0 /usr/share/php/openmediavault/config/configobject.inc(186): OMV\Config\ConfigObject->assertExists('numproc')
    #1 /usr/share/php/openmediavault/config/configobject.inc(271): OMV\Config\ConfigObject->set('numproc', '8', false)
    #2 /usr/share/php/openmediavault/config/configobject.inc(233): OMV\Config\ConfigObject->setFlatAssoc(Array, false, false)
    #3 /usr/share/php/openmediavault/config/database.inc(90): OMV\Config\ConfigObject->setAssoc(Array, false)
    #4 /usr/share/openmediavault/engined/rpc/nfs.inc(57): OMV\Config\Database->get('conf.service.nf...')
    #5 [internal function]: Engined\Rpc\Nfs->getSettings(NULL, Array)
    #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #7 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getSettings', NULL, Array)
    #8 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('NFS', 'getSettings', NULL, Array, 1)
    #9 {main}

    ---

    Services/Rsync


    Errore #0:
    OMV\AssertException: The property 'recursive' does not exist in the model 'conf.service.rsync.job'. in /usr/share/php/openmediavault/config/configobject.inc:71
    Stack trace:
    #0 /usr/share/php/openmediavault/config/configobject.inc(186): OMV\Config\ConfigObject->assertExists('recursive')
    #1 /usr/share/php/openmediavault/config/configobject.inc(271): OMV\Config\ConfigObject->set('recursive', '1', false)
    #2 /usr/share/php/openmediavault/config/configobject.inc(233): OMV\Config\ConfigObject->setFlatAssoc(Array, false, false)
    #3 /usr/share/php/openmediavault/config/database.inc(85): OMV\Config\ConfigObject->setAssoc(Array, false)
    #4 /usr/share/openmediavault/engined/rpc/rsync.inc(66): OMV\Config\Database->get('conf.service.rs...')
    #5 [internal function]: Engined\Rpc\Rsync->getList(Array, Array)
    #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #7 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getList', Array, Array)
    #8 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Rsync', 'getList', Array, Array, 1)
    #9 {main}


    ---


    Services/SMB/CIFS


    Errore #0:
    OMV\AssertException: The property 'localmaster' does not exist in the model 'conf.service.smb'. in /usr/share/php/openmediavault/config/configobject.inc:71
    Stack trace:
    #0 /usr/share/php/openmediavault/config/configobject.inc(186): OMV\Config\ConfigObject->assertExists('localmaster')
    #1 /usr/share/php/openmediavault/config/configobject.inc(271): OMV\Config\ConfigObject->set('localmaster', '0', false)
    #2 /usr/share/php/openmediavault/config/configobject.inc(233): OMV\Config\ConfigObject->setFlatAssoc(Array, false, false)
    #3 /usr/share/php/openmediavault/config/database.inc(90): OMV\Config\ConfigObject->setAssoc(Array, false)
    #4 /usr/share/openmediavault/engined/rpc/smb.inc(59): OMV\Config\Database->get('conf.service.sm...')
    #5 [internal function]: Engined\Rpc\Smb->getSettings(NULL, Array)
    #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #7 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getSettings', NULL, Array)
    #8 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('SMB', 'getSettings', NULL, Array, 1)
    #9 {main}


    ---


    OMV-Extras


    Errore #0:
    OMV\AssertException: The property 'repos.repo.0.uuid' does not exist in the model 'conf.system.omvextras'. in /usr/share/php/openmediavault/config/configobject.inc:71
    Stack trace:
    #0 /usr/share/php/openmediavault/config/configobject.inc(186): OMV\Config\ConfigObject->assertExists('repos.repo.0.uu...')
    #1 /usr/share/php/openmediavault/config/configobject.inc(271): OMV\Config\ConfigObject->set('repos.repo.0.uu...', 'eafccbb8-0e48-1...', false)
    #2 /usr/share/php/openmediavault/config/configobject.inc(233): OMV\Config\ConfigObject->setFlatAssoc(Array, false, false)
    #3 /usr/share/php/openmediavault/config/database.inc(90): OMV\Config\ConfigObject->setAssoc(Array, false)
    #4 /usr/share/openmediavault/engined/rpc/omvextras.inc(56): OMV\Config\Database->get('conf.system.omv...')
    #5 [internal function]: OMVRpcServiceOmvExtras->getSettings(NULL, Array)
    #6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #7 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('getSettings', NULL, Array)
    #8 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('OmvExtras', 'getSettings', NULL, Array, 1)
    #9 {main}

    ---

    Obviously i had already cleaned the cache, changed browser and i had tryed another PC, but the errors persist.

    The SMB's folders are accessible normally in R/W.

    Rebooting the server was useless.

    Any ideas?