Processed: tagging 613170

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 613170 + pending
Bug #613170 [linux-2.6] linux-image-2.6.32-5-openvz-amd64: OpenVZ-specific NFS 
implementation error
Ignoring request to alter tags of bug #613170 to the same tags previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
613170: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613170
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.12988829273245.transcr...@bugs.debian.org



[PATCH 2/2] Inform the user about reboot on panic=

2011-02-28 Thread Timo Juhani Lindfors
Currently if a system administrator uses panic=60 break=top boot
options initramfs prints

Spawning shell within the initramfs

but does not actually spawn the shell since panic= disallows
that. This patch explicitely informs the user about the reboot and
hints that by reminving panic= he/she can get break= debugging to
work.

Signed-off-by: Timo Juhani Lindfors timo.lindf...@iki.fi

diff --git a/scripts/functions b/scripts/functions
index 025001f..579696a 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -40,6 +40,7 @@ panic()
echo $@
# Disallow console access
if [ -n ${panic} ]; then
+   echo Rebooting automatically due to panic= option
sleep ${panic}
reboot
fi
-- 
1.7.2.3


-- 
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/1298887825-6838-2-git-send-email-timo.lindf...@iki.fi



[PATCH 1/2] Make panic message visible even if panic= is used

2011-02-28 Thread Timo Juhani Lindfors
The purpose of panic= is to make the system reboot automatically on
panic but also give the interactive user some time to see what went
wrong.

Signed-off-by: Timo Juhani Lindfors timo.lindf...@iki.fi

diff --git a/scripts/functions b/scripts/functions
index 2280ba2..025001f 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -37,6 +37,7 @@ panic()
chvt 1
fi
 
+   echo $@
# Disallow console access
if [ -n ${panic} ]; then
sleep ${panic}
@@ -44,7 +45,6 @@ panic()
fi
modprobe i8042
modprobe atkbd
-   echo $@
REASON=$@ PS1='(initramfs) ' /bin/sh -i /dev/console /dev/console 
21
 }
 
-- 
1.7.2.3


-- 
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/1298887825-6838-1-git-send-email-timo.lindf...@iki.fi



Bug#457095: nfs-common: statd still cannot restrict its listening address

2011-02-28 Thread Sven Rudolph
Package: nfs-common
Version: 1:1.2.2-4

Refreshing an old bug report: Binding the listening address still
doesn't work, but now the manpage tells that it should work.

Manpage rpc.statd(8) tells:

   -n, --name ipaddr | hostname
  Specifies  the  bind address used for RPC listener sockets.  The
  ipaddr form can be expressed as either an IPv4 or an  IPv6  pre-
  sentation  address.   If this option is not specified, rpc.statd
  uses a wildcard address as the transport bind address.

  This string is also passed to the sm-notify command to  be  used
  as  the  source  address  from which to send reboot notification
  requests.  See sm-notify(8) for details.

but for me it doesn't work:

  ~# netstat -anp|grep statd
  ~# ifconfig | grep 192.168.1.1
  inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
  ~# /sbin/rpc.statd -n 192.168.1.1
  ~# netstat -anp|grep statd
  tcp0  0 0.0.0.0:41191   0.0.0.0:*   LISTEN
  4456/rpc.statd  
  udp0  0 0.0.0.0:816 0.0.0.0:* 
  4456/rpc.statd  
  udp0  0 0.0.0.0:56320   0.0.0.0:* 
  4456/rpc.statd  
  unix  2  [ ] DGRAM135644456/rpc.statd 
 

Sven




-- 
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/xfkr5asmp9q@uxkm53.drewag.de



Bug#615831: initramfs-tools: USB keyboards are not available at break=top shell

2011-02-28 Thread Timo Juhani Lindfors
Package: initramfs-tools
Version: 0.98.8
Severity: normal

Steps to reproduce:
1) connect usb keyboard
2) boot with break=top

Expected results:
2) (initramfs) prompt that responds to user input

Actual results:
2) (initramfs) prompt that does not respond to user input

More info:
1) This happens of course since USB modules are not loaded at
break=top time.
2) A related ubuntu bug is
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
ii  findutils 4.4.2-1+b1 utilities for finding files--find,
ii  klibc-utils   1.5.20-1   small utilities built with klibc f
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo
ii  udev  164-3  /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.17.1-8 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
ii  bash-completion   1:1.2-3programmable completion for the ba

-- 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/84d3mco27n@sauna.l.org



Processed: severity of 615831 is important

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 615831 important
Bug #615831 [initramfs-tools] initramfs-tools: USB keyboards are not available 
at break=top shell
Severity set to 'important' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615831: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615831
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.129889162210414.transcr...@bugs.debian.org



[PATCH] Load modules for USB keyboard if not keyboard is present at panic

2011-02-28 Thread Timo Juhani Lindfors
USB modules are not normally loaded at break=top time but since USB
keyboards are very common we should take the effort to try to load
extra kernel modules at break (=panic) time. This patch closes #615831
and has been adapted from comments mentioned in

https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732

and tested on on HP ProLiant MicroServer that lacks a PS2 port
completely.
---
 scripts/functions |7 +++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/scripts/functions b/scripts/functions
index 579696a..778196f 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -46,6 +46,13 @@ panic()
fi
modprobe i8042
modprobe atkbd
+   if ! grep -q '^H:.*kbd' /proc/bus/input/devices ; then
+   # no keyboard? Try USB.
+   modprobe ehci-hcd
+   modprobe uhci-hcd
+   modprobe ohci-hcd
+   modprobe usbhid
+   fi
REASON=$@ PS1='(initramfs) ' /bin/sh -i /dev/console /dev/console 
21
 }
 
-- 
1.7.2.3


-- 
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/1298891884-7505-1-git-send-email-timo.lindf...@iki.fi



Bug#615831: [PATCH] Load modules for USB keyboard if not keyboard is present at panic

2011-02-28 Thread maximilian attems
On Mon, Feb 28, 2011 at 01:18:04PM +0200, Timo Juhani Lindfors wrote:
 USB modules are not normally loaded at break=top time but since USB
 keyboards are very common we should take the effort to try to load
 extra kernel modules at break (=panic) time. This patch closes #615831
 and has been adapted from comments mentioned in
 
 https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/229732
 
 and tested on on HP ProLiant MicroServer that lacks a PS2 port
 completely.
 ---
  scripts/functions |7 +++
  1 files changed, 7 insertions(+), 0 deletions(-)
 
 diff --git a/scripts/functions b/scripts/functions
 index 579696a..778196f 100644
 --- a/scripts/functions
 +++ b/scripts/functions
 @@ -46,6 +46,13 @@ panic()
   fi
   modprobe i8042
   modprobe atkbd
 + if ! grep -q '^H:.*kbd' /proc/bus/input/devices ; then

with BUSYBOX=no not available, also we'd better check in /sys/

 + # no keyboard? Try USB.
 + modprobe ehci-hcd
 + modprobe uhci-hcd
 + modprobe ohci-hcd
 + modprobe usbhid
HMM modrpobing is a hack,
but well at this stage it might be valuable,
consdering one would want to debug udev?


 + fi
   REASON=$@ PS1='(initramfs) ' /bin/sh -i /dev/console /dev/console 
 21
  }

Md any feedback from your side?



-- 
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/20110228112608.gb3...@vostochny.stro.at



Re: Uploading linux-2.6 (2.6.32-31) for point release 6.0.1

2011-02-28 Thread Otavio Salvador
On Mon, Feb 28, 2011 at 04:53, Ben Hutchings b...@decadent.org.uk wrote:
...
 I know that I need to upload in time for the installer team to rebuild
 the installer with the new kernel version, addressing the known issues
 with the kernel used in 6.0.0.  Please could you let me know what the
 deadline is for that?
