Bug#798080: mysql-server-5.6: service stop hangs forever on systemd

2015-09-05 Thread Etienne Dechamps
Package: mysql-server-5.6 Version: 5.6.25-3 Severity: important "systemctl stop mysql" hangs forever after I upgraded from MySQL 5.5 to 5.6. The systemd journal shows the following: Sep 05 10:53:45 zyklos.edechamps.fr systemd[1]: Stopping MySQL Community Server... Sep 05 10:53:45

Bug#874136: Upgrading to libtorrent 1.1.0 or 1.1.1 can corrupt torrent filenames

2017-09-03 Thread Etienne Dechamps
Package: libtorrent-rasterbar9 Version: 1.1.1-1+b2 Severity: serious Due to a bug in libtorrent 1.1.0 and 1.1.1, renaming a torrent (or, more worryingly, loading a torrent that was renamed in the past) can result in filename corruption, where subdirectories appear out of nowhere. See:

Bug#883380: systemd 235 segfaults when using BindPaths or BindReadOnlyPaths

2017-12-03 Thread Etienne Dechamps
Package: systemd Version: 235-3 Severity: important Tags: patch upstream fixed-upstream After upgrading to systemd 235-3 I ran into the exact issue described at https://github.com/systemd/systemd/issues/7055 That is, systemd segfaults when trying to start a unit that makes use of BindPaths or

Bug#910451: bs1770gain segfaults on MP3 files

2018-10-06 Thread Etienne Dechamps
, options=0x7fffdeb0) at bs1770gain_tree.c:155 #16 0x8f96 in main (argc=2, argv=0x7fffe0e8) at bs1770gain.c:1053 On Sat, 6 Oct 2018 at 15:58, Etienne Dechamps wrote: > > Package: bs1770gain > Version: 0.4.12-3+b1 > Severity: important > > --- Please enter the repo

Bug#910451: bs1770gain segfaults on MP3 files

2018-10-06 Thread Etienne Dechamps
Package: bs1770gain Version: 0.4.12-3+b1 Severity: important --- Please enter the report below this line. --- bs1770gain segfaults when running on most MP3 files. (Other formats, like FLAC, appear to work fine.) Steps to reproduce: $ sox -n sine.wav synth 1 sine 1000 ... $ ffmpeg -i sine.wav

Bug#910470: parallel: Crashes on empty input when --shuf is used

2018-10-06 Thread Etienne Dechamps
Package: parallel Version: 20161222-1 Severity: normal Dear Maintainer, To reproduce: $ : | parallel --will-cite --shuf echo Modification of non-creatable array value attempted, subscript -1 at /usr/bin/parallel line 6359. Basically, if there is no input (i.e. nothing to do) and --shuf is

Bug#910451: closed by Petter Reinholdtsen (Fixed in version 0.5.0)

