Help me install OMV with Intel e1000e NIC

    • Offizieller Beitrag

    You are already have an address :) What is the output of:


    ping -c 2 http://www.google.com


    If no errors, try:
    apt-get update
    apt-get install build-essential

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • no errors when I ping, and the apt-update runs fine but with the "apt-get install build-essential" I still get the same error.


    E: Package 'build-essential' has no installation candidate

  • I found another page of someone having a similar problem, someone said:


    "You have to Enable the main repostory in the /etc/apt/sources.list file.
    To accomplish this remove the '#' character in front of the following lines.


    #deb http://de.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
    #deb-src http://de.archive.ubuntu.com/ubuntu/ saucy-updates main multiverse restricted universe
    Save the file and execute sudo apt-get update && sudo apt-get install build-essential."


    Does this make any sense? The page is here:
    http://askubuntu.com/questions…o-install-build-essential

    • Offizieller Beitrag

    Don't add that! Those are for Ubuntu only.


    What is the output of:


    cat /etc/apt/sources.list

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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

    It doesn't have the right repos because it had no network connection while installing. Do the following:


    nano /etc/apt/sources.list


    Delete ALL lines


    Put the following lines in exactly:

    Code
    deb http://debian.mirrors.tds.net/debian/ squeeze main
    deb-src http://debian.mirrors.tds.net/debian/ squeeze main
    
    
    deb http://security.debian.org/ squeeze/updates main non-free
    deb-src http://security.debian.org/ squeeze/updates main non-free
    
    
    deb http://debian.mirrors.tds.net/debian/ squeeze-updates main non-free
    deb-src http://debian.mirrors.tds.net/debian/ squeeze-updates main non-free


    ctrl-o to save
    ctrl-x to exit


    apt-get update
    apt-get install build-essential

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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

    Forgot about the headers...


    Code
    apt-get install linux-headers-$(uname -r)


    After that, you are on your way! Once you finish your NIC instructions, you can install OMV this way:


    Code
    1 - echo "deb http://packages.openmediavault.org/public sardaukar main" > /etc/apt/sources.list.d/openmediavault.list
    2 - apt-get update
    3 - apt-get install openmediavault-keyring postfix
    4 - apt-get update
    5 - apt-get install openmediavault
    6 - omv-initsystem

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • Code
    apt-cache search linux-headers
    apt-get install CORRECTLINUXHEADERSPACKAGEFORYOURKERNEL


    Edit: Aaron you are too fast for me....


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

    • Offizieller Beitrag
    Zitat von "davidh2k"

    Edit: Aaron you are too fast for me....


    Usually it is the other way :)

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • Wow.... so it's installing omv as we speak... I can't thank you enough. I'm also hoping to install snap raid, is that something I can do from inside OMV as a plugin (I believe it is). My other questions are in regard to postfix, I literally had no clue what it was asking there so I did "internet site" and "omvserver" as the name for this computer. I'm not tsure I did that right so I'm hoping I can make those changes later.



    You have a paypal? I'd like to buy you dinner or a few beers or something for all your help.

    • Offizieller Beitrag

    If you want snapraid (or any other third party plugin), follow this. It will add a lot of plugins :)


    If you picked the default answers, you are fine.


    As for your last question, read this.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

  • Ok definitely will do.


    So I have a question and sorry if it's stupid.... I have installed everything including OMV from the command line. Now what? Do I put the OMV flash drive back in and install it? Isn't it already installed? Everything is kind of a blur now...

    • Offizieller Beitrag

    Everything is installed. No flash drive needed now. If you go to http://192.168.1.168 in your browser, you should be able to login using username: admin and password: openmediavault

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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

    Try rebooting.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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

    It might be ok. What is output of:


    lsmod | grep e1000
    ifconfig -a

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


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


    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!

Jetzt mitmachen!

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