Arch Linux ARM is a distribution of Linux for ARM computers. We provide targeted kernel and software support for soft-float ARMv5te, and hard-float ARMv6 and ARMv7 instruction sets on a variety of consumer devices and development platforms. Our collaboration with Arch Linux brings users the best platform, newest packages, and installation support.
Questions tagged [archlinux-arm]
70 questions
1
vote
1 answer
systemd timer OnCalendar always starting next day
I want to poweroff my raspberry pi (running Arch ARM) every day at 5 pm. So I created the following service and timer:
poweroff.service:
[Unit]
Description=poweroff…

jalu
- 87
- 1
- 12
1
vote
1 answer
Archlinux ARM: Error: failed to init transaction (unable to lock database)
So i am new to arch linux and i am following a guide to get KDE plasma installed, so i've go going along through this script and now all of a sudden i get the following error:
Archlinux ARM: Error: failed to init transaction (unable to lock…

Tom Dickson
- 136
- 9
1
vote
2 answers
linking error while trying to add print_stack_trace
I am getting a error that looks like a linking problem, after adding a call to "print_stack_trace" in one of the exception handlers inside my embedded Linux kernel code.
Details are as below:
My objective & context: I am trying to debug an…

manikandan
- 11
- 1
1
vote
0 answers
mkbundle generated binary causes SIGSEGV on ARMv7h, while running fine in Mono
I'm currently testing Mono in archlinux on ARMv7h. For a start, I tested this simple program:
// test.cs
using System;
public class Test {
public static void Main(string[] args) {
Console.WriteLine("I'm working.");
}
}
I use Mono as a…

turbo
- 1,233
- 14
- 36
1
vote
0 answers
operation not permitted Error response from daemon: Cannot start container System error: operation not permitted
I have installed ArchLinux on docker in raspberryPi 2 and loaded basic image hello-world.
I am getting this error:
[root@alarmpi ~]# docker run hello-world
operation not permitted Error response from daemon: Cannot start container System error:…

pavan sai
- 11
- 2
1
vote
2 answers
MongoDB on Pi2 with ArchLinux does not work
Hey i always get an error when trying to start MongoDB on my RaspberryPi 2, which runs Arch Linux.
MongoDB is installed via pacman.
Command:
root@alarmpi ~ # mongo
Error:
2015-10-15T18:00:10.769+0000 F - Invalid access at address:…

Muarl
- 1,977
- 1
- 14
- 18
1
vote
1 answer
Puppet 4.2 is printing strange error messages and fails on execution
I am running Puppet 4.2 (both master and client) and since yesterday I started to get strange errors when running puppet agent -t.
# puppet agent -t
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: execution…

Rox
- 2,647
- 15
- 50
- 85
1
vote
1 answer
Trigger CURL Request after boot using systemd
I'm trying to create a service that will trigger every time a raspberry pi boots. Currently the service runs a really simple script that sends a POST request to a web service endpoint I control. I can trigger said script manually and that part all…

Mark
- 816
- 1
- 9
- 27
1
vote
2 answers
Beaglebone black (BBB) rev C 3.8.13-38-ARCH SPI doesn't work, Inappropriate ioctl for device
I have troubles with enabling SPI on BBB, ofc followed tutorial from the hipstercircuits.com.
I even installed a fresh arch linux to the uSD in case I really messed up system on eMMC.
My settings are:
Since SPI1 has issues with HDMI I disabled…

fpspiter
- 11
- 4
0
votes
0 answers
Install tkinter after installation of python3.9
I have installed Linux (aarch64) on a Raspberry Pi 4B and have both Python 3.7 and Python 3.9 installed. However, I am encountering an issue with a GUI visualization when running Python 3.9, specifically with the tkinter module.
The error message I…

ann
- 1
- 3
0
votes
0 answers
Linux how to know what task and process are running in between 2 point in an application
If I have a program written as follow:
void main() {
//some code
printf(" hi \n");
checkpoint1(); <-------- checkpoint1
//some Code with no dependency on other program/task or HW IO
checkpoint2(); <-------- checkpoint2
…

Henry Leong
- 1
- 1
0
votes
0 answers
Arch installation gets stuck /dev/vda1 is apparently in use by the system; will not make a filesystem here
I am trying to install arch on my virt-manager
I create four partition
and I am trying to format the partition as per arch wiki installation guide
but I am getting this error:
/dev/vda1 is apparently in use by the system; will not make a…

Vishnudas V
- 21
- 5
0
votes
0 answers
OpenCV Timers cannot be stopped from another thread
I have a problem with opencv 2.4 when run on linux arm.
I don't use timer in my code but when it get error Timers cannot be stopped from another thread
My code
void displayImage(const unsigned char *pData, int width, int height)
{
int channels =…
0
votes
1 answer
MPI executable fails for ArchLinux on Termux
Why do I see the following error messages when executing mpirun on ArchLinux for Termux?
The same program executes on Termux without any glitches.
@localhost:/data/data/com.termux/files/home[root@localhost home] mpirun…

Linus Fernandes
- 498
- 5
- 30
0
votes
2 answers
Can't rotate (Default) screen on Raspberry Pi3 running Manjaro with X11
I’m running the latest version of Manjaro ARM i3 on a Raspberry Pi3 (Image: Raspberry Pi 4 I3 20.10). I can’t for the love of me get the screen to rotate. I recently switched from Manjaro Wayland to this version because of Synergy support.
What I…

GeistInTheBASH
- 77
- 1
- 6