BeagleBone Black

Hello,

I am trying to install Yunohost on a BeagleBone Black.
It’s a Single Board Computer which is not listed at https://yunohost.org/#/images
And, as there is no ARMbian image for it, I installed a Debian Stretch LXQT (with graphical desktop) dowloaded from the Baeagleboard website.
Once installed, I followed https://yunohost.org/#/install_manually and did

bash <(wget -q -O- https://install.yunohost.org/)

The installation went very very slow. After a couple of hours the installation got stuck with the message “Configuring mariadb-server-10.1 (armhf)”. I powered off the board.

Now, I turn the board on, connect to it and try to install it again:

root@beaglebone:/home/bb# bash <(wget -q -O- https://install.yunohost.org/)
[INFO] Running upgrade_system
[FAIL] Unable to update the system
[INFO] Installation logs are available in /var/log/yunohost-installation_20180729_122351.log
root@beaglebone:/home/bb# 

Any suggestion on how to fix it?
Is there any other way to install yunohost on a BeagleBone Black?
Or maybe it is not possible at all?
Please let me know.
Thank you!

Please see the logs below:

root@beaglebone:/home/bb# cat /var/log/yunohost-installation_20180729_122351.log
[INFO] Running upgrade_system
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://deb.debian.org/debian stretch-updates InRelease
Hit:3 http://forge.yunohost.org/debian stretch InRelease
Hit:4 http://repos.rcn-ee.com/debian stretch InRelease
Get:5 http://deb.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Hit:6 http://deb.debian.org/debian stretch Release
Fetched 94.3 kB in 5s (16.3 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up nginx-extras (1.10.3-1+deb9u1) ...
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
invoke-rc.d: initscript nginx, action "start" failed.
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2018-07-29 12:24:43 UTC; 114ms ago
     Docs: man:nginx(8)
  Process: 2618 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=1/FAILURE)
  Process: 2615 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)

Jul 29 12:24:41 beaglebone nginx[2618]: nginx: [emerg] bind() to [::]:80 fai…se)
Jul 29 12:24:42 beaglebone nginx[2618]: nginx: [emerg] bind() to 0.0.0.0:80 …se)
Jul 29 12:24:42 beaglebone nginx[2618]: nginx: [emerg] bind() to [::]:80 fai…se)
Jul 29 12:24:42 beaglebone nginx[2618]: nginx: [emerg] bind() to 0.0.0.0:80 …se)
Jul 29 12:24:42 beaglebone nginx[2618]: nginx: [emerg] bind() to [::]:80 fai…se)
Jul 29 12:24:43 beaglebone nginx[2618]: nginx: [emerg] still could not bind()
Jul 29 12:24:43 beaglebone systemd[1]: nginx.service: Control process exite…us=1
Jul 29 12:24:43 beaglebone systemd[1]: Failed to start A high performance w…ver.
Jul 29 12:24:43 beaglebone systemd[1]: nginx.service: Unit entered failed state.
Jul 29 12:24:43 beaglebone systemd[1]: nginx.service: Failed with result 'e…de'.
Hint: Some lines were ellipsized, use -l to show in full.
dpkg: error processing package nginx-extras (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of ssowat:
 ssowat depends on nginx-extras (>= 1.6.2); however:
  Package nginx-extras is not configured yet.

dpkg: error processing package ssowat (--configure):
 dependency problems - leaving unconfigured
Setting up mariadb-server-10.1 (10.1.26-0+deb9u1) ...
dpkg: error processing package mariadb-server-10.1 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of yunohost:
 yunohost depends on ssowat (>= 2.7.1); however:
  Package ssowat is not configured yet.
 yunohost depends on nginx-extras (>= 1.6.2); however:
  Package nginx-extras is not configured yet.

dpkg: error processing package yunohost (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of yunohost-admin:
 yunohost-admin depends on yunohost (>= 2.7.6); however:
  Package yunohost is not configured yet.

dpkg: error processing package yunohost-admin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of mariadb-server:
 mariadb-server depends on mariadb-server-10.1 (>= 10.1.26-0+deb9u1); however:
  Package mariadb-server-10.1 is not configured yet.

dpkg: error processing package mariadb-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 nginx-extras
 ssowat
 mariadb-server-10.1
 yunohost
 yunohost-admin
 mariadb-server
E: Sub-process /usr/bin/dpkg returned an error code (1)
[FAIL] Unable to update the system
[INFO] Installation logs are available in /var/log/yunohost-installation_20180729_122351.log
root@beaglebone:/home/bb#