Bug#519158: linux-image-2.6.26-1-686: ATA subsystem crashes and renders single drive unusable

2009-03-11 Thread Michael Rumpler
On Tue, 2009-03-10 at 19:19 +0100, maximilian attems wrote:
 can you try 2.6.28 sid snapshot, see sid aptline
 - http://wiki.debian.org/DebianKernel

Just installed and booted it.

[m...@atom ~]$ uname -a
Linux atom 2.6.28-1-686 #1 SMP Wed Mar 11 04:36:21 UTC 2009 i686
GNU/Linux

Longest delay for the problem to show up was 18 days so far.. so we have
to wait...




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513537: linux-image-2.6.26-1-openvz-amd64 hanging

2009-03-11 Thread Vitaliy Gusev
On Tuesday 10 March 2009 09:44:15 pm Tom Rathborne wrote:
 Hi Vitaliy,

 On Tue, Mar 10, 2009 at 12:58:48PM +0300, Vitaliy Gusev wrote:
  On Saturday 07 March 2009 12:13:14 am Tom Rathborne wrote:
   Hi Vitaliy,
  
   On Fri, Mar 06, 2009 at 10:04:13PM +0300, Vitaliy Gusev wrote:
Tom wrote:
 Is there anything else I can do to help you debug this?
   
