From Faustin Lammler to ~sircmpwn/alpine-devel
Hi Hans! I can confirm this (tested in podman containers with): | podman run --name init-test --rm -d fauust/docker-systemd:alpine-3.20 | podman exec -it init-test sh | mkdir /root/backup | apk add mariadb mariadb-backup mariadb-client mariadb-openrc | /etc/init.d/mariadb setup | /etc/init.d/mariadb start | mariabackup --backup -u root -p --targetdir=/root/backup/ I could not find anything upstream (https://jira.mariadb.org/browse/MDEV-20189?jql=text%20~%20%22mariabackup%20segfault%22) but my first guess would be that this does not comes from Alpine packaging. So, you might consider opening a jira issue there?
From Faustin Lammler to ~sircmpwn/alpine-devel
Hi Francesco! Francesco <francesco.colista@gmail.com>, 08/01/2024 – 19:14:47 (+0100): > Hello! > Zabbix agent is not shipped with any official logrotate config files, > so debian create it by themselves. Oh, I didn't even checked that upstream provided it in the first place. > Would be nice if the debian maintainer of zabbix agent will send it > upstream, so that zabbix devs can include that in the official > package.
From Faustin Lammler to ~sircmpwn/alpine-devel
Hi! First post here so, sorry if this is the wrong place. I recently migrated from Debian to Alpine Linux for my daily driver and I am so far absolutely happy with it, thank you all for this great OS! My question is about logrotation on Alpine Linux (so, not in the context of containers). I discovered that the zabbix agent2 package (zabbix-agent2-6.4.10-r0) does not provide a logrotate configuration. Is this normal? What's Alpine's approach with respect to log rotation? I could not find any documentation so far. Thanks and I wish you all the best for 2024!
From Faustin Lammler to ~sircmpwn/email-test-drive
Plus signoff option... Signed-off-by: Faustin Lammler <faustin@fala.red> --- Not sure this is what I want... faust | 1 + 1 file changed, 1 insertion(+) create mode 100644 faust diff --git a/faust b/faust new file mode 100644 index 0000000..f9ff3eb --- /dev/null [message trimmed]
From Faustin Lammler to ~sircmpwn/email-test-drive
--- should be ok now? faust | 1 + 1 file changed, 1 insertion(+) create mode 100644 faust diff --git a/faust b/faust new file mode 100644 index 0000000..66cb3d4 --- /dev/null +++ b/faust @@ -0,0 +1 @@ I have successfully used git send-email![message trimmed]
From Faustin Lammler to ~sircmpwn/email-test-drive
--> approved --- Fix on the first patch faust | 1 + 1 file changed, 1 insertion(+) create mode 100644 faust diff --git a/faust b/faust new file mode 100644 index 0000000..3703cf1 --- /dev/null +++ b/faust @@ -0,0 +1 @@ [message trimmed]
From Faustin Lammler to ~sircmpwn/email-test-drive
--- faust | 1 + 1 file changed, 1 insertion(+) create mode 100644 faust diff --git a/faust b/faust new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/faust @@ -0,0 +1 @@ -- 2.29.2 I'm about to try git send-email[message trimmed]
From Faustin Lammler to ~sircmpwn/sr.ht-discuss
Hi! Sorry for re-opening this "old" thread and this is maybe not how to report problems on sr.ht? I am also not able to import my PGP key, it gives me "This is not a valid PGP key". Key was exported with: | gpg --output public.pgp --armor --export faustin@fala.red What am I doing wrong? Thomas James Passmore <thomas@ra1n.org>, 23/11/2018 – 15:38:02 (+1300):