Posts by wagwan4eva

    Thinking out loud here, but would not be a great idea, if possible, to integrate pi-hole into OMV? e.g. as a plugin with a cool interface?
    I wish I had the technical know how to do this.


    I can imagine a number of scenarios where OMV would best placed to provide local DNS and DHCP service.

    Hi -- I noticed that the timeline clock on the graphs displayed under Performance Statistics (Disk I/O, Disk Usage, ... Network Interfaces) is one hour behind the Diagnostics/System Information / System Time.


    The system time is correct with respect to my local time. Further, the correct time zone (Europe/London) is set under System/Date & Time.


    Any help will be vastly appreciated.


    Thanks,

    Hi -- pardon me if I am doing something wrong -- i am a novice at this.


    I have been getting this error


    Error #0:
    OMV\AssertException: The configuration object 'conf.system.sharedfolder' is not unique. An object with the property 'name' and value 'XYZ' already exists. in /usr/share/php/openmediavault/config/database.inc:513
    Stack trace:
    #0 /usr/share/openmediavault/engined/rpc/sharemgmt.inc(282): OMV\Config\Database->assertIsUnique(Object(OMV\Config\ConfigObject), 'name')
    #1 [internal function]: Engined\Rpc\ShareMgmt->set(Array, Array)
    #2 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
    #3 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('set', Array, Array)
    #4 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('ShareMgmt', 'set', Array, Array, 1)
    #5 {main}


    the sharefolder XYZ was originally created, then shared via NFS then unshared, then deleted then created again then shared and this is when the error ocured.

    i looked in the /etc/openmediavault/config.xml and the label 'XYZ' is still there. i did not check /export.


    i think the same occurs when one shares an nfs folder, then unshares it, then tries to share it again, ie without deletion.


    any thoughts?

    Hi -- I am having a similar problem.. installed OVM5 on an Odroid XU4 board..


    the webui does not report.. i cannot remember if the Ethernet interface was automatically picked up or i manually added it in. either way, the ip address is not being reported, nor the netmask , gateway or MTU.


    I tried identify and i get the following error

    • Failed to execute command 'export
      PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; ethtool --identify 'enx001e063113ba' 10 2>&1' with exit code '255': Cannot identify NIC: Operation not supported


    and the details are

    • Error #0:

      OMV\ExecException: Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; ethtool --identify '<mac address of the only NIC in the system>' 10 2>&1' with exit code '255': Cannot identify NIC: Operation not supported in /usr/share/openmediavault/engined/rpc/network.inc:390
      Stack trace:
      #0 /usr/share/php/openmediavault/rpc/serviceabstract.inc(588): Engined\Rpc\Network->Engined\Rpc\{closure}('/tmp/bgstatus79...', '/tmp/bgoutputtB...')
      #1 /usr/share/openmediavault/engined/rpc/network.inc(394): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
      #2 [internal function]: Engined\Rpc\Network->identify(Array, Array)
      #3 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
      #4 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod('identify', Array, Array)
      #5 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call('Network', 'identify', Array, Array, 1)
      #6 {main}

    I checked on the CLI and ethtool --identify '<mac address of the only NIC in the system>' returns "Cannot identify NIC: Operation not supported".


    I am wondering if it is an ordoid-XU4 board issue? and whether there is a solution?


    IMHO, it is odd the OVM would not be able to report the ip address of the NICs in the system, and ought to be able to extract the information somehow.


    Happy to help in any way i can...