Warn message reffers to the shmem_free_blocks():
   
 static void shmem_free_blocks(struct inode *inode, long pages)
 {
struct shmem_sb_info *sbinfo = SHMEM_SB(inode-i_sb);
if (sbinfo-max_blocks) {
spin_lock(sbinfo-stat_lock);
   
  Here is a place where cpu1 is in a loop .
   
It seems like someone already held sbinfo-stat_lock.
  
   Ok, that makes sense.
  
Can you do sysrq-p , sysrq-t, sysrq-w  in the host ?
  
   Done, attached!
  
   I have not rebooted the machine yet, in case you need some other
   kernel debug info. Let me know!
 
  Hmm,  i saw only trace for cpu 3, cpu 0 and cpu 1. Where is a trace for
  cpu2 ?

 I re-checked the log. There was no trace for cpu2!

  Also it will be nice if you compile your kernel with spin lock debug

And  with lockdep debug

  and do sysrq-d.


 Ok ... I will have to learn the Debian Way to recompile my kernel!
 I will get back to you with a spin lock trace from sysrq-d.

 Thanks,

 Tom

-- 

Thanks,
Vitaliy Gusev



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519040: linux-headers-2.6.28-1-686: depends on linux-kbuild but not available

2009-03-11 Thread davide
You can try this way.

(from 
http://wiki.debian.org/HowToRebuildAnOfficialDebianKernelPackage?highlight=(kbuild)
)

The story of linux-kbuild-2.6

The linux-headers-* packages created with the above method depend on
linux-kbuild-*, which is a not built from the linux-2.6 source
package, but from linux-kbuild-2.6.

Often, when a new kernel comes around, linux-kbuild-2.6.xx isn't yet
available in the archive, so you either have to build it yourself, or
wait.

How to build linux-kbuild-2.6 yourself

Fetch the sources from SVN:

svn co svn://svn.debian.org/kernel/dists/trunk/linux-kbuild-2.6

Then, fetch the vanilla kernel tarball (important: the 2.6.x version,
no 2.6.x.y version):

wget http://ftp.de.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2

Now, you can prepare the package:

cd linux-kbuild-2.6
./debian/bin/genorig.py ../linux-2.6.27.tar.bz2
cd ..
tar xzf orig/linux-kbuild-2.6_2.6.27.orig.tar.gz
cd linux-kbuild-2.6-2.6.27/
cp -a ../linux-kbuild-2.6/* ./
./debian/bin/gencontrol.py
dch -i

Now adjust the version, and add a comment like New upstream version
or something, and build the package itself, after you installed
eventually missing build-dependencies:

make -f debian/rules clean
dpkg-checkbuilddeps
dpkg-buildpackage -us -uc

and you are done.

End of quote.

If you try it, can you please drop a line to this bug?
I would need the same stuff and haven't tryed yet (not enough time)

Regards, me.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Critical Temperature

2009-03-11 Thread Goswin von Brederlow
timo 2...@famous-timo.de writes:

 Hi people,

 I have got the following problem: At random X is being closed by force
 and the terminal says «critical temperature reached» and then some high
 number around 150°C. At the next moment the computer turns off. That
 problem occurs with linux 2.6.27 till 2.6.28 and does not occur with
 linux 2.6.26. I have found only a few posts on google. How can I find
 out whether this is a software or a hardware issue and what might the
 cause be?


 regards,
 Timo

Have you checked if this is a false reading or a cooling failure?
After the shutdown go into the bios and check the
temperature.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



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

2009-03-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 328528 http://bugzilla.kernel.org/show_bug.cgi?id=12853
Bug#328528: cpu-freq/user-guide.txt should mention Celeron
Forwarded-to-address changed from Dominik Brodowski linux at dominikbrodowski 
dot net to http://bugzilla.kernel.org/show_bug.cgi?id=12853.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519040: linux-headers-2.6.28-1-686: depends on linux-kbuild but not available

2009-03-11 Thread Valentin QUEQUET

Hello, the hurd,

davide wrote :
[...]


svn co svn://svn.debian.org/kernel/dists/trunk/linux-kbuild-2.6
Then, fetch the vanilla kernel tarball (important: the 2.6.x version,
no 2.6.x.y version):
wget http://ftp.de.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
Now, you can prepare the package:
cd linux-kbuild-2.6
./debian/bin/genorig.py ../linux-2.6.27.tar.bz2
cd ..
tar xzf orig/linux-kbuild-2.6_2.6.27.orig.tar.gz
cd linux-kbuild-2.6-2.6.27/
cp -a ../linux-kbuild-2.6/* ./
./debian/bin/gencontrol.py
dch -i



Now adjust the version, and add a comment like New upstream version
or something, and build the package itself, after you installed
eventually missing build-dependencies:


SORRY, but what do you mean by :
  Now adjust the version, and add a comment ...

Imagine today I want to generate and build package linux-kbuild-2.6.28 ; 
then, what shall I do to reach this goal, since the source I've 
downloaded from svn are linux-kbuild-2.6.29~rc5 - related ?



make -f debian/rules clean
dpkg-checkbuilddeps
dpkg-buildpackage -us -uc

and you are done.

End of quote.

If you try it, can you please drop a line to this bug?
I would need the same stuff and haven't tryed yet (not enough time)

Regards, me.


Regards, another me.




--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513537: linux-image-2.6.26-1-openvz-amd64 hanging

2009-03-11 Thread Vitaliy Gusev
On Wednesday 11 March 2009 07:02:31 pm Tom Rathborne wrote:
 On Wed, Mar 11, 2009 at 10:58:53AM +0300, Vitaliy Gusev wrote:
Also it will be nice if you compile your kernel with spin lock debug
 
  And  with lockdep debug

 I have set
 CONFIG_DEBUG_SPINLOCK=y

 but I am not sure what CONFIG_ to set for lockdep debug.

CONFIG_DEBUG_LOCKDEP=y
CONFIG_DEBUG_SPINLOCK_SLEEP=y
CONFIG_PROVE_LOCKING=y


 I have attached the kernel config I plan to build, please let me know
 exactly what to change.

 Thanks,

 Tom

-- 

Thanks,
Vitaliy Gusev



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519292: Netdev watchdog timeout

2009-03-11 Thread Mr. P|pex
Package: linux-source-2.6.26
Version: 2.6.26

After some hours when I copy big file between in the local net or when
use azureus the device network eth0 go down.
I need to restart the networking service in order to to go up the
eth0. After some minutes the net device go down again.
I have PCI net IP1000A.

In the syslog I see

Mar 11 03:00:57 debian64 kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 11 03:00:57 debian64 kernel: [ cut here ]
Mar 11 03:00:57 debian64 kernel: WARNING: at
net/sched/sch_generic.c:222 dev_watchdog+0x9c/0x10d()
Mar 11 03:00:57 debian64 kernel: Modules linked in: ub binfmt_misc
ppdev lp nfsd auth_rpcgss exportfs nfs lockd sunrpc
ipv6 nls_iso8859_1 nls_cp437 fuse visor usbserial w83627hf hwmon_vid
eeprom loop ov511 nvidia(P) sbp2 snd_emu10k1_synth
 snd_emux_synth snd_seq_virmidi snd_seq_midi_emul parport_pc
snd_usb_audio snd_usb_lib snd_emu10k1 firmware_class pcspk
r psmouse snd_ac97_codec ac97_bus snd_pcm_oss snd_mixer_oss snd_pcm
i2c_viapro pwc compat_ioctl32 videodev v4l1_compat
snd_page_alloc snd_util_mem snd_hwdep snd_seq_dummy snd_seq_oss
snd_seq_midi snd_rawmidi snd_seq_midi_event snd_seq snd
_timer snd_seq_device snd shpchp pci_hotplug dm_mirror dm_log
dm_snapshot usbhid ohci1394 ieee1394 unix
Mar 11 03:00:57 debian64 kernel: Pid: 14623, comm: astropulse_5.03
Tainted: P  2.6.26 #1
Mar 11 03:00:57 debian64 kernel:
Mar 11 03:00:57 debian64 kernel: Call Trace:
Mar 11 03:00:57 debian64 kernel: IRQ  [80226871]
warn_on_slowpath+0x51/0x8c
Mar 11 03:00:57 debian64 kernel: [803c97ba]
ipg_nic_set_multicast_list+0xb9/0xc4
Mar 11 03:00:57 debian64 kernel: [803c91ea] init_tfdlist+0x96/0xa9
Mar 11 03:00:57 debian64 kernel: [80470847] dev_watchdog+0x0/0x10d
Mar 11 03:00:57 debian64 kernel: [803c9a2d] ipg_tx_timeout+0x85/0x9f
Mar 11 03:00:57 debian64 kernel: [80470847] dev_watchdog+0x0/0x10d
Mar 11 03:00:57 debian64 kernel: [804708e3] dev_watchdog+0x9c/0x10d
Mar 11 03:00:57 debian64 kernel: [8022f0b4]
run_timer_softirq+0x17b/0x211
Mar 11 03:00:57 debian64 kernel: [8022193c] task_tick_fair+0x1e/0x82
Mar 11 03:00:57 debian64 kernel: [8022b63b] __do_softirq+0x46/0x90
Mar 11 03:00:57 debian64 kernel: [8020bedc] call_softirq+0x1c/0x28
Mar 11 03:00:57 debian64 kernel: [8020d88c] do_softirq+0x2c/0x68
Mar 11 03:00:57 debian64 kernel: [8022b2ad] irq_exit+0x3f/0x50
Mar 11 03:00:57 debian64 kernel: [8021793a]
smp_apic_timer_interrupt+0x68/0x71
Mar 11 03:00:57 debian64 kernel: [8020b986]
apic_timer_interrupt+0x66/0x70
Mar 11 03:00:57 debian64 kernel: EOI
Mar 11 03:00:57 debian64 kernel: ---[ end trace 91e45c544bdc8872 ]---
Mar 11 03:01:02 debian64 kernel: NETDEV WATCHDOG: eth0: transmit timed out
Mar 11 03:01:07 debian64 kernel: NETDEV WATCHDOG: eth0: transmit timed out

I use testing squeeze, kernel 2.6.26 and libc6 2.7-18

thanks

-- 
Powered by GNU/Linux Debian AMD64
blog - http://delirihitech.blogspot.com/



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513537: linux-image-2.6.26-1-openvz-amd64 hanging

2009-03-11 Thread Tom Rathborne
Vitaliy,

On Wed, Mar 11, 2009 at 07:48:45PM +0300, Vitaliy Gusev wrote:
  I have set
  CONFIG_DEBUG_SPINLOCK=y
 
  but I am not sure what CONFIG_ to set for lockdep debug.
 
 CONFIG_DEBUG_LOCKDEP=y
 CONFIG_DEBUG_SPINLOCK_SLEEP=y
 CONFIG_PROVE_LOCKING=y

Ok ... built and running ... but ... now I'm not getting the spinlock
problem at all! Oh no, Heisenbug!!! :-/

I will keep thrashing the machine and send you a sysrq-{p,t,w,d}
report if I hit the bug. 

Tom

-- 
-- Tom Rathborne
Bootsy Tommer needs a revision that takes care of itself.



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516815: same problem

2009-03-11 Thread Michael Durso
I also am having a similar issue.  I have a Dell Power Edge 2650 with a PERC 
3/Di configured as RAID5 and an XFS root filesystem.  I see periodic bursts of 
slowness with disk IO especially with writes after I did an upgrade from Etch 
to Lenny.  For now I am using the 2.6.18 Etch kernel and performance is 
consistant.





--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519040: linux-headers-2.6.28-1-686: depends on linux-kbuild but not available

2009-03-11 Thread davide
please see bug #518115

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518115



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519348: kernel bug in nfs on powerpc

2009-03-11 Thread Holger Levsen
package: linux-image-2.6.26-1-vserver-powerpc
version: 2.6.26-13   

Hi,

suddenly the nfs exports on one server running lenny stopped working here, the 
only thing I could found was in dmesg:

Linux fubar 2.6.26-1-vserver-powerpc #1 SMP Sat Jan 10 15:01:56 CET 2009 ppc 
GNU/Linux
 
[1221442.454304] kernel BUG at include/linux/module.h:386!
[1221442.454384] Oops: Exception in kernel mode, sig: 5 [#1]
[1221442.454457] SMP NR_CPUS=4 PowerMac
[1221442.454522] Modules linked in: ip6table_filter ip6_tables iptable_raw 
xt_comment xt_policy ipt_ULOG ipt_TTL ipt_ttl ipt_REJECT ipt_REDIRECT 
ipt_recent ipt_NETMAP ipt_MASQUERADE ipt_LOG ipt_ECN ipt_ecn ipt_CLUSTERIP 
ipt_ah ipt_addrtype nf_nat_tftp nf_nat_snmp_basic nf_nat_sip nf_nat_pptp 
nf_nat_proto_gre nf_nat_irc nf_nat_h323 nf_nat_ftp nf_nat_amanda ts_kmp 
nf_conntrack_amanda nf_conntrack_tftp nf_conntrack_sip 
nf_conntrack_proto_sctp nf_conntrack_pptp nf_conntrack_proto_gre 
nf_conntrack_netlink nf_conntrack_netbios_ns nf_conntrack_irc 
nf_conntrack_h323 nf_conntrack_ftp xt_tcpmss xt_pkttype xt_physdev xt_owner 
xt_NFQUEUE xt_NFLOG xt_MARK xt_mark xt_mac xt_limit xt_length xt_iprange 
xt_helper xt_hashlimit xt_DSCP xt_dscp xt_dccp xt_conntrack xt_CONNMARK 
xt_connmark xt_CLASSIFY xt_tcpudp xt_state iptable_nat nf_nat 
nf_conntrack_ipv4 nf_conntrack iptable_mangle nfnetlink xt_multiport lp 
parport nfsd auth_rpcgss exportfs nfs lockd nfs_acl sunrpc iptable_filter 
ip_tables x_tables sbp2 scsi_mod loop snd_aoa_i2sbus snd_pcm snd_timer 
snd_page_alloc snd soundcore snd_aoa_soundbus usblp uninorth_agp agpgart 
evdev ext3 jbd mbcache ide_disk ohci1394 sungem sungem_phy ieee1394 ns83820 
i2c_powermac
[1221442.456665] NIP: f6491188 LR: f6491180 CTR: 
[1221442.456741] REGS: c0c33ec0 TRAP: 0700   Not tainted  
(2.6.26-1-vserver-powerpc)
[1221442.456848] MSR: 00029032 EE,ME,IR,DR  CR: 84000488  XER: 
[1221442.456995] TASK = ef8e90f0[4431,#0] 'nfsd' THREAD: c0c32000 CPU: 0
[1221442.457074] GPR00:  c0c33f70 ef8e90f0 0001 c0c33ee0  
ee8c4658  
[1221442.457264] GPR08:   ee8c4644 c0073ce4  1001a71c 
100e 100df49c 
[1221442.457455] GPR16: 10002118 bfd1fa18 10002134 10012724 0008 0801 
 c0c4e000 
[1221442.457646] GPR24: 0001 000dbba0 ee1163a0 ee9d1ba0 ee8c4600 f64a6b40 
efb3b000 ee258600 
[1221442.457854] NIP [f6491188] svc_recv+0x400/0x7c4 [sunrpc]
[1221442.458123] LR [f6491180] svc_recv+0x3f8/0x7c4 [sunrpc]
[1221442.458293] Call Trace:
[1221442.458341] [c0c33f70] [f6491160] svc_recv+0x3d8/0x7c4 [sunrpc] 
(unreliable)
[1221442.458556] [c0c33fc0] [f6550a84] nfsd+0xc0/0x30c [nfsd]
[1221442.458724] [c0c33ff0] [c0013af4] kernel_thread+0x44/0x60
[1221442.458831] Instruction dump:
[1221442.458906] 7d2903a6 4e800421 7c7c1b79 41820184 813c 83a90004 
2f9d 419e003c 
[1221442.459114] 7fa3eb78 48001045 7c630034 5463d97e 0f03 54290024 
81290008 55292834 
[1221442.466384] ---[ end trace 70d66edf5224f9a3 ]---
 
 
ii  linux-image-2.6-vserver-powerpc 2.6.26+17   
   
Linux 2.6 image on uniprocessor 32-bit PowerPC, Linux-VServer su
ii  linux-image-2.6.26-1-vserver-powerpc2.6.26-13   
   
Linux 2.6.26 image on uniprocessor 32-bit PowerPC, Linux-VServer
ii  nfs-common  1:1.1.2-6lenny1 
   
NFS support files common to client and server
ii  nfs-kernel-server   1:1.1.2-6lenny1 
   
support for NFS kernel server
 
processor   : 0
cpu : 7400, altivec supported
temperature : 27-32 C (uncalibrated)
clock   : 466.65MHz
revision: 2.9 (pvr 000c 0209)
bogomips: 66.30
 
total bogomips  : 66.30
timebase: 33290001
platform: PowerMac
model   : PowerMac3,4
machine : PowerMac3,4
motherboard : PowerMac3,4 MacRISC2 MacRISC Power Macintosh
detected as : 69 (PowerMac G4 Silver)
pmac flags  : 0010
L2 cache: 1024K unified
pmac-generation : NewWorld


regards,
Holger


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