Skip to main content

Questions tagged [alpine-linux]

Alpine Linux is a distribution for small, secure systems, based on busybox and musl

0 votes
1 answer
32 views

After using the timeout command in the container of the alpine image, a dead process will be left

I ran a container using the alpine image and used timeout to run a command in it. After the timeout command ran, there is a dead process left in alpine, and I cannot kill it using the kill command. My ...
Ui Hirazawa's user avatar
0 votes
0 answers
74 views

alpine linux | mounting media failed

I am trying to install apine lixun on a server. Use Rufus to create a bootable flash drive with the operating system. When trying to install the operating system I get the following message "...
Agustin Sandoval's user avatar
0 votes
0 answers
24 views

OpenRC not starting services

For testing purposes, I need a quick way to generate a root filesystem to use for booting freshly built Linux kernels. I've been doing this by using Docker to create a filesystem and then transferring ...
larsks's user avatar
  • 36k
1 vote
1 answer
52 views

Is systemd viable for embedded when storage is not a concern?

Excuse me if this is a dumb question. I've been experimenting with this old nas box i bought, cross compiling anything and everything i could get my hands on. And now i want to take it a step further ...
8_Peter_8's user avatar
0 votes
1 answer
66 views

curl is not able to resolve host by default, --ipv4 switch works

I have a Linux Alpine (v3.18.6) container running on AKS. The curl command inside that container is not able to resolve a private DNS host. Also, nslookup throws SERVFAIL. However, when I provide --...
Snehasish Karmakar's user avatar
0 votes
0 answers
115 views

Docker daemon DNS fails

Summary of question: When trying to docker pull from any repository other than the default, e.g. docker pull mcr.microsoft.com/dotnet/sdk:8.0 the command fails with dial tcp: lookup mcr.microsoft.com ...
Aviad P.'s user avatar
  • 101
0 votes
1 answer
138 views

/dev/sda is present but /dev/sda1 and /dev/sda2 are missing

I have a file.img file which was obtained by running dd if=/dev/sda of=file.img. This was done on a device with two partitions, /dev/sda1 and /dev/sda2. In order to flash a new device with the same ...
Silviu Bajenaru Marcu's user avatar
0 votes
0 answers
87 views

Alpine Linux 3.18.3 - Kernel pinning during installation

I'm a new Alpine Linux user and I'm struggling to install a specific kernel version on Alpine-virt-3.18.3-x86_64. The ISO I'm using comes with the default kernel version 6.1.43-0-virt. When I run the ...
kz26's user avatar
  • 1
0 votes
0 answers
96 views

SSH connection failing on bitbucket pipeline, but working on local computer

From my local computer, I can ssh into my server without a password by doing: ssh [email protected] I then check /var/log/auth.log on the server to see what ssh key was used. I get something like ...
kellymandem's user avatar
0 votes
1 answer
206 views

alpine update motd on login

Is there any way to update the /etc/motd file on login? The /etc/profile and /etc/profile.d/*.sh scripts are executed after the motd is already displayed on login so these methods don't work. I want ...
EightBall's user avatar
0 votes
2 answers
1k views

Unable to install or upgrade to specific version of alpine/expat 2.6.0-r0 in alpine docker image

Due to latest vulnerability detected CVE-2023-52425, CVE-2023-52426, I need to upgrade alpine/expat 2.5.0-r2 to expat 2.6.0-r0 in my alpine docker image. I tried various ways (see below) to upgrade ...
TJL's user avatar
  • 1
0 votes
0 answers
43 views

Bluetooth earphones doesn't connect automatically

After Alpine installation, I paired and trusted the earphone using bluetoothctl. I have pipewire working, and pipewire-pulse installed (don't know how to check if it works). These earphones worked ...
Tala2n's user avatar
  • 1
0 votes
1 answer
353 views

Trying to install postgresql16-client on an Alpine Docker Container

I'm trying to create a Docker container with postgresql16-client but i'm getting an error saying that the package does not exist. I'm going to also install dotnet 8 on this container in order to run ...
mig50's user avatar
  • 3
0 votes
1 answer
494 views

OpenNTPd not working in alpine Linux

In a Clean Alpine Linux install run apk add openntpd service openntpd start rc-update add openntpd Then modifiy the /etc/ntpd.conf to # $OpenBSD: ntpd.conf,v 1.16 2019/11/06 19:04:12 deraadt Exp $ # #...
Delfin's user avatar
  • 150
0 votes
0 answers
31 views

Home Assistant OS + Wireguard Client addon = IP Masquerading not working correctly

I installed addon wireguard-client on my Home Assistant OS on Raspberry Pi IP masquerading is not working; I cannot access other devices on my local area network traceroute stops at 10.10.1.2 instead ...
jotyhista's user avatar

15 30 50 per page
1
2 3 4 5
22