Bug#983854: ubuntu-dev-tools: Making SourcePackage abstract class botched backportpackage

2021-04-08 Thread Dan Streetman
On Thu, Apr 8, 2021 at 12:36 PM Mattia Rizzolo wrote: > > On Tue, Mar 02, 2021 at 10:21:47AM +0100, Ondřej Surý wrote: > > commit ee9b8756d9e81003ad199f24a15f69201009bbe7 in upstream package > > (included in 0.179) botched the ability to run backportpackage on the > > dsc files: > > ahem. > > >

Bug#985070: corosync: fails to start in unprivileged container

2021-03-12 Thread Dan Streetman
Source: corosync Severity: normal Dear Maintainer, corosync doesn't start in an unprivileged container. upstream PR: https://github.com/corosync/corosync/pull/620 https://github.com/corosync/corosync/pull/623 ubuntu bugs: https://bugs.launchpad.net/ubuntu/+source/corosync/+bug/1911904

Bug#968015: resolvconf-pull-resolved.service fails with systemd 246-2

2020-09-03 Thread Dan Streetman
On Thu, Sep 3, 2020 at 3:02 PM Michael Biebl wrote: > > Hi Dan Hi Michael > > Am 03.09.20 um 20:42 schrieb Dan Streetman: > > On Mon, Aug 17, 2020 at 4:42 AM Michael Biebl wrote: > and over again. > >> > >> Afaics, the simplest solution, is to simply

Bug#968015: resolvconf-pull-resolved.service fails with systemd 246-2

2020-09-03 Thread Dan Streetman
On Mon, Aug 17, 2020 at 4:42 AM Michael Biebl wrote: > > Control: severity -1 serious > Control: tags -1 + patch > > Hi everyone, > > I think the effects of this issue are severe enough, that it needs to be > fixed for bullseye. In other words, it should be RC > > On Sat, 08 Aug 2020 13:13:44

Bug#969340: nvme-cli: generate /etc/nvme/host* files at install time, not build time

2020-08-31 Thread Dan Streetman
v2 debdiff, with slight adjustment that may be better diff -Nru --exclude package.bash-completion --exclude changelog --exclude control nvme-cli-1.12/debian/nvme-cli.postinst nvme-cli-1.12/debian/nvme-cli.postinst --- nvme-cli-1.12/debian/nvme-cli.postinst 1969-12-31 19:00:00.0 -0500 +++

Bug#969345: nvme-cli: debian/package.bash-completion not needed

2020-08-31 Thread Dan Streetman
Package: nvme-cli Version: 1.9-1 Severity: minor Dear Maintainer, The debian/package.bash-completion file is not needed, as the bash completion script is installed/packaged by the Makefile.

Bug#969183: nvme-cli: bring debhelper compat to 13 and fix build deps

2020-08-31 Thread Dan Streetman
> This adds some build deps there were missing: > uuid-dev I should have also mentioned that without the uuid-dev package installed at build time, the nvme command 'gen-hostnqn' can't be built, so this patch does fix that.

Bug#969183: Fwd: Bug#969183: nvme-cli: bring debhelper compat to 13 and fix build deps

2020-08-31 Thread Dan Streetman
> This adds some build deps there were missing: > uuid-dev I should have also mentioned that without the uuid-dev package installed at build time, the nvme command 'gen-hostnqn' can't be built, so this patch does fix that. Also this is related to

Bug#969340: nvme-cli: generate /etc/nvme/host* files at install time, not build time

2020-08-31 Thread Dan Streetman
Package: nvme-cli Version: 1.12-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu groovy ubuntu-patch Dear Maintainer, The nvme-cli package currently generates the /etc/nvme/hostnqn and /etc/nvme/hostid files during the build, which results in the content

Bug#969183: nvme-cli: bring debhelper compat to 13 and fix build deps

2020-08-28 Thread Dan Streetman
Package: nvme-cli Version: 1.12-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu groovy ubuntu-patch Dear Maintainer, This patch brings the debhelper-compat version up to 13, since it is currently still set to 9 which is deprecated and generates warnings

