Bug#964776: debsums: Symlink loop detection bug - aborting debsums falsely for absolute non-looping symlinks

2024-10-18 Thread Harald Dunkel
I tried the patch on Bookworm: Works for me. Before: il06:~# debsums -se debsums: changed file /etc/apt/trusted.gpg.d/example-keyring.gpg (from example-bootstrap package) debsums: changed file /etc/apt/sources.list.d.bookworm/example.de.list (from example-bootstrap package) debsums: missing fil

Bug#964776: debsums: Symlink loop detection bug - aborting debsums falsely for absolute non-looping symlinks

2024-10-16 Thread Harald Dunkel
metoo. Makes the package unusable for me. Its a shame that nobody seems to care about this package. Regards Harri

Bug#1084053: Info received (Bug#1084053: race condition: kernel log shows up on any container running rsyslogd)

2024-10-07 Thread Harald Dunkel
My bad: I expected /proc/kmsg to be a named pipe or similar, but it is not. It is a circular buffer providing the most recent kernel messages. It was just too small, so old messages got overwritten. This bug report can be closed. Thank you very much for your support. Harri

Bug#1084053: race condition: kernel log shows up on any container running rsyslogd

2024-10-07 Thread Harald Dunkel
I am just asking for a reasonable way to configure rsyslogd in a containerized environment. Using the old klogd it was sufficient to disable the service. Now I have to edit rsyslog.conf, producing a conflict on the next rsyslog package upgrade. Maybe its not a traditional race condition, but the

Bug#1084053: race condition: kernel log shows up on any container running rsyslogd

2024-10-07 Thread Harald Dunkel
PPS: My bad, I lost the --privileged flag. Same problem for Incus and Kubernetes as for Docker and LXC.

Bug#1084053: race condition: kernel log shows up on any container running rsyslogd

