Bug#519158: Still problems with already changed hardware

2009-06-17 Thread Michael Rumpler
Here is some update on the problem... I have updated the system in the following ways as there were still problems with the drives... - i replaced the motherboard (Intel D945GCLF2) as the errors only occured on drive sda (connected to one of the two SATA ports on the board itself) - i rep

Bug#519158:

2009-03-18 Thread Michael Rumpler
The ATA subsystem is working so far.. but with the new kernel a different problem showed up today: [608566.964023] [ cut here ] [608566.964054] WARNING: at net/sched/sch_generic.c:226 dev_watchdog +0xf6/0x17c() [608566.964092] NETDEV WATCHDOG: eth0 (r8169): transmit timed o

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

2009-03-10 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 f

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

2009-03-10 Thread Michael Rumpler
Package: linux-image-2.6.26-1-686 Version: 2.6.26-13 Severity: important I am using the following HW configuration: Mainboard: Intel D945GCLF2 Mainboard Additional SATA Controller: Silicon Image, Inc. SiI 3124 Connected directly to the board: 1 Transcend TS32GSSD25S-M SATA SSD Rev: V082 Connecte

Bug#445814: Further Investigations

2007-10-08 Thread Michael Rumpler
Hello! further investigations showed that there was a change in the semantics how signals are delivered to a multithreaded application with the change to NPTL implementation. Therefore only one thread gets the signal SIGALRM and only one thread is able to handle the onTimer correctly. So i think t

Bug#445814: libcommoncpp2-1.5-0: onTimer() not called upon timer expiration in PosixThread

2007-10-08 Thread Michael Rumpler
On Mon, Oct 08, 2007 at 04:03:09PM +0200, Mikael Magnusson wrote: > My observations follows: > > I'm running testing/unstable on Linux 2.6.18-3-k7, and onTimer isn't > called on my system since the main thread receives SIGALRM and not the > CiTimer thread. I can prevent this by using pthread_sig

Bug#445814: libcommoncpp2-1.5-0: onTimer() not called upon timer expiration in PosixThread

2007-10-08 Thread Michael Rumpler
Package: libcommoncpp2-1.5-0 Version: 1.5.1-4 Severity: important When using timers in a class derived from PosixThread, the method onTimer() is not called when the timer expires, although the timer is running. I wrote a minimal test software to reproduce this problem. The problem does not arise