Bug#704467: Not fixed

2015-12-16 Thread Pelzi
Unfortunately not yet fixed: while Eduardos original patch is now included, the necessary changes discussed with this bug are not. So, ddclient now has severe problems in determining the correct IPv6 address for a network device. Fix requires a single line, see attached patch. Yours, Andreas.

Bug#813273: libsane: SIGSEGV and memory corruption on scanner list changes when sane_init/sane_exit is used

2016-01-30 Thread Pelzi
Package: libsane Version: 1.0.25-2 Severity: important Dear Maintainer, even a trivial program that uses sane_init, sane_get_devices, and sane_exit in a loop, crashes with SIGSEGV in the moment that a change on the device list occurs. I.e. the following program crashes when you switch on or

Bug#820237: scanbd fails to reset effective uid if configured to drop privileges

2016-04-06 Thread Pelzi
Package: scanbd Version: 1.4.4-1 Severity: important Dear Maintainer, when configuring user = saned in the global section of scanbd.conf, scanbd itself is running as user saned, but the effective UID remains root. This leads to the situation that any scripts that are executed by scanbd, will

Bug#839021: mbrola package is missing, though audio pakages are available

2016-09-27 Thread Pelzi
Package: mbrola Severity: normal Dear Maintainer, the package mbrola is missing an installation candidate. The voice files, however are present. Also, there are mbrola binaries available for download, though not as .deb packages, afaik. So it seems that mbrola can be compiled for the platform.

Bug#901695: scanbd: After powercycling a scanner, scanbd tries to open old ID

2018-06-16 Thread Pelzi
Package: scanbd Version: 1.5.1-4 Severity: important Dear Maintainer, scanbd is running on a machine connected via USB with a scanner that has an actual power switch. If switched off, the USB device becomes unavailable. scanbd is not correctly reacting, when the device is switched on while it

Bug#889302: Acknowledgement (ghostscript failes to render a ttf font embedded in pdf)

2018-03-10 Thread Pelzi
Any more information required?

Bug#889302: libfreetype6 version 2.8.1-2 seen to disturb ghostscript and CUPS

2018-03-10 Thread Pelzi
Dear Maintainer, I have some reason to believe that #878834 is the same problem that destroyed my CPUS printing server, making it print absolutely garbled text from most PDF files. I filed bug #889302 on package ghostscript. Please refer to the example PDF and screenshot supplied in

Bug#908849: gerbera: No linefeed before CONNECTION header

2018-09-14 Thread Pelzi
Package: gerbera Version: 1.1.0+dfsg-2+b2 Severity: normal Dear Maintainer, Try to play an audio track served by gerbera using the uPnP protocol. This leads to an ordinary http get from client (here VLC running on Mac OS). As a result, Gerbera will send back an http answer, consisting of an

Bug#949130: refind-install fails to determine the ESP partition

2020-01-23 Thread pelzi
I'd like to add: the file system is vfat. The driver used to mount was not. To me it made a difference as I remember clearly to have created the partition. Am 23. Januar 2020 14:57:06 MEZ schrieb Rod Smith : >On 1/22/20 6:54 PM, Tianon Gravi wrote: >> On Sun, 19 Jan 2020 at 09:40, Pel

Bug#949130: refind-install fails to determine the ESP partition

2020-01-19 Thread Pelzi
Hi Tianon, I found the cure for the problem: the ESP partition was listed as fs type „msdos“ in fstab. Changing this to „vfat" made refind-install work for me. Best regards, Andreas. > Am 17.01.2020 um 15:56 schrieb Tianon Gravi : > > On Fri, 17 Jan 2020 at 01:39, Andreas Feldner

Bug#954755: systemd-fstab-generator does not recognise davfs entries in fstab as network mounts

2020-03-23 Thread Pelzi
Been there, done that :) > Am 23.03.2020 um 01:04 schrieb Michael Biebl : > > Hi > > Am 22.03.20 um 23:28 schrieb Andreas Feldner: >> I believe that davfs is by its nature a network fs type and such entries in >> fstab should be generated with network dependency without adding explicitly >> the

Bug#969463: rsync: fails reproducible but unexplained on a specific volume, breaks horribly when started by BackupPC

2020-09-05 Thread Pelzi
Hi again, > […] > Because of the "errors with program diagnostics" I would have expected > more messages... > > It would be most helpful if you could follow the instructions on > https://rsync.samba.org/issues.html especially de second half of > question 3. So I did: sh-5.0$ rsync -vvv

