Bug#531425: Re: Bug#531425: base: Loss of ethernet connectivity (bmac ethernet driver) after random amount of time

2010-02-14 Thread Moritz Muehlenhoff
On Thu, Jul 30, 2009 at 10:35:22PM +0200, Moritz Muehlenhoff wrote:
 On Wed, Jun 17, 2009 at 11:25:45AM +0200, Tor Arne Benjaminsen wrote:
  Wed, 17 Jun 2009 Ben Hutchings b...@decadent.org.uk wrote:
  
  If this happens again, please run ifconfig, save the output to a file,
  and send it to this bug.  This should show some useful statistics
  (assuming the driver updates them properly, which I haven't checked).
  
  
  
  Just had the error occur again, this time after just maybe 10
  minutes of uptime on the box. Here's the output from ifconfig:
  
  
  eth0  Link encap:Ethernet  HWaddr 00:05:02:db:35:e4
inet addr:10.0.0.50  Bcast:10.0.0.255  Mask:255.255.255.0
inet6 addr: fe80::205:2ff:fedb:35e4/64 Scope:Link
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
RX packets:4877 errors:0 dropped:0 overruns:0 frame:0
TX packets:2861 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6738096 (6.4 MiB)  TX bytes:215799 (210.7 KiB)
Interrupt:42 Base address:0xc000
  
  loLink encap:Local Loopback
inet addr:127.0.0.1  Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:9 errors:0 dropped:0 overruns:0 frame:0
TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1296 (1.2 KiB)  TX bytes:1296 (1.2 KiB)
 
 Hi,
 I've browsed through the Linux kernel commits for that driver, but no
 patches have been commited which could fix such an error as the one
 seen. This might be an issue, which needs to be fixed upstream. Could
 you please install one of the snapshots (from trunk):
 http://wiki.debian.org/DebianKernel 
 
 If you can reproduce the error with this kernel, please file a bug
 at http://bugzilla.kernel.org

Did you report this upstream or has it been fixed in more recent kernels?

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/20100215005857.ga15...@galadriel.inutil.org



Bug#531425: Re: Bug#531425: base: Loss of ethernet connectivity (bmac ethernet driver) after random amount of time

2009-06-17 Thread Tor Arne Benjaminsen

Wed, 17 Jun 2009 Ben Hutchings b...@decadent.org.uk wrote:


If this happens again, please run ifconfig, save the output to a file,
and send it to this bug.  This should show some useful statistics
(assuming the driver updates them properly, which I haven't checked).




Just had the error occur again, this time after just maybe 10 minutes  
of uptime on the box. Here's the output from ifconfig:



eth0  Link encap:Ethernet  HWaddr 00:05:02:db:35:e4
  inet addr:10.0.0.50  Bcast:10.0.0.255  Mask:255.255.255.0
  inet6 addr: fe80::205:2ff:fedb:35e4/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:4877 errors:0 dropped:0 overruns:0 frame:0
  TX packets:2861 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:6738096 (6.4 MiB)  TX bytes:215799 (210.7 KiB)
  Interrupt:42 Base address:0xc000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:9 errors:0 dropped:0 overruns:0 frame:0
  TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:1296 (1.2 KiB)  TX bytes:1296 (1.2 KiB)



Regards
- Tor Arne




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



Bug#531425: base: Loss of ethernet connectivity (bmac ethernet driver) after random amount of time

2009-06-16 Thread Ben Hutchings
On Sun, 2009-06-14 at 12:09 +0200, Tor Arne Benjaminsen wrote:
 Sun, 14 Jun 2009 Ben Hutchings b...@decadent.org.uk wrote:
 
  On Montag, 1. Juni 2009, Tor Arne Benjaminsen wrote:
  Running Debian on a PowerBook G3 'WallStreet'. Using the bmac ethernet
  driver. Experiencing loss of ethernet connectivity (100% packet loss) after
  a random amount of time. Have tried running bmac as both in-kernel and as a
  module. Running as a module seems to lengthen the delay before loss of
  connectivity occurs.
 
  I am clueless as to how to diagnose this problem and would appreciate any
  help.
 
  Unfortunately this driver doesn't support the usual diagnostic
  interfaces, so there's not much I can suggest.  Which kernel version are
  you seeing this on, and was there an earlier kernel version that did not
  have this problem?
 
 
 
 I'm seeing this on 2.6.29. The only other kernel version tried on the
 system was the one on the Debian Installer CD (2.6.26 I believe).
 While I didn't experience the problem on 2.6.26, the system was
 never running that kernel for prolonged periods of time, so I can't
 really say if the problem exists there or not. Would it be helpful if
 I compiled up an earlier version kernel and which one would you
 suggest?

You could try installing and running kernel version 2.6.26 from lenny
for a while.

 The only kind of diagnostic input I can provide is that I was
 connected to the box over SSH (using PuTTY from a Windows box) once
 the network went down, and the error PuTTY gave me was Incorrect MAC
 received on packet

This implies some sort of data corruption, though that should usually be
detected and corrected by TCP.

If this happens again, please run ifconfig, save the output to a file,
and send it to this bug.  This should show some useful statistics
(assuming the driver updates them properly, which I haven't checked).

Ben.

-- 
Ben Hutchings
Never attribute to conspiracy what can adequately be explained by stupidity.


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


Re: Bug#531425: base: Loss of ethernet connectivity (bmac ethernet driver) after random amount of time

2009-06-01 Thread Holger Levsen
reassign 531425 linux-2.6
thanks

On Montag, 1. Juni 2009, Tor Arne Benjaminsen wrote:
 Running Debian on a PowerBook G3 'WallStreet'. Using the bmac ethernet
 driver. Experiencing loss of ethernet connectivity (100% packet loss) after
 a random amount of time. Have tried running bmac as both in-kernel and as a
 module. Running as a module seems to lengthen the delay before loss of
 connectivity occurs.

 I am clueless as to how to diagnose this problem and would appreciate any
 help.

 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: powerpc (ppc)

 Kernel: Linux 2.6.29


regards,
Holger



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


Processed: Re: Bug#531425: base: Loss of ethernet connectivity (bmac ethernet driver) after random amount of time

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

 reassign 531425 linux-2.6
Bug#531425: base: Loss of ethernet connectivity (bmac ethernet driver) after 
random amount of time
Bug reassigned from package `base' to `linux-2.6'.

 thanks
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