Bug#969182: debhelper: compat 11 adds install --strip-program=true which generates annoying warnings during build

2020-08-28 Thread Dan Streetman
Package: debhelper Version: 12.10ubuntu1 Severity: minor Dear Maintainer, The debhelper compat level 11 adds the --strip-program=true parameter to calls to install, to prevent install-time stripping (debian bug 844077). However, if the upstream Makefile is calling install without -s, the

Bug#945527: cachefilesd: if statement nr_in_(ready|build)_table underflow causes segfault

2020-06-03 Thread Dan Streetman
On Wed, Jun 3, 2020 at 5:39 AM Daniel Scharon wrote: > > Dear Maintainer, > > are you willing to accept this patch? > > @Dan: Is your patch or at least the bug itself reported to upstream? Upstream cachefilesd hasn't seen any commits in over 3 years:

Bug#945527: cachefilesd: if statement nr_in_(ready|build)_table underflow causes segfault

2019-11-26 Thread Dan Streetman
Package: cachefilesd Version: 0.10.10-0.2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Dear Maintainer, the build_cull_table() function scans through elements up to nr_in_ready_table/nr_in_build_table, and performs actions if a

Bug#943520: mdadm: Introduce broken state parsing to mdadm

2019-10-25 Thread Dan Streetman
Package: mdadm Version: 4.1-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch Dear Maintainer, * Currently, mounted raid0/md-linear arrays have no indication/warning when one or more members are removed or suffer from some

Bug#931304: [PATCH] hid2hci: Fix udev rules for linux-4.14+

2019-09-10 Thread Dan Streetman
From: Ville Syrjälä Since commit 1455cf8dbfd0 ("driver core: emit uevents when device is bound to a driver") the kernel started emitting "bind" and "unbind" uevents which confuse the hid2hci udev rules. The symptoms on an affected machine (Dell E5400 in my case) include bluetooth devices not

Bug#939516: patch/merge-request

2019-09-05 Thread Dan Streetman
On Thu, Sep 5, 2019 at 3:40 PM Sven Joachim wrote: > > On 2019-09-05 15:03 -0400, Dan Streetman wrote: > > > I have a commit to fix this here: > > https://salsa.debian.org/ddstreet-guest/dpkg/commit/dcccd6ed83989d7a2a752d05b1e4c0326c8c8a21 > > > > however it s

Bug#939516: [PATCH] d/rules: replace custom rule for 'configure' with call to dh_autoreconf

2019-09-05 Thread Dan Streetman
From: Dan Streetman Having a custom rule to create 'configure' means that if the file may not get correctly rebuilt; instead dh_autoreconf should be called to make sure it is always correctly rebuilt. Closes: #939516 --- debian/rules | 10 +++--- 1 file changed, 3 insertions(+), 7

Bug#939516: patch/merge-request

2019-09-05 Thread Dan Streetman
I have a commit to fix this here: https://salsa.debian.org/ddstreet-guest/dpkg/commit/dcccd6ed83989d7a2a752d05b1e4c0326c8c8a21 however it seems that dpkg in salsa has merge requests disabled, so i can't open a merge request for it. Can you review that commit please?

Bug#939516: dpkg: debian/rules 'configure' rule does not always recreate configure file

2019-09-05 Thread Dan Streetman
Package: dpkg Version: 1.20.0 Severity: normal Dear Maintainer, The debian/rules file has a manual rule for the 'configure' file, but this results in the 'configure' file not always being recreated. For example: $ head -1 debian/changelog dpkg (1.20.0) UNRELEASED; urgency=medium $ echo hello >

Bug#932393: spice-html5: Windows guest display is inverted vertically

2019-07-18 Thread Dan Streetman
Package: spice-html5 Version: 0.1.7-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear Maintainer, When running a Windows VM using the QXL driver from [1] the display is inverted and therefore almost unusable. In Ubuntu, the

Bug#929728: systemd autopkgtest 'storage' fails adding/rmmoding scsi_debug