...

It depends on the ETA for 6.0.1. I'd a week before the targeted date
assuming it builds fine on all arches. For a confort level, I'd say a
cuple of weeks like a good time for we to update the installer for it.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


--
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/AANLkTikHqk+28JYqnis5RF1oLVgRvEBcjJH=ped8z...@mail.gmail.com



Bug#615838: fails booting linux-image-2.6.37-1-amd64

2011-02-28 Thread Pere Nubiola i Radigales
Package: linux-2.6
Version: 2.6.37-1
Severity: important

when I am boot linux with this kernel I am have this error and the system hangs
[0.788804] Kernel panic - not syncing: No init found.  Try passing init=
option to kernel. See Linux Documentation/init.txt for guidance.
[0.788852] Pid: 1, comm: swapper Not Tainted 2.6.37-1-amd64 #1
[0.788890] Call Trace:
[0.788929]  [8131cddb] ? panic+0x92/0x1a1
[0.788968]  [81002212] ? init_post+0xc0/0xc2
[0.789007]  [8169a75b] ? kernel_init+0x1e1/0x1ec
[0.789047]  [8100a824] ? kernel_thread_helper+0x4/0x10
[0.789086]  [8169a57a] ? kernel_init+0x0/0x1ec
[0.789124]  [8100a820] ? kernel_thread_helper+0x0/0x10

when i am boot with a previous version 2.6.32-5 it boots well.



-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: OEM
product_name: OEM
product_version: OEM
chassis_vendor: OEM
chassis_version: OEM
bios_vendor: Phoenix Technologies, LTD
bios_version: 6.00 PG
board_vendor: Foxconn
board_name: G31MX Series
board_version:  

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation 82G33/G31/P35/P31 Express DRAM 
Controller [8086:29c0] (rev 10)
Subsystem: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller 
[8086:29c0]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:01.0 PCI bridge [0604]: Intel Corporation 82G33/G31/P35/P31 Express PCI 
Express Root Port [8086:29c1] (rev 10) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: b000-bfff
Memory behind bridge: f800-fbff
Prefetchable memory behind bridge: d000-dfff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 Family High Definition 
Audio Controller [8086:27d8] (rev 01)
Subsystem: Foxconn International, Inc. Device [105b:0df7]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Region 0: Memory at fdff8000 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 
1 [8086:27d0] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: d000-dfff
Memory behind bridge: fdb0-fdbf
Prefetchable memory behind bridge: fde0-fdef
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied
Kernel driver in use: pcieport

00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 Family PCI Express Port 
2 [8086:27d2] (rev 01) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: c000-cfff
Memory behind bridge: fdd0-fddf
Prefetchable memory behind bridge: fdc0-fdcf
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- 

Bug#615850: [linux-headers-2.6.37-1-amd64] can not boot the system

2011-02-28 Thread Pere Nubiola i Radigales
Package: linux-headers-2.6.37-1-amd64
Version: 2.6.37-1
Severity: critical

--- Please enter the report below this line. ---
when i boot with a new kernel linux-image-2.6.37-1.amg64 the system hangs with 
the followin information
[0.788804] Kernel panic - not syncing: No init found.  Try passing init= 
option to kernel. See Linux Documentation/init.txt for guidance.
[0.788852] Pid: 1, comm: swapper Not Tainted 2.6.37-1-amd64 #1
[0.788890] Call Trace:
[0.788929]  [8131cddb] ? panic+0x92/0x1a1
[0.788968]  [81002212] ? init_post+0xc0/0xc2
[0.789007]  [8169a75b] ? kernel_init+0x1e1/0x1ec
[0.789047]  [8100a824] ? kernel_thread_helper+0x4/0x10
[0.789086]  [8169a57a] ? kernel_init+0x0/0x1ec
[0.789124]  [8100a820] ? kernel_thread_helper+0x0/0x10

The previous version 2.6.32-5 boots correctly.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32-5-amd64

Debian Release: wheezy/sid
  500 unstableftp.caliu.cat 
  500 unstableftp.bg.debian.org 
  500 testing security.debian.org 
  500 testing ftp.caliu.cat 
  500 stable  ftp.es.debian.org 
  500 stable  dl.google.com 
  500 lucid   ppa.launchpad.net 
1 experimentalftp.caliu.cat 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
linux-headers-2.6.37-1-common (= 2.6.37-1) | 2.6.37-1
linux-kbuild-2.6.37| 2.6.37-1
gcc-4.4| 4.4.5-13


Package's Recommends field is empty.

Package's Suggests field is empty.






-- 
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/20110228125231.ga4...@despatx.nubiola.cat



Processed: severity of 615850 is important

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 615850 important
Bug #615850 [linux-headers-2.6.37-1-amd64] [linux-headers-2.6.37-1-amd64] can 
not boot the system
Severity set to 'important' from 'critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615850
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.12988979697738.transcr...@bugs.debian.org



Processed: reassign 615850 to linux-2.6

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 615850 linux-2.6
Bug #615850 [linux-headers-2.6.37-1-amd64] [linux-headers-2.6.37-1-amd64] can 
not boot the system
Bug reassigned from package 'linux-headers-2.6.37-1-amd64' to 'linux-2.6'.
Bug No longer marked as found in versions linux-2.6/2.6.37-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615850
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.12988980838497.transcr...@bugs.debian.org



Bug#615850: [linux-headers-2.6.37-1-amd64] can not boot the system

2011-02-28 Thread maximilian attems
On Mon, Feb 28, 2011 at 01:52:31PM +0100, Pere Nubiola i Radigales wrote:
 Package: linux-headers-2.6.37-1-amd64
 Version: 2.6.37-1
 Severity: critical

double wrong, source package is linux-2.6,
severity important at best , also use reportbug and not reportbug-ng
it properly adds info:

reportbug -N 615850
 
 --- Please enter the report below this line. ---
 when i boot with a new kernel linux-image-2.6.37-1.amg64 the system hangs 
 with the followin information
 [0.788804] Kernel panic - not syncing: No init found.  Try passing init= 
 option to kernel. See Linux Documentation/init.txt for guidance.
 [0.788852] Pid: 1, comm: swapper Not Tainted 2.6.37-1-amd64 #1
 [0.788890] Call Trace:
 [0.788929]  [8131cddb] ? panic+0x92/0x1a1
 [0.788968]  [81002212] ? init_post+0xc0/0xc2
 [0.789007]  [8169a75b] ? kernel_init+0x1e1/0x1ec
 [0.789047]  [8100a824] ? kernel_thread_helper+0x4/0x10
 [0.789086]  [8169a57a] ? kernel_init+0x0/0x1ec
 [0.789124]  [8100a820] ? kernel_thread_helper+0x0/0x10
 
 The previous version 2.6.32-5 boots correctly.
 

aboves means your bootloader didn't pass initramfs.
which bootloader are you using?
(info mising due to reportbug-ng usage)

-- 
maks



-- 
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/20110228130708.gc3...@vostochny.stro.at



Processed: tagging 615850

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 615850 + moreinfo
Bug #615850 [linux-2.6] [linux-headers-2.6.37-1-amd64] can not boot the system
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615850
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.12988984399973.transcr...@bugs.debian.org



Bug#614566: Acknowledgement (linux-image-2.6.37-1-686: please add drm/radeon/kms: atombios big endian fixes from 2.6.38-rc5)

