Open Media Vault - NAS Operating system

Discussion in 'Networking' started by mikelangeloz, Nov 14, 2013.

  1. techbutler

    techbutler New Member

    Joined:
    Oct 25, 2013
    Messages:
    7
    Likes Received:
    0
    Hi all,
    After burning the image to my quad per the instructions, all its doing is booting to the OMV command line. Any ideas would be appreciated. TIA
     
  2. Steve1965

    Steve1965 New Member

    Joined:
    Jan 24, 2014
    Messages:
    11
    Likes Received:
    0
    Re: Open Media Vault - NAS Operating system - no NFS??

    Hi all,

    the OpenMediaVault is great but lacking one importing thing for linux users: NFS support!

    I did not understand why I was unable to mount an NFS share from a linux client until I tried to restart nfs on the OpenMediaVault UDOO. While doing this I got the error

    [warn] Not starting NFS kernel daemon: no support in current kernel. ... (warning).

    Does anybody by chance already compiled a new kernel (or the missing module) ??? Is there any instruction on how to do that?

    Greetinx, Steve
     
  3. udoo_juergens

    udoo_juergens New Member

    Joined:
    Dec 27, 2013
    Messages:
    7
    Likes Received:
    0
  4. donhuntley

    donhuntley New Member

    Joined:
    Dec 6, 2013
    Messages:
    7
    Likes Received:
    0
    I'm having a similar problem with NFS. I checked the configuration and NTFS was enabled as a module. Can you provide more information about the TUN module and where I can find it in the configuration tree? Sorry, probably a newbie question, but I cannot get NFS to work
     
  5. Steve1965

    Steve1965 New Member

    Joined:
    Jan 24, 2014
    Messages:
    11
    Likes Received:
    0
  6. wsurferdude

    wsurferdude New Member

    Joined:
    Oct 27, 2013
    Messages:
    5
    Likes Received:
    0
    The Openmediavault system has been working great for me except in trying to assign the eth0 I/F a static ip address. I can do it from the web interface or directly in /etc/network/interfaces... When I reboot the system, sometimes I can repair it and sometimes it refuses to boot at all. Am I the only one having this problem or is everyone using DHCP? Any help would be great... I've had no problems with any other images, just Openmediavault. I've tried a USB drive and also tried with just a second ext3 partition on a 16 GB sd.

    Thanks,
    -dude

    It's in the menu & works fine. I was trying to change to static via /etc/networks/interfaces with no luck, but works fine with the Network Settings!

    -dude
     
  7. Steve1965

    Steve1965 New Member

    Joined:
    Jan 24, 2014
    Messages:
    11
    Likes Received:
    0
    I'm having a fixed IP address and I don't have any problems with it. I did the same as you did, I changed /etc/network/interfaces. I replaced everything concerning eth0 by:

    Code:
    auto eth0
    allow-hotplug eth0
    iface eth0 inet static
    address 192.168.0.25
    gateway 192.168.0.1
    netmask 255.255.255.0
    mtu 1500
    dns-nameservers 192.168.0.1
    This works fine for me ... not having any problems.
     
  8. Steve1965

    Steve1965 New Member

    Joined:
    Jan 24, 2014
    Messages:
    11
    Likes Received:
    0
    Did anybody of you guys ever tried to integrate seafile in OMV (it is somehow like ownCloud) ? I succeeded to build it but I'm having problem to integrate it into apache2. Apparently there is no libapache2-mod-fastcgi available for our UDOO board.... ?
     
  9. wsurferdude

    wsurferdude New Member

    Joined:
    Oct 27, 2013
    Messages:
    5
    Likes Received:
    0
    Apple Filing on OMV for UDOO
    I've been unable to enable the Apple Filing - AFP Service. My OMV install does not recognize a HPF+ file system which I believe you must have to use for Time Machine. What, if any additional modules need to be installed? I'd really would like to use OMV for a Time Machine. Apple OS X 10.9.

    Please help me out if you have any success with this.
    Thanks,
    John

    I'm still having problems with OMV recognizing HFS. Can't use OMV for a Time Machine. What add-ons, if any, do I need to apt-get install to get this Apple Filing to work? :?:

    Any help would be greatly appreciated!

    John
     
  10. schepers_cp

    schepers_cp Member

    Joined:
    Apr 4, 2014
    Messages:
    32
    Likes Received:
    6
    this is the reason that got me into udoo, a small NAS with arduino DUE capabilities. all i got to do now is to save money for an udoo :eek:
     
  11. U1tramarine

    U1tramarine New Member

    Joined:
    Aug 7, 2014
    Messages:
    2
    Likes Received:
    0
    Has anyone had any issues with updating the software after writing the OS to a MicroSD?
    My UDOO Quad boots fine the first time after writing the card but when I try to update the system, my UDOO freezes half way through. After that I'm lucky if the system boots after a power cycle. Usually have to rewrite the OS back to the MicroSD. Updating via terminal does the same thing.
    Any help would be appreciated!
     
  12. wsurferdude

    wsurferdude New Member

    Joined:
    Oct 27, 2013
    Messages:
    5
    Likes Received:
    0
    I've seen this happen with incompatable SD cards. Have you tried different brands?
     
  13. U1tramarine

    U1tramarine New Member

    Joined:
    Aug 7, 2014
    Messages:
    2
    Likes Received:
    0
    Good Call! Worked like a charm. Thanks!
     
  14. calmyabadselfdown

    calmyabadselfdown New Member

    Joined:
    Aug 17, 2014
    Messages:
    3
    Likes Received:
    0
    Hi

    I have installed OMV on a SD card and all is working
    However Im trying to install some extra plugins Pyload and eXtplorer, when I try to upload the deb file via the web interface it doesnt do anything and extracting the deb into root from a ssh breaks OMV ( I think it messes up the permissions and owner)
    I also tried to add the files manually into the various folders but that didnt work either.

    Could someone point out the errors of my ways

    thanks
     
  15. Layums

    Layums New Member

    Joined:
    May 25, 2014
    Messages:
    4
    Likes Received:
    0
    Hi. At the moment I'm setup with OMV with raspberry pi. Running two drives as mirror raid.

    Raspberry pi is a bit slow. So planning to swap it out for udoo quad.

    My question is. If I put a new copy of OMV on the udoo will my raid partitions be automatically recognised. Or what I the best way of migrating hardware but keeping my files in raid.

    Thank you in advance
     
  16. Layums

    Layums New Member

    Joined:
    May 25, 2014
    Messages:
    4
    Likes Received:
    0
    Has anybody compiled v1.0 of openmediavault on udoo quad. Image file?
     
  17. Guilebaldo

    Guilebaldo UDOOer

    Joined:
    Mar 28, 2014
    Messages:
    10
    Likes Received:
    1
    Does anybody know if NTFS file system is now supported by OVM?
    I'm setting up a NAS in home, I have 3 HDs to share; one is old and just 240GB I formatted with FAT32, but the other 2 are 1TB of capacity. I would like to keep the other 2 with NTFS, but I can not mount them using OVM.

    Thank you very much for any help you might provide.

    Best Regards,
    Guile
     
  18. killkrt

    killkrt New Member

    Joined:
    Nov 1, 2013
    Messages:
    22
    Likes Received:
    0
    Hi,

    I've created a working OMV version for UDOO Quad with FUSE module (so NTFS support) using this image:
    http://sourceforge.net/projects/minimaldeb/files/Open Media Vault Udoo/Quad/
    and then following this guide:
    http://joshua.solanes.us/operating-system-2/linux-os/2013/12/01/custom-kernel-on-the-udoo/

    Basically the procedure is:

    • Burn the image http://sourceforge.net/projects/minimaldeb/files/Open Media Vault Udoo/Quad/ and boot your UDOO with it
      apt-get update
      apt-get install git build-essential wget (and maybe some other packages, but anyway I think you should guess which are missing as you get errors)
      Create a new ext4 partition on your SDcard since the empty space of the original image it is not enough for the following steps (at least 2Gbyte are required)
      Mount new partition in /media/data
      cd /media/data
      mkdir src
      cd src
      git clone https://github.com/UDOOboard/Kernel_Unico kernel-unico
      cd kernel-unico
      wget http://joshua.solanes.us/downloads/.config
      make menuconfig
      FUSE module is already activated, anyway you can decide which other module you need, I left everything as it is
      make -j5 uImage modules
      cp /boot/uImage /boot/uImage.bak
      cp arch/arm/boot/uImage /boot/
      make modules_install
      cd /usr/src/ && rm linux
      ln -sf /media/data/src/kernel-unico linux (the partition /media/data should be always mounted, so assure to have it in your /etc/fstab file)
      reboot

    Honestly I wrote these procedure by heart, but I am quite sure that this is the procedure that I follow, in case it doesn't work I can check it again... I was thinking to make a fresh installation since I messed up my OMV trying to install Zoneminder :oops: so I could take note of each steps while I'm doing it.
     
  19. killkrt

    killkrt New Member

    Joined:
    Nov 1, 2013
    Messages:
    22
    Likes Received:
    0
  20. Alex

    Alex New Member

    Joined:
    Dec 26, 2013
    Messages:
    8
    Likes Received:
    0
    Is maybe missing TUN module for OpenVPN?
    From log: Note: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19)
     

Share This Page