Bug#549681: bug#549681: mkvmlinuz: use xz to compress vmlinuz-boxed initrd

2012-07-01 Thread Milan Kupcevic
On 07/01/2012 04:13 PM, Geert Stappers wrote: > > > Please use the more readable > > test -n "$is_xz_supported" > Have a look at this: test "$string" test -n "$string" [ "$string" ] [ -n "$string" ] They are just four different expressions of exactly the same thing. It is hard to pleas

Processed: Re: sysfs: cannot create duplicate filename

2012-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 605472 - patch moreinfo Bug #605472 [linux-2.6] sysfs: cannot create duplicate filename Removed tag(s) moreinfo and patch. > End of message, stopping processing here. Please contact me if you need assistance. -- 605472: http://bugs.debian.o

Processed: Re: tpm_tis 00:0b: A TPM error (6) occurred attempting to read a pcr value

2012-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 679836 src:linux 3.4.4-1~experimental.1 Bug #679836 [linux-2.6] linux-image-3.3.0-trunk-amd64: tpm_tis 00:0b: A TPM error (6) occurred attempting to read a pcr value Bug reassigned from package 'linux-2.6' to 'src:linux'. No longer marke

Bug#679836: linux-image-3.3.0-trunk-amd64: tpm_tis 00:0b: A TPM error (6) occurred attempting to read a pcr value

2012-07-01 Thread Luca Capello
Package: linux-2.6 Version: 3.3.6-1~experimental.1 Severity: normal Usertags: pca.it-kernel Hi there! This is happening on 3.4.4-1~experimental.1 as well and it does not on 3.2.21-3 or 3.2.20-1. The message is visible during hibernation, but not thawing. The machine model is a ThinkPad X60 1706

Processed: Re: pata_via: boot crash with VT6415 controller

2012-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 679039 https://bugzilla.kernel.org/show_bug.cgi?id=44111 Bug #679039 [src:linux] linux-image-3.2.0-2-686-pae: boot crash with VT6415 controller (pata_via) Set Bug forwarded-to-address to 'https://bugzilla.kernel.org/show_bug.cgi?id=441

Bug#679039: pata_via: boot crash with VT6415 controller

2012-07-01 Thread Jonathan Nieder
forwarded 679039 https://bugzilla.kernel.org/show_bug.cgi?id=44111 quit Giuliano Procida wrote: > Kernel bug report is 44111. Thanks! If I have any more questions, I'll ask them upstream. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#679830: linux-image-2.6.32-5-686: Kernel bug observed in syslog when performing an rsync operation.

2012-07-01 Thread Imran Chaudhry
Package: linux-2.6 Version: 2.6.32-45 Severity: normal Kernel bug observed in syslog when performing an rsync operation. I use rsnapshot and I believe an rsnapshot operation "conflicted" or "interfered" somehow with my manual rsync command. The source and destination are USB HDDs with ext4 file

Bug#549681: bug#549681: mkvmlinuz: use xz to compress vmlinuz-boxed initrd

2012-07-01 Thread Geert Stappers
On Sun, Jul 01, 2012 at 03:13:57PM -0400, Milan Kupcevic wrote: > +if grep -q CONFIG_RD_XZ=y /boot/config-$release ; then > + is_xz_supported=Yes > +fi > Have a look at this test statement > +if test "$is_xz_supported"; then > + XZ="xz --check=crc32 -8" > +else > + XZ=false > +fi And have

Bug#679039: pata_via: boot crash with VT6415 controller (Re: Bug#679039: Tried kernel 3.4)

2012-07-01 Thread Giuliano Procida
Kernel bug report is 44111. -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/CAE-HYsPO_LkpS-gzmGrvidSkb5VrAjzsPGqZ=qa-y6rn_bv...@mail.gmail.com

Bug#549681: bug#549681: mkvmlinuz: use xz to compress vmlinuz-boxed initrd

2012-07-01 Thread Milan Kupcevic
On 07/01/2012 12:31 PM, Ben Hutchings wrote: > On Sat, 2012-06-30 at 23:01 -0400, Milan Kupcevic wrote: > [...] >> --- mkvmlinuz (revision 19233) >> +++ mkvmlinuz (working copy) > [...] >> @@ -158,6 +153,12 @@ >>post_2_6_19= >> fi >> >> +if dpkg --compare-versions $release ge 2.6.38 && t

Bug#598144: rt2500pci: very low transfers and link quality (Re: Probably reproduced)

2012-07-01 Thread Filipus Klutiero
On 2012-06-19 23:34, Jonathan Nieder wrote: Hi Filipus, Filipus Klutiero wrote: I probably reproduced this after testing a wheezy daily on an ASUS Z71A using an RT2500. I got this error message and several others. Ok, now I finally got a chance to look up the bug. So do you mean that transfe

