Posts by jimandroidpc

    ?(


    I updated my Helios4 w/ OMV4.x overnight and then was getting this message



    Quote

    Invalid RPC response. Please check the syslog for more information.
    Error #0: OMV\Rpc\Exception: Invalid RPC response. Please check the syslog for more information. in /usr/share/php/openmediavault/rpc/rpc.inc:186 Stack trace: #0 /usr/share/php/openmediavault/rpc/proxy/json.inc(97): OMV\Rpc\Rpc::call('LuksMgmt', 'openContainer', Array, Array, 3) #1 /var/www/openmediavault/rpc.php(45): OMV\Rpc\Proxy\Json->handle() #2 {main}


    Found a few other threads with simiular but different errors - I ran

    Code
    dpkg -l | grep openm


    and received back..



    Code
    xx@helios4:~# root@helios4:~# dpkg -l | grep openm
    ii  openmediavault                  4.1.30-1                          all          openmediavault - The open network attached storage solution
    ii  openmediavault-flashmemory      4.2.1                             all          folder2ram plugin for OpenMediaVault
    ii  openmediavault-keyring          1.0                               all          GnuPG archive keys of the OpenMediaVault archive
    ii  openmediavault-luksencryption   3.0.5                             all          OpenMediaVault LUKS encryption plugin
    ii  openmediavault-lvm2             4.0.7-1                           all          OpenMediaVault Logical Volume Manager (LVM2) plugin
    ii  openmediavault-netatalk         4.0.7-1                           all          OpenMediaVault netatalk (AppleTalk Protocol Suite) plugin
    ii  openmediavault-nut              4.0.13-1                          all          OpenMediaVault Network UPS Tools (NUT) plugin
    ii  openmediavault-omvextrasorg     4.1.16                            all          OMV-Extras.org Package Repositories for OpenMediaVault
    ii  openmediavault-rsnapshot        4.2.1                             all          OpenMediaVault rsnapshot backup plugin.


    Thanks!

    Id be cautious about the software maturity of the board. Youre putting a lot of money into HDDs, extras, and effort into getting a board working from a company thats known to have poor software support. There is a big increase in cost going from 4 to more than 4 HDDs with SATA expansion boards typically and you do add an extra point of failure. If you can use 4 SATA ports you have a ton of options.


    Helios4 for ARM w/ ECC RAM
    If you dont necessarily need ECC ram --> https://www.amazon.com/ASRock-…Motherboard/dp/B079GHRQD9


    Id be careful also about thinking you need RAID5. Most home use NAS would be better off making snapshots to a backup drive than spending money on RAID arrays.

    Helios4 issue - mine was running great with OMV4 installed and updated. I am doing rsnapshots from a 2tb to another 2tb backup drive on it. recently after an update I started getting errors in the log. I am unfamiliar with the issue and a cursory google search wasnt helpful. AFAIK there hasnt been any data loss. I posted over on armbian forum but was told it was likely an OMV issue. Thanks for any insight.

    Hello, working on an addition to my OMV NAS. I bought an APC BE550G Battery backup and am trying to set it up. What are the "Driver Configuration Directives" for this device? Do I need to apt-get install anything for it to work? Thanks, Jim

    Celeron n3150
    Mediasonic 4bay JBOD, 4x2tb hitachi/hgst disks
    Created software RAID5 array in OMV, no errors in the process
    When I go to Mount and make the file system, the array is not seen.
    I found a similar thread "Cant mount newly created RAID 5" on Jan 8th 2016 and used the


    dd if=/dev/zero of=/dev/md0 bs=512 count=10000
    mkfs.ext4 /dev/md0


    and then


    mount /dev/md0


    Which worked fine and now am using the array.. Is this a known bug? I didnt get to get my cat /proc/mdstat


    blkid


    thanks, jim

    I think I am having an issue wit hthe hostname error when trying to install packages, The bananaian resolv.conf file seems to re-write on reboot. Is there a way to fix that so I dont get a failure to fetch error ?


    Failed to fetch http://packages.openmediavault…lt-owncloud_2.0.3_all.deb Something wicked happened resolving 'packages.openmediavault.org:http' (-5 - No address associated with hostname)
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


    Thanks, Jim