Bug#619932: evtest does not decode KEY_NUMERIC_* key events

2011-03-28 Thread Florian Fainelli
Package: evtest Version: 20051019-9 Owner: Stephen Kitt evtest does no show the fancy name for KEY_NUMERIC_* key events. The patch attached below adds support for decoding these events. -- --- a/utils/evtest.c2011-03-04 12:13:15.931651003 +0100 +++ b/utils/evtest.c2011-03-04 12:14:33.011

Bug#584326: debian-installer fails formatting / as ext3 on a LVM volume group

2010-06-03 Thread Florian Fainelli
Package: debian-installer Version: 20101202 Severity: important Using the debian installer on an AMD64 with the following steps: - Using guided partitionning - Guided - user entire disk and set up LVM - All files in one partition When the / partition is to be formatted as ext3, it fails, and VT4

Bug#581740: evtest does not flush stdout between events reports

2010-05-15 Thread Florian Fainelli
Package: evtest Version: 20051019-9 Owner: Stephen Kitt evtest does no stdout flushing at all between consecutive events reports, which can prevent its standard output redirection to a file from working: evtest /dev/input/event6 >/tmp/evtest.log (some mouse moving) cat /tmp/evtest.log (nothing)

Bug#433321: Debconf for postfix should not accept multiple relay hosts

2007-07-16 Thread Florian Fainelli
Package: postfix Version: 2.3.8-2+b1 Subject : Debconf for postfix should not accept multiple relay hosts If we specify multiple relay hosts while configuring postfix with debconfi, postfix will fail instaling. Debconf should warn us about that and refuse to set multiple relay hosts. Thank you.

Bug#431977: Realtek r8169 driver is not included by default for sparc64/smp kernels

2007-07-06 Thread Florian Fainelli
Package: linux-image-2.6.18-4-sparc64-smp Version: 2.6.18+6 Description : The realtek r8169 driver is not included by default in the linux-image-2.6-sparc64-smp kernel package. Since this driver causes kernel unaligned accesses, you will need to apply a fix, as proposed in Bug#430934 for it to

Bug#430934: (no subject)

2007-07-06 Thread Florian Fainelli
Looking at similar things that were done for the Tulip driver, and also for Via-rhine, here comes a patch that fixes the bug. This patch will be sent to the netdev mailing-list as well. -- -- Cordialement, Florian Fainelli - --- drivers/net/r8169

Bug#430934: Kernel unaligned accesses with ip_fast_csum and ip_rcv with r8169 driver

2007-06-28 Thread Florian Fainelli
Package: linux-image-2.6-sparc64-smp Version: 2.6.18+6 Description : I use the r8169 driver from the kernel-source-2.6.18 package on a Sun Entreprise 450 (sparc64-smp) and got a bunch of aligned accesses on ip_rcv followed by 4 unaligned access on ip_fast_csum, like that : Kernel unaligned ac