Bug#1032856: mta-sts-daemon default settings cause too high CPU usage

2023-03-12 Thread Vince Busam
Package: postfix-mta-sts-resolver Version: 1.1.2-1 The default for this package is to use a cache type of “sqlite”. Due to an issue with the python3-aiosqlite library (addressed in this unmerged PR: https://github.com/omnilib/aiosqlite/pull/213), this daemon is constantly using at least 1%

Bug#474037: gssd doesn't properly detect kernel supported enctypes

2008-04-02 Thread Vince Busam
Package: nfs-common Version: 1:1.1.2-2 rpc.gssd in nfs-common 1.1.2 is hard-coded to use only encryption type 1 (des-cbc-crc), and thus will not work with servers that require other encryption types, even though they are supported in the kernel. This is fixed by CITI:

Bug#465796: gssd ignores -d when writing machine credential cache

2008-02-14 Thread Vince Busam
Package: nfs-common Version: 1.1.1-13 gssd ignores -d when writing machine credential cache, and always puts it in /tmp even when another directory is specified. --- utils/gssd/krb5_util.c.orig 2008-02-14 13:08:21.0 -0800 +++ utils/gssd/krb5_util.c 2008-02-14 13:08:48.0

Bug#422149: autofs-ldap hangs for 30 seconds with action on a missing directory

2007-05-03 Thread Vince Busam
Package: autofs-ldap Version: 4.1.4+debian-1 When attempting to open a file on a missing ldap automount directory, autofs will hang for 30 seconds before returning error. This can be recreated on a system with /home automounted via ldap with cat /home/.missing/badfile The attached patch

Bug#355790: update-grub should split version numbers on number/non-number boundaries

2006-03-07 Thread Vince Busam
Package: grub Version: 0.97-5 update-grub does not properly sort kernels of the form A.B.C.D-xEyF (where [A-F] are numbers, and x y are letters), rather they have to be named A.B.C.D-xE-yF. This patch fixes that case by replacing a useless sed expression with one to put a space on these