Bug#969463: rsync: fails reproducible but unexplained on a specific volume, breaks horribly when started by BackupPC

2020-09-03 Thread Pelzi
Hi Paul, thanks for the fast answer! "Paul Slootman" p...@debian.org – 3. September 2020 16:27 [...] >> opening connection using: ssh -l root localhost rsync --server --sender >> -vvvlHogDtprxe.iLsfxCIvu -B2048 --numeric-ids . /var/lib/lxc (12 args) > > How are you invoking rsync? Please give

Bug#968142: wpasupplicant: networking.service fails to bring up wlan interface

2020-08-09 Thread pelzi
Package: wpasupplicant Version: 2:2.7+git20190128+0c1e29f-6+deb10u2 Severity: normal Dear Maintainer, when booting a raspberrypi3 with networking controlled by systemd, wlan0 is no longer braught up. The problem boils down to ifup@wlan0.service. The error is exactly as in #838291, i.e.

Bug#983294: nvme storage device disappears after random time of usage

2021-02-21 Thread Pelzi
Subject: linux-image-4.19.0-14-amd64: nvme storage device disappears after random time of usage Package: src:linux Version: 4.19.171-2 Severity: normal Dear Maintainer, using a certain NVME storage device "ADATA XPG SX6000 Lite 128 GB, SSD" leads after some time to a controller down error

Bug#986230: davfs2: After silent crash of mount.davfs background process, accessing user space program hangs busy

2021-09-18 Thread Pelzi
I cannot reproduce that behaviour nor did it happen ever since. My speculation is that some trouble on WebDAV server side (nextcloud) may have caused the crash, but I was unable to nail down the exact operation where that crash did happen. I still believe it was worth the effort to stabilize

Bug#996470: motion terminates directly after startup when run as service from systemd

2021-10-14 Thread pelzi
Package: motion Version: 4.3.2-1 Severity: important Dear Maintainer, after migration of motion settings to a fresh setup of Raspbian 11, the motion process terminates directly after startup without any error message. Without any changes to config files, running the command motion -b -p

Bug#995350: Fix: enable mount flags (rw,rbind) in addition to (rw,bind)

2022-01-05 Thread Pelzi
The following patch seems to fix the problem. --- /tmp/lxc-default-with-nesting.org 2022-01-05 13:25:18.920809830 +0100 +++ lxc-default-with-nesting 2022-01-05 13:22:35.019939076 +0100 @@ -10,6 +10,7 @@ mount fstype=proc -> /var/cache/lxc/**, mount fstype=sysfs -> /var/cache/lxc/**, mount

Bug#1008846: motion aborts with stack smashing detected

2022-04-02 Thread Pelzi
Package: motion Version: 4.3.2-1 armhf Dear maintainer, Motion does not start anymore after an update, it aborts with a stack smashing message: $ sudo -u motion motion *** stack smashing detected ***: terminated Abgebrochen Generating a core and analysing the stack trace with gdb yields:

Bug#1027781: qemu-user-static on arm64 host lacks registering arm (hf) support with binfmt_misc

2023-01-06 Thread pelzi
Am 03.01.23 um 12:34 schrieb Michael Tokarev: Control: severity -1 minor 03.01.2023 11:31, pe...@flying-snail.de wrote: Package: qemu-user-static Version: 1:7.2+dfsg-1+b1 Severity: normal Dear Maintainer, after installing qemu-user-static on an aarch64 machine (itself a UTM virtual machine

Bug#1027781: qemu-user-static on arm64 host lacks registering arm (hf) support with binfmt_misc

2023-01-03 Thread pelzi
Package: qemu-user-static Version: 1:7.2+dfsg-1+b1 Severity: normal Dear Maintainer, after installing qemu-user-static on an aarch64 machine (itself a UTM virtual machine in Apple M1), a working qemu-arm-static is installed. I.e.: Explicit calls  qemu-arm-static some-armhf-executable are

Bug#1039713: Failure to read configuration for using IPv6 from network device

2023-06-28 Thread pelzi
Package: ddclient Version: 3.10.0-2 When ddclient is configured to update the IPv6 address based on a network device's address using dyndns2 protocol, version 3.10.0-2, as shipped with bookworm, fails to correctly initialise itself from an existing configuration file that used to work with