Bug#848952: linux-image-4.8.0-1-amd64: All USB devices unusable if a USB cable only plugged in to port

2016-12-20 Thread Michael David Wilson
Package: src:linux Version: 4.8.7-1 Severity: normal Tags: upstream Dear Maintainer, I booted my Debian distribution (working fine at last boot) and the USB keyboard and mouse did not register with the kernel. No LEDs activated and no input could be received. I rebooted the machine several times,

Bug#748373: python-lmdb

2014-05-18 Thread David Wilson
This is just to note a few minor complications if this gets packaged: * By default it links its own private LMDB, but this is easily changed (see documentation) * The binding is still receiving significant development, so before any particular version becomes frozen, please drop me an e-mail

Bug#745532: needless use of locked stdio

2014-04-22 Thread David Wilson
Package: mutt Version: 1.5.23-1 Hi there, This is an upstream issue, but I'm reporting it to the Debian maintainer first to get an opinion on whether it's worth fixing. Rebuilding mutt with "-Dfgetc=fgetc_unlocked -Dfgets=fgets_unlocked" is sufficient to produce a 33% speedup reading mailbox fil

Bug#744027:

2014-04-09 Thread David Wilson
It's worth bearing in mind that a leaked private key has so far not been reproducible on Debian, only for first request on specific configurations of FreeBSD. Following from that, it is really questionable whether such mass certificate compromises have really happened, and whether removal of Start

Bug#618631: Repeat bug

2011-03-16 Thread David Wilson Clarke
This bug is a reapeat of bug 618630; Sorry, not sure how that happened. -- Dave Clarke -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#618631: (no subject)

2011-03-16 Thread David Wilson Clarke
Subject: setserial does not work with USB serial interfaces Package: setserial Version: 2.17-45.3 Severity: important setserial does not work with USB serial interfaces root@humboldt:/home/dclarke# cat /var/log/messages Mar 17 00:11:21 humboldt kernel: [ 1840.440033] usb 5-1: new full speed USB

Bug#618630: setserial does not work with USB serial interfaces

2011-03-16 Thread David Wilson Clarke
Subject: setserial does not work with USB serial interfaces Package: setserial Version: 2.17-45.3 Severity: important setserial does not work with USB serial interfaces root@humboldt:/home/dclarke# cat /var/log/messages Mar 17 00:11:21 humboldt kernel: [ 1840.440033] usb 5-1: new full speed USB

Bug#578001: minicom lock file incorrect format

2010-04-15 Thread David Wilson Clarke
Package: minicom Version: 2.3-1 When starting 'minicom' contents of lock file is not to Filesystem Hierarchy Standard. FHS 2.3 states: "/var/lock : Lock files Purpose Lock files should be stored within the /var/lock directory structure. Lock files for devices and other resources shared by mult

Bug#571799: xserver-xorg-video-intel: Macbook 3, 1 (Santa Rosa) display hangs immediately after boot following lenny->squeeze upgrade.

2010-02-28 Thread David Wilson
Hi Cyril, I built a custom 2.6.33 kernel using the vanilla sources from git, and the problem resolved itself. It appears whatever the problem was, it was fixed upstream. Thanks, David (I'm unsure how to close a Debian bug) On 28 February 2010 05:41, Cyril Brulebois wrote: > David Wil

Bug#571799: xserver-xorg-video-intel: Macbook 3, 1 (Santa Rosa) display hangs immediately after boot following lenny->squeeze upgrade.

2010-02-27 Thread David Wilson
Package: xserver-xorg-video-intel Version: 2:2.9.1-2 Severity: important Following an upgrade from lenny to squeeze, I now find my December 2007 Macbook no longer boots successfully to xdm. XDM renders as far as drawing its background login window rectangle, and then everything except the mouse h

Bug#559236: [b...@debian.org: Bug#559236: python-asterisk: fails to detect the configuration in $HOME]

2009-12-13 Thread David Wilson
I have released 0.1a4 to Google Code which fixes the problems below. Berlios.de seems to be defunct. 2009/12/13 David Wilson : > Hi there, > > This has been fixed in revision 174 of py-Asterisk trunk. Thanks for > letting me know! > > > David > > 2009/12/3 Tzafrir C

Bug#559236: [b...@debian.org: Bug#559236: python-asterisk: fails to detect the configuration in $HOME]

2009-12-13 Thread David Wilson
Hi there, This has been fixed in revision 174 of py-Asterisk trunk. Thanks for letting me know! David 2009/12/3 Tzafrir Cohen : > Hi, > > See the following bug report submitted vs. the Debian package. > > Bug in the BTS: http://bugs.debian.org/559236 > > Patch: > http://svn.debian.org/viewsvn/p

Bug#504219: Samba artificially depends on logrotate.

2008-11-01 Thread David Wilson
Package: samba Version: 2:3.2.3-3 Hi there, About once a year I get bitten by this: Samba has an artificial dependency on logrotate being installed, which has the effect of unnecessarily pulling it in as part of any apt-get I may run (which admittedly I'm not reading the output of carefully enoug

Bug#310448: Konsole termcapinfo fix causes failure to correctly line wrap when connecting via PuTTY.

2005-05-23 Thread David Wilson
Package: screen Version: 4.0.2-4.1 Symptom: When logging in from Windows XP + PuTTY with a default configuration and launching screen on my Debian Sarge CoLinux installation, lines that are longer than the screen fail to wrap properly. In addition, typing bash command lines longe

Bug#294455: Information leakage in ping utility.

2005-02-09 Thread David Wilson
Package: netkit-base Around line 609 of ping.c the following comment can be found: pinger -- Compose and transmit an ICMP ECHO REQUEST packet. The IP packet will be added on by the kernel. The ID field is our UNIX process ID, Then around line 422: ident = getpid() & 0x;