Bug#588602: Bug#: 588601, 588602: xpress 200m 5955 = resume from suspend fails with KMS enabled

2010-07-10 Thread Andres Cimmarusti
I dedicated a large portion of the day to finding a clue to this one.
Following this advice:
http://lxr.linux.no/#linux+v2.6.34.1/Documentation/power/s2ram.txt
I was able to extract a trace from the failed resume process:

Magic number: 0:981:799
hash matches drivers/base/power/main.c:523
pci :01:05.0: hash matches
ec PNP0C09:00: hash matches

The first hash match is none other than my ATI Radeon card as I easily
verified with lspci:

01:05.0 VGA compatible controller: ATI Technologies Inc Radeon XPRESS 200M
5955 (PCIE)

However, the above link says that the likely culprit in the failed resume
process is the last hash match. This corresponds to the EC driver:
http://lxr.free-electrons.com/source/drivers/acpi/ec.c

My card was, till recently, listed under embedded graphics at the AMD/ATI
website. So there appears to be some conflict when using KMS between radeon
and ec that causes the kernel to hang (that explains why I can't ssh into my
computer to get a trace). For this reason I've cloned the original bug and
reported the copy as a kernel bug.
I will try to delve deeper into the matter by activating more verbose
debugging symbols for acpi.

I would appreciate some advice and guidance, since I'm flying half-blind (I
will try to follow the information present here
http://ubuntuforums.org/showthread.php?t=505890)

Cheers,

Andres


Processed: Re: Bug#572712: use hardened sysctl net.* settings per default

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 572712 netbase
Bug #572712 [linux-2.6] use hardened sysctl net.* settings per default
Bug reassigned from package 'linux-2.6' to 'netbase'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
572712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127876547525083.transcr...@bugs.debian.org



Re: Bug#572712: use hardened sysctl net.* settings per default

2010-07-10 Thread Julien Cristau
On Sat, Jul 10, 2010 at 14:37:36 +0200, Moritz Muehlenhoff wrote:

 If you want to change the standard Debian sysctl settings, this should
 probably be changed by netbase providing a /etc/sysctl.d snippet.
 
 The kernel package is not the right place. Reassigning to netbase.
 
Can you explain why the kernel package is not the right place to change
kernel defaults?  I think it would be inappropriate for netbase to
change these things...

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: Re: linux-image-2.6.26-1-686: ide-tape hangs for 180s on boot and disables the cdrom

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 517330 moreinfo
Bug #517330 [linux-2.6] linux-image-2.6.26-1-686: ide-tape hangs for 180s on 
boot and disables the cdrom
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
517330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127876594928453.transcr...@bugs.debian.org



Bug#572712: use hardened sysctl net.* settings per default

2010-07-10 Thread Moritz Muehlenhoff
reassign 572712 netbase
thanks

On Mon, May 31, 2010 at 06:29:15PM +0200, Christoph Anton Mitterer wrote:
 Hi Moritz, et al.

 On Sun, 2010-05-30 at 19:29 +0200, Moritz Muehlenhoff wrote:
  If you want to modify kernel defaults you'll need to discuss the
  specific options with upstream, we won't differ in the Debian kernel
  configuration.
 I don't want to change the kernel defaults...
 
 For the Debian kernels it would be a very bad idea, as I think that
 software in a distro should nearly always follow the upstream default
 (config) values.
 There are already several packages in Debian where default config values
 where changed. I do not talk about the default config files, but really
 the hardcoded values in the binaries.
 This is really a bad idea, as everybody should be able to expect a more
 or less consistent behaviour of programs on all distros.
 
 For upstream such changes will probably not going to happen, even if I
 request it.
 But that neither means that the defaults I propose are wrong, nor that
 Debian shouldn't change them in their sysctl defaults.
 We already change many packages (better said their standard
 configuration files) just to make them more secure (and in some examples
 unfortunately also to make them less secure).
 
 
  For now I'd suggest to address Christoph's proposed changes through
  the harden package. It appears to be designed for exactly this
  purpose. Christoph, what do you think?
 I think the harden package is the wrong place, at least for the net.*
 sysctl I've proposed.
 
 I guess there are two main reasons:
 1) Everybody expects harden packages to be something which is either
 quite complicated to set up or which will probably break many things.
 - Take special patches like PaX/grsecurity or rsbac... they'd probably
 be accounted to hardening... both may break things (and RSBAC is quite
 difficult to set up).
 - Another example is something like AIDE... of course the plain install
 is done quickly, but to have it really make sense one most run it from a
 offline/secured host... because if the system is compromised the
 attacker will be also able to hack AIDE or its hash sums.
 
 These changes here are not complicated to set up, and for the vast
 majority of people, the won't break anything.
 
 
 2) Harden-packages are usually not installed by most people, for the
 above reasons. So most people wouldn't benefit those more secure
 settings.
 
 
 
 Now why do I think that every system should get those more secure
 sysctl settings per default.
 I guess most of them won't harm anyway and just give benefit.
 
 log_martians
 = just logging
 
 rp_filter
 = well I guess only really hacked setups/systems/networks should ever
 make it necessary to allow such packets per default.
 And people with such setups/systems/networks have them either set up
 wrongly (but just never noticed) and should fix it... or they _really_
 are experts and _really_ need it that way... then they probably know
 about rp_filter, and are able to turn it of.
 
 tcp_syncookies
 = In their current implementation (see the lwn.net article) it seems to
 me that they mean no _real_ problem. All problems that syncookies
 bring,... don't count here, as they're not activated by the kernel until
 your network ist fucked up anyway ;)
 
 net.ipv4.ip_forward, net.ipv6.conf.all.forwarding, send_redirects,
 accept_source_route
 = Well one could discuss those... but I really think, that the vast
 majority of Debian systems are not used as rooters. And those systems
 that are,.. don't work as a router out of the box. So sysadmins need to
 know how to set up routing anyway,... and then they sould also know
 about these sysctl values.
 
 net.ipv4.conf.all.accept_redirects, net.ipv6.conf.all.accept_redirects
 = Also,.. I guess just really some weird setups need things like ICMP
 redirects.
 
 
 Of course there might be more settings we could/should tighten up
 here :)

Sorry for the late reply.

If you want to change the standard Debian sysctl settings, this should
probably be changed by netbase providing a /etc/sysctl.d snippet.

The kernel package is not the right place. Reassigning to netbase.

Cheers,
Moritz














-- 
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/20100710123736.ga2...@galadriel.inutil.org



Bug#518995: marked as done (kernel: RAM recognition)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Jul 2010 14:52:32 +0200
with message-id 20100710125232.ga3...@galadriel.inutil.org
and subject line Re: Bug#518995: kernel: RAM recognition
has caused the Debian Bug report #518995,
regarding kernel: RAM recognition
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
518995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kernel
Severity: normal

system don't recognize more than 895MB of system memory (physical) - i must 
install kernel with bigmem; when i've added next 
2GB RAM, system still have seen 895MB RAM


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


---End Message---
---BeginMessage---
On Tue, Dec 08, 2009 at 12:47:50AM +0100, Moritz Muehlenhoff wrote:
 On Tue, Jul 28, 2009 at 12:08:56AM +0200, Moritz Muehlenhoff wrote:
  On Tue, Mar 10, 2009 at 03:45:09PM +0100, maximilian attems wrote:
   On Mon, 09 Mar 2009, pawel wrote:
   
Package: kernel
Severity: normal

system don't recognize more than 895MB of system memory (physical) - i
must install kernel with bigmem; when i've added next 2GB RAM, system
still have seen 895MB RAM

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
   
   how about posting dmesg, so aboves is proved.
   can you please test 2.6.28 , see sid snapshot line
   - http://wiki.debian.org/DebianKernel
  
  Pawel?
 
 Hi,
 The next release of Debian (6.0, code name Squeeze) will be based
 on 2.6.32. Please test the current 2.6.32 from unstable and tell
 us whether the problem persists. If so, we should report it upstream
 to the kernel.org developers.
 
 The 2.6.32 kernel is available from packages.debian.org and can
 be installed in both Debian stable, testing and unstable
 installations.

No further feedback, closing the bug.

If this can be reproduced with current kernels, please reopen this bug.

Cheers,
Moritz

---End Message---


Re: Bug#572712: use hardened sysctl net.* settings per default

2010-07-10 Thread Julien Cristau
On Sat, Jul 10, 2010 at 13:45:44 +0100, Julien Cristau wrote:

 On Sat, Jul 10, 2010 at 14:37:36 +0200, Moritz Muehlenhoff wrote:
 
  If you want to change the standard Debian sysctl settings, this should
  probably be changed by netbase providing a /etc/sysctl.d snippet.
  
  The kernel package is not the right place. Reassigning to netbase.
  
 Can you explain why the kernel package is not the right place to change
 kernel defaults?  I think it would be inappropriate for netbase to
 change these things...
 
My point is, either the request is legitimate and the defaults should be
changed in the kernel where they belong, or they aren't, and the bug
should be closed.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#517330: linux-image-2.6.26-1-686: ide-tape hangs for 180s on boot and disables the cdrom

2010-07-10 Thread Moritz Muehlenhoff
tags 517330 moreinfo
thanks

On Thu, Feb 26, 2009 at 04:14:09PM -0800, Tzvetan Mikov wrote:
 Package: linux-image-2.6.26-1-686
 Version: 2.6.26-13
 Severity: normal
 
 Upgrade from Etch to Lenny. The computer has an IDE tape attached to 
 hdd (slave). The cdrom is at hdc (master). It all worked fine under 
 2.6.18.
 
 Under 2.6.26 ide-tape hangs during boot at:
 [5.776016] ide-tape: hdd - ht0: Seagate STT3401A rev 3
 After about 180 seconds the boot continues somehow, but as I understand 
 it, the cdrom task is still frozen, so the tape and more importantly the
  CDROM are not working.
 
 So, the problem is threefold:
 - long delay on boot
 - tape no longer working
 - cdrom no longer working
 
 I found a report on LKML that looks to be describing exactly the same
 problem:
 http://lkml.org/lkml/2008/9/21/148
 
 The situation is dire since we have this same tape drive on many systems
 and so far I haven't found a way to at least disable it via any 
 configuration means. The hdd=none boot parameter has no efect. 
 Blacklisting ide_tape in modprobe.d also doesn't affect it.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710124536.ga2...@galadriel.inutil.org



Processed: Re: Bug#572712: use hardened sysctl net.* settings per default

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 572712 linux-2.6
Bug #572712 [netbase] use hardened sysctl net.* settings per default
Bug reassigned from package 'netbase' to 'linux-2.6'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
572712: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572712
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127876821514526.transcr...@bugs.debian.org



Processed: Re: Bug#517716: Acknowledgement (linux-image-2.6.26-1-686: ehci_hcd 0000:00:02.2: HC died; cleaning up when importing photographs via PTP using gthumb)

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 517716 moreinfo
Bug #517716 [linux-2.6] linux-image-2.6.26-1-686: ehci_hcd :00:02.2: HC 
died; cleaning up when importing photographs via PTP using gthumb
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
517716: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517716
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127876846716760.transcr...@bugs.debian.org



Bug#520667: marked as done (linux-image-2.6.26-1-686: No warning when half-open TCP queue is full)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Jul 2010 15:03:00 +0200
with message-id 20100710130257.ga4...@galadriel.inutil.org
and subject line Re: linux-image-2.6.26-1-686: No warning when half-open TCP 
queue is full
has caused the Debian Bug report #520667,
regarding linux-image-2.6.26-1-686: No warning when half-open TCP queue is full
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
520667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520667
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.26-1-686
Version: 2.6.26-13lenny2
Severity: normal

Hi,

When the half-open TCP connection queue is full and syn cookies are enabled, 
you get a message like kernel: possible SYN flooding on port 2710. Sending 
cookies.
However when syn cookies are disabled, you don't get any message (in kern.log), 
although connections to your server are timing out.
Could such a message be added?
Maybe with a suggestion to increase the size of that queue or to enable syn 
cookies.

Greetings,

Olaf