2011-02-28 Thread Ben Hutchings
On Mon, 2011-02-28 at 07:50 +0100, Gijs Hillenius wrote:
 On 22 Feb 2011, Ben Hutchings wrote:
 
  On Tue, Feb 22, 2011 at 01:53:02PM +0100, Gijs Hillenius wrote:
  On 22 Feb 2011, Gijs Hillenius wrote:
 
  Package: linux-2.6
  Version: 2.6.37-1
  Severity: wishlist
  Tags: upstream
 
 
  Hello,
 
  Is it possible to add some of the fixes regarding drm/radeon/kms to 
  Debian's
linux-image 2.6.37?
  Specifically, the fixes introduced in 2.6.38-rc5.
 
 
  I should have written 2.6.38-rc4.
 
  See here 
 
  https://bugs.freedesktop.org/show_bug.cgi?id=3412
 
  A package of 2.6.38-rc6 is going into experimental today.  We may
  also include the fixes in a version 2.6.37-2 in unstable.
 
  Ben.
 
 that kernel can't yet be installed (well, the kernel can, but not the
 headers, making dkms fail at kernel install time) it looks like
 linux-kbuild-2.6.38 needs to be created still?

I'll do that when 2.6.38 is released, not for the release candidates.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#615838: fails booting linux-image-2.6.37-1-amd64

2011-02-28 Thread Ben Hutchings
On Mon, 2011-02-28 at 12:33 +0100, Pere Nubiola i Radigales wrote:
 Package: linux-2.6
 Version: 2.6.37-1
 Severity: important
 
 when I am boot linux with this kernel I am have this error and the system 
 hangs
 [0.788804] Kernel panic - not syncing: No init found.  Try passing init=
 option to kernel. See Linux Documentation/init.txt for guidance.
 [0.788852] Pid: 1, comm: swapper Not Tainted 2.6.37-1-amd64 #1
 [0.788890] Call Trace:
 [0.788929]  [8131cddb] ? panic+0x92/0x1a1
 [0.788968]  [81002212] ? init_post+0xc0/0xc2
 [0.789007]  [8169a75b] ? kernel_init+0x1e1/0x1ec
 [0.789047]  [8100a824] ? kernel_thread_helper+0x4/0x10
 [0.789086]  [8169a57a] ? kernel_init+0x0/0x1ec
 [0.789124]  [8100a820] ? kernel_thread_helper+0x0/0x10
 
 when i am boot with a previous version 2.6.32-5 it boots well.
[...]

What is the boot loader configuration for this kernel?  It looks like
the initrd is not being loaded.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Processed: tagging 615838

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 615838 + moreinfo
Bug #615838 [linux-2.6] fails booting linux-image-2.6.37-1-amd64
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615838
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.129889862310938.transcr...@bugs.debian.org



Processed: closing 615850

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Duplicate of 615838 by same submitter
 close 615850
Bug#615850: [linux-headers-2.6.37-1-amd64] can not boot the system
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Pere Nubiola i Radigales 
p...@nubiola.cat

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615850: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615850
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.129889866311163.transcr...@bugs.debian.org



Processed: Affected too

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 615839 initramfs-tools 0.98.8
Bug #615839 {Done: Julien Cristau jcris...@debian.org} [wnpp] RFP: 
linux-image-2.6.37-1-amd64 -- linux fails when booting
Bug reassigned from package 'wnpp' to 'initramfs-tools'.
Bug #615839 {Done: Julien Cristau jcris...@debian.org} [initramfs-tools] RFP: 
linux-image-2.6.37-1-amd64 -- linux fails when booting
Bug Marked as found in versions initramfs-tools/0.98.8.
 reopen 615839 !
Bug #615839 {Done: Julien Cristau jcris...@debian.org} [initramfs-tools] RFP: 
linux-image-2.6.37-1-amd64 -- linux fails when booting
Changed Bug submitter to 'Michael Fladischer mich...@fladi.at' from 'Pere 
Nubiola i Radigales p...@nubiola.cat'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615839
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.129889867611213.transcr...@bugs.debian.org



Processed: Retitle

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 615839 Kernel panic - not syncing: No init found
Bug #615839 [initramfs-tools] RFP: linux-image-2.6.37-1-amd64 -- linux fails 
when booting
Changed Bug title to 'Kernel panic - not syncing: No init found' from 'RFP: 
linux-image-2.6.37-1-amd64 -- linux fails when booting'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615839
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.129889884011949.transcr...@bugs.debian.org



Bug#615839: marked as done (Kernel panic - not syncing: No init found)

2011-02-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Feb 2011 13:13:03 +
with message-id 1298898783.3069.169.camel@localhost
and subject line Re: Bug#615839: RFP: linux-image-2.6.37-1-amd64 -- linux fails 
when booting
has caused the Debian Bug report #615839,
regarding Kernel panic - not syncing: No init found
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.)


-- 
615839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615839
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---
when I am booting with de new linux-image-2.6.37-1-amd64 it hangs.
in the console the information is:
[0.788804] Kernel panic - not syncing: No init found.  Try passing init= 
option to kernel. See Linux Documentation/init.txt for guidance.
[0.788852] Pid: 1, comm: swapper Not Tainted 2.6.37-1-amd64 #1
[0.788890] Call Trace:
[0.788929]  [8131cddb] ? panic+0x92/0x1a1
[0.788968]  [81002212] ? init_post+0xc0/0xc2
[0.789007]  [8169a75b] ? kernel_init+0x1e1/0x1ec
[0.789047]  [8100a824] ? kernel_thread_helper+0x4/0x10
[0.789086]  [8169a57a] ? kernel_init+0x0/0x1ec
[0.789124]  [8100a820] ? kernel_thread_helper+0x0/0x10


   Package name: linux-image-2.6.37-1-amd64
