Bug#891213: (no subject)

2018-02-23 Thread Brian Russell
See https://lwn.net/Articles/707505/ for more detail on the feature. I've tested using a Samsung NVMe 960 Evo M.2 in a Dell Precision 7520. Thanks, Brian

Bug#891213: linux: please enable CONFIG_BLK_SED_OPAL

2018-02-23 Thread Brian Russell
Source: linux Severity: wishlist Dear Maintainer, Please enable CONFIG_BLK_SED_OPAL to allow setup/lock/unlock of self encrypting drives using Opal. In particular, this will allow users the option to save password to resume from S3 sleep. Thanks, Brian -- System Information: Debian Release: bus

Bug#856283: python-inotifyx: add python3 support

2017-02-27 Thread Brian Russell
run/systemd/system) >From a0cf60121148f3ceb19ac68803418137955a012c Mon Sep 17 00:00:00 2001 From: Brian Russell Date: Mon, 27 Feb 2017 12:21:15 + Subject: [PATCH 2/4] update C binding for python3 Update the module init for python3. This is required for version 3.5 onwards. --- inotifyx/binding.c | 25 +

Bug#850040: patch

2017-01-03 Thread Brian Russell
> Apologies for the slow response. I have got it filed, unfortunately > I've got a bit of a backlog at the moment. > > Hopefully I'll find some time over the Christmas period to catch up. > > regards, > > Paul > > > On 21/12/16 09:11, Brian Russel

Bug#850040: iftop: call pcap_close on exit to clean up

2017-01-03 Thread Brian Russell
nit: systemd (via /run/systemd/system) Cleanup pcap on exit On exit, call pcap_close() so that any resources used internally by libpcap can be cleaned up. Signed-off-by: Brian Russell --- iftop.c |2 ++ 1 file changed, 2 insertions(+) --- a/iftop.c +++ b/iftop.c @@ -839,6 +839,8 @@