-- Package-specific info:
** Version:
Linux version 2.6.26-1-686 (Debian 2.6.26-13lenny2) (da...@debian.org) (gcc 
version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Fri Mar 13 
18:08:45 UTC 2009

** Command line:
root=/dev/hda1 ro quiet

** Not tainted

** Kernel log:
[2.311239] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[2.311239] rtc0: alarms up to one day
[2.311239] cpuidle: using governor ladder
[2.311239] cpuidle: using governor menu
[2.311239] No iBFT detected.
[2.311239] TCP cubic registered
[2.311239] NET: Registered protocol family 17
[2.311239] Using IPI No-Shortcut mode
[2.311240] registered taskstats version 1
[2.311240] rtc_cmos 00:04: setting system clock to 2009-03-21 08:26:10 UTC 
(1237623970)
[2.311240] Freeing unused kernel memory: 244k freed
[2.615240] thermal: Unknown symbol acpi_processor_set_thermal_limit
[3.008555] SCSI subsystem initialized
[3.052601] aic7xxx :00:06.0: enabling device (0006 - 0007)
[3.052634] PCI: No IRQ known for interrupt pin A of device :00:06.0. 
Probably buggy MP table.
[3.065606] aic7xxx: probe of :00:06.0 failed with error -16
[3.086545] Uniform Multi-Platform E-IDE driver
[3.086562] ide: Assuming 33MHz system bus speed for PIO modes; override 
with idebus=xx
[3.087790] PIIX4: IDE controller (0x8086:0x7111 rev 0x01) at  PCI slot 
:00:07.1
[3.087860] PIIX4: not 100% native mode: will probe irqs later
[3.087881] ide0: BM-DMA at 0xffa0-0xffa7
[3.087899] ide1: BM-DMA at 0xffa8-0xffaf
[3.087911] Probing IDE interface ide0...
[3.204905] usbcore: registered new interface driver usbfs
[3.204905] usbcore: registered new interface driver hub
[3.204905] Linux Tulip driver version 1.1.15-NAPI (Feb 27, 2007)
[3.207197] usbcore: registered new device driver usb
[3.218101] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[3.231794] USB Universal Host Controller Interface driver v3.0
[3.389469] hda: WDC WD200BB-60CVB0, ATA DISK drive
[3.725308] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[3.726178] hda: UDMA/33 mode selected
[3.727069] Probing IDE interface ide1...
[4.459970] hdc: LTN486S, ATAPI CD/DVD-ROM drive
[4.795793] hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[4.795878] hdc: MWDMA2 mode selected
[4.796042] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[4.796126] ide1 at 0x170-0x177,0x376 on irq 15
[4.801573] PCI: No IRQ known for interrupt pin D of device :00:07.2. 
Probably buggy MP table.
[4.801573] uhci_hcd :00:07.2: Found HC with no IRQ.  Check BIOS/PCI 
:00:07.2 setup!
[4.801573] uhci_hcd :00:07.2: init :00:07.2 fail, -19
[4.806966] tulip0:  EEPROM default media type Autosense.
[4.806978] tulip0:  Index #0 - Media 10baseT (#0) described by a 21142 
Serial PHY (2) block.
[4.806988] tulip0:  Index #1 - Media 10baseT-FDX (#4) described by a 21142 
Serial PHY (2) block.
[4.806998] tulip0:  Index #2 - Media 100baseTx (#3) described by a 21143 
SYM PHY (4) block.
[4.807007] tulip0:  Index #3 - Media 100baseTx-FDX (#5) described by a 
21143 SYM PHY (4) block.
[4.813428] eth0: Digital DS21142/43 Tulip rev 65 at Port 0xec00, 
00:10:6f:02:39:a5, IRQ 19.
[4.813672] 8139cp :00:12.0: This (id 10ec:8139 rev 10) is not an 8139C+ 
compatible chip
[4.813672] 8139cp :00:12.0: Try the 8139too driver instead.
[4.814022] 8139cp :00:14.0: This (id 10ec:8139 rev 10) is not an 8139C+ 

Bug#517513: linux-image-2.6.26-1-powerpc-smp: kernel hang on powerdown

2010-07-10 Thread Moritz Muehlenhoff
On Sat, Feb 28, 2009 at 01:34:08PM +0300, Andrey Gusev wrote:
 Package: linux-image-2.6.26-1-powerpc-smp
 Version: 2.6.26-13
 Severity: normal
 
 Yesterday, kernel hang on powerdown. Usualy, it is ok and once it down, but 
 power wasn't off. I have screenshort of it.

Was this a recurring error? Are you still using the standard Lenny kernel?
If you've upgraded to something more recent, did the problem appear again?

Cheers,
Moritz



-- 
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/20100710125934.ga4...@galadriel.inutil.org



Bug#517716: Acknowledgement (linux-image-2.6.26-1-686: ehci_hcd 0000:00:02.2: HC died; cleaning up when importing photographs via PTP using gthumb)

2010-07-10 Thread Moritz Muehlenhoff
tags 517716 moreinfo
thanks

On Mon, Mar 16, 2009 at 09:39:47PM +, Mike Crowe wrote:
 Further to my original report I've done some more experiments and
 noted that:
 
 - The problem does indeed seem to be file size related. Small images
   and video files do not cause the host controller to die. A transfer
   of four video files totalling over 700MiB did cause the failure.
 
 - The system appears to become loaded and sluggish during the
   transfer. This does not happen when downloading small images from my
   other camera (which is unfortunately incapable of generating such
   large files.) I've not been able to investigate this further yet.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710130348.ga4...@galadriel.inutil.org



Re: Bug#585822: xserver-xorg-video-radeon: radeon/KMS wrong monitor resolution due to mistakenly detected TV-out (S-video) for RV350 [Mobility Radeon 9600 M10] chipset (with workaround)

2010-07-10 Thread Stefano
On Tuesday 15 June 2010 05:01:23 Julien Cristau wrote:
 
 Is 2.6.34 (from experimental) better?  If not, please file a bug at
 bugs.freedesktop.org against product DRI, component DRM/radeon,
 attaching your X and kernel logs.

Hello,

sorry for the late reply.

Kernel 2.6.34 solves this bug (I don't have to specify any parameter at boot) 
but 
brakes compositing (KDE4 tells me that compositing is not available).

For now I'll stick to 2.6.32 with the kernel parameters set at boot.
 
I would investigate further but I don't have much time right now.

Anyway, if you have any other questions, I am available to answer. 

 Cheers,

Thanks,

 Julien

-- 
Stefano

Fortune of the day: You will pioneer the first Martian colony.


-- 
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/201007100936.29594.pietran...@gmail.com



Processed: tagging 534422

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 534422 + pending
Bug #534422 [linux-2.6] Enabling KMS causes lots of segfaults after hibernation 
resume
Bug #545125 [linux-2.6] linux-image-2.6.31-rc6-amd64: freeze and on-disk 
corruption with KMS and suspend-to-disk
Bug #545517 [linux-2.6] linux-image-2.6.31-rc6-amd64: freeze and on-disk 
corruption with KMS and suspend-to-disk
Bug #571741 [linux-2.6] System freezes after pm-hibernate when kms is on
Bug #576800 [linux-2.6] libc6: Cannot create new processes after hibernating
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
534422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127877646012785.transcr...@bugs.debian.org



Bug#517330: linux-image-2.6.26-1-686: ide-tape hangs for 180s on boot and disables the cdrom

2010-07-10 Thread T.Mikov

 Hi,
 The next release of Debian (6.0, code name Squeeze) will be based
 on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
 us whether the problem persists. If so, we should report it upstream
 to the kernel.org developers.

 The 2.6.32 kernel is available from packages.debian.org and can
 be installed in both Debian stable, testing and unstable
 installations.

 Thanks,
 Moritz
   
OK. I will test some time next week and get back to you. The problem has
become less serious in the meantime because hardly anyone uses ide tapes
anymore...

regards,
Tzvetan




-- 
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/4c3892c9.50...@gmgsys.com



Processed: reassign 532049 to initramfs-tools

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 532049 initramfs-tools
Bug #532049 [linux-image-2.6.26-2-686] readlink error in mkinitramfs-kpkg
Bug reassigned from package 'linux-image-2.6.26-2-686' to 'initramfs-tools'.
Bug No longer marked as found in versions linux-2.6/2.6.26-15.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
532049: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532049
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878222726762.transcr...@bugs.debian.org



Processed: tagging 533493

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 533493 moreinfo
Bug #533493 [linux-2.6] linux-image-2.6.30-1-amd64: continual stream of errors 
on floppy drive
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
533493: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533493
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878222726774.transcr...@bugs.debian.org



Processed: Re: linux-image-2.6.26-2-686: after suspend 2 disk a warning regarding ethernet is shown on resume

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 531718 moreinfo
Bug #531718 [linux-image-2.6.26-2-686] linux-image-2.6.26-2-686: after suspend 
2 disk a warning regarding ethernet is shown on resume
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
531718: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531718
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878222826794.transcr...@bugs.debian.org



Processed: Re: your mail

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 531780 moreinfo
Bug #531780 [linux-image-2.6.26-2-686] linux-image-2.6.26-2-686: out of order 
segment: rcv_next 43AAB4CD seq 43AABFF9 - 43AAC58F
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
531780: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531780
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878223326840.transcr...@bugs.debian.org



Processed: Re: hibernate make fails bluetooth device. The only way to get working again is unplug and plug again

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 531275 moreinfo
Bug #531275 [linux-2.6] hibernate make fails bluetooth device. The only way to 
get working  again is unplug and plug again
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
531275: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531275
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878223626878.transcr...@bugs.debian.org



Processed: Re: BUG: warning at kernel/cpu.c:51/unlock_cpu_hotplug()

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 531217 moreinfo
Bug #531217 [linux-2.6] BUG: warning at kernel/cpu.c:51/unlock_cpu_hotplug()
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
531217: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531217
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878223826913.transcr...@bugs.debian.org



Processed: tagging 533565

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 533565 moreinfo
Bug #533565 [linux-2.6] linux-image-2.6.30-1-686: ATA bus error messages for 
PATA_SCH module
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
533565: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533565
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878227027150.transcr...@bugs.debian.org



Processed: Re: Bug#534444: Acknowledgement (linux-image-2.6.26-2-486: CBQ broken)

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 53 moreinfo
Bug #53 [linux-image-2.6.26-2-486] linux-image-2.6.26-2-486: CBQ broken
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
53: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=53
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878234327800.transcr...@bugs.debian.org



Processed: bug 534904 is forwarded to http://bugzilla.kernel.org/show_bug.cgi?id=13591

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 534904 http://bugzilla.kernel.org/show_bug.cgi?id=13591
Bug #534904 [linux-image-2.6.26-2-686] linux-image-2.6.26-2-686: acpi_cpufreq 
and snd_atiixp conflict (was #362708)
Set Bug forwarded-to-address to 
'http://bugzilla.kernel.org/show_bug.cgi?id=13591'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
534904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534904
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878244828743.transcr...@bugs.debian.org



Processed: Re: kernel: Kernel unaligned access at TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 536855 moreinfo
Bug #536855 [linux-2.6] kernel: Kernel unaligned access at TPC[48bef4] 
__delayacct_add_tsk+0x2c/0x15c
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
536855: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536855
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127878253229537.transcr...@bugs.debian.org



Processed: Re: linux-image-2.6.26-2-amd64/686: uvcvideo sometimes fails

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 537882 moreinfo
Bug #537882 [linux-image-2.6.26-2-amd64] linux-image-2.6.26-2-amd64/686: 
uvcvideo sometimes fails
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
537882: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537882
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.12787831431939.transcr...@bugs.debian.org



Bug#531217: BUG: warning at kernel/cpu.c:51/unlock_cpu_hotplug()

2010-07-10 Thread Moritz Muehlenhoff
tags 531217 moreinfo
thanks

On Sat, May 30, 2009 at 04:09:08PM -0700, Eduardo E. Irgang wrote:
 
 Package: linux-image-2.6-686
 
 Hi,
 
 I've being using debian 5.0, with Linux version 2.6.18-6-686 (Debian 
 2.6.18.dfsg.1-23etch1) (da...@debian.org) (gcc version 4.1.2 20061115 
 (prerelease) (Debian 4.1.1-21)) #1 SMP Fri Dec 12 16:48:28 UTC 2008.
 In this server is running zimbra 5.0.14. When I used dmesg, this warning 
 messages appear:
 
 BUG: warning at kernel/cpu.c:51/unlock_cpu_hotplug()
 [c0132a2c] unlock_cpu_hotplug+0x2c/0x54
 [c011871b] sched_getaffinity+0x67/0x6e
 [c0118741] sys_sched_getaffinity+0x1f/0x41
 [c0102c11] sysenter_past_esp+0x56/0x79
 
 I would like to know how can I proceed? Upgrade to the kernel?

Hi,
please test a more recent kernel. The kernel you're using is not the
standard kernel from Debian 5.0/Lenny (the Lenny is based on 2.6.26)

Thanks,
Moritz



-- 
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/20100710161925.ga4...@galadriel.inutil.org



Bug#531275: hibernate make fails bluetooth device. The only way to get working again is unplug and plug again

2010-07-10 Thread Moritz Muehlenhoff
tags 531275 moreinfo
thanks

On Sun, May 31, 2009 at 04:35:44AM -0400, Maximi89 wrote:
 Package: linux-image-2.6.29-2-686
 Version: 2.6.29-5
 
 
 i'm using exactly the 2.6.30-rc6, but i think this report can help to
 fix this on a newer release of linux kernel.
 
 Bus 002 Device 005: ID 1131:1004 Integrated System Solution Corp.
 Bluetooth Device
 
 The problem is i hibernate my computer, when i resume  the bluetooth
 device don't work, this needs to be unpluged and plugged again,
 because the restart of udev, remove btusb and put it again, don't
 work, i get this...any information required, more explanation... tell
 me how to obatin it and i can try to get it for you.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710162021.ga4...@galadriel.inutil.org



Bug#531718: linux-image-2.6.26-2-686: after suspend 2 disk a warning regarding ethernet is shown on resume

2010-07-10 Thread Moritz Muehlenhoff
tags 531718 moreinfo
thanks

On Wed, Jun 03, 2009 at 03:48:14PM +0200, Karsten Hilbert wrote:
 Package: linux-image-2.6.26-2-686
 Version: 2.6.26-15
 Severity: normal
 
 This Asus L2000D was suspended to disk w/o USB keyboard and without
 ethernet connection. Then, an USB keyboard and a live ethernet cable was
 plugged in. Then it was resumed. Eth1 was detected but showed this
 warning (on this LAN DHCP is in use). The network connection did not
 work although ifconfig showed the interface alright (but without an IP,
 so DHCP didn't work out, apparently).
 
 After the full resume I ran
 
   /etc/init.d/networking restart
 
 and networking went back to normal.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710170720.ga3...@galadriel.inutil.org



Bug#531780: your mail

2010-07-10 Thread Moritz Muehlenhoff
tags 531780 moreinfo
thanks

On Thu, Jun 04, 2009 at 12:29:25AM +0100, root wrote:
 
 Subject: linux-image-2.6.26-2-686: Jun  4 00:26:57 cs-tf-sv1 kernel: [ 
 1065.074683] out of order segment: rcv_next 43AAB4CD seq 43AABFF9 - 43AAC58F
 Package: linux-image-2.6.26-2-686
 Version: 2.6.26-15lenny3
 Severity: normal


Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710170620.ga3...@galadriel.inutil.org



Bug#534444: Acknowledgement (linux-image-2.6.26-2-486: CBQ broken)

2010-07-10 Thread Moritz Muehlenhoff
tags 53 moreinfo
thanks

On Wed, Jun 24, 2009 at 11:08:36PM +0100, Ben Hutchings wrote:
 On Wed, 2009-06-24 at 16:42 +0100, Anton Ivanov wrote:
  Additional information.
  
  It does not do it on all classes. I can observe it on a particular class
  parented to the root CBQ qdisc with multiple burstable children. 
  
  isolated put on another class parented to the root qdisc is similarly
  ignored. 
  
  I will try to dig through the source to see exactly where the bug is,
  but it is definitely a bug (the results of tc are confirmed by delay
  measurements and bandwidth measurements in the relevant classes).
 
 Please also test whether the configuration you're trying is still broken
 in kernel version 2.6.30 (from unstable).  If so, please report this bug
 upstream on bugzilla.kernel.org.

Anton,
does still occur with current kernels? Did you report it in the kernel.org
bugzilla?

Cheers,
Moritz



-- 
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/20100710171838.ga4...@galadriel.inutil.org



Processed: Re: Bug#538081: linux-image-2.6.26-2-amd64: The fan that doesn't adapt the speed to the cpu load. The Laptop shuts down by overheating

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 538081 moreinfo
Bug #538081 [linux-image-2.6.26-2-amd64] linux-image-2.6.26-2-amd64: The fan 
that doesn't adapt the speed to the cpu load. The Laptop shuts down by 
overheating
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
538081: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538081
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.12787832452673.transcr...@bugs.debian.org



Processed: Re: Getting Oopses on a 32-bit powerpc Pegasos2

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 540601 moreinfo
Bug #540601 [linux-image-2.6.26-2-powerpc] Getting Oopses on a 32-bit powerpc 
Pegasos2
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
540601: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540601
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.12787833803860.transcr...@bugs.debian.org



Processed: Re: linux-image-2.6.26-2-686: pcimcia sata not detecting dvd burner

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 542440 moreinfo
Bug #542440 [linux-image-2.6.26-2-686] linux-image-2.6.26-2-686: pcimcia sata 
not detecting dvd burner
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
542440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542440
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.12787835094781.transcr...@bugs.debian.org



Bug#536855: kernel: Kernel unaligned access at TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c

2010-07-10 Thread Moritz Muehlenhoff
tags 536855 moreinfo
thanks

On Tue, Jul 14, 2009 at 10:04:52AM +0300, Gabriel VLASIU wrote:
 Package: kernel
 Severity: important
 
 Running iotop I get lots of:
 
 Jul 14 09:44:30 mailq kernel: [1285719.964594] Kernel unaligned access at 
 TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
 Jul 14 09:44:30 mailq kernel: [1285719.964630] Kernel unaligned access at 
 TPC[48bf28] __delayacct_add_tsk+0x60/0x15c
 Jul 14 09:44:30 mailq kernel: [1285719.964667] Kernel unaligned access at 
 TPC[48bf48] __delayacct_add_tsk+0x80/0x15c
 Jul 14 09:44:36 mailq kernel: [1285726.011965] Kernel unaligned access at 
 TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c
 Jul 14 09:44:36 mailq kernel: [1285726.012031] Kernel unaligned access at 
 TPC[48bf10] __delayacct_add_tsk+0x48/0x15c
 Jul 14 09:44:36 mailq kernel: [1285726.012066] Kernel unaligned access at 
 TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
 Jul 14 09:44:36 mailq kernel: [1285726.012100] Kernel unaligned access at 
 TPC[48bf28] __delayacct_add_tsk+0x60/0x15c
 Jul 14 09:44:36 mailq kernel: [1285726.012135] Kernel unaligned access at 
 TPC[48bf48] __delayacct_add_tsk+0x80/0x15c
 Jul 14 09:45:14 mailq kernel: [1285764.277939] Kernel unaligned access at 
 TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c
 Jul 14 09:45:14 mailq kernel: [1285764.278022] Kernel unaligned access at 
 TPC[48bf10] __delayacct_add_tsk+0x48/0x15c
 Jul 14 09:45:14 mailq kernel: [1285764.278057] Kernel unaligned access at 
 TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
 Jul 14 09:45:14 mailq kernel: [1285764.278091] Kernel unaligned access at 
 TPC[48bf28] __delayacct_add_tsk+0x60/0x15c
 Jul 14 09:45:14 mailq kernel: [1285764.278127] Kernel unaligned access at 
 TPC[48bf48] __delayacct_add_tsk+0x80/0x15c
 Jul 14 09:45:19 mailq kernel: [1285769.512383] Kernel unaligned access at 
 TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c
 Jul 14 09:45:19 mailq kernel: [1285769.512464] Kernel unaligned access at 
 TPC[48bf10] __delayacct_add_tsk+0x48/0x15c
 Jul 14 09:45:19 mailq kernel: [1285769.512500] Kernel unaligned access at 
 TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710172158.ga5...@galadriel.inutil.org



Bug#544398: marked as done (linux-image-2.6.30-1-686: skge driver fail)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Jul 2010 19:39:10 +0200
with message-id 20100710173910.ga7...@galadriel.inutil.org
and subject line Re: linux-image-2.6.30-1-686: skge driver fail
has caused the Debian Bug report #544398,
regarding linux-image-2.6.30-1-686: skge driver fail
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
544398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544398
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.30-1-686
Version: 2.6.30-6
Severity: normal


The server working for a years without problems, one moment become unavailable
on network. Investigation from local console show the system is working
properly, except network. Any host is unavailable, but Ethernet interface is up
and respond to local ping. More over, pull out and push in back the Ethernet
cord end on the switch cause Link Down and Link UP respectively messages from
the system. The hosts on the neighbor ports on the switch are seen on the
network. After reboot the problem gone away. I have found the reason of this
situation in the kernel.log: the message duplicated on console appeared at the
moment when server become unavailable:


Aug 29 00:34:59 bis kernel: [881197.09] [ cut here ]
Aug 29 00:35:00 bis kernel: [881197.41] WARNING: at 
/build/buildd-linux-2.6_2.6.30-6-i386-7SwQ62/linux-2.6-2.6.30/debian/build/source_i386_none/net/sched/sch_generic.c:226
 dev_watchdog+0xa8/0x135()
Aug 29 00:35:00 bis kernel: [881197.80] Hardware name:
Aug 29 00:35:00 bis kernel: [881197.93] NETDEV WATCHDOG: eth0 (skge): 
transmit timed out
Aug 29 00:35:00 bis kernel: [881197.000110] Modules linked in: battery 
binfmt_misc nls_utf8 cifs nls_base xt_owner iptable_nat nf_nat 
nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_filter ip_tables x_tables 
w83627hf hwmon_vid eeprom psmouse ide_generic ide_cd_mod cdrom i2c_nforce2 
snd_pcm i2c_core snd_timer shpchp pci_hotplug snd soundcore snd_page_alloc 
button pcspkr evdev processor ext3 jbd mbcache dm_mirror dm_region_hash dm_log 
dm_snapshot dm_mod ide_gd_mod ide_pci_generic ata_generic libata scsi_mod 
amd74xx skge ide_core nvidia_agp agpgart floppy thermal fan thermal_sys [last 
unloaded: scsi_wait_scan]
Aug 29 00:35:00 bis kernel: [881197.000365] Pid: 0, comm: swapper Not tainted 
2.6.30-1-686 #1
Aug 29 00:35:00 bis kernel: [881197.000383] Call Trace:
Aug 29 00:35:00 bis kernel: [881197.000401]  [c0127000] ? 
warn_slowpath_common+0x5e/0x8a
Aug 29 00:35:00 bis kernel: [881197.000420]  [c029ee0c] ? 
dev_watchdog+0x0/0x135
Aug 29 00:35:00 bis kernel: [881197.000437]  [c012705e] ? 
warn_slowpath_fmt+0x26/0x2a
Aug 29 00:35:00 bis kernel: [881197.000454]  [c029eeb4] ? 
dev_watchdog+0xa8/0x135
Aug 29 00:35:00 bis kernel: [881197.000476]  [c0138c0c] ? 
hrtimer_forward+0x10c/0x124
Aug 29 00:35:00 bis kernel: [881197.000493]  [c0124998] ? 
scheduler_tick+0x85/0x1a6
Aug 29 00:35:00 bis kernel: [881197.000514]  [c013d4bc] ? 
getnstimeofday+0x4d/0xca
Aug 29 00:35:00 bis kernel: [881197.000533]  [c010fd41] ? 
lapic_next_event+0x13/0x16
Aug 29 00:35:00 bis kernel: [881197.000551]  [c013f85d] ? 
clockevents_program_event+0xbb/0xc9
Aug 29 00:35:00 bis kernel: [881197.000571]  [c012e3b7] ? 
run_timer_softirq+0x13d/0x19d
Aug 29 00:35:00 bis kernel: [881197.000588]  [c029ee0c] ? 
dev_watchdog+0x0/0x135
Aug 29 00:35:00 bis kernel: [881197.000609]  [c012b0ff] ? 
__do_softirq+0x8e/0x135
Aug 29 00:35:00 bis kernel: [881197.000626]  [c012b1d4] ? do_softirq+0x2e/0x38
Aug 29 00:35:00 bis kernel: [881197.000643]  [c012b2b7] ? irq_exit+0x26/0x53
Aug 29 00:35:00 bis kernel: [881197.000660]  [c01105ca] ? 
smp_apic_timer_interrupt+0x6c/0x76
Aug 29 00:35:00 bis kernel: [881197.000680]  [c0103966] ? 
apic_timer_interrupt+0x2a/0x30
Aug 29 00:35:00 bis kernel: [881197.000700]  [c0116420] ? 
native_safe_halt+0x2/0x3
Aug 29 00:35:00 bis kernel: [881197.000718]  [c010895e] ? 
default_idle+0x41/0x6a
Aug 29 00:35:00 bis kernel: [881197.000735]  [c0102399] ? cpu_idle+0x46/0x61
Aug 29 00:35:00 bis kernel: [881197.000755]  [c044676d] ? 
start_kernel+0x2c2/0x2c5
Aug 29 00:35:00 bis kernel: [881197.000771] ---[ end trace 783bd83e9c05340d ]---


-- Package-specific info:
** Version:
Linux version 2.6.30-1-686 (Debian 2.6.30-6) (wa...@debian.org) (gcc version 
4.3.4 (Debian 4.3.4-1) ) #1 SMP Sat Aug 15 19:11:58 UTC 2009

** Command line:
root=/dev/hda1 ro 

** Not tainted

** Kernel log:
[0.916272] NET: Registered protocol family 10
[0.916892] lo: Disabled Privacy Extensions
[0.917374] Mobile IPv6
[0.917427] NET: Registered protocol 

Processed: Re: kernel BUG at include/linux/mm.h:300!

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 544569 moreinfo
Bug #544569 [linux-2.6] kernel BUG at include/linux/mm.h:300!
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
544569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.12787837426838.transcr...@bugs.debian.org



Bug#537882: linux-image-2.6.26-2-amd64/686: uvcvideo sometimes fails

2010-07-10 Thread Moritz Muehlenhoff
tags 537882 moreinfo
thanks

On Tue, Jul 21, 2009 at 10:28:02AM -0400, Andres Cimmarusti wrote:
 Package: linux-image-2.6.26-2-amd64
 Version: 2.6.26-17
 Severity: normal
 
 I have a UVC webcam (Logitech quickcam pro for notebooks) which is 
 normally loaded well. I can use it in luvcview, ekiga, cheese and skype 
 without problems, except that sometimes the kernel has trouble loading 
 it and fails to do so:
 
 # grep -i uvcvideo /var/log/*
 /var/log/kern.log.1:Jul 14 22:53:38 debturion kernel: [  491.720217] 
 uvcvideo: Failed to query (1) UVC control 1 (unit 0) : -110 (exp. 26).

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710173209.ga5...@galadriel.inutil.org



Bug#538081: linux-image-2.6.26-2-amd64: The fan that doesn't adapt the speed to the cpu load. The Laptop shuts down by overheating

2010-07-10 Thread Moritz Muehlenhoff
tags 538081 moreinfo
thanks

On Wed, Jul 22, 2009 at 11:47:02PM +0100, celso r wrote:
 I have a problem with the fan that doesn't adapt the speed to the cpu load
 and is only solved (or not so noted) when I return to the kernel 2.6.26-1.
 With the kernel 2.6.26-2 (in stable and testing) and the kernel 2.6.30
 (backports) the laptop shutdowns when a high cpu load is needed (like
 playing a game or use Virtual Box).

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710173322.ga6...@galadriel.inutil.org



Bug#540601: Getting Oopses on a 32-bit powerpc Pegasos2

2010-07-10 Thread Moritz Muehlenhoff
tags 540601 moreinfo
thanks

On Sun, Aug 09, 2009 at 11:41:40AM +0800, Andrew Buckeridge wrote:
 Package: linux-image-2.6.26-2-powerpc
 Version: 2.6.26-17lenny1
 
 chrp:~$ cat /proc/sys/kernel/osrelease 
 2.6.26-2-powerpc
 
 Getting Oopses on a 32-bit powerpc
  Aug  9 05:37:33 chrp kernel: [ 9348.650404] Oops: Exception in kernel mode, 
  sig: 5 [#1]
  Aug  9 05:37:40 chrp kernel: [ 9355.781126] Oops: Exception in kernel mode, 
  sig: 5 [#2]
  Aug  9 06:00:01 chrp kernel: [10697.197061] Oops: Kernel access of bad 
  area, sig: 11 [#3]
  Aug  9 09:54:10 chrp kernel: [24750.270698] Oops: Kernel access of bad 
  area, sig: 11 [#4]
  Aug  9 09:55:09 chrp kernel: [24809.034603] Oops: Kernel access of bad 
  area, sig: 11 [#5]
  Aug  9 09:55:20 chrp kernel: [24820.740999] Oops: Kernel access of bad 
  area, sig: 11 [#6]
  Aug  9 09:55:27 chrp kernel: [24827.217550] Oops: Kernel access of bad 
  area, sig: 11 [#7]
  Aug  9 09:55:27 chrp kernel: [24827.310002] Oops: Kernel access of bad 
  area, sig: 11 [#8]
 
 See see /var/log.messages excerpt attached.
 
 Tasks running are normal and starup.sh is part of ledcontrol.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710173601.ga6...@galadriel.inutil.org



Bug#542440: linux-image-2.6.26-2-686: pcimcia sata not detecting dvd burner

2010-07-10 Thread Moritz Muehlenhoff
tags 542440 moreinfo
thanks

On Wed, Aug 19, 2009 at 06:37:13PM +0200, marcin3 wrote:
 Package: linux-image-2.6.26-2-686
 Version: 2.6.26-17
 Severity: normal
 
 *** Please type your report below this line ***
 
 I have pcmcia sata card working on chipset Silicon Image Sil 3512. My 
 previous 
 distribution 
 was Kubutu Jaunty. Under Debian Lenny Pioneer dvd-writer connected to this 
 card not working. 
 On Kubuntu everything working fine.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710173817.ga7...@galadriel.inutil.org



Bug#544569: kernel BUG at include/linux/mm.h:300!

2010-07-10 Thread Moritz Muehlenhoff
tags 544569 moreinfo
thanks

On Tue, Sep 01, 2009 at 05:11:52PM +0100, Rob Oats wrote:
 Package: linux-mage-2.6.
 Version: 2.6.18-4-686
 
 Random crash of the server; unkown cause.


 Aug 30 19:55:51 webserver kernel: Call Trace:
 Aug 30 19:55:51 webserver kernel:  [c014b7ef] unmap_vmas+0x278/0x4af
 Aug 30 19:55:51 webserver kernel:  [c014de31] exit_mmap+0x6a/0xd7
 Aug 30 19:55:51 webserver kernel:  [c011b217] mmput+0x20/0x76
 Aug 30 19:55:51 webserver kernel:  [c011fa05] do_exit+0x193/0x71b
 Aug 30 19:55:51 webserver kernel:  [c0120003] sys_exit_group+0x0/0xd
 Aug 30 19:55:51 webserver kernel:  [c0127a6d] 
 get_signal_to_deliver+0x395/0x3bc
 Aug 30 19:55:51 webserver kernel:  [c0104ba9] 
 do_general_protection+0x0/0x15d
 Aug 30 19:55:51 webserver kernel:  [c01023a6] do_notify_resume+0x71/0x1d7
 Aug 30 19:55:51 webserver kernel:  [c011776e] try_to_wake_up+0x355/0x35f
 Aug 30 19:55:51 webserver kernel:  [c0126400] __sigqueue_alloc+0x37/0x69
 Aug 30 19:55:51 webserver kernel:  [c01271b0] 
 specific_send_sig_info+0x8a/0x94
 Aug 30 19:55:51 webserver kernel:  [c01273aa] force_sig_info+0x7b/0x83
 Aug 30 19:55:51 webserver kernel:  [c0104c9d] 
 do_general_protection+0xf4/0x15d
 Aug 30 19:55:51 webserver kernel:  [c015ab68] sys_read+0x3c/0x63
 Aug 30 19:55:51 webserver kernel:  [c0104ba9] 
 do_general_protection+0x0/0x15d
 Aug 30 19:55:51 webserver kernel:  [c0102d0a] work_notifysig+0x13/0x19
 Aug 30 19:55:51 webserver kernel: Code: 02 00 00 89 fa e8 31 9f 13 00 89 d8 
 5b 
 5e 5f e9 be dd ff ff 89 c2 8b 00 f6 c4 40 74 07 89 d0 e9 4e fc ff ff 8b 42 04 
 85 c0 75 08 0f 0b 2c 01 21 a3 29 c0 90 ff 4a 04 0f 94 c0 84 c0 74 07 89 d0 
 Aug 30 19:55:51 webserver kernel: EIP: [c0147558] put_page+0x17/0x32 SS:ESP 
 0068:f7ccfe14
 Aug 30 19:55:51 webserver kernel:  1Fixing recursive fault but reboot is 
 needed!

This crash was found in the now unsupported Etch kernel. Did it reoccur with
the Lenny kernel?

Cheers,
Moritz



-- 
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/20100710174135.ga7...@galadriel.inutil.org



Bug#536855: kernel: Kernel unaligned access at TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c

2010-07-10 Thread Gabriel VLASIU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

On Sat, 10 Jul 2010, Moritz Muehlenhoff wrote:

 Date: Sat, 10 Jul 2010 19:21:58 +0200
 From: Moritz Muehlenhoff j...@inutil.org
 To: Gabriel VLASIU gabr...@vlasiu.net
 User-Agent: Mutt/1.5.20 (2009-06-14)
 X-Spam-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00
 autolearn=unavailable version=3.2.5
 Subject: Re: kernel: Kernel unaligned access at TPC[48bef4]
 __delayacct_add_tsk+0x2c/0x15c
 
 tags 536855 moreinfo
 thanks
 
 On Tue, Jul 14, 2009 at 10:04:52AM +0300, Gabriel VLASIU wrote:
  Package: kernel
  Severity: important
  
  Running iotop I get lots of:
  
  Jul 14 09:44:30 mailq kernel: [1285719.964594] Kernel unaligned access at 
  TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
  Jul 14 09:44:30 mailq kernel: [1285719.964630] Kernel unaligned access at 
  TPC[48bf28] __delayacct_add_tsk+0x60/0x15c
  Jul 14 09:44:30 mailq kernel: [1285719.964667] Kernel unaligned access at 
  TPC[48bf48] __delayacct_add_tsk+0x80/0x15c
  Jul 14 09:44:36 mailq kernel: [1285726.011965] Kernel unaligned access at 
  TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c
  Jul 14 09:44:36 mailq kernel: [1285726.012031] Kernel unaligned access at 
  TPC[48bf10] __delayacct_add_tsk+0x48/0x15c
  Jul 14 09:44:36 mailq kernel: [1285726.012066] Kernel unaligned access at 
  TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
  Jul 14 09:44:36 mailq kernel: [1285726.012100] Kernel unaligned access at 
  TPC[48bf28] __delayacct_add_tsk+0x60/0x15c
  Jul 14 09:44:36 mailq kernel: [1285726.012135] Kernel unaligned access at 
  TPC[48bf48] __delayacct_add_tsk+0x80/0x15c
  Jul 14 09:45:14 mailq kernel: [1285764.277939] Kernel unaligned access at 
  TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c
  Jul 14 09:45:14 mailq kernel: [1285764.278022] Kernel unaligned access at 
  TPC[48bf10] __delayacct_add_tsk+0x48/0x15c
  Jul 14 09:45:14 mailq kernel: [1285764.278057] Kernel unaligned access at 
  TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
  Jul 14 09:45:14 mailq kernel: [1285764.278091] Kernel unaligned access at 
  TPC[48bf28] __delayacct_add_tsk+0x60/0x15c
  Jul 14 09:45:14 mailq kernel: [1285764.278127] Kernel unaligned access at 
  TPC[48bf48] __delayacct_add_tsk+0x80/0x15c
  Jul 14 09:45:19 mailq kernel: [1285769.512383] Kernel unaligned access at 
  TPC[48bef4] __delayacct_add_tsk+0x2c/0x15c
  Jul 14 09:45:19 mailq kernel: [1285769.512464] Kernel unaligned access at 
  TPC[48bf10] __delayacct_add_tsk+0x48/0x15c
  Jul 14 09:45:19 mailq kernel: [1285769.512500] Kernel unaligned access at 
  TPC[48bf14] __delayacct_add_tsk+0x4c/0x15c
 
 Hi,
 The next release of Debian (6.0, code name Squeeze) will be based
 on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
 us whether the problem persists. If so, we should report it upstream
 to the kernel.org developers.
 
 The 2.6.32 kernel is available from packages.debian.org and can
 be installed in both Debian stable, testing and unstable
 installations.

# uname -a
Linux mailq 2.6.32-5-sparc64 #1 Tue Jul 6 14:51:45 UTC 2010 sparc64 GNU/Linux

** Terminal one:
# iotop

** terminal two:
# tail -f /var/log/messages | grep kernel
Jul 10 21:08:17 mailq kernel: [  470.375375] Kernel unaligned access at 
TPC[4a37f8] __delayacct_add_tsk+0x24/0x18c
Jul 10 21:08:17 mailq kernel: [  470.375426] Kernel unaligned access at 
TPC[4a380c] __delayacct_add_tsk+0x38/0x18c
Jul 10 21:08:17 mailq kernel: [  470.375465] Kernel unaligned access at 
TPC[4a3814] __delayacct_add_tsk+0x40/0x18c
Jul 10 21:08:17 mailq kernel: [  470.375505] Kernel unaligned access at 
TPC[4a382c] __delayacct_add_tsk+0x58/0x18c
Jul 10 21:08:17 mailq kernel: [  470.375546] Kernel unaligned access at 
TPC[4a3844] __delayacct_add_tsk+0x70/0x18c
Jul 10 21:08:22 mailq kernel: [  475.654634] Kernel unaligned access at 
TPC[4a37f8] __delayacct_add_tsk+0x24/0x18c
Jul 10 21:08:22 mailq kernel: [  475.654736] Kernel unaligned access at 
TPC[4a380c] __delayacct_add_tsk+0x38/0x18c
Jul 10 21:08:22 mailq kernel: [  475.654777] Kernel unaligned access at 
TPC[4a3814] __delayacct_add_tsk+0x40/0x18c
Jul 10 21:08:22 mailq kernel: [  475.654817] Kernel unaligned access at 
TPC[4a382c] __delayacct_add_tsk+0x58/0x18c
Jul 10 21:08:22 mailq kernel: [  475.654859] Kernel unaligned access at 
TPC[4a3844] __delayacct_add_tsk+0x70/0x18c
Jul 10 21:08:27 mailq kernel: [  480.658813] Kernel unaligned access at 
TPC[4a37f8] __delayacct_add_tsk+0x24/0x18c
Jul 10 21:08:27 mailq kernel: [  480.658857] Kernel unaligned access at 
TPC[4a380c] __delayacct_add_tsk+0x38/0x18c
Jul 10 21:08:27 mailq kernel: [  480.658896] Kernel unaligned access at 
TPC[4a3814] __delayacct_add_tsk+0x40/0x18c
Jul 10 21:08:27 mailq kernel: [  480.658934] Kernel unaligned access at 
TPC[4a382c] __delayacct_add_tsk+0x58/0x18c
Jul 10 21:08:27 mailq kernel: [  480.658973] Kernel unaligned access at 
TPC[4a3844] __delayacct_add_tsk+0x70/0x18c


Sincerely,
Gabriel

- -- 

// Gabriel VLASIU
//
// OpenGPG-KeyID  : 0xE684206E
// 

Bug#524288: marked as done (linux-image-2.6.26-2-686-bigmem: pcHDTV 3000 tuner (Conexant CX23880) colors wrong)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sat, 10 Jul 2010 21:27:25 +0200
with message-id 20100710192725.ga2...@galadriel.inutil.org
and subject line Re: your mail
has caused the Debian Bug report #524288,
regarding linux-image-2.6.26-2-686-bigmem: pcHDTV 3000 tuner (Conexant CX23880) 
colors wrong
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524288: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524288
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.26-2-686-bigmem
Version: 2.6.26-15
Severity: normal


My pcHDTV 3000, using the kernel's conexant drivers, does not show
proper colors in tvtime or mplayer when I use the 2.6.26-2-686-bigmem
kernel. When I boot into the 2.6.26-1-686-bigmem kernel it works fine.

The hue is off in such a way that changing the settings in tvtime
cannot fix it - it looks like some of the colors are inverted, or
missing. Changing the hue and saturation just make colors look wrong in
different ways, but cannot change the relation between colors, where
the problem appears to be.

-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (650, 'experimental'), (600, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.26-2-686-bigmem depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.2 tools for generating an initramfs
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-2-686-bigmem recommends:
ii  libc6-i6862.9-7  GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-2-686-bigmem suggests:
ii  grub  0.97-53GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26  none (no description available)

-- debconf information:
  linux-image-2.6.26-2-686-bigmem/preinst/initrd-2.6.26-2-686-bigmem:
  linux-image-2.6.26-2-686-bigmem/preinst/abort-overwrite-2.6.26-2-686-bigmem:
  
linux-image-2.6.26-2-686-bigmem/preinst/bootloader-initrd-2.6.26-2-686-bigmem: 
true
  
linux-image-2.6.26-2-686-bigmem/postinst/depmod-error-initrd-2.6.26-2-686-bigmem:
 false
  
linux-image-2.6.26-2-686-bigmem/postinst/create-kimage-link-2.6.26-2-686-bigmem:
 true
  
linux-image-2.6.26-2-686-bigmem/prerm/removing-running-kernel-2.6.26-2-686-bigmem:
 true
  linux-image-2.6.26-2-686-bigmem/preinst/abort-install-2.6.26-2-686-bigmem:
  linux-image-2.6.26-2-686-bigmem/postinst/old-initrd-link-2.6.26-2-686-bigmem: 
true
  
linux-image-2.6.26-2-686-bigmem/postinst/old-system-map-link-2.6.26-2-686-bigmem:
 true
  linux-image-2.6.26-2-686-bigmem/postinst/kimage-is-a-directory:
  
linux-image-2.6.26-2-686-bigmem/preinst/overwriting-modules-2.6.26-2-686-bigmem:
 true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.26-2-686-bigmem/preinst/lilo-has-ramdisk:
  
linux-image-2.6.26-2-686-bigmem/postinst/bootloader-test-error-2.6.26-2-686-bigmem:
  linux-image-2.6.26-2-686-bigmem/postinst/depmod-error-2.6.26-2-686-bigmem: 
false
  linux-image-2.6.26-2-686-bigmem/preinst/lilo-initrd-2.6.26-2-686-bigmem: true
  
linux-image-2.6.26-2-686-bigmem/prerm/would-invalidate-boot-loader-2.6.26-2-686-bigmem:
 true
  
linux-image-2.6.26-2-686-bigmem/preinst/failed-to-move-modules-2.6.26-2-686-bigmem:
  
linux-image-2.6.26-2-686-bigmem/postinst/old-dir-initrd-link-2.6.26-2-686-bigmem:
 true
  linux-image-2.6.26-2-686-bigmem/preinst/elilo-initrd-2.6.26-2-686-bigmem: true
  linux-image-2.6.26-2-686-bigmem/postinst/bootloader-error-2.6.26-2-686-bigmem:


---End Message---
---BeginMessage---
Version: 2.6.32-1

On Sun, Feb 21, 2010 at 02:24:20PM -0500, Teri Solow wrote:
 It looks like it's fixed, now. Thanks!

Thanks, closing the bug then.

Cheers,
Moritz

---End Message---


Processed: Re: suspend to RAM stopped working with linux-image-2.6.26-2-686

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 524441 moreinfo
Bug #524441 [linux-image-2.6.26-2-686] suspend to RAM stopped working with 
linux-image-2.6.26-2-686
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
524441: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524441
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127879016412705.transcr...@bugs.debian.org



Processed: Re: linux-image-2.6-686: stat_via does not find SATA discs

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 528595 moreinfo
Bug #528595 [linux-2.6] linux-image-2.6-686: stat_via does not find SATA discs
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
528595: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528595
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127879050214701.transcr...@bugs.debian.org



Processed: Re: linux-image-2.6.26-1-amd64: coretemp reports too-high temperatures on E6600

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 529750 moreinfo
Bug #529750 [linux-2.6] linux-image-2.6.26-1-amd64: coretemp reports too-high 
temperatures on E6600
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
529750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529750
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127879056115278.transcr...@bugs.debian.org



Processed: Re: linux-image-2.6.26-2-686: segfault when cat or view files under /proc/megaraid/hba0 to check status

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 530557 moreinfo
Bug #530557 [linux-image-2.6.26-2-686] linux-image-2.6.26-2-686: segfault when 
cat or view files under /proc/megaraid/hba0 to check status
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
530557: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530557
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127879066716096.transcr...@bugs.debian.org



Bug#524441: suspend to RAM stopped working with linux-image-2.6.26-2-686

2010-07-10 Thread Moritz Muehlenhoff
tags 524441 moreinfo
thanks

On Sat, Feb 20, 2010 at 10:22:48AM +0100, Moritz Muehlenhoff wrote:
 On Fri, Apr 17, 2009 at 10:18:22AM +0300, Giorgos D. Pallas wrote:
  Package: linux-image-2.6.26-2-686
  Version: 2.6.26-15
  Severity: normal
  
  
  After upgrading my debian testing from linux-image-2.6.26-1-686 to 
  linux-image-2.6.26-2-686, suspend to RAM stopped working.
  It blacks the screen, it does not turn off, and is completely frozen. It 
  needs hard restart...
 
 Hi,
 The next release of Debian (6.0, code name Squeeze) will be based
 on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
 us whether the problem persists. If so, we should report it upstream
 to the kernel.org developers.
 
 The 2.6.32 kernel is available from packages.debian.org and can
 be installed in both Debian stable, testing and unstable
 installations.

Did you test a more recent kernel?

Cheers,
Moritz



-- 
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/20100710192906.ga3...@galadriel.inutil.org



Bug#528595: linux-image-2.6-686: stat_via does not find SATA discs

2010-07-10 Thread Moritz Muehlenhoff
tags 528595 moreinfo
thanks

On Wed, May 13, 2009 at 11:23:02PM +0100, Jon Thackray wrote:
 Package: linux-image-2.6-686
 Version: 2.6.26+17+lenny1
 Severity: normal
 
 
 I am trying to use a VT6421 card to allow me to attach SATA and PATA
 discs. I began with the oldstable (etch) release using kernel 2.6.18,
 but found that this didn't support PATA (see attached dmesg and disc
 file for this kernel to see that it does support SATA). I then
 realised that PATA support wasn't merged into sata_via until 2.6.19,
 and so upgraded to stable (lenny). I then found that although it could
 now find a pair of PATA discs, it could no longer find a SATA disc
 (even though the BIOS found it and reverting to 2.6.18 finds it). See
 attached dmesg and disc files for details on this. See also meminfo
 and cpuinfo for the 2.6.26 setup. Here also is the result of lspci -v

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710193445.ga4...@galadriel.inutil.org



Bug#529750: linux-image-2.6.26-1-amd64: coretemp reports too-high temperatures on E6600

2010-07-10 Thread Moritz Muehlenhoff
tags 529750 moreinfo
thanks

On Thu, May 21, 2009 at 11:18:46AM +0100, David Buckley wrote:
 Package: linux-image-2.6.26-1-amd64
 Version: 2.6.26-13
 Severity: normal
 
 
 Hi; I had an ACPI critical temperature error which caused a reboot
 (probably a different bug to this one), and so started looking at my
 temperatures. Notably, my coretemp readings are worryingly high - on
 the stock cooler I currently have:
 
 CPU Temp:+49.5C  (high = +80.0C, hyst = +75.0C)  sensor = diode
 Core 0:  +78.0C  (high = +78.0C, crit = +100.0C)
 Core 1:  +78.0C  (high = +78.0C, crit = +100.0C)
 
 (Read while burnP6 is running twice and my big 120mm fan is blasting
 the CPU HSF.)
 
 The first is from w83627ehf sensor on my ABIT IB9 motherboard (i965).
 
 Worried about this, I tried the 2.6.25 kernel (same results). That kernel
 is not tainted by fglrx.
 
 BIOS seems to agree roughly with the CPU temp. Booting Windows and
 running SpeedFan also agrees with this, however Speedfan reports the
 core temperatures to be around 60-62C while running the Windows burnP6
 twice under the same conditions.
 
 I theorise that coretemp is overestimating by 15-20C for some reason.
 I'm told that those temperatures should never be more than 15 or so
 degrees higher than the BIOS reported one.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710193551.ga5...@galadriel.inutil.org



Bug#530557: linux-image-2.6.26-2-686: segfault when cat or view files under /proc/megaraid/hba0 to check status

2010-07-10 Thread Moritz Muehlenhoff
tags 530557 moreinfo
thanks

On Mon, May 25, 2009 at 02:12:37PM -0400, Douglas A. Tutty wrote:
 Package: linux-image-2.6.26-2-686
 Version: 2.6.26-15lenny2
 Severity: normal
 
 On up-to-date Etch, I could check the status of my raid array by viewing
 or catting files under /proc/megaraid.  On Lenny (with the 1.6.26
 kernel), I get a segfault the first time (per boot) but subsequent tries
 result in a hung process.  The process is immortal, it cannot be killed,
 not even by init on shutdown.
 
 The raid card is a HP NetRaid 1Si.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable/testing and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
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/20100710193731.ga5...@galadriel.inutil.org



Processed: Re: Bug#588603: usb: Wireless USB keyboard no longer works

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 588603 linux-2.6
Bug #588603 [usb] usb: Wireless USB keyboard no longer works
Warning: Unknown package 'usb'
Bug reassigned from package 'usb' to 'linux-2.6'.
Bug No longer marked as found in versions other.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
588603: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588603
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127879219627470.transcr...@bugs.debian.org



Re: Bug#588603: usb: Wireless USB keyboard no longer works

2010-07-10 Thread Martin Michlmayr
* MH haa...@yahoo.com [2010-07-10 09:29]:
 Logitech wireless bluetooth USB keyboard no longer works afer recent Squeeze 
 update.

Do you remember which kernel version worked?

 Kernel: Linux 2.6.32-15-phenom (SMP w/4 CPU cores)

That's not a Debian kernel.  What kernel are you running?
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
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/20100710200337.gy13...@jirafa.cyrius.com



Bug#588603: usb: Wireless USB keyboard no longer works

2010-07-10 Thread MH
Package: usb
Version: other
Severity: important

Logitech wireless bluetooth USB keyboard no longer works afer recent Squeeze 
update.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-15-phenom (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
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/20100710062948.2920.32072.report...@localhost.localdomain



repeated kernel crashes with PCI passthru

2010-07-10 Thread Csillag Kristof
Hi all,

I have recently upgraded one of my Debian servers
from  XEN 3.2 / Kernel 2.6.26
to XEN 4.0 / Kernel 2.6.32.

I have configured PCI passthru for a NIC.

Since the current Debian pvops kernel does not have the xen pci frontend
driver required for PCI passthru, I am running a XEN kernel in both dom0
and domU, so actual kernel versions are:

dom0:  2.6.32-5-xen-amd64 #1 SMP Tue Jun 1
domU: 2.6.32-5-xen-686 #1 SMP Tue Jul 6
the hypervisor is 4.0.1-rc3

(Random notes:
 1. the dom0 is 64bit, this domU is 32bit.
 2. The dom0 kernel is not the latest (-16), but the one before (-15),
because the current one won't boot up, see #588509 and #588426.
)

   * * *

So, the system boots up as it should, but sometimes the domU crashes, with 
messages like these:

-

[27047.101954] BUG: unable to handle kernel paging request at 00d90200
[27047.101979] IP: [c11f01aa] skb_release_data+0x71/0x90
[27047.102000] *pdpt = 01c21027 *pde =  
[27047.102019] Thread overran stack, or stack corrupted
[27047.102031] Oops:  [#1] SMP 
[27047.102047] last sysfs file: /sys/devices/virtual/net/ppp0/uevent
[27047.102060] Modules linked in: tun xt_limit nf_nat_irc nf_nat_ftp ipt_LOG 
ipt_MASQUERADE xt_DSCP ipt_REJECT nf_conntrack_irc nf_conntrack_ftp xt_state 
xt_TCPMSS xt_tcpmss xt_tcpudp pppoe pppox ppp_generic slhc sundance mii 
iptable_nat nf_nat nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 iptable_mangle 
iptable_filter ip_tables x_tables dm_snapshot dm_mirror dm_region_hash dm_log 
dm_mod loop evdev snd_pcsp snd_pcm snd_timer snd xen_netfront soundcore 
snd_page_alloc ext3 jbd mbcache thermal_sys xen_blkfront
[27047.102275] 
[27047.102285] Pid: 0, comm: swapper Not tainted (2.6.32-5-xen-686 #1) 
[27047.102298] EIP: 0061:[c11f01aa] EFLAGS: 00010206 CPU: 0
[27047.102310] EIP is at skb_release_data+0x71/0x90
[27047.102321] EAX: 00d90200 EBX:  ECX: c2939c10 EDX: cec6b500
[27047.102333] ESI: cf8f0a80 EDI: cf8f09c0 EBP: c13919c8 ESP: c1383eec
[27047.102346]  DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0069
[27047.102358] Process swapper (pid: 0, ti=c1382000 task=c13c2ba0 task.ti=c13820
[27047.102371] Stack:
[27047.102379]  cf8f0a80 c293a700 c11efdfb cf8f09c0 c11f4c35 0011 c138 
0002
[27047.102415] 0 0008 c13919c8 c103c1ec c14594b0 0001 000a 
 0100
[27047.102455] 0 c138  c13c5d18  c103c2c4  
c1383f5c c103c39a
[27047.102499] Call Trace:
[27047.102512]  [c11efdfb] ? __kfree_skb+0xf/0x6e
[27047.102527]  [c11f4c35] ? net_tx_action+0x58/0xf9
[27047.102542]  [c103c1ec] ? __do_softirq+0xaa/0x151
[27047.102557]  [c103c2c4] ? do_softirq+0x31/0x3c
[27047.102570]  [c103c39a] ? irq_exit+0x26/0x58
[27047.102586]  [c1198a46] ? xen_evtchn_do_upcall+0x22/0x2c
[27047.102604]  [c1009b7f] ? xen_do_upcall+0x7/0xc
[27047.102630]  [c10023a7] ? hypercall_page+0x3a7/0x1001
[27047.102647]  [c1006169] ? xen_safe_halt+0xf/0x1b
[27047.102661]  [c10042bf] ? xen_idle+0x23/0x30
[27047.102676]  [c1008168] ? cpu_idle+0x89/0xa5
[27047.102691]  [c13fb80d] ? start_kernel+0x318/0x31d
[27047.102706]  [c13fd3c3] ? xen_start_kernel+0x615/0x61c
[27047.102721]  [c1409045] ? print_local_APIC+0x61/0x380
[27047.102732] Code: 8b 44 02 30 e8 9a 4f ea ff 8b 96 a4 00 00 00 0f b7 42 04 
39 c3 7c e5 8b 96 a4 00 00 00 8b 42 1c 85 c0 74 16 c7 42 1c 00 00 00 00 8b 18 
e8 d2 fc ff ff 85 db 74 04 89 d8 eb f1 8b 86 a8 00 00 00 
[27047.102981] EIP: [c11f01aa] skb_release_data+0x71/0x90 SS:ESP 0069:c1383eec
[27047.103003] CR2: 00d90200
[27047.103018] ---[ end trace a577dfc0e629cd07 ]---
[27047.103028] Kernel panic - not syncing: Fatal exception in interrupt
[27047.103042] Pid: 0, comm: swapper Tainted: G  D2.6.32-5-xen-686 #1
[27047.103053] Call Trace:
[27047.103065]  [c128ae0d] ? panic+0x38/0xe4
[27047.103078]  [c128d419] ? oops_end+0x91/0x9d
[27047.103092]  [c1021b5a] ? no_context+0x134/0x13d
[27047.103106]  [c1021c78] ? __bad_area_nosemaphore+0x115/0x11d
[27047.103121]  [c10067f0] ? check_events+0x8/0xc
[27047.103135]  [c10067e7] ? xen_restore_fl_direct_end+0x0/0x1
[27047.103155]  [d0823fdb] ? xennet_poll+0xaeb/0xb04 [xen_netfront]
[27047.103170]  [c10211df] ? pvclock_clocksource_read+0xf9/0x10f
[27047.103185]  [c10060e8] ? xen_force_evtchn_callback+0xc/0x10
[27047.103200]  [c114a00f] ? xen_swiotlb_unmap_page+0x0/0x7
[27047.103214]  [c10067f0] ? check_events+0x8/0xc
[27047.103227]  [c10060e8] ? xen_force_evtchn_callback+0xc/0x10
[27047.103242]  [c128e3f4] ? do_page_fault+0x115/0x307
[27047.103255]  [c128e2df] ? do_page_fault+0x0/0x307
[27047.103268]  [c1021c8a] ? bad_area_nosemaphore+0xa/0xc
[27047.103282]  [c128cb0b] ? error_code+0x73/0x78
[27047.103295]  [c11f01aa] ? skb_release_data+0x71/0x90
[27047.103308]  [c11efdfb] ? __kfree_skb+0xf/0x6e
[27047.103321]  [c11f4c35] ? net_tx_action+0x58/0xf9
[27047.103335]  [c103c1ec] ? __do_softirq+0xaa/0x151
[27047.103348]  [c103c2c4] ? do_softirq+0x31/0x3c
[27047.103361]  [c103c39a] ? irq_exit+0x26/0x58
[27047.103374]  

Bug#543563: iwlagn deep sleep

2010-07-10 Thread Yan Li
Maybe this issue is similar or related to this upstream bug report:

Bug 2043 - iwlagn (64bit) doesn't work with 4965 (8086:4230 rev 61):
enqueue_hcmd failed: -28
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2043



-- 
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/aanlktilhwk9ugf0lal7mv_22k16s2muc1pvocbk7x...@mail.gmail.com



Processing of linux-2.6_2.6.32-17_multi.changes

2010-07-10 Thread Archive Administrator
linux-2.6_2.6.32-17_multi.changes uploaded successfully to localhost
along with the files:
  linux-2.6_2.6.32-17.dsc
  linux-2.6_2.6.32-17.diff.gz
  linux-support-2.6.32-5_2.6.32-17_all.deb
  firmware-linux-free_2.6.32-17_all.deb
  linux-patch-debian-2.6.32_2.6.32-17_all.deb
  linux-base_2.6.32-17_all.deb
  linux-source-2.6.32_2.6.32-17_all.deb
  linux-doc-2.6.32_2.6.32-17_all.deb
  linux-manual-2.6.32_2.6.32-17_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1oxkiq-0006wg...@franck.debian.org



linux-2.6_2.6.32-17_multi.changes ACCEPTED

2010-07-10 Thread Archive Administrator



Accepted:
firmware-linux-free_2.6.32-17_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-17_all.deb
linux-2.6_2.6.32-17.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-17.diff.gz
linux-2.6_2.6.32-17.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-17.dsc
linux-base_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-17_all.deb
linux-doc-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-17_all.deb
linux-manual-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-17_all.deb
linux-patch-debian-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-17_all.deb
linux-source-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-17_all.deb
linux-support-2.6.32-5_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-5_2.6.32-17_all.deb


Override entries for your package:
firmware-linux-free_2.6.32-17_all.deb - optional kernel
linux-2.6_2.6.32-17.dsc - source devel
linux-base_2.6.32-17_all.deb - optional kernel
linux-doc-2.6.32_2.6.32-17_all.deb - optional doc
linux-manual-2.6.32_2.6.32-17_all.deb - optional doc
linux-patch-debian-2.6.32_2.6.32-17_all.deb - optional kernel
linux-source-2.6.32_2.6.32-17_all.deb - optional kernel
linux-support-2.6.32-5_2.6.32-17_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 534422 588409 


Thank you for your contribution to Debian.


-- 
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/e1oxkx3-0007e5...@franck.debian.org



Bug#576800: marked as done (libc6: Cannot create new processes after hibernating)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 01:03:26 +
with message-id e1oxkx4-0007eb...@franck.debian.org
and subject line Bug#534422: fixed in linux-2.6 2.6.32-17
has caused the Debian Bug report #534422,
regarding libc6: Cannot create new processes after hibernating
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6
Version: 2.10.2-6
Severity: critical
Justification: breaks the whole system


After resuming my EeePC from hibernation, I can no longer start new 
processes. This goes so far as preventing shutdown since init itself 
cannot be forked so that the only solution is a hard reset. Hence the 
'breaks the whole system' justification. Also, although this only 
happens after hibernating, I feel this is a pretty unavoidable activity 
on a laptop.

Since no new process can be started (including gdb, strace, etc), this 
is quite hard to debug. I do get some traces in /var/log/syslog though:

Apr  7 11:58:47 malte kernel: [  122.856385] sh[2687]: segfault at b773f11f ip 
b772f001 sp bffb8300 error 7 in ld-2.10.2.so[b7725000+1c000]
Apr  7 11:58:47 malte kernel: [  122.961515] date[2690]: segfault at b781f11f 
ip b780f001 sp bfaaed00 error 7 in ld-2.10.2.so[b7805000+1c000]
Apr  7 11:58:47 malte kernel: [  122.963258] sort[2693]: segfault at b78e311f 
ip b78d3001 sp bfa10ad0 error 7 in ld-2.10.2.so[b78c9000+1c000]
Apr  7 11:58:47 malte kernel: [  122.963836] uniq[2694]: segfault at b787c11f 
ip b786c001 sp bfa5fdc0 error 7 in ld-2.10.2.so[b7862000+1c000]
Apr  7 11:58:47 malte kernel: [  122.966155] rm[2696]: segfault at b770711f ip 
b76f7001 sp bff05d20 error 7 in ld-2.10.2.so[b76ed000+1c000]

I am reporting this bug against libc6 because if I understand the above 
traces correctly, they indicate that the crash occurs in ld-2.10.2.so 
which belongs to libc6. But I acknowledge that the bug may instead be in 
the Linux kernel. In my case:

ii  linux-image-2.6-6862.6.32+25  Linux 2.6 
for modern PCs
ii  linux-image-2.6.32-3-686   2.6.32-9   Linux 
2.6.32 for modern PCs


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin  2.10.2-6   Embedded GNU C Library: Binaries
ii  libgcc1   1:4.4.2-9  GCC support library

Versions of packages libc6 recommends:
ii  libc6-i6862.10.2-6   GNU C Library: Shared libraries [i

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0] 1.5.30 Debian configuration management sy
pn  glibc-doc none (no description available)
ii  locales   2.10.2-6   Embedded GNU C Library: National L

-- debconf information:
* glibc/upgrade: true
  glibc/disable-screensaver:
  glibc/restart-failed:
* glibc/restart-services: rsync openbsd-inetd exim4 cups cron atd


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.32-17

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.32-17_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-17_all.deb
linux-2.6_2.6.32-17.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-17.diff.gz
linux-2.6_2.6.32-17.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-17.dsc
linux-base_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-17_all.deb
linux-doc-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-17_all.deb
linux-manual-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-17_all.deb
linux-patch-debian-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-17_all.deb
linux-source-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-17_all.deb
linux-support-2.6.32-5_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-5_2.6.32-17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 534...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance 

Bug#545125: marked as done (linux-image-2.6.31-rc6-amd64: freeze and on-disk corruption with KMS and suspend-to-disk)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 01:03:26 +
with message-id e1oxkx4-0007eb...@franck.debian.org
and subject line Bug#534422: fixed in linux-2.6 2.6.32-17
has caused the Debian Bug report #534422,
regarding linux-image-2.6.31-rc6-amd64: freeze and on-disk corruption with KMS 
and suspend-to-disk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.31-rc6-amd64
Version: 2.6.31~rc6-1~experimental.1~snapshot.14160
Severity: normal

  Hi,

  I've tried KMS since about 2.6.30. I've seen support improved for each new
kernel version (each new rc for 2.6.31), however suspend-to-disk has always
problems.
  With older kernel version, KMS and suspend-to-disk did not work at all.
With more recent kernel (as 2.6.31-rc6), KMS and suspend-to-disk seems to
work sometimes. However, it happens sometimes to freeze at restart (just
after reloading the kernel state, ie after the ... reloading ... 100%).
The laptop is then completly frozen, the graphical screen is not correctly
restored and I do not see anything in the /var/log/syslog after next reboot.
  When the laptop is so frozen, the only solution is to hard-reboot it.

  After several such freeze, some ext3 corruptions have been found on my disks
(both / and /home). I do not know if they are due to the bug itself or to the
fact that I had to hard-reboot the machine.

  Nevertheless, I removed KMS in my configuration and now I can use
suspend-to-disk without any problems. Summer break being ended, I need to be
able to suspend-to-disk and not to have on-disk corruption. So I do not know
when I will be able to test KMS again. If other users experiment the same
problem, this bug can be use to track the progress on it.

  For info, my graphic card is (from lspci):
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)

  Regards,
Vincent

PS: to enable KMS, I only added
intel_agp
drm
i915 modeset=1
in /etc/initramfs-tools/modules and recreated the initrd

-- Package-specific info:
** Version:
Linux version 2.6.31-rc6-amd64 (Debian 
2.6.31~rc6-1~experimental.1~snapshot.14160) (wa...@debian.org) (gcc version 
4.3.3 (GCC) ) #1 SMP Sat Aug 22 01:15:15 UTC 2009

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.31-rc6-amd64 root=/dev/mapper/eyak-root ro quiet

** Tainted: G W (512)

** Kernel log:
[236124.392058] CPU1 attaching sched-domain:
[236124.392061]  domain 0: span 0-1 level MC
[236124.392064]   groups: 1 0
[236124.392704] CPU1 is up
[236124.392708] ACPI: Waking up from system sleep state S4
[236124.404729] pci :00:02.0: restoring config space at offset 0x1 (was 
0x97, writing 0x900403)
[236124.404851] ehci_hcd :00:1a.7: PME# disabled
[236124.404889] HDA Intel :00:1b.0: restoring config space at offset 0x1 
(was 0x100106, writing 0x100102)
[236124.405222] ehci_hcd :00:1d.7: PME# disabled
[236124.405244] pci :00:1e.0: restoring config space at offset 0x6 (was 
0x20040300, writing 0x20070300)
[236124.405367] ahci :00:1f.2: restoring config space at offset 0x1 (was 
0x2b00403, writing 0x2b00407)
[236124.405516] iwlagn :0c:00.0: restoring config space at offset 0x1 (was 
0x100106, writing 0x100506)
[236124.405620] tg3 :09:00.0: restoring config space at offset 0xc (was 
0x0, writing 0x2020)
[236124.405685] yenta_cardbus :03:01.0: restoring config space at offset 
0xf (was 0x14001ff, writing 0x5c001ff)
[236124.405698] yenta_cardbus :03:01.0: restoring config space at offset 
0xa (was 0x0, writing 0xf43ff000)
[236124.405704] yenta_cardbus :03:01.0: restoring config space at offset 
0x9 (was 0x0, writing 0xf400)
[236124.405718] yenta_cardbus :03:01.0: restoring config space at offset 
0x3 (was 0x824000, writing 0x82a800)
[236124.405725] yenta_cardbus :03:01.0: restoring config space at offset 
0x1 (was 0x417, writing 0x4100087)
[236124.405769] firewire_ohci :03:01.4: restoring config space at offset 
0x1 (was 0x2100117, writing 0x2180117)
[236124.446617] pci :00:02.0: PME# disabled
[236124.446624] pci :00:02.0: setting latency timer to 64
[236124.446628] pci :00:02.1: PME# disabled
[236124.446634] uhci_hcd :00:1a.0: setting latency timer to 64
[236124.446674] usb usb2: root hub lost power or was reset
[236124.446713] uhci_hcd :00:1a.1: setting latency timer to 64
[236124.446752] usb usb4: root hub lost power or was reset
[236124.446772] ehci_hcd :00:1a.7: PME# disabled

Bug#545517: marked as done (linux-image-2.6.31-rc6-amd64: freeze and on-disk corruption with KMS and suspend-to-disk)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 01:03:26 +
with message-id e1oxkx4-0007eb...@franck.debian.org
and subject line Bug#534422: fixed in linux-2.6 2.6.32-17
has caused the Debian Bug report #534422,
regarding linux-image-2.6.31-rc6-amd64: freeze and on-disk corruption with KMS 
and suspend-to-disk
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
534422: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534422
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.31~rc6-1~experimental.1~snapshot.14160
Severity: normal

  Hi,

  I've tried KMS since about 2.6.30. I've seen support improved for each new
kernel version (each new rc for 2.6.31), however suspend-to-disk has always
problems.
  With older kernel version, KMS and suspend-to-disk did not work at all.
With more recent kernel (as 2.6.31-rc6), KMS and suspend-to-disk seems to
work sometimes. However, it happens sometimes to freeze at restart (just
after reloading the kernel state, ie after the ... reloading ... 100%).
The laptop is then completly frozen, the graphical screen is not correctly
restored and I do not see anything in the /var/log/syslog after next reboot.
  When the laptop is so frozen, the only solution is to hard-reboot it.

  After several such freeze, some ext3 corruptions have been found on my disks
(both / and /home). I do not know if they are due to the bug itself or to the
fact that I had to hard-reboot the machine.

  Nevertheless, I removed KMS in my configuration and now I can use
suspend-to-disk without any problems. Summer break being ended, I need to be
able to suspend-to-disk and not to have on-disk corruption. So I do not know
when I will be able to test KMS again. If other users experiment the same
problem, this bug can be use to track the progress on it.

  For info, my graphic card is (from lspci):
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)

  Regards,
Vincent

PS: to enable KMS, I only added
intel_agp
drm
i915 modeset=1
in /etc/initramfs-tools/modules and recreated the initrd

-- Package-specific info:
** Version:
Linux version 2.6.31-rc6-amd64 (Debian 
2.6.31~rc6-1~experimental.1~snapshot.14160) (wa...@debian.org) (gcc version 
4.3.3 (GCC) ) #1 SMP Sat Aug 22 01:15:15 UTC 2009

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.31-rc6-amd64 root=/dev/mapper/eyak-root ro quiet

** Tainted: G W (512)

** Kernel log:
[236124.392058] CPU1 attaching sched-domain:
[236124.392061]  domain 0: span 0-1 level MC
[236124.392064]   groups: 1 0
[236124.392704] CPU1 is up
[236124.392708] ACPI: Waking up from system sleep state S4
[236124.404729] pci :00:02.0: restoring config space at offset 0x1 (was 
0x97, writing 0x900403)
[236124.404851] ehci_hcd :00:1a.7: PME# disabled
[236124.404889] HDA Intel :00:1b.0: restoring config space at offset 0x1 
(was 0x100106, writing 0x100102)
[236124.405222] ehci_hcd :00:1d.7: PME# disabled
[236124.405244] pci :00:1e.0: restoring config space at offset 0x6 (was 
0x20040300, writing 0x20070300)
[236124.405367] ahci :00:1f.2: restoring config space at offset 0x1 (was 
0x2b00403, writing 0x2b00407)
[236124.405516] iwlagn :0c:00.0: restoring config space at offset 0x1 (was 
0x100106, writing 0x100506)
[236124.405620] tg3 :09:00.0: restoring config space at offset 0xc (was 
0x0, writing 0x2020)
[236124.405685] yenta_cardbus :03:01.0: restoring config space at offset 
0xf (was 0x14001ff, writing 0x5c001ff)
[236124.405698] yenta_cardbus :03:01.0: restoring config space at offset 
0xa (was 0x0, writing 0xf43ff000)
[236124.405704] yenta_cardbus :03:01.0: restoring config space at offset 
0x9 (was 0x0, writing 0xf400)
[236124.405718] yenta_cardbus :03:01.0: restoring config space at offset 
0x3 (was 0x824000, writing 0x82a800)
[236124.405725] yenta_cardbus :03:01.0: restoring config space at offset 
0x1 (was 0x417, writing 0x4100087)
[236124.405769] firewire_ohci :03:01.4: restoring config space at offset 
0x1 (was 0x2100117, writing 0x2180117)
[236124.446617] pci :00:02.0: PME# disabled
[236124.446624] pci :00:02.0: setting latency timer to 64
[236124.446628] pci :00:02.1: PME# disabled
[236124.446634] uhci_hcd :00:1a.0: setting latency timer to 64
[236124.446674] usb usb2: root hub lost power or was reset
[236124.446713] uhci_hcd :00:1a.1: setting latency timer to 64
[236124.446752] usb usb4: root hub lost power or was reset
[236124.446772] ehci_hcd :00:1a.7: PME# disabled
[236124.446776] ehci_hcd 

Bug#588409: marked as done (perf (linux-tools-2.6.32) fails to build on many architectures)

2010-07-10 Thread Debian Bug Tracking System
Your message dated Sun, 11 Jul 2010 01:03:26 +
with message-id e1oxkx4-0007eh...@franck.debian.org
and subject line Bug#588409: fixed in linux-2.6 2.6.32-17
has caused the Debian Bug report #588409,
regarding perf (linux-tools-2.6.32) fails to build on many architectures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
588409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588409
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.32-16
Severity: serious
Justification: fails to build from source

perf fails to build for several reasons.

1. Its default CFLAGS include -fstack-protector which isn't available
on all architectures.

2. It has a configuration test which relies on linking with an output
file of /dev/null, which doesn't work on HP-PA.

3. The perf events feature requires architecture-specific code in the
kernel which hasn't been done for all architectures; thus some don't
even have a system call number assigned yet.

The first two problems are fairly easy to fix.  The third will be
addressed by restricting the architectures for which perf is built.

Ben.

-- System Information:
Debian Release: squeeze/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (500, 'stable'), 
(1, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


---End Message---
---BeginMessage---
Source: linux-2.6
Source-Version: 2.6.32-17

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

firmware-linux-free_2.6.32-17_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-17_all.deb
linux-2.6_2.6.32-17.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-17.diff.gz
linux-2.6_2.6.32-17.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-17.dsc
linux-base_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-base_2.6.32-17_all.deb
linux-doc-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-17_all.deb
linux-manual-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-17_all.deb
linux-patch-debian-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-17_all.deb
linux-source-2.6.32_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-17_all.deb
linux-support-2.6.32-5_2.6.32-17_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-5_2.6.32-17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 588...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ben Hutchings b...@decadent.org.uk (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 10 Jul 2010 16:40:38 +0100
Source: linux-2.6
Binary: linux-tools-2.6.32 linux-source-2.6.32 linux-doc-2.6.32 
linux-manual-2.6.32 linux-patch-debian-2.6.32 firmware-linux-free 
linux-support-2.6.32-5 linux-base linux-libc-dev linux-headers-2.6.32-5-all 
linux-headers-2.6.32-5-all-alpha linux-headers-2.6.32-5-common 
linux-image-2.6.32-5-alpha-generic linux-headers-2.6.32-5-alpha-generic 
linux-image-2.6.32-5-alpha-smp linux-headers-2.6.32-5-alpha-smp 
linux-image-2.6.32-5-alpha-legacy linux-headers-2.6.32-5-alpha-legacy 
linux-headers-2.6.32-5-all-amd64 linux-image-2.6.32-5-amd64 
linux-headers-2.6.32-5-amd64 linux-image-2.6.32-5-amd64-dbg 
linux-headers-2.6.32-5-common-openvz linux-image-2.6.32-5-openvz-amd64 
linux-headers-2.6.32-5-openvz-amd64 linux-image-2.6.32-5-openvz-amd64-dbg 
linux-headers-2.6.32-5-common-vserver linux-image-2.6.32-5-vserver-amd64 
linux-headers-2.6.32-5-vserver-amd64 linux-image-2.6.32-5-vserver-amd64-dbg 
linux-headers-2.6.32-5-common-xen linux-image-2.6.32-5-xen-amd64 
linux-headers-2.6.32-5-xen-amd64
 linux-image-2.6.32-5-xen-amd64-dbg xen-linux-system-2.6.32-5-xen-amd64 
linux-headers-2.6.32-5-all-armel linux-image-2.6.32-5-iop32x 
linux-headers-2.6.32-5-iop32x linux-image-2.6.32-5-ixp4xx 
linux-headers-2.6.32-5-ixp4xx linux-image-2.6.32-5-kirkwood 
linux-headers-2.6.32-5-kirkwood linux-image-2.6.32-5-orion5x 

Bug#565225: No /etc/initramfs-tools/conf.d/resume file after Sid upgrade

2010-07-10 Thread michael conner
Package: initramfs-tools
Version: 0.97.2
Severity: normal

I upgraded to Sid from Squeeze today and went to run update-initramfs -u
after changing my /etc/uswsusp.conf file, and was unable to resume from
hibernation. There was no /etc/initramfs-tools/conf.d/resume file there, which
was not the expected behavior. I created one and added RESUME=/dev/disk/by-
uuid/ and my swap partition's uuid, then ran update-initramfs -u. It then
worked as expected and my laptop resumed from hibernate.



-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 5.9M Jul  8 20:49 /boot/initrd.img-2.6.32-1-mepis-smp
-rw-r--r-- 1 root root 5.9M Jul  8 19:57 /boot/initrd.img-2.6.32-1-mepis-smp.bak
-rw-r--r-- 1 root root  11M Jul 10 13:26 
/boot/initrd.img-2.6.34-1.dmz.2-liquorix-686
-rw-r--r-- 1 root root 8.8M Jul  8 20:56 
/boot/initrd.img-2.6.34-1.dmz.2-liquorix-686.bak
-- /proc/cmdline
root=UUID=dcd5780f-4265-499d-9ed2-a0d67aada49f ro nosplash quiet

-- resume
RESUME=/dev/disk/by-uuid/f64a216b-a66a-41a9-b356-7af1157b2395
-- /proc/filesystems
cramfs
ext4
fuseblk

-- lsmod
Module  Size  Used by
aes_generic26803  1 
i915  246850  2 
drm_kms_helper 28436  1 i915
drm   157826  4 i915,drm_kms_helper
i2c_algo_bit4632  1 i915
ipv6  258286  12 
acpi_cpufreq   11303  1 
parport_pc 29199  0 
ppdev   5274  0 
cpufreq_conservative 9206  0 
lp  7629  0 
parport29803  3 parport_pc,ppdev,lp
cpufreq_userspace   1787  0 
cpufreq_powersave694  0 
cpufreq_ondemand8498  2 
freq_table  3291  2 acpi_cpufreq,cpufreq_ondemand
binfmt_misc 6213  1 
fuse   58222  1 
af_packet  16590  6 
snd_hda_codec_idt  51536  1 
snd_hda_intel  20263  1 
snd_hda_codec  77856  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep   5192  1 snd_hda_codec
snd_pcm_oss33035  0 
snd_mixer_oss  12848  1 snd_pcm_oss
snd_pcm67231  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_dummy   1310  0 
snd_seq_oss25068  0 
snd_seq_midi4268  0 
battery 8102  0 
snd_rawmidi18022  1 snd_seq_midi
snd_seq_midi_event  5719  2 snd_seq_oss,snd_seq_midi
ac  2386  0 
snd_seq4  6 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  17573  2 snd_pcm,snd_seq
snd_seq_device  5322  5 
snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
button  4398  1 i915
video  16315  1 i915
processor  27550  3 acpi_cpufreq
snd51010  14 
snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore   6331  1 snd
snd_page_alloc  6888  2 snd_hda_intel,snd_pcm
arc41093  2 
ecb 1587  2 
i2c_i8017523  0 
i2c_core   19913  5 i915,drm_kms_helper,drm,i2c_algo_bit,i2c_i801
joydev  8562  0 
iwlagn109006  0 
iwlcore   115951  1 iwlagn
mac80211  171697  2 iwlagn,iwlcore
intel_agp  25706  2 i915
rtc_cmos7927  0 
rtc_core   13223  1 rtc_cmos
rtc_lib 2189  1 rtc_core
dell_wmi2683  0 
tpm_tis 7202  0 
tpm12876  1 tpm_tis
dell_laptop 5306  0 
dcdbas  5330  1 dell_laptop
agpgart29363  3 drm,intel_agp
tpm_bios4697  1 tpm
wmi 6505  1 dell_wmi
serio_raw   3632  0 
pcspkr  1426  0 
evdev   7060  15 
output  1683  1 video
psmouse49974  0 
cfg80211  135702  3 iwlagn,iwlcore,mac80211
rfkill 14936  2 dell_laptop,cfg80211
ext4  238032  2 
mbcache 5910  1 ext4
jbd2   53729  1 ext4
crc16   1311  1 ext4
sg 18862  0 
sr_mod 13192  0 
cdrom  33344  1 sr_mod
sd_mod 32888  4 
pata_acpi   2455  0 
usb_storage38610  0 
ata_generic 2459  0 
ata_piix   18919  3 
libata166615  3 pata_acpi,ata_generic,ata_piix
uhci_hcd   19667  0 
sky2   42743  0 
thermal10392  0 
ehci_hcd   34030  0 

-- /etc/kernel-img.conf
# Kernel Image management overrides
# See kernel-img.conf(5) for details
# Create symbolic links in /boot
do_symlinks = No
link_in_boot = No

# Do not warn that initrd is being created
warn_initrd = No

# Always create a build link for 

Bug#588672: linux-image-2.6-amd64: parport driver sysctl table error - irritating kernel syslogs

2010-07-10 Thread Ralph A. Smith
Package: linux-image-2.6-amd64
Version: 2.6.26+17+lenny1
Severity: normal

The parport driver sometimes fails to register.  This can occur when turning on 
a printer or when a program tries to
print to a disconnected printer.  The symptom is a set of messages like this in 
syslog output:

Jul 10 20:37:45 host kernel: [ 1077.075261] ppdev0: registered pardevice
Jul 10 20:38:15 host kernel: [ 1115.745885] sysctl table check failed: 
/dev/parport/parport0/devices/ppdev0/timeslice  Sysctl already exists
Jul 10 20:38:15 host kernel: [ 1115.745885] Pid: 3127, comm: hp Tainted: P  
2.6.26-2-amd64 #1
Jul 10 20:38:15 host kernel: [ 1115.745885] 
Jul 10 20:38:15 host kernel: [ 1115.745885] Call Trace:
Jul 10 20:38:15 host kernel: [ 1115.745885]  [8024a64a] 
set_fail+0x3f/0x47
Jul 10 20:38:15 host kernel: [ 1115.745885]  [8024ab21] 
sysctl_check_tab
...

The messages repeat every few seconds until the trigger process is stopped.

I believe this is described in https://bugzilla.kernel.org/show_bug.cgi?id=9749 
and Alan Cox provides a patch in
https://bugzilla.kernel.org/attachment.cgi?id=21712

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6-amd64 depends on:
ii  linux-image-2.6.26-2-amd642.6.26-24  Linux 2.6.26 image on AMD64

linux-image-2.6-amd64 recommends no packages.

linux-image-2.6-amd64 suggests no packages.

-- no debconf information



-- 
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/20100711021858.6089.14286.report...@pindar.greenhouse



Processed: reassign 588672 to linux-2.6

2010-07-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 588672 linux-2.6 2.6.26-24
Bug #588672 [linux-image-2.6-amd64] linux-image-2.6-amd64: parport driver 
sysctl table error - irritating kernel syslogs
Bug reassigned from package 'linux-image-2.6-amd64' to 'linux-2.6'.
Bug No longer marked as found in versions linux-latest-2.6/17+lenny1.
Bug #588672 [linux-2.6] linux-image-2.6-amd64: parport driver sysctl table 
error - irritating kernel syslogs
There is no source info for the package 'linux-2.6' at version '2.6.26-24' with 
architecture ''
Unable to make a source version for version '2.6.26-24'
Bug Marked as found in versions 2.6.26-24.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
588672: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588672
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.127881651610326.transcr...@bugs.debian.org



Enabling FB_I810_I2C in the default kernel

2010-07-10 Thread Thomas Maass
Hi!
Is it possible to enable FB_I810_GTF and FB_I810_I2C
in the default kernel of Squeeze?
These options are needed to run Debian on the Samsung SMT-7020S,
and switch the resolution of the FS454 chip used in the device.

Greets Thomas





signature.asc
Description: This is a digitally signed message part