2019-06-27 Thread Dan Streetman
ack - let me redo this a bit and open a MR in salsa. On Thu, Jun 27, 2019 at 10:45 AM Martin Pitt wrote: > > Hello, > > rmmod failure due to "busy" is annoying indeed, and a bit hard to fix, thus > your approach with removing the individual hosts instead seems fine. > > If the module isn't

Bug#929730: systemd: boot-and-services test expects first kernel log line, but not always in logs

2019-06-27 Thread Dan Streetman
Opened MR: https://salsa.debian.org/systemd-team/systemd/merge_requests/34 thanks! On Tue, Jun 25, 2019 at 4:55 PM Michael Biebl wrote: > > Am 25.06.19 um 22:51 schrieb Michael Biebl: > > Dan, could you submit your patch as merge request? > > Btw, we use gbp-dch style commit messages. > > E.g.

Bug#931076: systemd: __main__.SeccompTest is failing on Ubuntu CI

2019-06-25 Thread Dan Streetman
Package: systemd Version: 240-6ubuntu5.1 Severity: normal Dear Maintainer, Upstream systemd CI is broken on Ubuntu due to a recent upstream change. The d/t/boot-and-services test needs to be fixed to account for the new upstream change. This is reported upstream at:

Bug#929728: systemd autopkgtest 'storage' fails adding/rmmoding scsi_debug

2019-05-29 Thread Dan Streetman
On Wed, May 29, 2019 at 12:08 PM Michael Biebl wrote: > > Am 29.05.19 um 18:02 schrieb Dan Streetman: > > Package: systemd > > Version: 241-5 > > Severity: normal > > Tags: patch > > User: ubuntu-de...@lists.ubuntu.com > > Usertags: origin-ubuntu

Bug#929730: systemd: boot-and-services test expects first kernel log line, but not always in logs

2019-05-29 Thread Dan Streetman
On Wed, May 29, 2019 at 12:35 PM Michael Biebl wrote: > > Am 29.05.19 um 18:19 schrieb Dan Streetman: > > Package: systemd > > Version: 241-5 > > Severity: normal > > Tags: patch > > User: ubuntu-de...@lists.ubuntu.com > > Usertags: origin-ubuntu

Bug#929730: systemd: boot-and-services test expects first kernel log line, but not always in logs

2019-05-29 Thread Dan Streetman
Package: systemd Version: 241-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear Maintainer, boot-and-services test expects the first(ish) kernel log line to be in the system logs, but that is not guaranteed to be in the logs. --

Bug#929726: ask-password: prevent buffer overrow when reading from keyring

2019-05-29 Thread Dan Streetman
On Wed, May 29, 2019 at 11:58 AM Michael Biebl wrote: > > Thanks for the patch, Dan. > I see this has already been committed upstream, which is great. > > Am 29.05.19 um 17:50 schrieb Dan Streetman: > > +Subject: [PATCH] ask-password: prevent buffer over

Bug#929728: systemd autopkgtest 'storage' fails adding/rmmoding scsi_debug

2019-05-29 Thread Dan Streetman
Package: systemd Version: 241-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear Maintainer, 'storage' test fails on some archs/releases trying to modprobe and/or rmmod scsi_debug. -- Package-specific info: * d/t/storage: -

Bug#929726: ask-password: prevent buffer overrow when reading from keyring

2019-05-29 Thread Dan Streetman
Package: systemd Version: 241-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear Maintainer, When we read from keyring, a temporary buffer is allocated in order to determine the size needed for the entire data. However, when zeroing

Bug#927883: knockd: Change ProtectSystem=true and add CAP_SYS_MODULE

2019-04-24 Thread Dan Streetman
Package: knockd Version: 0.7-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu eoan ubuntu-patch Dear Maintainer, any knockd configuration rules that call ufw fail because any ufw changes always update the ufw conf files in /etc/ufw/, but the knockd

Bug#925966: autopkgtest-buildvm-ubuntu-cloud: restore support for precise, trusty

