Bug#983331: zfs-linux: zfs_zrele_async can cause txg sync deadlocks

2021-02-22 Thread Heitor Alves de Siqueira
Source: zfs-linux Severity: important Dear Maintainer, For certain ZFS workloads, we can see hung task timeouts in the kernel logs due to a transaction group deadlock. Userspace process will hang and display stack traces similar to the one below: [49181.619711] clnt_server D0 21699

Bug#946610: zfs-dkms: livelock between ZFS evict and writeback threads

2019-12-11 Thread Heitor Alves de Siqueira
Source: zfs-linux Severity: normal Dear Maintainer, For certain ZFS workloads, we start seeing hung task timeouts in the kernel logs due to zil_commit() stalling. This is due to zfs_zget() not detecting whether a znode has been marked for deletion before attempting to access it, causing a

Bug#926657: [Pkg-openldap-devel] Bug#926657: openldap: slapd process failure is not detected by systemd

2019-05-06 Thread Heitor Alves de Siqueira
2001 From: Heitor Alves de Siqueira Date: Mon, 6 May 2019 10:17:31 -0300 Subject: [PATCH] slapd: Fix systemd not detecting service failures If the slapd daemon process exits due to some failure, the systemd service is still reported as active even though the child (daemon) process has exited

Bug#928182: debconf: readline frontend does not show options before prompting user

2019-05-03 Thread Heitor Alves de Siqueira
Some minor changes to the patch, to fix indentation and avoid calling Term::Readline->new() twice. From ce8eb9118a35992f1fd7f1cc21be3142b72821a4 Mon Sep 17 00:00:00 2001 From: Heitor Alves de Siqueira Date: Fri, 3 May 2019 10:34:09 -0300 Subject: [PATCH] debconf: fix readline prompt for run-pa

Bug#928182: debconf: readline frontend does not show options before prompting user

2019-04-29 Thread Heitor Alves de Siqueira
com/c92p From bbfe0bb54ccf8e6f6cacfd642687e550a2ec5493 Mon Sep 17 00:00:00 2001 From: Heitor Alves de Siqueira Date: Mon, 29 Apr 2019 12:32:01 -0300 Subject: [PATCH] [RFC] debconf: fix readline prompt for run-parts Signed-off-by: Heitor Alves de Siqueira --- Debconf/FrontEnd/Readline.pm

Bug#928182: debconf: readline frontend does not show options before prompting user

2019-04-29 Thread Heitor Alves de Siqueira
Package: debconf Version: 1.5.71 Severity: normal Dear Maintainer, When upgrading packages with apt or dpkg, debconf scripts are ran through 'run-parts' with the '--report' flag. This causes script output to be handled through pipes set up by run-parts, and buffers output from maintainer scripts

Bug#927311: resource-agents: ethmonitor does not list interfaces without assigned IP address

2019-04-17 Thread Heitor Alves de Siqueira
Package: resource-agents Severity: normal Dear Maintainer, The is_interface() function in heartbeat/ethmonitor tries to match an interface to a list obtained from the 'ip' tool. It lists interfaces using the 'inet' family, which omits interfaces that don't have an IP address assigned. If the