Compile OMV from source for MIPS

    • Offizieller Beitrag

    No need to compile anything. omv is architecture independent. You can download and install the package. BUT some of the plugins don't do the correct thing on MIPS.

    omv 7.7.10-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.8 | compose 7.6.10 | cterm 7.8.7 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.3.1


    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!

    • Offizieller Beitrag

    I tried to but:

    You are using an unsupported architecture. You don't get to use the scripting from the guide. You will have to download packages and install them manually. And the repos that omv and omv-extras add don't have mips repos.

    omv 7.7.10-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.8 | compose 7.6.10 | cterm 7.8.7 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.3.1


    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!

    • Offizieller Beitrag

    Where do i download packages that are not architecture specific,

    http://packages.openmediavault.org/public/pool/main/o/

    https://bintray.com/openmediavault-plugin-developers/usul


    is there any documentation for this procedure?

    Uh. nope. We generally don't document unsupported things.

    omv 7.7.10-1 sandworm | 64 bit | 6.11 proxmox kernel

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.8 | compose 7.6.10 | cterm 7.8.7 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.3.1


    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!

  • first of all you should really follow this to migrate to buster:

    https://feeding.cloud.geek.nz/…debian-buster-on-gnubee2/


    then, the only thing you seem to need to build is php-pam

    Code
    apt install -y devscripts build-essential debhelper po-debconf xsltproc php-dev libpam-dev quilt
    dget -u https://packages.openmediavault.org/public/pool/main/p/php-pam/php-pam_1.0.3-2.dsc
    (cd php-pam; dpkg-buildpackage)
    dpkg -i php-pam*.deb
    apt remove --purge -y devscripts build-essential debhelper po-debconf xsltproc php-dev libpam-dev quilt


    then something like this should work:

    Code
    apt install -y php-fpm php-json php-cgi php-cli  php-mbstring sshpass  netplan.io  php-bcmath
    
    mkdir -p /tmp/deb
    (cd /tmp/deb;
            wget https://packages.openmediavault.org/public/pool/main/libj/libjs-extjs6/libjs-extjs6_6.2.0.981-2_all.deb
            wget https://packages.openmediavault.org/public/pool/main/o/openmediavault/openmediavault_5.5.1-1_all.deb 
            wget https://packages.openmediavault.org/public/pool/main/w/wsdd/wsdd_0.5-1_all.deb
            dpkg -i *.deb
    )
    rm -rf /tmp/deb

Jetzt mitmachen!

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