Version: 2.6.37-1-amd64
Upstream Author: [NAME n...@example.com]
URL: [http://example.com]
License: [GPL, LGPL, BSD, MIT/X, etc.]
Description: [DESCRIPTION]


---End Message---
---BeginMessage---
On Mon, 2011-02-28 at 12:55 +0100, Pere Nubiola i Radigales wrote:
 Package: wnpp
 Severity: wishlist
 X-Debbugs-CC: debian-de...@lists.debian.org

I don't know what you think you're doing, but this is not a valid
report.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Processed: closing 615838

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Invalid submitter address
 close 615838
Bug#615838: fails booting linux-image-2.6.37-1-amd64
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Pere Nubiola i Radigales 
per...@nubiola.cat

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615838: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615838
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.129889897012892.transcr...@bugs.debian.org



Bug#615839: initramfs-tools: Kernel panic - not syncing: No init found

2011-02-28 Thread Fladischer Michael
Package: initramfs-tools
Version: 0.98.8
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm affected by this too. Though it seems to be unrelated to the Linux
kernel package itself as after an update-initramfs -k all -u all the
other initrd files for the older kernels were also showing the same
problem after a reboot.

I managed to fix this by building the initrd from within a grml-2010.12
live CD (using their version of initramfs-tools). So I guess it is
related to initramfs-tools.

If anyone needs more information to investigate this I'm happy to assist.

- -- Package-specific info:
- -- initramfs sizes
- -rw-r--r-- 1 root root 3.9M Feb 28 12:21 /boot/initrd.img-2.6.37-1-amd64
- -rw-r--r-- 1 root root  18M Feb 28 12:09 
/boot/initrd.img-2.6.37-1-amd64.working
- -- /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.37-1-amd64 root=/dev/mapper/data-root ro quiet

- -- resume
RESUME=/dev/mapper/data-swap
- -- /proc/filesystems
squashfs
btrfs
jfs
ext3
xfs
ext2
fuseblk
ext4
reiserfs
msdos
vfat
ntfs
minix
hfs
hfsplus
qnx4
ufs

- -- lsmod
Module  Size  Used by
ufs56494  0 
qnx46200  0 
hfsplus65988  0 
hfs37469  0 
minix  21569  0 
ntfs  159164  0 
vfat8023  0 
msdos   6360  0 
fat40535  2 vfat,msdos
reiserfs  194243  0 
ext4  279337  1 
jbd2   57867  1 ext4
crc16   1327  1 ext4
tcp_diag 920  0 
inet_diag   6898  5 tcp_diag
act_police  3824  0 
cls_flow6778  0 
cls_fw  3551  0 
cls_u32 5760  0 
sch_tbf 3644  0 
sch_prio3587  0 
sch_hfsc   11723  0 
sch_htb11532  0 
sch_ingress 1648  0 
sch_sfq 5110  0 
xt_connlimit2914  0 
xt_realm 959  0 
iptable_raw 1252  0 
xt_comment   931  50 
xt_recent   6895  0 
ipt_ULOG7097  1 
ipt_REJECT  2009  4 
ipt_REDIRECT1119  0 
ipt_NETMAP  1161  0 
ipt_MASQUERADE  1546  0 
ipt_ECN 1712  0 
ipt_ecn 1296  0 
ipt_CLUSTERIP   5136  0 
ipt_ah  1101  0 
ipt_addrtype1793  2 
nf_nat_tftp 1006  0 
nf_nat_snmp_basic   7631  0 
nf_nat_sip  5452  0 
nf_nat_pptp 2202  0 
nf_nat_proto_gre1285  1 nf_nat_pptp
nf_nat_irc  1438  0 
nf_nat_h323 5311  0 
nf_nat_ftp  1652  0 
ip6_queue   4621  0 
nf_nat_amanda   1184  0 
nf_conntrack_sane   3684  0 
nf_conntrack_tftp   3353  1 nf_nat_tftp
nf_conntrack_proto_udplite 2615  0 
nf_conntrack_sip   17148  1 nf_nat_sip
nf_conntrack_proto_sctp 6038  0 
nf_conntrack_pptp   3932  1 nf_nat_pptp
nf_conntrack_proto_gre 3515  1 nf_conntrack_pptp
nf_conntrack_netlink14545  0 
nf_conntrack_netbios_ns 1306  0 
ts_kmp  1711  5 
nf_conntrack_irc3339  1 nf_nat_irc
nf_conntrack_amanda 2205  1 nf_nat_amanda
nf_conntrack_h323  36902  1 nf_nat_h323
xt_time 1731  0 
nf_conntrack_ftp5396  1 nf_nat_ftp
xt_TCPMSS   2847  0 
xt_TPROXY   3885  0 
nf_tproxy_core  1159  1 xt_TPROXY,[permanent]
xt_sctp 1928  0 
xt_tcpmss   1409  0 
xt_policy   2194  0 
xt_pkttype  1027  0 
xt_physdev  1532  0 
xt_owner1103  0 
xt_NFQUEUE  1893  0 
xt_NFLOG1078  0 
nfnetlink_log   7122  1 xt_NFLOG
xt_multiport1598  8 
xt_mark 1149  2 
xt_mac  1019  0 
xt_limit1838  0 
xt_length   1188  0 
xt_iprange  1441  0 
xt_helper   1283  0 
xt_hashlimit6372  0 
xt_DSCP 2019  0 
xt_dscp 1619  0 
xt_dccp 1834  0 
ip6t_LOG6225  1 
xt_connmark 1685  0 
ip6t_REJECT 2561  4 
xt_CLASSIFY  949  0 
ipt_LOG 6285  0 
xt_tcpudp   2311  31 
xt_state1183  0 
nf_conntrack_ipv6   5549  13 
nf_defrag_ipv6  5749  2 xt_TPROXY,nf_conntrack_ipv6
iptable_nat 3624  1 
nf_nat 13322  12 
ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,iptable_nat
xt_conntrack2415  27 
nf_conntrack_ipv4   9825  17 iptable_nat,nf_nat
nf_defrag_ipv4  1259  2 

Bug#615839: initramfs-tools: Kernel panic - not syncing: No init found

2011-02-28 Thread Julien Cristau
On Mon, Feb 28, 2011 at 14:28:25 +0100, Fladischer Michael wrote:

 Package: initramfs-tools
 Version: 0.98.8
 Severity: normal
 
 I'm affected by this too. Though it seems to be unrelated to the Linux
 kernel package itself as after an update-initramfs -k all -u all the
 other initrd files for the older kernels were also showing the same
 problem after a reboot.
 
 I managed to fix this by building the initrd from within a grml-2010.12
 live CD (using their version of initramfs-tools). So I guess it is
 related to initramfs-tools.
 
 If anyone needs more information to investigate this I'm happy to assist.
 
Dupe of 615806, I think.

Cheers,
Julien



-- 
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/20110228133735.gj12...@radis.liafa.jussieu.fr



Bug#615839: initramfs-tools: Kernel panic - not syncing: No init found

2011-02-28 Thread Michael Prokop
Hi :)

* Fladischer Michael fladischermich...@fladi.at [Mon Feb 28, 2011 at 
02:28:25PM +0100]:

 I'm affected by this too. Though it seems to be unrelated to the Linux
 kernel package itself as after an update-initramfs -k all -u all the
 other initrd files for the older kernels were also showing the same
 problem after a reboot.

 I managed to fix this by building the initrd from within a grml-2010.12
 live CD (using their version of initramfs-tools). So I guess it is
 related to initramfs-tools.

 If anyone needs more information to investigate this I'm happy to assist.

 -- Package-specific info:
 -- initramfs sizes
 -rw-r--r-- 1 root root 3.9M Feb 28 12:21 /boot/initrd.img-2.6.37-1-amd64
 -rw-r--r-- 1 root root  18M Feb 28 12:09 
 /boot/initrd.img-2.6.37-1-amd64.working

Hm, Grml 2010.12 shipped initramfs-tools 0.98.7.

The /boot/initrd.img-2.6.37-1-amd64 was build using initramfs-tools 0.98.8?
Building it with initramfs-tools 0.98.7 fixes your problem?

Can you please provide the output of lsinitramfs for
/boot/initrd.img-2.6.37-1-amd64 and
/boot/initrd.img-2.6.37-1-amd64.working?

regards,
-mika-


signature.asc
Description: Digital signature


Processed: reassign 615839 to libc-bin

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 615839 libc-bin
Bug #615839 {Done: Ben Hutchings b...@decadent.org.uk} [initramfs-tools] 
Kernel panic - not syncing: No init found
Bug reassigned from package 'initramfs-tools' to 'libc-bin'.
Bug No longer marked as found in versions initramfs-tools/0.98.8.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615839: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615839
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.129890035619848.transcr...@bugs.debian.org



Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Joerg Morbitzer
Package: bnx2
Version: 2.6.32-5-amd64
Severity: normal


Hi all,

on my two Debian 6.0 (Squeeze) servers from HP (ProLiant DL380 G7) I have
issues with the on-board Broadcom NetXtreme II BCM5709 Gigabit 
Ethernet adapters: they constantly drop received network packets, and the
Cisco routing swtich 4948 is reporting pause frames coming from the
network card during this time.

I found the exact same bug report description including an upstream fix
by David Miller here :

https://bugzilla.redhat.com/show_bug.cgi?id=640026

They increased the ring buffer size as far as I understand. 

Please find further details concerning the network card and ethtool
settings bekow.

Kind regards, Joerg.

 cut -

root@test-name:~# ethtool -a eth1
Pause parameters for eth1:
Autonegotiate:  on
RX: on
TX: on

root@test-name:~# 

root@test-name:~# ethtool -c eth1
Coalesce parameters for eth1:
Adaptive RX: off  TX: off
stats-block-usecs: 36
sample-interval: 0
pkt-rate-low: 0
pkt-rate-high: 0

