OpenMediaVault-Plugin-Developers / installScript

script that installs omv-extras and openmediavault if not installed already.
1.07k stars 206 forks source link

Installation fails on armbian single board card #45

Closed cmoulliard closed 3 years ago

cmoulliard commented 3 years ago

Issue

The script fails to be installed on ar. Is there a workaround ?

 ./install
Current / permissions = 755
New / permissions = 755
Forcing IPv4 only for apt...
Updating repos before installing...
Hit:1 http://ports.ubuntu.com focal InRelease
Hit:2 http://ports.ubuntu.com focal-security InRelease
Hit:3 http://ports.ubuntu.com focal-updates InRelease
Hit:4 http://ports.ubuntu.com focal-backports InRelease
Hit:5 https://uk.mirrors.fossho.st/armbian/apt focal InRelease
Reading package lists... Done
Installing lsb_release...
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 5 not upgraded.
Need to get 10.6 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ports.ubuntu.com focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
Fetched 10.6 kB in 0s (81.5 kB/s)
(Reading database ... 87339 files and directories currently installed.)
Preparing to unpack .../lsb-release_11.1.0ubuntu2_all.deb ...
Unpacking lsb-release (11.1.0ubuntu2) over (11.1.0ubuntu2) ...
Setting up lsb-release (11.1.0ubuntu2) ...
Processing triggers for man-db (2.9.1-1) ...
Supported architecture
Unsupported version.  Exiting...

Info

uname -a
Linux rockpro64 5.9.14-rockchip64 #20.11.4 SMP PREEMPT Tue Dec 15 08:52:20 CET 2020 aarch64 aarch64 aarch64 GNU/Linux

cat /etc/armbian-release
# PLEASE DO NOT EDIT THIS FILE
BOARD=rockpro64
BOARD_NAME="RockPro 64"
BOARDFAMILY=rockchip64
BUILD_REPOSITORY_URL=https://github.com/armbian/build
BUILD_REPOSITORY_COMMIT=8c4c6820-dirty
DISTRIBUTION_CODENAME=focal
DISTRIBUTION_STATUS=supported
VERSION=20.11.6
LINUXFAMILY=rockchip64
BRANCH=current
ARCH=arm64
IMAGE_TYPE=stable
BOARD_TYPE=conf
INITRD_ARCH=arm64
ryecoaaron commented 3 years ago

As Igor as already mentioned, OMV only works on Debian and not Ubuntu. The script supports OMV 4.x on Armbian Stretch or Debian Stretch and OMV 5.x on Armbian Buster or Debian Buster. You cannot use Ubuntu or Armbian Focal.