Advice on home ARM server
by Lennart Jern
Hi,
I'm currently using a Raspberry Pi 3 for hosting some simple web services at home. Now I'm looking at scaling this single server up to a small cluster running kubernetes and would love some advice on what devices to use.
The boards I have been looking at are as follows.
- More of the same Raspberry Pi 3, already proven to work but lower spec than the alternatives.
- NanoPi M1 Plus or NanoPi A64, nice small form factor.
- BananaPi M2U or BananaPi M64, plenty of RAM but cannot be powered over micro USB.
What kind of support from upstream/Fedora can I expect for these boards? Are there other boards I should consider? Any experiences from running Fedora on these (or other) ARM boards?
Kind regards,
Lennart Jern
5 years, 4 months
possible errors in generation of some arm7hl packages.
by Richard Ryniker
These three packages install without problems on a Raspberry Pi that uses
the aarch64 build, but fail on the arm7hl build.
________________________________________________________________________________
[root@F28-rpi3 ryniker]# dnf upgrade
Last metadata expiration check: 2:50:21 ago on Fri May 4 08:16:30 2018.
Dependencies resolved.
==========================================================================================
Package Arch Version Repository Size
==========================================================================================
Upgrading:
brltty armv7hl 5.6-10.fc28 updates 1.0 M
httpd armv7hl 2.4.33-5.fc28 updates 1.1 M
kexec-tools armv7hl 2.0.17-2.fc28 updates 176 k
Transaction Summary
==========================================================================================
Upgrade 3 Packages
Total download size: 2.3 M
Is this ok [y/N]: y
Downloading Packages:
(1/3): kexec-tools-2.0.17-2.fc28.armv7hl.rpm 132 kB/s | 176 kB 00:01
(2/3): brltty-5.6-10.fc28.armv7hl.rpm 697 kB/s | 1.0 MB 00:01
(3/3): httpd-2.4.33-5.fc28.armv7hl.rpm 739 kB/s | 1.1 MB 00:01
------------------------------------------------------------------------------------------
Total 1.0 MB/s | 2.3 MB 00:02
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Running scriptlet: kexec-tools-2.0.17-2.fc28.armv7hl 1/1
Upgrading : kexec-tools-2.0.17-2.fc28.armv7hl 1/6
Error unpacking rpm package kexec-tools-2.0.17-2.fc28.armv7hl
Error unpacking rpm package kexec-tools-2.0.17-2.fc28.armv7hl
error: Plugin selinux: hook fsm_file_prepare failed
error: unpacking of archive failed on file /etc/kdump.conf: cpio: (error 0x2)
Upgrading : httpd-2.4.33-5.fc28.armv7hl 2/6
Error unpacking rpm package httpd-2.4.33-5.fc28.armv7hl
Error unpacking rpm package httpd-2.4.33-5.fc28.armv7hl
error: kexec-tools-2.0.17-2.fc28.armv7hl: install failed
error: unpacking of archive failed on file /usr/lib/httpd/modules/mod_access_compat.so;5aec7723: cpio: open
Upgrading : brltty-5.6-10.fc28.armv7hl 3/6
Error unpacking rpm package brltty-5.6-10.fc28.armv7hl
Error unpacking rpm package brltty-5.6-10.fc28.armv7hl
error: httpd-2.4.33-5.fc28.armv7hl: install failed
error: Plugin selinux: hook fsm_file_prepare failed
error: unpacking of archive failed on file /usr/bin/brltty;5aec7723: cpio: (error 0x2)
brltty-5.6-10.fc28.armv7hl was supposed to be installed but is not!
Verifying : brltty-5.6-10.fc28.armv7hl 1/6
httpd-2.4.33-5.fc28.armv7hl was supposed to be installed but is not!
Verifying : httpd-2.4.33-5.fc28.armv7hl 2/6
kexec-tools-2.0.17-2.fc28.armv7hl was supposed to be installed but is not!
Verifying : kexec-tools-2.0.17-2.fc28.armv7hl 3/6
kexec-tools-2.0.16-5.fc28.armv7hl was supposed to be removed but is not!
Verifying : kexec-tools-2.0.16-5.fc28.armv7hl 4/6
brltty-5.6-5.fc28.armv7hl was supposed to be removed but is not!
Verifying : brltty-5.6-5.fc28.armv7hl 5/6
httpd-2.4.33-2.fc28.armv7hl was supposed to be removed but is not!
Verifying : httpd-2.4.33-2.fc28.armv7hl 6/6
Failed:
brltty.armv7hl 5.6-10.fc28 httpd.armv7hl 2.4.33-5.fc28
kexec-tools.armv7hl 2.0.17-2.fc28
Error: Transaction failed
[root@F28-rpi3 ryniker]#
5 years, 4 months