From Natanael Copa to ~alpine/users
On Fri, 22 Nov 2024 08:59:14 +0100 daggs <daggs@gmx.com> wrote: > Greetings, > > I have this interface file: > auto lo > iface lo inet loopback > > allow-hotplug vnet0 > iface vnet0 inet dhcp > > when vnet0 get visible, there is no ip assignment, so I wrote a script that tries to run ifup on the adapter and when it success, it bails out. > thing is, after the lease time is over (~10 hours of lease), the nic looses the ip, how can I configure the lease to be renewed when needed?
From Natanael Copa to ~alpine/announce
The Alpine Linux project is pleased to announce the immediate availability of new stable releases: - 3.17.10 - https://git.alpinelinux.org/aports/log/?h=v3.17.10 - 3.18.9 - https://git.alpinelinux.org/aports/log/?h=v3.18.9 - 3.19.4 - https://git.alpinelinux.org/aports/log/?h=v3.19.4 - 3.20.3 - https://git.alpinelinux.org/aports/log/?h=v3.20.3 Those releases contains various security fixes including a fix for OpenSSL CVE-2024-6119 (https://security.alpinelinux.org/vuln/CVE-2024-6119).
From Natanael Copa to ~alpine/users
On Thu, 5 Sep 2024 09:37:39 -0400 Evan J <ev5unleash@gmail.com> wrote: > Hi Everyone, > > I hope all is well! > > I've spun up a VM of Alpine Linux and so far I'm loving it! It's a breath > of fresh air to run a slim flavour of Linux! > > That being said, I'm trying to install it onto a Minisforum S100 to act as > a small server. However, I'm running into issues with the UFS storage on > this device. The install will work fine, however, the server will fail to > mount the root partition and fail into the emergency shell. I have
From Natanael Copa to ~alpine/announce
The Alpine Linux project is pleased to announce the immediate availability of new stable releases: - 3.17.9: https://git.alpinelinux.org/aports/log/?h=v3.17.9 - 3.18.8: https://git.alpinelinux.org/aports/log/?h=v3.18.8 - 3.19.3: https://git.alpinelinux.org/aports/log/?h=v3.19.3 Those releases contains various security fixes including a fix for OpenSSL CVE-2024-5535[1]. [1]: https://security.alpinelinux.org/vuln/CVE-2024-5535
From Natanael Copa to ~alpine/announce
We are pleased to announce the release of Alpine Linux 3.20.2, a maintenance release of the 3.20 series. This release includes various bug fixes and security updates, including a security fix with low severity for OpenSSL CVE-2024-5535. https://security.alpinelinux.org/vuln/CVE-2024-5535 The full lists of changes can be found in the git log[1]. [1]: https://git.alpinelinux.org/aports/log/?h=v3.20.2 Git Shortlog ------------
From Natanael Copa to ~alpine/users
On Thu, 4 Jul 2024 18:17:55 +0200 daggs <daggs@gmx.com> wrote: > > > Greeting, > > > > > > I'm trying to debug a bug under alpine linux when it comes to session based libvirt vms. > > > when starting a vm that has a virt nic binded to a bridge, I get this error: Unable to create tap device vnet0: Operation not permitted > > > I've looked into the code of libvirt and narrowed it down to this func: virNetDevTapCreate > > > I've taken the relevant code to a side file for testing, there is the code I use: > > > # include <linux/if.h> > > > # include <linux/if_tun.h> /* IFF_TUN, IFF_NO_PI */ > > > #include <stddef.h> > > > #include <stdlib.h> > > > # include <sys/ioctl.h>
From Natanael Copa to ~alpine/users
On Thu, 4 Jul 2024 16:15:46 +0200 daggs <daggs@gmx.com> wrote: > Greeting, > > I'm trying to debug a bug under alpine linux when it comes to session based libvirt vms. > when starting a vm that has a virt nic binded to a bridge, I get this error: Unable to create tap device vnet0: Operation not permitted > I've looked into the code of libvirt and narrowed it down to this func: virNetDevTapCreate > I've taken the relevant code to a side file for testing, there is the code I use: > # include <linux/if.h> > # include <linux/if_tun.h> /* IFF_TUN, IFF_NO_PI */ > #include <stddef.h> > #include <stdlib.h> > # include <sys/ioctl.h>
From Natanael Copa to ~alpine/announce
The Alpine Linux project is pleased to announce the immediate availability of new stable releases: - 3.17.8 (https://git.alpinelinux.org/aports/log/?h=v3.17.8) - 3.18.7 (https://git.alpinelinux.org/aports/log/?h=v3.18.7) - 3.19.2 (https://git.alpinelinux.org/aports/log/?h=v3.19.2) Those releases contains various security fixes including fixes for: ## OpenSSL - CVE-2024-2511 (https://security.alpinelinux.org/vuln/CVE-2024-2511) - CVE-2024-4603 (https://security.alpinelinux.org/vuln/CVE-2024-4603)
From Natanael Copa to ~alpine/announce
We are pleased to announce the release of Alpine Linux 3.20.1, a maintenance release of the 3.20 series. This release includes various bug fixes and security updates, including security fixes for: ## OpenSSL - CVE-2024-4741 (https://security.alpinelinux.org/vuln/CVE-2024-4741) ## busybox - CVE-2023-42364 (https://security.alpinelinux.org/vuln/CVE-2023-42364) - CVE-2023-42365 (https://security.alpinelinux.org/vuln/CVE-2023-42365) The full lists of changes can be found in the git log.
From Natanael Copa to ~alpine/users
On Wed, 22 May 2024 22:40:18 +0200 Martin Steigerwald <martin@lichtvoll.de> wrote: > Hi! > > Thanks for Alpine Linux and Alpine Linux 3.20! I am thoroughly impressed > by its simplicity and the speed of the apk package manager. > > I migrated an Alpine Edge, now 3.20, LXC container from Redis to Valkey, > without using valkey-compat package, and got: > > valkey: Failed opening Unix socket: bind: Permission denied ...