rx-usecs: 18
rx-frames: 12
rx-usecs-irq: 18
rx-frames-irq: 2

tx-usecs: 80
tx-frames: 20
tx-usecs-irq: 18
tx-frames-irq: 2

rx-usecs-low: 0
rx-frame-low: 0
tx-usecs-low: 0
tx-frame-low: 0

rx-usecs-high: 0
rx-frame-high: 0
tx-usecs-high: 0
tx-frame-high: 0

root@test-name:~# 



lspci -v:
--
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit 
Ethernet (rev 20)
Subsystem: Hewlett-Packard Company NC382i Integrated Quad Port PCI 
Express Gigabit Server Adapter
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at f400 (64-bit, non-prefetchable) [size=32M]
[virtual] Expansion ROM at e410 [disabled] [size=64K]
Capabilities: [48] Power Management version 3
Capabilities: [50] Vital Product Data
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
Capabilities: [ac] Express Endpoint, MSI 00
Capabilities: [100] Device Serial Number 68-b5-99-ff-fe-6f-e5-f6
Capabilities: [110] Advanced Error Reporting
Capabilities: [150] Power Budgeting ?
Capabilities: [160] Virtual Channel
Kernel driver in use: bnx2
 cut -


-- 
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/20110228132233.17984.88745.report...@mars.sol-3.de



Processed: Re: Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 615860 linux-2.6
Bug #615860 [bnx2] bnx2 adapter periodically dropping received packets (pause 
frames)
Warning: Unknown package 'bnx2'
Bug reassigned from package 'bnx2' to 'linux-2.6'.
Bug No longer marked as found in versions 2.6.32-5-amd64.
 --
Stopping processing here.

Please contact me if you need assistance.
-- 
615860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615860
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.129890133725343.transcr...@bugs.debian.org



Processed: reassign 615860 to linux-2.6

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 615860 linux-2.6 2.6.32-30
Bug #615860 [linux-2.6] bnx2 adapter periodically dropping received packets 
(pause frames)
Ignoring request to reassign bug #615860 to the same package
Bug #615860 [linux-2.6] bnx2 adapter periodically dropping received packets 
(pause frames)
There is no source info for the package 'linux-2.6' at version '2.6.32-30' with 
architecture ''
Unable to make a source version for version '2.6.32-30'
Bug Marked as found in versions 2.6.32-30.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615860
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.129890199428294.transcr...@bugs.debian.org



Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Ben Hutchings
On Mon, 2011-02-28 at 14:22 +0100, Joerg Morbitzer wrote:
 Package: bnx2
 Version: 2.6.32-5-amd64
 Severity: normal
 
 
 Hi all,
 
 on my two Debian 6.0 (Squeeze) servers from HP (ProLiant DL380 G7) I have
 issues with the on-board Broadcom NetXtreme II BCM5709 Gigabit 
 Ethernet adapters: they constantly drop received network packets, and the
 Cisco routing swtich 4948 is reporting pause frames coming from the
 network card during this time.
 
 I found the exact same bug report description including an upstream fix
 by David Miller here :

I think that's a different bug.  And I don't see any fix by David Miller
there.

 https://bugzilla.redhat.com/show_bug.cgi?id=640026
 
 They increased the ring buffer size as far as I understand. 
[...]

They increased the maximum allowed RX descriptor ring size.  You should
first try changing the value to the current maximum yourself, with
ethtool -C.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Ben Hutchings
On Mon, 2011-02-28 at 14:14 +, Ben Hutchings wrote:
 On Mon, 2011-02-28 at 14:22 +0100, Joerg Morbitzer wrote:
  Package: bnx2
  Version: 2.6.32-5-amd64
  Severity: normal
  
  
  Hi all,
  
  on my two Debian 6.0 (Squeeze) servers from HP (ProLiant DL380 G7) I have
  issues with the on-board Broadcom NetXtreme II BCM5709 Gigabit 
  Ethernet adapters: they constantly drop received network packets, and the
  Cisco routing swtich 4948 is reporting pause frames coming from the
  network card during this time.
  
  I found the exact same bug report description including an upstream fix
  by David Miller here :
 
 I think that's a different bug.  And I don't see any fix by David Miller
 there.
 
  https://bugzilla.redhat.com/show_bug.cgi?id=640026
  
  They increased the ring buffer size as far as I understand. 
 [...]
 
 They increased the maximum allowed RX descriptor ring size.  You should
 first try changing the value to the current maximum yourself, with
 ethtool -C.

Sorry, ethtool -G.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Processed: tagging 615860

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 615860 + moreinfo
Bug #615860 [linux-2.6] bnx2 adapter periodically dropping received packets 
(pause frames)
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615860
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.129890250530405.transcr...@bugs.debian.org



Bug#612633: initramfs-tools: mkinitramfs creates non working initramfs

2011-02-28 Thread Benedikt Spranger
Hi,

 a snapshot based on this patch is available:
 http://charm.itp.tuwien.ac.at/~mattems/initramfs-tools_0.98.9~1.gbp5f06ec_all.deb
 it's signature
 http://charm.itp.tuwien.ac.at/~mattems/initramfs-tools_0.98.9~1.gbp5f06ec_all.deb.sha512sum.asc
 could you test if that boots your setup out of the box?
 (snapshot has minimal qemu + my own laptop testing)

I tested this snapshot (build and installed a new kernel/initrd;
update existing initrd). It works like a charm.
Feel free to add a

Tested-by: Benedikt Spranger b.spran...@linutronix.de

Thanks
Bene



-- 
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/20110228152936.75098...@ariane.spranger.biz



Bug#615860: bnx2 adapter periodically dropping received packets (pause frames)

2011-02-28 Thread Joerg Morbitzer
On 02/28/2011 03:14 PM, Ben Hutchings wrote:
 On Mon, 2011-02-28 at 14:22 +0100, Joerg Morbitzer wrote:
 Package: bnx2
 Version: 2.6.32-5-amd64
 Severity: normal


 Hi all,

 on my two Debian 6.0 (Squeeze) servers from HP (ProLiant DL380 G7) I have
 issues with the on-board Broadcom NetXtreme II BCM5709 Gigabit 
 Ethernet adapters: they constantly drop received network packets, and the
 Cisco routing swtich 4948 is reporting pause frames coming from the
 network card during this time.

 I found the exact same bug report description including an upstream fix
 by David Miller here :
 
 I think that's a different bug.  And I don't see any fix by David Miller
 there.

Hi Ben,

thanks for your replay. I thought there was an upstream fix due to this
answer from Andy Gospodarek (Comment 30 in the Red Hat bug report).

 
 https://bugzilla.redhat.com/show_bug.cgi?id=640026

 They increased the ring buffer size as far as I understand. 
 [...]
 
 They increased the maximum allowed RX descriptor ring size.  You should
 first try changing the value to the current maximum yourself, with
 ethtool -C.

Ok, thanks for the hint with ethtool -G, I will try to increase the RX
value from 255 to the maximum of 1020.

Kind regards, Joerg.





-- 
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/4d6baf83.9060...@morbitzer.de



Bug#615868: /usr/bin/perf_2.6.37: please link against slang

2011-02-28 Thread Pierre Habouzit
Package: linux-tools-2.6.37
Version: 2.6.37~rc7-1~experimental.1
Severity: normal
File: /usr/bin/perf_2.6.37

