Hi,
the plugin I needed are working correctly (MiniDLNA, DNS, Transmission + few others).
There are some smaller glitches when running with 1 drive only but overall it is a pleasure to use.
Please note that the "apt-get" install for OMV (the only viable with B3) is not officially supported so there are some specific things that you really need to take care before installing.
I have taken some notes but need to find some time write a proper tutorial...find here my notes
Instal squeeze on B3 via USB (need to find the link to the how to, but is straighforward)
login as root/excito
Connect your lapton to b3 (192.168.10.1) with a cable to LAN
apt-get update
apt-get upgrade
VERY IMPORTANT: add/amend local B3 name and IP in etc/host, this will allow the installation to finalize (otherwise blocked by collectd)
then
echo "deb
http://packages.openmediavault.org/public kralizec main" > /etc/apt/sources.list.d/openmediavault.list
apt-get update
# Note: You will get a warning that the PGP Key can't be found. Thats fine.
apt-get install openmediavault-keyring postfix
(when promted in postifx select no configuration
# Note: You will get a warning that the package 'openmediavault-keyring' can't be authenticated. You're fine to ignore that warning and install it anyways.
apt-get update
apt-get install openmediavault
choose UTF/guess character set
proftp to run as inetd
run omv-initsystem
CRITICAL:
- run omv-firstaid to change admin password (although doc says it is "openmediavault", the apt-get method doesn't set it but it uses the local admin pwd instead)
- enable ssh, disabled by default (very important)
- If you get an error about wrong json file, just to an rm of that file
reboot
- go to 192.168.10.1 and change interface address of LAN
done
Please do not change any partition/LVM or B3 will hang at boot.