2024-10-06 Thread Harald Dunkel
PS: Using incus or kubernetes (runc) rsyslogd replies an error message Oct 07 06:27:32 sample rsyslogd[2164]: imklog: cannot open kernel log (/proc/kmsg): Permission denied. Oct 07 06:27:32 sample rsyslogd[2164]: activation of module imklog failed [v8.2302.0 try https://www.rsyslog.com/e/2145 ]

Bug#1084053: race condition: kernel log shows up on any container running rsyslogd

2024-10-05 Thread Harald Dunkel
I am using LXC, but its easy to reproduce using docker, eg root@dpcl064:~# docker run -it --rm --privileged debian:unstable root@5777524c8f59:/# apt-get update Get:1 http://deb.debian.org/debian unstable InRelease [202 kB] Get:2 http://deb.debian.org/debian unstable/main amd64 Packages [9983 kB]

Bug#1084053: race condition: kernel log shows up on any container running rsyslogd

2024-10-04 Thread Harald Dunkel
Package: rsyslog Version: 8.2408.0-2 Debian's default rsyslog configuration loads the imklog module even when running in a container. Thats a very bad idea: It messes up /var/log/kern.log on both host and container. The next kernel log line shows up somewhere on any container running rsyslogd. A

Bug#1082611: linux-headers-amd64-6.10 and linux-image-amd64-6.10 ?

2024-09-23 Thread Harald Dunkel
Package: linux-image-amd64 Version: 6.10.6-1 Hi folks, would it be possible to provide meta packages linux-headers-amd64-6.10 and linux-image-amd64-6.10 (and similar), to support installing several major kernel versions in parallel (stable and backports, for example)? Currently it is easy to lo

Bug#1082499: nfs mounts should depend upon networking

2024-09-21 Thread Harald Dunkel
Package: systemd Version: 252.30-1~deb12u2 Apparently NFS mounts depend upon networking, but the generated service files don't tell. Sample: % systemctl cat home.mount # /run/systemd/generator/home.mount # Automatically generated by systemd-fstab-generator [Unit]

Bug#1082497: keep network running as long as possible

2024-09-21 Thread Harald Dunkel
Package: ifupdown2 Version: 3.0.0-1.1 Apparently networking is stopped at shutdown/reboot time, even though some NFS umounts were not completed (in time). This is a very bad idea, cause it further delays the shutdown. Similar problems might exist with other network based services. I would sugges

Bug#1082496: keep sshd running as long as possible

2024-09-20 Thread Harald Dunkel
Package: openssh-server Version: 1:9.8p1-8 Currently sshd is among the first to die at shutdown time. This is very painful, esp on a headless system that gets stuck at shutdown/reboot time somehow. You cannot login to examine. It would be very helpful if sshd could be kept running as long as pos

Bug#684462: autofs5 breaks quilt (using /home/.pc)

2024-09-16 Thread Harald Dunkel
please close, thank you anyway

Bug#1081263: disable colors by default

2024-09-09 Thread Harald Dunkel
Package: iproute2 Version: 6.10.0-2 Could you please drop the color output of ip by default? Sometimes color output is very helpful, eg. for syntax highlighting in your favorite editor, but I cannot imagine why it would be helpful to show the IPv6 address in blue on black background, or the MAC a

Bug#1080975: upgrade 6.1.106 to 6.10.6 failed

2024-09-08 Thread Harald Dunkel
On 2024-09-06 19:10:49, Ben Hutchings wrote: The kernel doesn't "support" any of these names; that's all done by udev. I'm reassigning this accordingly. Thank you. If I got this correctly the bug is already in udev for stable? I was lucky I haven't had any new drivers supporting devlink for

Bug#1080975: upgrade 6.1.106 to 6.10.6 failed

2024-09-06 Thread Harald Dunkel
Package: linux-image-amd64 Version: 6.10.6-1 Upgrading from 6.1.106 to 6.10.6 failed, because some network interfaces changed their names, eg. enp49s0f1 --> enp49s0f1np1 Pretty painful for a headless server system. The system booted, but drbd was dead. Before (6.1.106): 2024-09-04T10:

Bug#1080377: networking.services got disabled

2024-09-02 Thread Harald Dunkel
Package: ifupdown Version: 0.8.43 After migrating from ifupdown2 3.0.0-1.2 to ifupdown 0.8.43 networking.service was disabled and the host did not boot due to lost network. Pretty painful for a headless system. Aptitude 0.8.13: log report Mon, Sep 2 2024 15:16:10 +0200 IMPORTANT: this log on

Bug#1080318: postinst fails if /etc/locatime exists

2024-09-02 Thread Harald Dunkel
Package: tzdata Version: 2024a-4 At the upgrade from Bookworm to Trixie the postinst for tzdata failed: Setting up tzdata (2024a-4) ... dpkg: error processing package tzdata (--configure): installed tzdata package post-installation script subprocess returned error exit status 10 /etc/localtim

Bug#1080296: ifupdown-pre.service: Timed out for waiting the udev queue being empty

2024-09-01 Thread Harald Dunkel
Package: ifupdown Version: 0.8.41 Since 12.7 I get a failure at boot time # systemctl --failed UNIT LOAD ACTIVE SUBDESCRIPTION ● ifupdown-pre.service loaded failed failed Helper to synchronize boot up for ifupdown LOAD = Reflects whethe

Bug#1080266: program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO

2024-09-01 Thread Harald Dunkel
Package: smartmontools Version: 7.4-2+b1 Using the backport of 7.4 to Bookworm I see tons of messages [Sun Sep 1 11:57:59 2024] program smartctl is using a deprecated SCSI ioctl, please convert it to SG_IO [Sun Sep 1 11:57:59 2024] program smartctl is using a deprecated SCSI ioctl, please con

Bug#1077023: bad build time package dependency for nfs-utils

2024-08-22 Thread Harald Dunkel
Hi Salvatore, for testing I have derived a private nfs-utils package for shiny new version 2.7.1 and gave it a try: 3 patches could be dropped, one patch had to be refreshed, the rest builds out of the box (on Bookworm). quilt delete fsidd-call-anonymous-sockets-by-their-name-only-don-.p

Bug#1077023: bad build time package dependency for nfs-utils

2024-08-12 Thread Harald Dunkel
Somehow this got stuck :-(.

Bug#1076849: No config found for iwlwifi

2024-08-07 Thread Harald Dunkel
Recently we have seen the "no config found" error for backports kernel 6.9.7 as well, ie the problem is not solved for newer kernels, either. [Wed Aug 7 09:43:34 2024] Linux version 6.9.7+bpo-amd64 (debian-ker...@lists.debian.org) (x86_64-linux-gnu-gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU

Bug#1077841: build error for kernel 6.10.2

2024-08-03 Thread Harald Dunkel
Package: nvidia-kernel-dkms Version: 545.23.06-1 nvidia-kernel-dkms doesn't build for upstream's 6.10.2 kernel: : /var/lib/dkms/nvidia-current/545.23.06/build/nvidia/os-mlock.c: In function 'nv_follow_pfn': /var/lib/dkms/nvidia-current/545.23.06/build/nvidia/os-mlock.c:36:12: error: implicit de

Bug#1077731: fix CVE-2023-3758 for Bookworm, please?

2024-08-01 Thread Harald Dunkel
Package: sssd Version: 2.8.2-4 Using libpam_sss I have seen weird login failures on dovecot (bad password, even though the password was correct, and "Insufficient credentials to access authentication data" several times in a row, until it finally succeeds) for sssd on Bookworm. Since htt

Bug#1076849: No config found for iwlwifi

2024-07-31 Thread Harald Dunkel
Hi Salvatore, is running the backports kernel supposed to be the official fix, or will there be fixed 6.1 kernel for Bookworm as well? Regards Harri

Bug#1077023: bad build time package dependency for nfs-utils

2024-07-25 Thread Harald Dunkel
Package: nfs-utils Version: 2.6.4-5 Trying to backport nfs-utils to Bookworm I ran into a build error: : gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -I ../../support/nfsidmap -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -pipe -Wall -Wextra -

Bug#1076849: No config found for iwlwifi

2024-07-24 Thread Harald Dunkel
Package: linux-image-6.1.0-23-amd64 Version: 6.1.99-1 Sometimes iwlwifi becomes unavailable on our Tuxedo laptops running Debian's kernel 6.1.90, 6.1.94 or 6.1.99. The error message in system log is 2024-07-23T09:14:59.386353+02:00 ppcl013 kernel: [ 18.191543] Intel(R) Wireless WiFi driver fo

Bug#1076622: bzflag dies when run without gdb

2024-07-20 Thread Harald Dunkel
Package: bzflag-client Version: 2.4.26-1 If I run bzflag it dies as soon as I try to join a game. % dpkg -l bzflag Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) |

Bug#1076497: incus doesn't shut down gracefully on a reboot

2024-07-17 Thread Harald Dunkel
Package: incus Version: 6.0.1-1~bpo12+1 If I reboot an incus host with 2 instances (1 LXC + 1 KVM) running, then there are a few I/O errors on the console: [FAILED] Failed unmounting run-user-0.mount - /run/user/0. [FAILED] Failed unmounting var-lib-…ncus/devices/limited/config.mount. [FAILED] F

Bug#1076492: why "commercial"?

2024-07-16 Thread Harald Dunkel
Package: rclone Version: 1.60.1+dfsg-3 Severity: wishlist The package description for rclone says rsync for commercial cloud storage Why "commercial"? I think this is misleading. Using minio, nextcloud or others you can run your own storage service and use it with rclone, see https://rc

Bug#608913: closed by Jeremy Bícha (Re: don't make desktop-base mandatory, cause it sucks)

2024-07-11 Thread Harald Dunkel
I am not sure if this is still relevant, because this ticket is >13 years old and package dependencies and contents have changed, but IMHO you missed the point. The eye-candy is surely important for Canonical, but in general I would recommend to give the Debian users the freedom to get rid of it

Bug#1076123: new upstream 9.8 for experimental, please?

2024-07-10 Thread Harald Dunkel
Package: openssh-server Version: 1:9.7p1-7 Do you think it would be possible to get upstream's current version 9.8 for experimental, built including the deprecated ciphers? Thank you Harri

Bug#1074440: kodi dies with "PyImport_AppendInittab() may not be called after Py_Initialize()"

2024-06-29 Thread Harald Dunkel
Confirmed. Commit 4bf9de87e700f0de56ef698a8d8d6eb7d4ff9050 does the trick. I applied the patch to kodi 2:20.5+dfsg-2 and built it using sid: The fatal message is gone.

Bug#1074440: kodi dies with "PyImport_AppendInittab() may not be called after Py_Initialize()"

2024-06-28 Thread Harald Dunkel
Package: kodi Version: 2:20.5+dfsg-2+b2 kodi dies immediately with {harri@cecil:~ (master) 1032} kodi /usr/bin/kodi: 1: ulimit: error setting limit (Operation not permitted) kodi: ulimit is unsupported by this shell libva info: VA-API version 1.21.0 libva error: vaGetDriverNames() failed with unk

Bug#1073818: backport to Bookworm stumbles over missing stddef.h

2024-06-19 Thread Harald Dunkel
Package: nfs-common Version: 2.6.4-4 Severity: wishlist Backporting 2.6.4-4 to Bookworm fails with : : Making all in reexport make[3]: Entering directory '/build/nfs-utils-2.6.4/support/reexport' gcc -DHAVE_CONFIG_H -I. -I../../support/include -I/usr/include/tirpc -I/usr/include/libxml2 -Wdat

Bug#1073040: dput: Fails when processing ssh_config_options value: AttributeError: 'list' object has no attribute 'split'

2024-06-16 Thread Harald Dunkel
I did a brief test using dput built from https://salsa.debian.org/debian/dput/-/merge_requests/15 . Works for me. Moving back to version 1.2 I get Incorrect delayed argument: ValueError: delayed days value must be a decimal integer: again. Regards Harri

Bug#1071562: nfsd blocks indefinitely in nfsd4_destroy_session

2024-06-15 Thread Harald Dunkel
metoo. I am not sure if a modern kernel on the clients is involved (most clients are running 6.1.90), but I have seen a blocking nfsd twice as well, last time this morning. The kern.log on the server says 2024-06-10T15:54:23.722921+02:00 nasl006b kernel: [1298984.543582] receive_cb_reply: Got u

Bug#1072619: apt-get full-download

2024-06-05 Thread Harald Dunkel
Package: apt Version: 2.6.1 Severity: wishlist For managing a private, limited clone of bookworm backports I am looking for an easy way to download *all* binary packages for a given source package, version and architecture from a single repository. Some one-liner like apt-get full-downloa

Bug#1071143: lost certificate links are not recovered by postinst

2024-05-14 Thread Harald Dunkel
Package: ca-certificates Version: 20230311 Somehow I lost a few symlinks in /etc/ssl/certs, for example: root@dpcl064:~# ls -al /etc/ssl/certs/*SSL.com* ls: cannot access '/etc/ssl/certs/*SSL.com*': No such file or directory Problem is, they are neither recovered by update-ca-ce

Bug#1067006: marked as done (rpc-statd.service: State 'stop-sigterm' timed out. Killing.)

2024-04-28 Thread Harald Dunkel
Found it on Bookworm as well. Regards Harri

Bug#1069874: E: Problem parsing Provides line of perccli:all=007.2616.0000.0000

2024-04-25 Thread Harald Dunkel
Package: apt Version: 2.6.1 If I put Dell's current debian package for perccli into my local reprepro, then "apt update" complains E: Problem parsing Provides line of perccli:all=007.2616.. E: Error occurred while processing perccli (NewVersion2) E: Problem with MergeList /var/lib/apt/l

Bug#1067006: marked as done (rpc-statd.service: State 'stop-sigterm' timed out. Killing.)

2024-04-21 Thread Harald Dunkel
Hi Salvatore, sorry for not sending a reply. I completely forgot this bug report. Fortunately it appears to be still open. I ran into this problem again just a few minutes ago on running apt upgrade. Several services were restarted in parallel, using "needrestart". journalctl shows: Apr 21 12:

Bug#1069010: upgrade to 5.73 breaks BT keyboard

2024-04-14 Thread Harald Dunkel
Package: bluetooth Version: 5.73-1 The upgrade of bluetooth version 5.71 to 5.73-1 breaks BT keyboard. journalctl shows the details before and after the upgrade and service restart: {root@lola:~ (local) 502} journalctl -u bluetooth -b Apr 15 06:39:09 lola.afaics.de systemd[1]: Starting bluetooth

Bug#1069006: upgrade to 5.73 breaks BT keyboard

2024-04-14 Thread Harald Dunkel
Package: bluetooth Version: 5.73-1 The upgrade of bluetooth version 5.71 to 5.73-1 breaks BT keyboard. journalctl shows the details before and after the upgrade and service restart: {root@lola:~ (local) 502} journalctl -u bluetooth -b Apr 15 06:39:09 lola.afaics.de systemd[1]: Starting bluetoot

Bug#1069005: upgrade to 5.73 breaks BT keyboard

2024-04-14 Thread Harald Dunkel
Package: bluetooth Version: 5.73-1 The upgrade of bluetooth version 5.71 to 5.73-1 breaks BT keyboard. journalctl shows the details before and after the upgrade and service restart: {root@lola:~ (local) 502} journalctl -u bluetooth -b Apr 15 06:39:09 lola.afaics.de systemd[1]: Starting bluetoot

Bug#1067836: Error opening SPICE console: Namespace SpiceClientGtk not available

2024-03-27 Thread Harald Dunkel
Package: virt-manager Version: 1:4.1.0-2 Installing a new Debian host in virt-manager the predefined default domain configuration fails to show a console. There is just a blank window, saying Error connecting to graphical console: Error opening SPICE console: Namespace SpiceClientGtk not availab

Bug#1067227: bad error message "Could not access KVM kernel module: Permission denied"

2024-03-20 Thread Harald Dunkel
Package: libvirt-clients Version: 9.0.0-4 # virsh start rr00 (using root or any other user with correct group assignments) fails with error: Failed to start domain 'rr00' error: internal error: process exited while connecting to monitor: Could not access KVM kernel module: Permission denied 20

Bug#1067006: rpc-statd.service: State 'stop-sigterm' timed out. Killing.

2024-03-16 Thread Harald Dunkel
Package: nfs-common Version: 1:2.6.4-3 Restarting rpc-statd.service (e.g via needrestart at upgrade time) runs into a timeout: Mar 16 20:06:58 lola.afaics.de systemd[1]: rpc-statd.service: State 'stop-sigterm' timed out. Killing. Mar 16 20:06:58 lola.afaics.de systemd[1]: rpc-statd.service: Kill

Bug#1064194: 535.86.05 breaks Xorg

2024-03-03 Thread Harald Dunkel
Hi Andreas, On 2024-03-01 11:36:43, Andreas Beckmann wrote: Hi Harald, On 24/02/2024 11.31, Harald Dunkel wrote: [INSTALL, DEPENDENCIES] libnvidia-glvkspirv:amd64 535.86.10-1 [INSTALL, DEPENDENCIES] nvidia-vulkan-common:amd64 535.86.10-1 [INSTALL] nvidia-vulkan-icd:amd64 535.86.10-1 Are you

Bug#1065382: trap int3 ip:7fed77a24587 sp:7ffc8e859b40 error:0 in libglib-2.0.so.0.7800.4[7fed779e0000+99000]

2024-03-03 Thread Harald Dunkel
Package: libglib2.0-0t64 Version: 2.78.4-2.1+b1 I got a few messages in kern.log: 2024-03-03T17:10:55.375204+01:00 cecil kernel: traps: at-spi-bus-laun[2238] trap int3 ip:7f52523f5587 sp:7ffded761730 error:0 in libglib-2.0.so.0.7800.4[7f52523b1000+99000] 2024-03-03T17:22:53.095180+01:00 cecil

Bug#1058590: getent in polkitd.postinst is broken

2024-02-26 Thread Harald Dunkel
Hi Alban, sorry, I cannot reproduce this anymore: In the meantime I have migrated all my hosts to bookworm. When I ran into this problem, I have manually created a local user and tried the upgrade again. Worked for me. See the debug output in my posting in this thread of Dec 15th. Regards Har

Bug#1064579: new git url for non-free firmware

2024-02-24 Thread Harald Dunkel
Package: firmware-iwlwifi Version: 20230625-2 The source URL mentioned in the copyright file doesn't work anymore. It seems to be https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware now. Same goes for other packages. Regards Harri

Bug#1064194: 535.86.05 breaks Xorg

2024-02-24 Thread Harald Dunkel
I went through the list of packages added by nvidia-driver-full, one after the other. Of course it was the very last one making xorg work again: ``` Aptitude 0.8.13: log report Sat, Feb 24 2024 11:23:56 +0100 IMPORTANT: this log only lists intended actions; actions which fail due to dpkg pro

Bug#1064194: 535.86.05 breaks Xorg

2024-02-24 Thread Harald Dunkel
I found something: Apparently I have to install the *nvidia-driver-full* package to avoid the crash at start time. I would guess there is a missing dependency in the nvidia-driver package. These packages were added by nvidia-driver-full: ``` Aptitude 0.8.13: log report Sat, Feb 24 2024 08:57:19

Bug#1064194: Info received (Bug#1064194: 535.86.05 breaks Xorg)

2024-02-23 Thread Harald Dunkel
For verification I have installed Bookworm on an external SSD (using debootstrap), added Gnome and nvidia-graphics-drivers 525 and verified, upgraded to Testing and verified, and upgraded to Unstable and verified (still 525.147.05-7~deb12u1). X worked. Next I cherry-picked nvidia 535.86.10-1 from

Bug#1064194: 535.86.05 breaks Xorg

2024-02-19 Thread Harald Dunkel
On 2024-02-19 00:29:15, Andreas Beckmann wrote: I didn't spot anything obvious in the upstream changelog for the newer releases so I'll just upload the next (not latest) upstream release (because that's the one I've ready right now) in the hope it improves things. Its still broken. I tried De

Bug#1064194: 535.86.05 breaks Xorg

2024-02-18 Thread Harald Dunkel
Package: libnvidia-glcore Version: 535.86.05-1 After upgrading to version 535.86.05.1 Xorg dies with SIGSEV: : [33.382] (II) Initializing extension NV-GLX [33.382] (II) Initializing extension NV-CONTROL [33.382] (II) Initializing extension XINERAMA [33.386] (EE) [33.386] (EE)

Bug#1053757: Info received (migration from sqlite to postgresql 15 failed)

2024-02-13 Thread Harald Dunkel
PS: I have replaced all "char(10)" and "char(13)" in the sqlite dump file by "'.'". Finally I could import the database dump in postgresql (15) and use it in xca. There is no visible advantage, though. xca is as slow as for using sqlite. I had hoped for a speed improvement. Regards Harri

Bug#1053757: migration from sqlite to postgresql 15 failed

2024-02-13 Thread Harald Dunkel
Hi Thomas, sorry for the late response. Somehow this went out of focus. I have backported your 2.5.0 package too bookworm. After running the new xca the sqlite db was updated, next I exported it using sqlite3, but on importing it psql complained about the first line in the dump file again: ERRO

Bug#1030843: needrestart: lxc exception

2024-02-05 Thread Harald Dunkel
I would second that. Docker and libvirt and even lxcfs are on the override list, but lxc has been forgotten, as it seems. On the most recent libc6 update needrestart killed a huge list of LXC containers by restarting lxc. Regards Harri

Bug#1062932: nvidia-kernel-dkms: dkms module won't build against linux-image-6.1.0-18-amd64 (6.1.76-1)

2024-02-05 Thread Harald Dunkel
metoo. Error message is: : ERROR: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol '__rcu_read_lock' ERROR: modpost: GPL-incompatible module nvidia.ko uses GPL-only symbol '__rcu_read_unlock' make[3]: *** [/usr/src/linux-headers-6.1.0-18-common/scripts/Makefile.modpost:126: /va

Bug#1062932: nvidia-kernel-dkms: dkms module won't build against linux-image-6.1.0-18-amd64 (6.1.76-1)

2024-02-05 Thread Harald Dunkel
PS: This is weird, because __rcu_read_lock and __rcu_read_unlock became GPL-only almost 6 years ago (0e5da22e3f809ab9e86a566b9537b02b9496408e).

Bug#1061597: new upstream 535.154.05

2024-01-26 Thread Harald Dunkel
Package: nvidia-kernel-dkms Version: 525.147.05-5 Trying to use hardware accelerated features for video encoding Handbrake fails with : [06:49:44] encavcodecInit: H.265 (Nvidia NVENC) [06:49:44] encavcodec: encoding at rc=vbr, 22.00 [06:49:44] encavcodec: encoding with stored aspect 1/1 [hevc_nve

Bug#1058590: getent in polkitd.postinst is broken

2024-01-22 Thread Harald Dunkel
On 2024-01-22 12:41:04, Simon McVittie wrote: On Thu, 14 Dec 2023 at 11:38:16 +0100, Harald Dunkel wrote: getent queries all databases, as listed in /etc/nsswitch.conf, AFAIU. I would suggest to use getent -s files passwd polkitd to query /etc/passwd only and to ignore remote

Bug#1060676: new upstream?

2024-01-12 Thread Harald Dunkel
Package: python3-gitlab Version: 1:3.12.0-1 Hi Federico, Upstream provides version 4.3.0. Would it be possible to include this version into Sid? Thank you very much in advance Harri

Bug#1059700: opensmtpd dies with "pony express: smtpd: bind: Cannot assign requested address"

2024-01-02 Thread Harald Dunkel
Hi Ryan, On 2023-12-30 16:26:05, Ryan Kavanagh wrote: Duplicating the /etc/hosts entry no longer causes the bug to appear on 7.4.0p1. If it's not too much hassle, would you be willing to try 7.4.0p1 from Debian backports and let me know if you can still reproduce this bug? It would at least hel

Bug#1059700: opensmtpd dies with "pony express: smtpd: bind: Cannot assign requested address"

2023-12-30 Thread Harald Dunkel
Package: opensmtpd Version: 6.8.0p2-4+b4 opensmtpd is not started by systemd at boot time. Error message is: dex06:~# journalctl -b -u opensmtpd Dec 30 12:57:38 dex06.hosting2.aixigo.de systemd[1]: Starting opensmtpd.service - OpenSMTPD SMTP server... Dec 30 12:57:38 dex06.hosting2.aixigo.de op

Bug#1059514: please enable snaphot_autoextend_threshold and thin_pool_autoextend_threshold by default

2023-12-27 Thread Harald Dunkel
Package: lvm2 Version: 2.03.16-2 I would highly recommend to set snaphot_autoextend_threshold and thin_pool_autoextend_threshold to 70 (or another reasonable value) by default than disabling the autoextend feature. AFAICT the dmeventd infrastructure is in place, anyway. Without autoextend a snaps

Bug#1058783: handbrake doesn't shut down after encode

2023-12-16 Thread Harald Dunkel
Package: handbrake Version: 1.7.1+ds1-1 I have enabled "Shutdown Computer" in the bottom right corner for "When done", but after encoding is completed the PC is not shutdown. All packages from the recommended list are installed, dbus and upower are installed, systemctl doesn't indicate any error

Bug#1058590: getent in polkitd.postinst is broken

2023-12-15 Thread Harald Dunkel
I was able to reproduce the problem in a chroot, using the postinst script with "set -x", and even though the previously suggested fix was applied: : Setting up polkitd (122-4~xgo120+1) ... + set -e + case "$1" in + getent -s files passwd polkitd + user_changed=yes + command -v systemd-sysusers +

Bug#1058590: getent in polkitd.postinst is broken

2023-12-14 Thread Harald Dunkel
Hi Simon, getent queries all databases, as listed in /etc/nsswitch.conf, AFAIU. I would suggest to use getent -s files passwd polkitd to query /etc/passwd only and to ignore remote databases based on LDAP or NIS or similar. polkitd is supposed to be a local system user. I stumbled over

Bug#1058590: getent in polkitd.postinst is broken

2023-12-13 Thread Harald Dunkel
Package: polkitd Version: 122-3 Problem with polkitd.postinst: "getent passwd polkitd" can fail, even though polkitd can be found in /etc/passwd. Regards Harri

Bug#1057892: "rsync -a" doesn't set the modification date

2023-12-10 Thread Harald Dunkel
Package: rsync Version: 3.2.7-1 If I use rsync -SHa datafile usbdisk/ to archive a file on exfat (with destdir mounted as /dev/sdd2 /usbdisk exfat rw,nosuid,nodev,noexec,noatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro 0 0 ), then the mtime is not pres

Bug#1057382: would it be possible to keep certbot up-to-date?

2023-12-04 Thread Harald Dunkel
Package: certbot Version: 2.1.0-4 Upstream provides certbot 2.7.4. Would it be possible to keep certbot in Sid roughly up-to-date? Thank you very much Harri

Bug#889722: conflict with apparmor < 2.11.1-4?

2023-11-23 Thread Harald Dunkel
nope Thank you anyway Harri

Bug#1056577: suspend-to-disk is broken after upgrade Debian 11 --> 12

2023-11-23 Thread Harald Dunkel
Package: cryptsetup-initramds Version: 2:2.6.1-4~deb12u1 If you upgrade your Laptop from Debian 11 to 12, then resume from an encrypted swap partition is broken. There is a passphrase dialog at boot time as usual, but the image on the swap partition is ignored. Debian is started from scratch. Aft

Bug#1054310: Please install helper binaries into /usr/libexec

2023-10-26 Thread Harald Dunkel
Hi Michael, thank you for the patch and your input to various bug reports about network-manager-strongswan. I have prepared a new version on Salsa https://salsa.debian.org/debian/network-manager-strongswan (not verified yet). Would you mind to take a look, esp. at the maintscript? I hav

Bug#1053288: crontab -l became unreadable

2023-10-19 Thread Harald Dunkel
Hi Javier, I don't want to complain, but the new version looks really weird, see attachment. This happens only, if the output of crontab -l scrolls up the existing text. TERM is xterm-256color. Not to mention that the comment line mode is not switched off, if the last line is a comment. This mi

Bug#931591: upgraded Handbrake crashes on encode with custom preset

2023-10-14 Thread Harald Dunkel
correction: the built-in presets are broken, too. It dies every time. Error message: [Sat Oct 14 17:58:17 2023] handbrake-gtk[52868]: segfault at 18 ip 7f22a9c337eb sp 7f2229e5df40 error 4 in libavutil.so.58.2.100[7f22a9c17000+a8000] likely on CPU 4 (core 4, socket 0) [Sat Oct 14 17:58:

Bug#1053757: migration from sqlite to postgresql 15 failed

2023-10-10 Thread Harald Dunkel
Package: xca Version: 2.4.0-2+b1 Migrating from sqlite to postgresql 15 (as described on https://hohnstaedt.de/xca/index.php/documentation/remote-databases) fails. The first line in the sqlite3 dump "PRAGMA foreign_keys=OFF;" is not accepted on import. After removing the line (similar to the mysq

Bug#1053288: crontab -l became unreadable

2023-09-30 Thread Harald Dunkel
Package: cron Version: 3.0pl1-175 I am using a dark desktop theme. Problem is, since #813614 the output of crontab -l is unreadable due to lack of contrast, esp. the comment lines. Apparently crontab -l changes the foreground color to dark blue, but ignores the background color provided by the te

Bug#931591: upgraded Handbrake crashes on encode with custom preset

2023-09-16 Thread Harald Dunkel
Got the same since the upgrade from 1.6.1+ds1-1 to 1.6.1+ds1-2 (Sid). If I use a built-in preset there is no such problem. Regards Harri

Bug#1014479: RFP: bun -- All in one JavaScript runtime written in zig language

2023-09-11 Thread Harald Dunkel
Version 1.0 was released a few days ago, see https://bun.sh/blog/bun-v1.0. Regards Harri

Bug#923312: closed by Michael Biebl (Re: gnome-terminal ignores system ulimits)

2023-09-01 Thread Harald Dunkel
This is weird, because gdm3 (the display manager required by gnome-core, which is required by gnome-terminal) depends upon libpam-modules, and this package owns /etc/security. If I got this correctly, the real problem is that systemd ignores the ulimits set via pam. > systemd (user) services run

Bug#923312: closed by Michael Biebl (Re: gnome-terminal ignores system ulimits)

2023-08-24 Thread Harald Dunkel
Hi Michael, have the system ulimits in /etc/security been deprecated in favor of systemd service limits? Regards Harri

Bug#1042807: acng becomes unresponsive on high load

2023-08-01 Thread Harald Dunkel
Package: apt-cacher-ng Version: 3.7.4-1+b2 If I try to connect upgrade a few (24) virtual hosts in parallel (using apt-cacher-ng as a cache), then 5 or 10% might succeed on "apt update", but the rest fails with something like # apt update Get:1 file:/var/cache/apt-build/repository apt-build InR

Bug#1042504: dput-ng stumbles over signed host keys

2023-07-29 Thread Harald Dunkel
Package: dput-ng Version: 1.35 Using signed host keys dput-ng (method: sftp) fails with % dput myrepo mypackage_1.0.7-1~xgo110+1_source.changes /local/pbuilder/bullseye-amd64/result/mypackage_1.0.7-1~xgo110+1_source.changes Uploading mypackage using sftp to myrepo (host: debian.example.com; dir

Bug#1038616: bookworm-pu: package network-manager-strongswan/1.6.0-1+deb12u1

2023-06-30 Thread Harald Dunkel
Thank you very much. Have a nice weekend Harri

Bug#1038616: bookworm-pu: package network-manager-strongswan/1.6.0-1+deb12u1

2023-06-27 Thread Harald Dunkel
Hi Ian, I made a mistake on the pu for network-manager-strongswan: I missed to set you on CC. I am very sorry. AFAICT the upload to Bookworm has been approved. Would you mind to check? Thank you very much Harri

Bug#1038787: cannot login first time via FreeIPA

2023-06-21 Thread Harald Dunkel
Package: gnome-initial-setup Version: 43.2-6 After a fresh installation via debootstrap (no local users) and after registering the host on FreeIPA the user cannot login first time, because gnome-initial-setup doesn't show anything but a fancy background. Esp. there is no dialog for an initial set

Bug#965059: Syntax warnings with Python 3.8

2023-06-19 Thread Harald Dunkel
Metoo, now for Bookworm. :-(

Bug#1038616: bookworm-pu: package network-manager-strongswan/1.6.0-1+deb12u1

2023-06-18 Thread Harald Dunkel
2023-06-11 10:20:41.0 +0200 @@ -1,3 +1,11 @@ +network-manager-strongswan (1.6.0-1+deb12u1) bookworm; urgency=medium + + [ Harald Dunkel ] + * Build editor component with GTK 4, too (fix provided by Moritz Schlarb) +(Closes: #1020495, #1036607) + + -- Harald Dunkel Sun, 11 Jun

Bug#1020495: Patch to build network-manager-strongswan against GTK 4, too

2023-06-11 Thread Harald Dunkel
Hi Ian, this is intended as a bug fix for both Bookworm and Trixie. N-m-s is severely restricted for Gnome desktop without this fix. There is no newer upstream version yet. The git commit is 9af28ccd2176633d95a3c15edee2518ce4e7e0c6 on https://salsa.debian.org/debian/network-manager-strongswan, t

Bug#1020495: Patch to build network-manager-strongswan against GTK 4, too

2023-06-11 Thread Harald Dunkel
Hi folks, I have to appologize for not checking my bug reports. There is no excuse for that. I am very sorry. I have applied Moritz' patch to the source repository on Salsa and verified the GUI using Gnome on Bookworm. The error message is gone now. @Ian, if you have some spare minutes, would yo

Bug#1035976: aptitude dies with SEGV

2023-05-19 Thread Harald Dunkel
Any news? Could you read something from the strace output? Regards Harri

Bug#1035976: aptitude dies with SEGV

2023-05-15 Thread Harald Dunkel
I had sent you the strace output in private mail. Since this morning I got the SIGSEGV also with my own repository, but only for 3 hosts of about 400. No other repos except for deb http://deb.debian.org/debian/ buster main contrib non-free deb-src http://deb.debian.org/debian/ buster main

Bug#1035976: [Aptitude-devel] Bug#1035976: aptitude dies with SEGV

2023-05-14 Thread Harald Dunkel
Control: tag -1 -moreinfo Hi Axel, apparently it is not sufficient to just add the entry to sources.list.d. I had to update the local cache to make aptitude die. On 2023-05-13 23:29:14, Axel Beckert wrote: * Do you have any custom settings for settings influencing aptitude's package displa

Bug#1035976: Info received (aptitude dies with SEGV)

2023-05-13 Thread Harald Dunkel
PS: We are using hashicorp to access the terraform package (and maybe some others). Its in my list of repositories since Aug 8th, 2022, but aptitude stumbles over this for only a few weeks. No problems with "aptitude upgrade" and other, non-interactive commands. Regards Harri

Bug#1035976: aptitude dies with SEGV

2023-05-13 Thread Harald Dunkel
Control: tag -1 -moreinfo Hi Axel, For testing I scanned all additional repositories in my sources.list.d. It dies about deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com bookworm main see https://www.hashicorp.com/official-pack

  1   2   3   4   5   6   7   8   9   10   >