It allows a way nicer UI for perf report :)

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-tools-2.6.37 depends on:
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libelf1 0.148-1  library to read and write ELF file
ii  libperl5.10 5.10.1-17shared Perl library
ii  libpython2.62.6.6-8+b1   Shared Python runtime library (ver
ii  perl5.10.1-17Larry Wall's Practical Extraction 
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-support  1.0.11   automated rebuilding support for P

Versions of packages linux-tools-2.6.37 recommends:
ii  linux-base   2.6.38~rc6-1~experimental.1 Linux image base package

Versions of packages linux-tools-2.6.37 suggests:
pn  linux-doc-2.6.37  none (no description available)

-- 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/20110228154557.2895.5542.report...@apollon.madism.org



Bug#615871: linux-image-2.6.37-1-amd64: CPU temperature very high Toshiba A200 Intel Dual Core

2011-02-28 Thread Aleksi Palomäki
Package: linux-2.6
Version: 2.6.37-1
Severity: normal

After upgrading to Sid CPU temperatures raise insanely.

i included files with sensors outputs:
temperature_oldkernel is sensors output with  linux-image-2.6-amd64  kernel
and
temperature_newkernel with linux-image-2.6.37-1-amd64

after playing teeworlds(game) temperature raised over 90°C

Part of CPU info:

vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T5250  @ 1.50GHz
stepping: 13
cpu MHz : 1000.000
cache size  : 2048 KB

Toshiba Satellite A200

Fan is spinning normally but CPU heats up to 83°C even if nothing is done
after login
cpufrequency was 1ghz while this heating and 1,5ghz while playing teeworlds.





-- Package-specific info:
** Version:
Linux version 2.6.37-1-amd64 (Debian 2.6.37-1) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-10) ) #1 SMP Tue Feb 15 17:43:38 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.37-1-amd64 
root=UUID=e0ec8f08-6885-4b7d-b315-ae4c41531f41 ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[6.132844] yenta_cardbus :0c:04.0: Socket status: 3006
[6.132849] pci_bus :0c: Raising subordinate bus# of parent bus (#0c) 
from #0d to #10
[6.132861] yenta_cardbus :0c:04.0: pcmcia: parent PCI bridge window: 
[io  0x8000-0x8fff]
[6.132865] yenta_cardbus :0c:04.0: pcmcia: parent PCI bridge window: 
[mem 0xfc10-0xfc1f]
[6.132870] pcmcia_socket pcmcia_socket0: cs: memory probe 
0xfc10-0xfc1f: excluding 0xfc10-0xfc10
[6.132894] yenta_cardbus :0c:04.0: pcmcia: parent PCI bridge window: 
[mem 0x8000-0x83ff pref]
[6.132898] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x8000-0x83ff: excluding 0x8000-0x83ff
[6.285733] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 
in-tree:
[6.285737] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[6.285845] iwlagn :05:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[6.285878] iwlagn :05:00.0: setting latency timer to 64
[6.285951] iwlagn :05:00.0: Detected Intel(R) Wireless WiFi Link 
4965AGN, REV=0x4
[6.296525] Linux video capture interface: v2.00
[6.328736] iwlagn :05:00.0: device EEPROM VER=0x36, CALIB=0x5
[6.328758] iwlagn :05:00.0: Tunable channels: 13 802.11bg, 19 802.11a 
channels
[6.328925] iwlagn :05:00.0: irq 42 for MSI/MSI-X
[6.606842] gspca: v2.10.0 registered
[6.639046] Synaptics Touchpad, model: 1, fw: 6.5, id: 0x82e0b1, caps: 
0xb04711/0xe0440d/0x0
[6.639055] synaptics: Toshiba Satellite A200 detected, limiting rate to 
40pps.
[6.734180] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input6
[6.846827] input: Logitech USB-PS/2 Optical Mouse as 
/devices/pci:00/:00:1d.2/usb7/7-1/7-1:1.0/input/input7
[6.846999] generic-usb 0003:046D:C040.0003: input,hidraw0: USB HID v1.10 
Mouse [Logitech USB-PS/2 Optical Mouse] on usb-:00:1d.2-1/input0
[6.847025] usbcore: registered new interface driver usbhid
[6.847027] usbhid: USB HID core driver
[6.865918] gspca: probing 046d:08af
[6.928654] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[6.928659] Disabling lock debugging due to kernel taint
[7.053263] [fglrx] Maximum main memory to use for locked dma buffers: 1885 
MBytes.
[7.053922] [fglrx]   vendor: 1002 device: 9581 count: 1
[7.054911] [fglrx] ioport: bar 1, base 0x2000, size: 0x100
[7.054943] pci :01:00.0: power state changed by ACPI to D0
[7.054953] pci :01:00.0: power state changed by ACPI to D0
[7.054964] pci :01:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[7.054972] pci :01:00.0: setting latency timer to 64
[7.055423] [fglrx] Kernel PAT support is enabled
[7.055453] [fglrx] module loaded - fglrx 8.82.8 [Jan 26 2011] with 1 minors
[7.057988] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x0c-0x0f: excluding 0xd-0xd3fff 0xdc000-0xf
[7.058070] pcmcia_socket pcmcia_socket0: cs: memory probe 
0xa000-0xa0ff: clean.
[7.058152] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x6000-0x60ff: excluding 0x6000-0x60ff
[7.073441] iwlagn :05:00.0: loaded firmware version 228.61.2.24
[7.156292] input: Logitech USB Receiver as 
/devices/pci:00/:00:1d.0/usb5/5-2/5-2:1.0/input/input8
[7.156436] logitech 0003:046D:C517.0001: input,hidraw1: USB HID v1.10 
Keyboard [Logitech USB Receiver] on usb-:00:1d.0-2/input0
[7.184679] logitech 0003:046D:C517.0002: fixing up Logitech keyboard report 
descriptor
[7.185722] input: Logitech USB Receiver as 
/devices/pci:00/:00:1d.0/usb5/5-2/5-2:1.1/input/input9
[7.185976] logitech 0003:046D:C517.0002: input,hiddev0,hidraw2: USB HID 
v1.10 Mouse [Logitech USB Receiver] on 

Bug#615831: [PATCH] Load modules for USB keyboard if not keyboard is present at panic

2011-02-28 Thread Marco d'Itri
On Feb 28, maximilian attems m...@stro.at wrote:

 Md any feedback from your side?
I have never seen a system where the BIOS does not provide a working
USB keyboard, but I have no objections in principle.
My only request is that the loading in panic() of *every* module is
preceded by printing on the console an appropriate debug message
containing the module name, because loading the module could cause an
oops.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#590105: Same problem on LS-WSGL

2011-02-28 Thread Martin Michlmayr
* Benjamin Cama ben...@free.fr [2011-02-25 16:47]:
 Thanks for your work. BTW, what's the fix exactly?

As you realized yourself in the meantime, you were booting the LS
Pro/Live kernel on the LS Mini, which doesn't work.  Fortunately, LS
Mini support is in the kernel in Debian, so I just gave you a kernel
image that loads Mini support.

Anyway, in order to support the LS Mini in Debian and the installer,
we need to add support in flash-kernel, oldsys-preseed,
libdebian-installer and the installer build script.  I'll look into
adding that.

 BTW, you did not preseed the image with any parameters, but luckilly
 I have a serial console access to the NAS.

Thanks for pointing this out.

-- 
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/20110228185028.gz7...@jirafa.cyrius.com



Bug#615888: Please add USB HID quirk for Cypress barcode scanner

2011-02-28 Thread Julien BLACHE
Source: linux-2.6
Version: 2.6.32-30
Severity: wishlist
Tags: patch

Hi,

The attached patch, commit e8d0eab4d9eda9f5e97852f780f020bfb134f9f0 from
upstream, adds support for a Cypress chip commonly used in a number of
barcode scanners.

Without this patch, the devices are rejected by the USB layer due to a
bug in their USB descriptors and can't be used at all.

Patch applies as is to 2.6.32 and is attached below for convenience.

Please apply,

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 

commit e8d0eab4d9eda9f5e97852f780f020bfb134f9f0
Author: Jiri Kosina jkos...@suse.cz
Date:   Wed Dec 2 22:54:11 2009 +0100

