Bug#1037559: systemd-networkd-wait-online waits undefinitely if no networkd managed interfaces

2023-11-21 Thread Thomas Deutschmann
Hi, this bugfix caused a regression for me. I already filed and upstream report but didn't got any attention yet, see https://github.com/systemd/systemd-stable/issues/335 In short: I upraded from Debian 12.1 to Debian 12.2 using apt-get dist-upgrade which upgraded systemd from 252.12-1~deb1

Bug#922815: insserv: FATAL: service mountkernfs has to be enabled to use service keyboard-setup.sh

2023-06-13 Thread Thomas Deutschmann
On 2023-06-13 20:10, Thorsten Glaser wrote: I personally tend to use: apt-get --purge dist-upgrade This takes care of purging the configuration files of packages that get removed (take care, of course, to not let it remove things you still need, like the old PostgreSQL version until the clus

Bug#922815: insserv: FATAL: service mountkernfs has to be enabled to use service keyboard-setup.sh

2023-05-28 Thread Thomas Deutschmann
Hi, I saw that message today while upgrading bookworm RC3 to RC4: [...] Setting up console-setup-linux (1.221) ... insserv: FATAL: service mountkernfs has to be enabled to use service keyboard-setup.sh [...] Note: The system was recently upgraded from Debian 8 (without systemd) to Debian 9

Bug#1036857: anope: Sending mails using sendmail fails due to AppArmor

2023-05-27 Thread Thomas Deutschmann
Package: anope Version: 2.0.9-1 Severity: important X-Debbugs-Cc: whi...@whissi.de When you try to send a mail via anope, i.e. expecting verification mail after /msg nickserv register command, you will notice that anope will fail to send that mail. Anope will log: Error delivering mail for

Bug#1019140: fixed in unbound 1.17.1-2

2023-04-09 Thread Thomas Deutschmann
Hi, any reason why you didn't apply same fix to |do_root_trust_anchor_updatefunction or did you just miss that function?| | | |Regards, Thomas |

Bug#1021547: udevd: Assertion 'nvme' failed at src/udev/udev-builtin-path_id.c:559, function find_real_nvme_parent(). Aborting.

2022-10-10 Thread Thomas Deutschmann
Package: udev Version: 251.5-1 Severity: important Dear Maintainer, after upgrading to 251.5-1, my system failed to boot: Oct 10 00:15:53 host.example.org kernel: nvme nvme2: Shutdown timeout set to 10 seconds Oct 10 00:15:53 host.example.org kernel: nvme nvme1: Shutdown timeout set to 10 sec

Bug#1015922: dracut-core: grep missing in 90lvm/lvm_scan

2022-10-09 Thread Thomas Deutschmann
Hi, I also hit this today. Upstream fix: https://github.com/dracutdevs/dracut/commit/79f9d9e1c29a9c8fc046ab20765e5bde2aaa3428 Should be included if we bump to 057. -- Regards, Thomas

Bug#1019140: unbound-resolvconf.service will always be in failed state when you set RESOLVCONF=false

2022-10-04 Thread Thomas Deutschmann
Hi, may I suggest to apply the following changes? $ diff -u /usr/libexec/unbound-helper.ori /usr/libexec/unbound-helper --- /usr/libexec/unbound-helper.ori 2022-10-04 17:25:48.531922943 +0200 +++ /usr/libexec/unbound-helper 2022-10-04 17:26:58.143255583 +0200 @@ -24,7 +24,7 @@ fi do_reso

Bug#1014456: unbound: Please enable cachedb and redis support

2022-10-04 Thread Thomas Deutschmann
On Fri, 12 Aug 2022 12:53:39 +0300 Michael Tokarev wrote: What does cachedb/redis bring us, how these can be used? It will allow us to keep cache during reboot. For example: I set up a new Debian bookworm box where I am using unbound as resolver (default configuration; apt-get install unbou

Bug#1021229: dracut: dracut-shutdown.service fails because dracut looks for initramfs instead initrd

2022-10-03 Thread Thomas Deutschmann
Package: dracut-core Version: 056-3 Severity: important Dear Maintainer, I noticed that on shutdown, dracut-shutdown.service failed on my box: Oct 04 03:33:16 foo.example.org systemd[1]: dracut-shutdown.service: Control process exited, code=exited, status=1/FAILURE Oct 04 03:33:16 foo.exam

Bug#1020426: usrmerge fails configure: Can't locate autodie.pm in @INC [...] at /usr/lib/usrmerge/convert-etc-shells line 13

2022-09-21 Thread Thomas Deutschmann
Package: usrmerge Version: 30 Severity: important Dear Maintainer, I was trying to install Debian bookworm using firmware-testing-amd64-netinst.iso from 2022-09-21 14:22 (https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/daily-builds/sid_d-i/current/amd64/iso-cd/).

Bug#1019140: unbound-resolvconf.service will always be in failed state when you set RESOLVCONF=false

2022-09-04 Thread Thomas Deutschmann
Package: unbound Version: 1.16.2-1 Severity: normal Dear Maintainer, I am using unbound as recursive dns resolver for my local network, not just for localhost. My /etc/resolv.conf is mintainted by systemd-resolved and DNS server gets set by systemd-networkd. In the past, unbound-resolvconf.ser

Bug#1016879: prometheus-mysqld-exporter: Replace 'auth_socket' with 'unix_socket' in /etc/default/prometheus-mysqld-exporter

2022-08-08 Thread Thomas Deutschmann
Package: prometheus-mysqld-exporter Version: 0.14.0-1+b1 Severity: normal Dear Maintainer, in /etc/default/prometheus-mysqld-exporter it is written > [...] > ### Monitoring user creation. > # > # You need a user with enough privileges for the exporter to run. > # > # Example to create a user to

Bug#940505: pure-ftpd: TLS 1.3 support broken

2019-09-16 Thread Thomas Deutschmann
Source: pure-ftpd Severity: grave Justification: causes non-serious data loss Dear Maintainer, please consider disabling TLS 1.3 support. While you added TLS 1.3 compatibility through bug 918630, this uncovered a grave bug in pure-ftpd, see https://github.com/jedisct1/pure-ftpd/issues/102 or htt

Bug#861262: sphinxsearch needs systemd unit file

2018-04-01 Thread Thomas Deutschmann
Hi, Debian still provides a generic fallback for sysvinit scripts for packages not providing a systemd unit like sphinxsearch. The problem is that this fallback isn't aware of anything else like "stop" and "start", i.e. systemd will only call sphinxsearch's runscript with either "start" or "stop"