2019-01-18 Thread Etienne Dechamps
This bug is not fixed in version 0.5.1-3 and can still be reproduced using the exact same steps as described above (and below). In fact I had already verified that it still occurs in upstream 0.5.0 (see message #10). $ sox -n sine.wav synth 1 sine 1000 $ ffmpeg -i sine.wav sine.mp3 $

Bug#910451: closed by Petter Reinholdtsen (Bug#910451: fixed in bs1770gain 0.5.2-1)

2019-01-23 Thread Etienne Dechamps
Yes, I just installed 0.5.2-2 and the segfault appears to be gone. Thank you!

Bug#916055: prometheus-node-exporter pulls disks out of standby every 15 minutes

2018-12-09 Thread Etienne Dechamps
Package: prometheus-node-exporter Version: 0.16.0+ds-2 Severity: normal Release 0.16.0+ds-2 of prometheus-node-exporter introduces a regression in which, as long as the package is installed in the machine, drives that are in stand by mode (i.e. spun down) will be woken up every 15 minutes. This

Bug#926598: xmlstarlet fo --omit-decl exits with non-zero code

2019-04-07 Thread Etienne Dechamps
Package: xmlstarlet Version: 1.6.1-2 Steps to reproduce: $ echo '' | xmlstarlet fo --omit-decl; echo $? Expected result: 0 Actual result: 5 What's really weird is that the returned error code is always identical to the number of bytes written to the output. This bug seems to only occur

Bug#943849: geoipupdate does not create the database directory

2019-10-30 Thread Etienne Dechamps
Package: geoipupdate Version: 4.0.6-1 After installing geoipupdate, the bundled cron job fails with: # /usr/bin/geoipupdate Error preparing to update: database directory is not available: stat /var/lib/GeoIP: no such file or directory Workaround: # mkdir /var/lib/GeoIP Seems like that command

Bug#944759: When using include, nft shows the wrong file name in errors

2019-11-14 Thread Etienne Dechamps
Package: nftables Version: 0.9.2-2 Severity: minor $ cat > nftables.conf <

Bug#942734: bs1770gain does not escape file names properly in XML output

2019-10-20 Thread Etienne Dechamps
Package: bs1770gain Version: 0.6.5-1 Steps to reproduce: $ sox -n '1 & 2.wav' synth 1 sine 1000 $ bs1770gain --xml --suppress-progress . | xmllint - -:3: parser error : xmlParseEntityRef: no name ^ Correct escaping would be "1 2.wav". This is a

Bug#943601: astraceroute unusable because of lack of GeoIP database

2019-10-27 Thread Etienne Dechamps
Package: netsniff-ng Version: 0.6.5-1+b2 Severity: important # astraceroute --dev eth0 --host debian.org Cannot open GeoIP6 city database, try --update! # astraceroute --update Cannot open or create file /usr/share/netsniff-ng/country4.dat.gz! No such file or directory. # mkdir

Bug#942704: Breaking changes to bs1770gain XML output between 0.5 and 0.6

2019-10-20 Thread Etienne Dechamps
Package: bs1770gain Version: 0.6.5-1 Steps to reproduce: $ sox -n file.wav synth 1 sine 1000 $ bs1770gain --xml --suppress-progress --sample-peak . In contrast, version 0.5 used to return something like this:

Bug#942701: bs1770gain outputs invalid XML when --xml is used

2019-10-20 Thread Etienne Dechamps
Package: bs1770gain Version: 0.6.5-1 Steps to reproduce: $ sox -n file.wav synth 1 sine 1000 $ bs1770gain --xml . | xmllint - -:6: parser error : PCDATA invalid Char value 8 30% ^ -:6: parser error : PCDATA invalid Char value 8 30% [...] The problem is that progress information is being

Bug#942702: bs1770gain --help misspells --suppress-progress

2019-10-20 Thread Etienne Dechamps
Package: bs1770gain Version: 0.6.5-1 Severity: minor $ bs1770gain --help [...] --suppress-progess: suppress printing processing progress The correct spelling is --suppress-progress.

Bug#943558: jq crashes violently if --jsonargs is not valid JSON

2019-10-26 Thread Etienne Dechamps
Package: jq Version: 1.6-1 Severity: minor This works, because "foo" is a valid JSON value: $ jq --null-input '$ARGS' --jsonargs '"foo"' { "positional": [ "foo" ], "named": {} } But if the passed-in value is not a valid JSON value, jq crashes violently: $ jq --null-input '$ARGS'

Bug#947211: Regression in libsoxr0 0.1.3-2 makes ffmpeg segfault

2019-12-22 Thread Etienne Dechamps
Package: libsoxr0 Version: 0.1.3-2 Control: fixed -1 0.1.3-1 Steps to reproduce: $ sox -n -r 44100 test.wav synth 1 sine 1000 $ ffmpeg -i test.wav -filter:a "aresample=48000:resampler=soxr" testout.wav ffmpeg version 4.2.1-2 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 9

Bug#949235: ip netns add race condition can wreak havoc in mount points

2020-01-18 Thread Etienne Dechamps
Package: iproute2 Version: 4.20.0-2 Severity: important Control: found -1 5.4.0-1 The ipnetns.c:netns_add() function sets up the /var/run/netns mount point in a way that is fragile to race conditions if the routine is entered to by multiple processes at the same time. If the race condition is

Bug#963797: qemu user-mode networking (SLIRP) DNS doesn't work without resolv.conf

2020-06-27 Thread Etienne Dechamps
Package: qemu-system-x86 Version: 1:5.0-5 resolv.conf(5) states: > If [/etc/resolv.conf] does not exist, only the name server on the local > machine will be queried, and the search list contains the local domain name > determined from the hostname. qemu user-mode networking (a.k.a SLIRP,

Bug#949235: ip netns add race condition can wreak havoc in mount points

2020-12-17 Thread Etienne Dechamps
Hi Luca, On Fri, 27 Nov 2020 at 18:09, Luca Boccassi wrote: > Can reproduce the issue - sent a patch to use flock(): > > https://patchwork.ozlabs.org/project/netdev/patch/20201127180651.80283-1-bl...@debian.org/ > > Please test it as well, cannot reproduce anymore once the fix is in. Sorry for

Bug#848945: #848945 Empty rpool leaves ZFS systems unbootable

2021-05-29 Thread Etienne Dechamps
Control: found -1 2.04-18 I just hit this bug. It rendered my system unbootable because my root ZFS pool has the new zstd compression feature enabled, and it looks like grub-probe choked on that. There are two things that I found highly frustrating here: - While my root (/) is on ZFS, my /boot

Bug#848945: #848945 Empty rpool leaves ZFS systems unbootable

2021-05-29 Thread Etienne Dechamps
By the way, for those who don't like patching packaged files, here's a workaround for manually overriding the root= parameter from /etc/default/grub: GRUB_FS=manual GRUB_DISABLE_LINUX_UUID=true GRUB_DEVICE=ZFS=yourpoolname/path/to/your/root/dataset

Bug#1006842: ovmf 2022.02-1 makes TPM unusable in Windows guests

2022-03-06 Thread Etienne Dechamps
Package: ovmf Version: 2022.02-1 Severity: important Control: fixed -1 2021.11-1 An ovmf regression somewhere between 2021.11-1 and 2022.02-1 makes it impossible to use a TPM in Windows guest VMs (tested with various Windows 11 builds). The Windows Device Manager shows the TPM as defective, with

Bug#1006888: RFP: sasl-xoauth2 -- XOAUTH2 plugin for libsasl2

2022-03-12 Thread Etienne Dechamps
I would like to second this RFP. I recently received a notification from Google warning me that they are phasing out password authentication, which (in the case of my account) will stop working on May 30. Once that happens, OAuth2 will be the only supported GMail SMTP authentication mechanism.

Bug#1006500: Missing bnx2x firmware 7.13.21.0 renders NIC unusable with Linux 5.16

2022-02-26 Thread Etienne Dechamps
Package: firmware-bnx2x Version: 20210818-1 Severity: grave On Linux 5.16, the bnx2x module requests firmware 7.13.21.0: # modinfo bnx2x filename: /lib/modules/5.16.0-2-amd64/kernel/drivers/net/ethernet/broadcom/bnx2x/bnx2x.ko firmware: bnx2x/bnx2x-e2-7.13.21.0.fw firmware: