Jump to content

Recommended Posts

Posted

Hello,

 

I am the main developer of NextCloudPlus. NCP is a community project to make it easier to run and setup a Nextcloud instance in ARM boards, by providing configuration tools and setup wizards for typical management tasks such as backups, SSL certificates and more.

 

ncp-web-feat.thumb.png.1ea33b52a6137c179a5106f0f48c75b5.png

 

We have just released the first stable version of Armbian based images with NCP for Odroid XU4 / HC1 / HC2.

 

Check it out at the downloads section. More boards will come soon

 

Feedback, testing and development help are very welcome

 

Cheers,

Posted

Looks awesome!

 

Just downloaded Armbian's HC1/2 Debian image, did the basic os setup / updates etc, and issued 

# curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash

And it just stares at me ... am I missing a step?

EDIT:

oops - current image is Jesse ... proceeding to download ;]

Posted (edited)

Hi nachoparker, I tried building the docker image on Armbian Jessie with XU4 hardware but some packages are not fetched :

 

/nextcloudpi# ./build-SD-armbian.sh odroidxu4
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (5/5), done.
From https://github.com/armbian/build
   a22156e..8f47d7f  master     -> origin/master
Updating a22156e..8f47d7f
Fast-forward
 config/boards/tinkerboard.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
--2018-06-10 19:32:41-- https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/armbian.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1545 (1.5K) [text/plain]
Saving to: ‘armbian/userpatches/customize-image.sh’

armbian/userpatches/customize-image.sh                      100%[===========================================================================================================================================>]   1.51K  --.-KB/s   in 0s     

2018-06-10 19:32:41 (14.5 MB/s) - ‘armbian/userpatches/customize-image.sh’ saved [1545/1545]

[ o.k. ] Using config file [ config-docker.conf ]
[ .... ] Building a Docker container 
Sending build context to Docker daemon  1.712GB
Step 1/8 : FROM ubuntu:16.04
 ---> 0d6bd8934d0f
Step 2/8 : RUN dpkg --add-architecture i386
 ---> Using cache
 ---> a31c4ea9194e
Step 3/8 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade &&     DEBIAN_FRONTEND=noninteractive apt-get install -y git dialog lsb-release binutils wget ca-certificates device-tree-compiler     pv bc lzop zip binfmt-support build-essential ccache debootstrap ntpdate gawk gcc-arm-linux-gnueabihf     qemu-user-static u-boot-tools uuid-dev zlib1g-dev unzip libusb-1.0-0-dev parted pkg-config libncurses5-dev whiptail     debian-keyring debian-archive-keyring f2fs-tools libfile-fcntllock-perl rsync libssl-dev nfs-kernel-server btrfs-tools     ncurses-term p7zip-full kmod dosfstools libc6-dev-armhf-cross fakeroot     curl patchutils python liblz4-tool libpython2.7-dev linux-base swig libpython-dev     systemd-container udev g++-5-arm-linux-gnueabihf lib32stdc++6     libc6-i386 lib32ncurses5 lib32tinfo5 locales ncurses-base zlib1g:i386 pixz bison libbison-dev flex libfl-dev
 ---> Running in d24a2ae405cd
Get:1 http://ports.ubuntu.com/ubuntu-ports xenial InRelease [247 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports xenial-updates InRelease [109 kB]


........................


Fetched 24.4 MB in 13s (1747 kB/s)
Reading package lists...
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial/main/binary-i386/Packages  404  Not Found
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-updates/main/binary-i386/Packages  404  Not Found
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-backports/main/binary-i386/Packages  404  Not Found
E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/dists/xenial-security/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.


..........................................

 

The command '/bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y dist-upgrade && DEBIAN_FRONTEND=noninteractive apt-get install -y git dialog lsb-release binutils wget ca-certificates device-tree-compiler pv bc lzop zip binfmt-support build-essential ccache debootstrap ntpdate gawk gcc-arm-linux-gnueabihf qemu-user-static u-boot-tools uuid-dev zlib1g-dev unzip libusb-1.0-0-dev parted pkg-config libncurses5-dev whiptail debian-keyring debian-archive-keyring f2fs-tools libfile-fcntllock-perl rsync libssl-dev nfs-kernel-server btrfs-tools ncurses-term p7zip-full kmod dosfstools libc6-dev-armhf-cross fakeroot curl patchutils python liblz4-tool libpython2.7-dev linux-base swig libpython-dev systemd-container udev g++-5-arm-linux-gnueabihf lib32stdc++6 libc6-i386 lib32ncurses5 lib32tinfo5 locales ncurses-base zlib1g:i386 pixz bison libbison-dev flex libfl-dev' returned a non-zero code: 100

 

[ error ] Docker container build exited with code:  [ 0 ]

 

When I try "http://ports.ubuntu.com/ubuntu-ports/dists/xenial/main/binary-i386/Packages" I get not found as well.

 

Thank you for any help!

Edited by cval
laked command argument and some useful trace
Posted
29 minutes ago, cval said:

Hi nachoparker, I tried building the docker image on Armbian Jessie with XU4 hardware but some packages are not fetched :

The Armbian build script can be run only on x86_64 hardware, it's not possible to run it on armhf/arm64 devices.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines