OpenMediaVault on Raspberry Pi [armel]

  • OpenMediaVault system is a NAS (Network Attached Storage) distribution based on Debian Squeez. More information can be found OpenMediaVault http://osworld.pl/?s=openmediavault


    OMV to install Debian Squeeze will need for Raspberry Pi is available for download here: http://downloads.raspberrypi.o…ian/6/debian6-19-04-2012/
    On the main system must perform the following steps to install OMV.


    Code
    sudo su
    nano /etc/apt/sources.list


    Change the contents of /etc/apt/sources.list on


    I use Polish repositories. Anyone can change them odpowiedno to his country.
    Anything to add the repository for Armenian OMV in the last line.


    Then download the key and update repositories

    Code
    wget -O - http://teration.net/repo/signkey.gpg.asc | apt-key add -
    apt-get update
    apt-get upgrade


    Adding user and group www-data

    Code
    groupadd www-data
    usermod -a -G www-data www-data


    Then install OpenMediaVault:

    Code
    apt-get install openmediavault


    If you encounter an error when setting up tftpd-hpa package. Then be in the file /etc/default/tftpd-hpa edit option TFTP_OPTIONS on this below

    Code
    TFTP_OPTIONS="--secure --ipv4"


    And then complete the installation

    Code
    apt-get install -f


    When the installation is finished then restart the Raspberry Pi


    I set 850MHz CPU clock in /boot/config.txt

    Code
    arm_freq=850


    Many thanks to Stefan for help in finding the problem with the package tftpd-hpa http://forums.openmediavault.o…hp?f=8&t=352&p=1141#p1141

    I know that the world does not expect the us to many. It is sufficient that you answer yourself a very important question: what I like to do in life, and then start to do it.


    HP N36L Microserver 60GB SSD + 2x 250GB HDD + 2x 1TB omv 3.0.X 64 bit - 3.16 backport kernel
    Banana Pi + 16GB SD + 500GB - test platform omv 3.0.X - ARM - 3.4.104 kernel
    Banana PRO + 8GB SD + 320GB - test platform omv 30..X - ARM - 3.4.104 kernel
    SimpleNAS project - OpenMediaVault and Case for Banana Pi/PRO/M1/M1+/M3, LM Guitar

  • sorry,I had error for this


    Code
    root@raspberrypi:/home/pi# groupadd www-data
    groupadd: group 'www-data' already exists
    root@raspberrypi:/home/pi# usermod -a -G www-data www-data
    root@raspberrypi:/home/pi# apt-get install openmediavault
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package openmediavault


    and i already done


    help me please

    • Offizieller Beitrag

    cyryllo, have you tried it on Raspbian (wheezy hardpf)? I would think the performance would be much better.

    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!

    • Offizieller Beitrag
    Zitat von "tywg001"

    i have no idea to fix it


    It doesn't look like you did the apt-get update step.

    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!

  • Zitat von "ryecoaaron"

    cyryllo, have you tried it on Raspbian (wheezy hardpf)? I would think the performance would be much better.


    That performance was definitely better. It is a matter of preparation repositories for wheeze.


    I do not know if the case is not stefan is the author of this repository for squeeze armel. Write to stefan PM can you answer

    I know that the world does not expect the us to many. It is sufficient that you answer yourself a very important question: what I like to do in life, and then start to do it.


    HP N36L Microserver 60GB SSD + 2x 250GB HDD + 2x 1TB omv 3.0.X 64 bit - 3.16 backport kernel
    Banana Pi + 16GB SD + 500GB - test platform omv 3.0.X - ARM - 3.4.104 kernel
    Banana PRO + 8GB SD + 320GB - test platform omv 30..X - ARM - 3.4.104 kernel
    SimpleNAS project - OpenMediaVault and Case for Banana Pi/PRO/M1/M1+/M3, LM Guitar

  • Zitat von "ryecoaaron"


    It doesn't look like you did the apt-get update step.



    I had run apt-get update and upgrade steps

  • OK,i changed OS on PI
    so


    and my PI sources.list

    Code
    deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
    deb http://security.debian.org/ squeeze/updates main contrib non-free
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free
    deb http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
    deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
    #~~~~~~Backports_Squeeze~~~~~~#
    deb http://backports.debian.org/debian-backports squeeze-backports main contrib$
    #~~~~~~OMV_ARMel~~~~~~~~#
    #deb http://teration.net/repo squeeze main
    deb http://packages.openmediavault.org/public  omnius main
  • try

    Code
    apt-get install php5-auth-pam
    apt-get install -f

    I know that the world does not expect the us to many. It is sufficient that you answer yourself a very important question: what I like to do in life, and then start to do it.


    HP N36L Microserver 60GB SSD + 2x 250GB HDD + 2x 1TB omv 3.0.X 64 bit - 3.16 backport kernel
    Banana Pi + 16GB SD + 500GB - test platform omv 3.0.X - ARM - 3.4.104 kernel
    Banana PRO + 8GB SD + 320GB - test platform omv 30..X - ARM - 3.4.104 kernel
    SimpleNAS project - OpenMediaVault and Case for Banana Pi/PRO/M1/M1+/M3, LM Guitar

  • Zitat von "cyryllo"

    try

    Code
    apt-get install php5-auth-pam
    apt-get install -f


    sorry,I don't know why i get this

  • show /etc/apt/source.list

    I know that the world does not expect the us to many. It is sufficient that you answer yourself a very important question: what I like to do in life, and then start to do it.


    HP N36L Microserver 60GB SSD + 2x 250GB HDD + 2x 1TB omv 3.0.X 64 bit - 3.16 backport kernel
    Banana Pi + 16GB SD + 500GB - test platform omv 3.0.X - ARM - 3.4.104 kernel
    Banana PRO + 8GB SD + 320GB - test platform omv 30..X - ARM - 3.4.104 kernel
    SimpleNAS project - OpenMediaVault and Case for Banana Pi/PRO/M1/M1+/M3, LM Guitar

  • Zitat von "cyryllo"

    show /etc/apt/source.list


  • If you're using debian squeeze discard it
    deb http://http.debian.net/debian wheezy main contrib non-free
    set this content sources.list


    Code
    deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
    deb http://security.debian.org/ squeeze/updates main contrib non-free
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free
    deb http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
    deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
    #~~~~~~Backports_Squeeze~~~~~~#
    deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
    #~~~~~~OMV_ARMel~~~~~~~~#
    deb http://packages.openmediavault.org/public  omnius main


    If you are running Debian wheeze can't help you.
    You are using repositories for both versions so you have errors

    I know that the world does not expect the us to many. It is sufficient that you answer yourself a very important question: what I like to do in life, and then start to do it.


    HP N36L Microserver 60GB SSD + 2x 250GB HDD + 2x 1TB omv 3.0.X 64 bit - 3.16 backport kernel
    Banana Pi + 16GB SD + 500GB - test platform omv 3.0.X - ARM - 3.4.104 kernel
    Banana PRO + 8GB SD + 320GB - test platform omv 30..X - ARM - 3.4.104 kernel
    SimpleNAS project - OpenMediaVault and Case for Banana Pi/PRO/M1/M1+/M3, LM Guitar

  • Zitat von "cyryllo"

    If you're using debian squeeze discard it
    deb http://http.debian.net/debian wheezy main contrib non-free
    set this content sources.list


    Code
    deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
    deb http://security.debian.org/ squeeze/updates main contrib non-free
    deb-src http://security.debian.org/ squeeze/updates main contrib non-free
    deb http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
    deb-src http://ftp.pl.debian.org/debian/ squeeze-updates main non-free contrib
    #~~~~~~Backports_Squeeze~~~~~~#
    deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
    #~~~~~~OMV_ARMel~~~~~~~~#
    deb http://packages.openmediavault.org/public  omnius main


    If you are running Debian wheeze can't help you.
    You are using repositories for both versions so you have errors


    Thank you for your help


    I changed Debian Wheeze to squeeze


    I installed OpenMediaVault


    but i can't login webgui


    I running

    Code
    monit status



    but i can't login

Jetzt mitmachen!

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