Bug#598144: Probably reproduced

2012-07-01 Thread Filipus Klutiero
Hi Jonathan, On 2012-06-19 21:07, Jonathan Nieder wrote: Hi Filipus, Filipus Klutiero wrote: I probably reproduced this after testing a wheezy daily on an ASUS Z71A using an RT2500. Thanks, but what is "this"? "This" is the ticket where the message appears, that is #598144. The subject

Bug#549681: bug#549681: mkvmlinuz: use xz to compress vmlinuz-boxed initrd

2012-07-01 Thread Ben Hutchings
On Sat, 2012-06-30 at 23:01 -0400, Milan Kupcevic wrote: [...] > --- mkvmlinuz (revision 19233) > +++ mkvmlinuz (working copy) [...] > @@ -158,6 +153,12 @@ >post_2_6_19= > fi > > +if dpkg --compare-versions $release ge 2.6.38 && test "$arch" != "prep" ; > then > + post_2_6_38=Yes > +el

Bug#549681: mkvmlinuz: use xz to compress vmlinuz-boxed initrd

2012-07-01 Thread Milan Kupcevic
On 07/01/2012 07:05 AM, Touko Korpela wrote: >> ... >> +if test "$post_2_6_38"; then >> + XZ="xz --check=crc32 -8" >> +else >> + XZ=false >> +fi > > From xz(1) manual page (you can ignore DecMem): > Preset DictSize CompCPU CompMem DecMem >-0

Bug#661335: [3.1 -> 3.2.4 regression] ASUS P8H67-M EVO: No HDMI sound on HDAintel

2012-07-01 Thread Jonathan Nieder
Hi Eric, Eric Lavarde wrote: > Is there anything I can do to help make this bug disappear before > the release of wheezy? Please work with upstream to get this fixed there, and then we will take the patch. The wheezy freeze and even the release are not hard deadlines for this, since bugfixes ca

Bug#678443: Hard lockups due to "lockup-detector" (NMIs) on multi-Pentium-3 SMP systems on all kernel builds since 2.6.38

2012-07-01 Thread Hans-Juergen Mauser
Hello, currently the system starts reaching an amount of uptime that was hardly possible before setting "nowatchdog": netfinity5000:~# uptime 13:43:12 up 10 days, 20:43, 2 users, load average: 0,01, 0,08, 0,07 When we reach 14 days or more, we know that it's really the watchdog/NMI "featu

Bug#549681: bug#549681: mkvmlinuz: use xz to compress vmlinuz-boxed initrd

2012-07-01 Thread Touko Korpela
On Sat, Jun 30, 2012 at 11:01:47PM -0400, Milan Kupcevic wrote: > The attached patch brings vmlinuz from about 13MB to about 9.5MB, which > is well under the 12MB limit. Downside is that xz compressing is > noticeably slower than currently used gzip, but decompressing speed > difference is not noti

Processed: Bug still in 3.2.0-2, 3.2.0-3 and 3.4-trunk ([3.1 -> 3.2.4 regression] ASUS P8H67-M EVO: No HDMI sound on HDAintel)

2012-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 661335 linux-2.6/3.2.20-1 Bug #661335 [linux-2.6] linux-image-3.2.0-1-amd64: No HDMI sound on HDA intel with kernel 3.2 The source linux-2.6 and version 3.2.20-1 do not appear to match any binary packages Marked as found in versions linux-

Bug#661335: Bug still in 3.2.0-2, 3.2.0-3 and 3.4-trunk ([3.1 -> 3.2.4 regression] ASUS P8H67-M EVO: No HDMI sound on HDAintel)

2012-07-01 Thread Eric Lavarde
found 661335 linux-2.6/3.2.20-1 found 661335 linux-2.6/3.2.21-3 found 661335 linux-2.6/3.4.4-1~experimental.1 thanks Hello, I'm getting a bit nervous due to the fact that the wheezy freeze is approaching, that I'm still stuck on an outdated kernel (3.1), with all the security and supportabilit

Processed: pending

2012-07-01 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 638068 pending Bug #638068 [initramfs-tools] [bisected] initramfs-tools generates unbootable initrd.img on IA-64 platform (Itanium) Added tag(s) pending. > kthxbye Stopping processing here. Please contact me if you need assistance. -- 6380

Bug#638068: initramfs-tools generates unbootable initrd.img on IA-64

2012-07-01 Thread Adam Conrad
I've committed a fix for #638068 to git. It doesn't address the fact that klibc/sh appears to not be "good enough" to boot ia64 (which is an entirely different and, I assume, klibc bug), but it should improve the handling enough to make it at least do as requested for both BUSYBOX=y and BUSYBOX=n