2019-03-29 Thread Dan Streetman
Package: autopkgtest Version: 5.10 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Maintainer, creation of qemu imgs for use with autopkgtest-virt-qemu is done with the autopkgtest-buildvm-ubuntu-cloud program. This was dropped in

Bug#924400: knockd: systemd service script should use After=network-online.target, not network.target

2019-03-12 Thread Dan Streetman
Package: knockd Version: 0.7-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Maintainer, The knockd package systemd service assigns knockd to start After 'network.target', but the system's actual networking is not guaranteed or

Bug#922801: debian/network/if-pre-up.d/vlan: add missing biosdevname case matches

2019-02-20 Thread Dan Streetman
Package: vlan Version: 2.0.4 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Maintainer, The if-pre-up.d/vlan script is missing some of the biosdevname interface names. Thanks for considering the patch. diff -Nru

Bug#915724: cups: MaxJobTime=0 results in jobs being cancelled immediately instead of never

2018-12-06 Thread Dan Streetman
Package: cups Version: 2.2.9-3 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Maintainer, Setting the cupsd option MaxJobTime to 0 should make the server wait indefinitely for the job to be ready for print. Instead, after updating

Bug#915669: open-iscsi: system with iSCSI DHCP iBFT does not contain DNS search domain at runtime

2018-12-05 Thread Dan Streetman
Package: open-iscsi Version: 2.0.874-5 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Maintainer, iBFT has no mechanism to provide the DNS search domain, so when open-iscsi creates a /run/net-$DEVICE.conf file (which will never

Bug#915049: systemd-resolved has issues when the answer is over 512 bytes with EDNS disabled

2018-11-29 Thread Dan Streetman
Package: systemd Version: 239-14 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu disco ubuntu-patch Dear Maintainer, TCP stub is cutting down the payload to 512 bytes when EDNS is disabled. This makes non-EDNS clients (nslookup) receive a "shortened"

Bug#900065: drbd-utils: newer udev rules handling causes drbd to create incorrect symlink

2018-05-25 Thread Dan Streetman
Package: drbd-utils Version: 8.9.10-3 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu cosmic ubuntu-patch Dear Maintainer, Newer udev handling of rules that create SYMLINKs causes the way drbd creates symlinks to fail, by creating a single symlink with

Bug#896433: ifupdown: ifquery can't be called recursively from ifup/ifdown, but if-pre/up.d scripts call it

2018-04-23 Thread Dan Streetman
On Sun, Apr 22, 2018 at 3:24 PM, Guus Sliepen <g...@debian.org> wrote: > On Fri, Apr 20, 2018 at 04:52:24PM -0400, Dan Streetman wrote: > >> Scripts in the if-pre-up.d and if-up.d dirs call ifquery directly, or call >> it indirectly >> through other scripts. Howe

Bug#896434: vlan interfaces must be created in raw-device ifup post, not during raw-device udev processing

2018-04-20 Thread Dan Streetman
Package: vlan Version: 1.9-3.2 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Dear Maintainer, Currently, vlan interfaces are created by /lib/udev/vlan-network-interface during udev detection/processing of the vlan's raw-device.

Bug#896433: ifupdown: ifquery can't be called recursively from ifup/ifdown, but if-pre/up.d scripts call it

2018-04-20 Thread Dan Streetman
Package: ifupdown Version: 0.8.17 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu bionic ubuntu-patch Dear Maintainer, Scripts in the if-pre-up.d and if-up.d dirs call ifquery directly, or call it indirectly through other scripts. However ifquery

Bug#783387: dhclient does not wait for ipv6 dad

2018-02-20 Thread Dan Streetman
This also requires the patch from this bug: https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1718568

Bug#854010: Merge request for this bug

2017-11-21 Thread Dan Streetman
Please see this MR with the latest patches for this bug report: https://code.launchpad.net/~ddstreet/ubuntu-dev-tools/+git/ubuntu-dev-tools/+merge/322863

Bug#863426: isc-dhcp: dhclient DHCPv6 does not work with interface alias

2017-06-07 Thread Dan Streetman
debian/patches/strip-interface-alias.patch --- isc-dhcp-4.3.5/debian/patches/strip-interface-alias.patch 1969-12-31 19:00:00.0 -0500 +++ isc-dhcp-4.3.5/debian/patches/strip-interface-alias.patch 2017-06-07 16:38:38.0 -0400 @@ -0,0 +1,39 @@ +Author: Dan Streetman <dan.street...@c

Bug#863426: isc-dhcp: dhclient DHCPv6 does not work with interface alias

2017-05-26 Thread Dan Streetman
05-26 10:57:32.0 -0400 @@ -0,0 +1,40 @@ +Author: Dan Streetman <dan.street...@canonical.com> +Description: Since isc-dhcp strips the interface alias from all + interfaces it enumerates, when comparing the cmdline interface + name to find the matching enumerated interface, the cmdline

Bug#859127: vlan loses config if raw device ifup's after vlan

2017-03-30 Thread Dan Streetman
Package: vlan Version: 1.9-3.2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu zesty ubuntu-patch Dear Maintainer, The vlan pkg's /etc/network/if-pre-up.d/vlan script currently will bring up the raw device before creating the vlan interface, using ip link

Bug#854010: ubuntu-dev-tools: pull-lp-source not getting source pkg for binary name

2017-02-02 Thread Dan Streetman
Package: ubuntu-dev-tools Version: 0.158 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu zesty ubuntu-patch Dear Maintainer, Calling pull-lp-source with the name of a binary package fails to get the corresponding source package. In Ubuntu, this is

Bug#851164: udev: NVMe symlinks broken by devices with spaces in model or serial strings

2017-01-12 Thread Dan Streetman
:40.0 -0500 @@ -0,0 +1,32 @@ +From a9d99b32a34589777e95898dac0597dbfbede4ea Mon Sep 17 00:00:00 2001 +From: Dan Streetman <ddstr...@ieee.org> +Date: Tue, 3 Jan 2017 14:31:45 -0500 +Subject: [PATCH 1/3] libudev-util: change util_replace_whitespace to return + number of chars in dest + +I

Bug#834928: This is fixed in ifupdown 0.8.11

2016-09-21 Thread Dan Streetman
This is a bug in ifupdown, not isc-dhcp-client. It's fixed in 0.8.11 by the change to ifupdown's wait-for-ll6.sh: --- ifupdown-0.8.10/wait-for-ll6.sh 2015-12-01 16:50:26.0 -0500 +++ ifupdown-0.8.11/wait-for-ll6.sh 2016-04-20 08:57:37.0 -0400 @@ -4,7 +4,7 @@

Bug#722496: debdiff v2

2016-09-12 Thread Dan Streetman
/changelog --- vlan-1.9/debian/changelog +++ vlan-1.9/debian/changelog @@ -1,3 +1,10 @@ +vlan (1.9-3.3) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Increase vlan raw device mtu if less than vlan mtu. (Closes: #722496) + + -- Dan Streetman <dan.street...@canonical.com> Fri, 09 Sep 2

Bug#722496: debdiff to fix bug

2016-09-09 Thread Dan Streetman
/debian/changelog +++ vlan-1.9/debian/changelog @@ -1,3 +1,10 @@ +vlan (1.9-3.3) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Increase vlan raw device mtu if less than vlan mtu. (Closes: #722496) + + -- Dan Streetman <dan.street...@canonical.com> Fri, 09 Sep 2016 09:03:11 -0400 +

Bug#722496: this is an issue with large mtu vlans

2016-09-09 Thread Dan Streetman
This is actually a bug in the vlan package, the problem is if a vlan has a mtu set that is higher than the vlan raw device mtu, it fails while being ifup'ed, e.g.: auto eth1 iface eth1 inet static address 1.2.3.4/24 mtu 9000 auto eth1.10 iface eth1.10 inet static address 6.7.8.9/24 mtu