Installing OMV5 on an old 32bit mini-ITX and omv5 installation one line script not working

  • Hello I'm a newbie here and also new to linux


    I'm installing omv5 on an old 32bit i386 VIA EPIA M1000 motherboard and when I get to the part in the install doc where I enter the one line script created by ryecoaaron


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


    It connects but then is refused and states something wrong with header


    HTTP request sent, awaiting response... Read error (The request is invalid.) in headers.


    I'm attaching a pic


    Thank you in advance


  • macg143

    Added the Label OMV 5.x
  • Agricola

    Approved the thread.
    • Official Post

    The script isn't even running. Your network is failing to let wget download the script. Try:


    curl https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install --output install

    # if curl isn't installed, apt-get install curl

    chmod +x install

    ./install

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

    plugins :: omvextrasorg 7.0.2 | kvm 7.1.7 | compose 7.6.9 | cterm 7.8.6 | cputemp 7.0.2 | mergerfs 7.0.5 | scripts 7.2


    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!

  • Hello


    Thank you for such a quick reply and thanks for your script it worked great on another pc!!! :)


    I tried your suggestion, still no success, not sure of the last line (./install)


    I'm including a pic of what I did.


    Thank you so much for your help!


    • Official Post

    Well you're online, so there goes that theory.


    Can you get to this link in your browser? https://raw.githubusercontent.…tallScript/master/install


    If so, I guess if you want to get dirty about this (I think this will work, but I can't understand why you're having this problem).


    1. touch install (this will create a file called install)


    2. nano install (this will open up nano to edit the install file)


    3. Click the two little boxes in the upper right of the code box below, to copy the entire contents of the codebox


    4. Paste all contents into "install" file you have open with nano


    5. Cntrl x then Y (to save the "install" file)


    6. chmod +x install (to make the install file executable)


    7. ./install (to run the script)


    • Official Post

    I think the URL is not correct there is a redirect. With the original URL the content of install is

    HTML
    <html><body>You are being <a href="https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install">redirected</a>.</body></html>


    Try following command instead

    curl -o install https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install

  • Am installing a new RPi4 and it failed also with no response (am using WiFi through a repeater).


    I managed to install it by prepending "sudo" to the wget command (maybe OP is already as root but I was as "pi" unprivileged user)


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

  • Judging by the screenshots he posted he was root.

    You're right, :sleeping:


    Reminder to self: Don't read forum posts before morning coffee, :saint:

    • Official Post

    You're right, :sleeping:


    Reminder to self: Don't read forum posts before morning coffee, :saint:

    Ha... Half my posts are made after 14hr shifts before a wink of sleep (and if things go well, I'm watching dudes sleep all night..lol)... I've got oodles and oodles of posts where I missed something ridiculously obvious.

  • macom

    Added the Label resolved

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!