HID: add support for Acan FG-8100 barcode reader

Acan FG-8100 barcode reader (0x04b4/0xbca1) has vendor ID of
cypress and requires the same MIN/MAX swap descriptor quirk
as other barcode readers from cypress.

Reported-by: Stijn Ghesquiere st...@applesnail.net
Signed-off-by: Jiri Kosina jkos...@suse.cz

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c
index 7d05c4b..e2e8741 100644
--- a/drivers/hid/hid-core.c
+++ b/drivers/hid/hid-core.c
@@ -1294,6 +1294,7 @@ static const struct hid_device_id hid_blacklist[] = {
 	{ HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_TACTICAL_PAD) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_1) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_2) },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_3) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_MOUSE) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_DRAGONRISE, 0x0006) },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_EZKEY, USB_DEVICE_ID_BTC_8193) },
diff --git a/drivers/hid/hid-cypress.c b/drivers/hid/hid-cypress.c
index 62e9cb1..998b6f4 100644
--- a/drivers/hid/hid-cypress.c
+++ b/drivers/hid/hid-cypress.c
@@ -126,6 +126,8 @@ static const struct hid_device_id cp_devices[] = {
 		.driver_data = CP_RDESC_SWAPPED_MIN_MAX },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_2),
 		.driver_data = CP_RDESC_SWAPPED_MIN_MAX },
+	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_BARCODE_3),
+		.driver_data = CP_RDESC_SWAPPED_MIN_MAX },
 	{ HID_USB_DEVICE(USB_VENDOR_ID_CYPRESS, USB_DEVICE_ID_CYPRESS_MOUSE),
 		.driver_data = CP_2WHEEL_MOUSE_HACK },
 	{ }
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
index adbef5d..656c015 100644
--- a/drivers/hid/hid-ids.h
+++ b/drivers/hid/hid-ids.h
@@ -145,6 +145,7 @@
 #define USB_DEVICE_ID_CYPRESS_ULTRAMOUSE	0x7417
 #define USB_DEVICE_ID_CYPRESS_BARCODE_1	0xde61
 #define USB_DEVICE_ID_CYPRESS_BARCODE_2	0xde64
+#define USB_DEVICE_ID_CYPRESS_BARCODE_3	0xbca1
 
 #define USB_VENDOR_ID_DEALEXTREAME	0x10c5
 #define USB_DEVICE_ID_DEALEXTREAME_RADIO_SI4701	0x819a


Processed: tagging 615888

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 615888 + pending
Bug #615888 [src:linux-2.6] Please add USB HID quirk for Cypress barcode scanner
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
615888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615888
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.129892266732611.transcr...@bugs.debian.org



Processed: severity of 615888 is important

2011-02-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 615888 important
Bug #615888 [src:linux-2.6] Please add USB HID quirk for Cypress barcode scanner
Severity set to 'important' from 'wishlist'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615888
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.1298922718405.transcr...@bugs.debian.org



Bug#615871: Radeon driver

2011-02-28 Thread Aleksi Palomäki

Tested with radeon free driver and nothing changed
also if possible I'd say this is critical bug as it caused my computer 
to over heat and to do emergency shutdown just because i was watching 
one video, last measuder temperature 98°C

This didn't happen with the older kernel image.

Aleksi,



--
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/4d6bfea7.3010...@gmail.com



Bug#615871: linux-2.6: CPU temperature very high Toshiba A200 Intel Dual Core

2011-02-28 Thread Jonathan Nieder
Hi Aleksi,

Aleksi Palomäki wrote:

 Tested with radeon free driver and nothing changed
 also if possible I'd say this is critical bug as it caused my
 computer to over heat and to do emergency shutdown just because i
 was watching one video, last measuder temperature 98°C
 This didn't happen with the older kernel image.

Would you be willing to bisect?

Like so:

git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6
make localmodconfig

git bisect start
git bisect good v2.6.32
git bisect bad v2.6.37
make -j2 deb-pkg
... wait for it to build, install the resulting package, reboot ...

git bisect good; # if it worked okay, or
git bisect bad; # if it overheated, or
git bisect skip; # if an unrelated problem made it difficult to test

make -j2 deb-pkg
... and so on

Once we know which is the first bad commit, this should be much easier
to track down.

Thanks!
Jonathan



--
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/20110228201446.GA1942@elie



Bug#615871: linux-2.6: CPU temperature very high Toshiba A200 Intel Dual Core

2011-02-28 Thread Aleksi Palomäki

On 02/28/2011 10:15 PM, Jonathan Nieder wrote:

Would you be willing to bisect?

Like so:

git clone 
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6
make localmodconfig

git bisect start
git bisect good v2.6.32
git bisect bad v2.6.37
make -j2 deb-pkg
... wait for it to build, install the resulting package, reboot ...

git bisect good; # if it worked okay, or
git bisect bad; # if it overheated, or
git bisect skip; # if an unrelated problem made it difficult to test

make -j2 deb-pkg
... and so on

Once we know which is the first bad commit, this should be much easier
to track down.

Thanks!
Jonathan

Hi Jonathan
Sure,
But at this download rate it will take a while before i get to try..

I'll mail back when its done.

Aleksi,



--
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/4d6c0afe.3050...@gmail.com



Bug#533565: Occurs on 2.6.37

2011-02-28 Thread Kushal Koolwal
I have verified that this issue still occurs on the latest stable
kernel (2.6.37)
from kernel.org and obviously on Debian Squeeze too.

What would it take to report this bug upstream?

Thanks!



-- 
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/AANLkTikb3==l8nmycyxqhngcwi6knck-no2kppfut...@mail.gmail.com



Bug#533565: linux-2.6: ATA bus error messages for PATA_SCH module

2011-02-28 Thread Jonathan Nieder
Kushal Koolwal wrote:

 I have verified that this issue still occurs on the latest stable
 kernel (2.6.37)
 from kernel.org and obviously on Debian Squeeze too.

Hmm, so it's not a regression (i.e., no old kernel version without the
problem exists)?

 What would it take to report this bug upstream?

That's a good idea.  The short answer is: send a mail to
linux-...@vger.kernel.org and if it's a regression then cc
linux-ker...@vger.kernel.org and Mikael Pettersson mi...@it.uu.se.

See 
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=REPORTING-BUGS;hb=HEAD
for more hints.

Hope that helps,
Jonathan



-- 
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/20110228225758.GE1942@elie



Bug#615871: marked as done (linux-image-2.6.37-1-amd64: CPU temperature very high Toshiba A200 Intel Dual Core)

2011-02-28 Thread Debian Bug Tracking System
Your message dated Mon, 28 Feb 2011 23:42:45 +
with message-id 20110228234245.gb19...@decadent.org.uk
and subject line Re: Bug#615871: linux-image-2.6.37-1-amd64: CPU temperature 
very high Toshiba A200 Intel Dual Core
has caused the Debian Bug report #615871,
regarding linux-image-2.6.37-1-amd64: CPU temperature very high Toshiba A200 
Intel Dual Core
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.)


-- 
615871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-2.6
Version: 2.6.37-1
Severity: normal

After upgrading to Sid CPU temperatures raise insanely.

i included files with sensors outputs:
temperature_oldkernel is sensors output with  linux-image-2.6-amd64  kernel
and
temperature_newkernel with linux-image-2.6.37-1-amd64

after playing teeworlds(game) temperature raised over 90°C

Part of CPU info:

vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Duo CPU T5250  @ 1.50GHz
stepping: 13
cpu MHz : 1000.000
cache size  : 2048 KB

Toshiba Satellite A200

