Install OMV3 on Cubox-i

    • Offizieller Beitrag

    This is the one you should use - http://forum.odroid.com/viewtopic.php?f=96&t=17542


    I would create a new one if I had a working XU4.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I tryed with this one also and it was the same result, anyway I don't understand why this distro is better than the first I used.


    Anyway I will try it again with the one you tell me.


    This image has no SSH acces so I will need to grant root acces using password.


    It will take me a while.


    What would you mean "I would creat a new one If I had a working Odrodi XU4"??¿?

    • Offizieller Beitrag

    I tryed with this one also and it was the same result, anyway I don't understand why this distro is better than the first I used.

    Because it is true Debian not altered like Armbian. This is the image I would use if I could create an newer image.


    This image has no SSH acces so I will need to grant root acces using password.

    Login locally as root and change /etc/ssh/sshd_config

    What would you mean "I would creat a new one If I had a working Odrodi XU4"??¿?

    I have two XU4s that I created the OMV 2.x image for but neither work. I would make an OMV 3.x image for them if I had a working XU4.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • With this Jessie distro I get also errors installing openmediavault.


    Code
    Errors were encountered while processing:
     collectd
     openmediavault
    E: Sub-process /usr/bin/dpkg returned an error code (1)



    I can't make omv-inisystem work.




    Code
    /usr/sbin/omv-initsystem: 24: .: Can't open /etc/default/openmediavault


    Any idea?


    Obviously in the procces of installing openmediavault something went worng.


    Regards.

    • Offizieller Beitrag

    If the package doesn't install (shown by your first error), you can't do the next step. Try installing collectd by itself


    apt-get install collectd


    and post the error if there is one. Sometimes apt-get -f install (or even a reboot) helps too.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I did what you asked me.


    Here you have the next error:



    Whit apt-get -f install collectd is the same error.

    • Offizieller Beitrag

    What is the output of:


    systemctl status collectd.service

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Here you have:



    root@odroid-jessie:~# systemctl -l status collectd.service
    ● collectd.service - LSB: manage the statistics collection daemon
    Loaded: loaded (/etc/init.d/collectd)
    Active: failed (Result: exit-code) since Wed 2016-10-19 14:36:15 UTC; 6min ago
    Process: 1119 ExecStart=/etc/init.d/collectd start (code=exited, status=1/FAILURE)


    Oct 19 14:36:15 odroid-jessie collectd[1122]: Looking up "odroid-jessie" failed. You have set the "FQDNLookup" option, but I cannot resolve my hostname to a fully qualified domain name. Please fix the network configuration.
    Oct 19 14:36:15 odroid-jessie collectd[1119]: Starting statistics collection and monitoring daemon: collectd not starting, configuration error failed!
    Oct 19 14:36:15 odroid-jessie systemd[1]: collectd.service: control process exited, code=exited status=1
    Oct 19 14:36:15 odroid-jessie systemd[1]: Failed to start LSB: manage the statistics collection daemon.
    Oct 19 14:36:15 odroid-jessie systemd[1]: Unit collectd.service entered failed state.


    • Offizieller Beitrag

    Add the l flag to see the rest of the error message and post output of other commands


    systemctl -l status collectd.service
    cat /etc/hosts
    cat /etc/hostname


    Looks like it is probably a hosts/hostname error.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • With the -l flag:


    root@odroid-jessie:~# systemctl -l status collectd.service
    ● collectd.service - LSB: manage the statistics collection daemon
    Loaded: loaded (/etc/init.d/collectd)
    Active: failed (Result: exit-code) since Wed 2016-10-19 14:36:15 UTC; 6min ago
    Process: 1119 ExecStart=/etc/init.d/collectd start (code=exited, status=1/FAILURE)


    Oct 19 14:36:15 odroid-jessie collectd[1122]: Looking up "odroid-jessie" failed. You have set the "FQDNLookup" option, but I cannot resolve my hostname to a fully qualified domain name. Please fix the network configuration.
    Oct 19 14:36:15 odroid-jessie collectd[1119]: Starting statistics collection and monitoring daemon: collectd not starting, configuration error failed!
    Oct 19 14:36:15 odroid-jessie systemd[1]: collectd.service: control process exited, code=exited status=1
    Oct 19 14:36:15 odroid-jessie systemd[1]: Failed to start LSB: manage the statistics collection daemon.
    Oct 19 14:36:15 odroid-jessie systemd[1]: Unit collectd.service entered failed state.



    The others:


    root@odroid-jessie:~# cat /etc/hosts
    127.0.0.1 localhost
    ::1 localhost ip6-localhost ip6-loopback
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters



    root@odroid-jessie:~# cat /etc/hostname
    odroid-jessie



    Regards.

    • Offizieller Beitrag

    Change /etc/hosts and add the line


    127.0.1.1 odroid-jessie


    after the first localhost line. The apt-get -f install

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Too good to be finished.


    Now I get webgui, but I have a essage error when I try upgrade and I have no plugins (although I downloaded last OMV3 extra plugins and instaled wiv web gui).


    This is the error if I go to upgrades tab:




    And this is if I go to plugins tab:




    Any idea???

    • Offizieller Beitrag

    Try apt-get update from the command line

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I am getting lot of errors with apt-get update.


    Here the output:



    I had checked in the tab of upgrades the ones prerelease and comunity, I have unchecked but the errors remain.

  • The ping says unknown hosts.



    Thanks for your help. Your message guided me to my mistake, I had configured wrongfully the Network, I had missed the DNS domain. I just used google one and did apt-get update and everything seems to be OK now.


    Thank u very much.

Jetzt mitmachen!

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