Fan is spinning normally but CPU heats up to 83°C even if nothing is done
after login
cpufrequency was 1ghz while this heating and 1,5ghz while playing teeworlds.





-- Package-specific info:
** Version:
Linux version 2.6.37-1-amd64 (Debian 2.6.37-1) (b...@decadent.org.uk) (gcc 
version 4.4.5 (Debian 4.4.5-10) ) #1 SMP Tue Feb 15 17:43:38 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.37-1-amd64 
root=UUID=e0ec8f08-6885-4b7d-b315-ae4c41531f41 ro quiet

** Tainted: P (1)
 * Proprietary module has been loaded.

** Kernel log:
[6.132844] yenta_cardbus :0c:04.0: Socket status: 3006
[6.132849] pci_bus :0c: Raising subordinate bus# of parent bus (#0c) 
from #0d to #10
[6.132861] yenta_cardbus :0c:04.0: pcmcia: parent PCI bridge window: 
[io  0x8000-0x8fff]
[6.132865] yenta_cardbus :0c:04.0: pcmcia: parent PCI bridge window: 
[mem 0xfc10-0xfc1f]
[6.132870] pcmcia_socket pcmcia_socket0: cs: memory probe 
0xfc10-0xfc1f: excluding 0xfc10-0xfc10
[6.132894] yenta_cardbus :0c:04.0: pcmcia: parent PCI bridge window: 
[mem 0x8000-0x83ff pref]
[6.132898] pcmcia_socket pcmcia_socket0: cs: memory probe 
0x8000-0x83ff: excluding 0x8000-0x83ff
[6.285733] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 
in-tree:
[6.285737] iwlagn: Copyright(c) 2003-2010 Intel Corporation
[6.285845] iwlagn :05:00.0: PCI INT A - GSI 18 (level, low) - IRQ 18
[6.285878] iwlagn :05:00.0: setting latency timer to 64
[6.285951] iwlagn :05:00.0: Detected Intel(R) Wireless WiFi Link 
4965AGN, REV=0x4
[6.296525] Linux video capture interface: v2.00
[6.328736] iwlagn :05:00.0: device EEPROM VER=0x36, CALIB=0x5
[6.328758] iwlagn :05:00.0: Tunable channels: 13 802.11bg, 19 802.11a 
channels
[6.328925] iwlagn :05:00.0: irq 42 for MSI/MSI-X
[6.606842] gspca: v2.10.0 registered
[6.639046] Synaptics Touchpad, model: 1, fw: 6.5, id: 0x82e0b1, caps: 
0xb04711/0xe0440d/0x0
[6.639055] synaptics: Toshiba Satellite A200 detected, limiting rate to 
40pps.
[6.734180] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input6
[6.846827] input: Logitech USB-PS/2 Optical Mouse as 
/devices/pci:00/:00:1d.2/usb7/7-1/7-1:1.0/input/input7
[6.846999] generic-usb 0003:046D:C040.0003: input,hidraw0: USB HID v1.10 
Mouse [Logitech USB-PS/2 Optical Mouse] on usb-:00:1d.2-1/input0
[6.847025] usbcore: registered new interface driver usbhid
[6.847027] usbhid: USB HID core driver
[6.865918] gspca: probing 046d:08af
[6.928654] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[6.928659] Disabling lock debugging due to kernel taint
[7.053263] [fglrx] Maximum main memory to use for locked dma buffers: 1885 
MBytes.
[7.053922] [fglrx]   vendor: 1002 device: 9581 count: 1
[7.054911] [fglrx] ioport: bar 1, base 0x2000, size: 0x100
[7.054943] pci :01:00.0: power state changed by ACPI to D0
[7.054953] pci :01:00.0: power state changed by ACPI to D0
[7.054964] pci :01:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[7.054972] pci :01:00.0: setting latency timer to 64
[7.055423] [fglrx] Kernel PAT support is enabled
[7.055453] [fglrx] module loaded - fglrx 8.82.8 [Jan 26 2011] with 1 minors
[7.057988] pcmcia_socket 

Bug#615871: linux-2.6: CPU temperature very high Toshiba A200 Intel Dual Core

2011-02-28 Thread Ben Hutchings
On Mon, Feb 28, 2011 at 10:52:14PM +0200, Aleksi Palomäki wrote:
 On 02/28/2011 10:15 PM, Jonathan Nieder wrote:
 Would you be willing to bisect?
 
 Like so:
 
  git clone 
  git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
  cd linux-2.6
  make localmodconfig
 
  git bisect start
  git bisect good v2.6.32
  git bisect bad v2.6.37
  make -j2 deb-pkg
  ... wait for it to build, install the resulting package, reboot ...
 
  git bisect good; # if it worked okay, or
  git bisect bad; # if it overheated, or
  git bisect skip; # if an unrelated problem made it difficult to test
 
  make -j2 deb-pkg
  ... and so on
 
 Once we know which is the first bad commit, this should be much easier
 to track down.
 
 Thanks!
 Jonathan
 Hi Jonathan
 Sure,
 But at this download rate it will take a while before i get to try..
 
 I'll mail back when its done.
 
Don't bother, you'll just find the change which corrected temperature
decoding.

Ben.

-- 
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
  - Albert Camus



-- 
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/20110228234823.gc19...@decadent.org.uk



Bug#615871: linux-2.6: CPU temperature very high Toshiba A200 Intel Dual Core

2011-02-28 Thread Jonathan Nieder
Ben Hutchings wrote:

 Don't bother, you'll just find the change which corrected temperature
 decoding.

Thanks, Ben.  Do you have any advice for a person finding that
graphics-intensive activity causes the machine to overheat?

I suppose this is more of a question for debian-user now.



-- 
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/20110228235809.GI1942@elie



Bug#533565: Kernel boot parameter fixes this problem

2011-02-28 Thread Kushal Koolwal
It seems that upon passing the kernel boot parameter
libata.force=40c solves the problem. Should I still report this
upstream?

Thanks!



-- 
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/aanlktik95k_bscsgro2+zxtrgukhdagr8r9vjkgbf...@mail.gmail.com



Bug#533565: linux-2.6: ATA bus error messages for PATA_SCH module

2011-02-28 Thread Jonathan Nieder
Kushal Koolwal wrote:

 It seems that upon passing the kernel boot parameter
 libata.force=40c solves the problem. Should I still report this
 upstream?

I would.  Maybe the message could be tweaked or some documentation
under Documentation/ added to explain when the cable type needs to
be forced, or maybe this situation can be autodetected?

Thanks.
Jonathan



-- 
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/20110301011631.GB5597@elie



Bug#590105: Same problem on LS-WSGL

2011-02-28 Thread Benjamin Cama
Le lundi 28 février 2011 à 18:50 +, Martin Michlmayr a écrit :
 Fortunately, LS
 Mini support is in the kernel in Debian, so I just gave you a kernel
 image that loads Mini support.

OK, thanks. I just checked out the mach-type setting for kernel images
here http://buffalo.nas-central.org/wiki/Buffalo_ARM9_Kernel_Port
It's sad it isn't autodetected. Still, I managed to install Debian via
the installer with your image, and these tweaks.

 Anyway, in order to support the LS Mini in Debian and the installer,
 we need to add support in flash-kernel, oldsys-preseed,
 libdebian-installer and the installer build script.  I'll look into
 adding that.

I can help for that. I have serial console access and I'm ready to try
different builds. BTW, there's nothing to flash (appart from kernel boot
prameters) on the Mini as the kernel is loaded directly from the disk
(images must be present on both sda1 and sdb1, on an ext2/3 FS).

I'm still trying to figure out the correct uboot-envtools (fw_setenv)
parameters to change the bootargs from Debian.

Regards,
benjamin




--
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/1298963831.3342.8.camel@nsk