ifconfig hme0 mtu 1280 -> kernel panic

View: New views
3 Messages — Rating Filter:   Alert me  

ifconfig hme0 mtu 1280 -> kernel panic

by edistocy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello. As I don't have a well enough perception to read and make clear
comprehension of kernel code flow (it intimidates me) i've decided to
sign up for this mailing list and post this problem here, not that I
expect it to get fixed right away because as i simply don't expect the
people that are capable of such feats to rush rush right away to get
something done unless it affects them. But hopefuly there are people out
there running sparc64 that absolutely love netbsd and don't like the
idea of their machine being unstable in some way.

System I have is an Ultra 30 300Mhz 2MB 512MB machine, it's in very well
condition.
after a fresh boot and an 'ifconfig hme0 mtu 1280' it kernel panics.
also tried it
on hme1 which is a different card that is offboard.
makes me think it's related to the hme driver but that's got to be old
as hell.

Noah
n0ah.org :)

Re: ifconfig hme0 mtu 1280 -> kernel panic

by Michael Lorenz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

On Nov 3, 2009, at 4:28 PM, edistocy wrote:

> System I have is an Ultra 30 300Mhz 2MB 512MB machine, it's in very  
> well condition.
> after a fresh boot and an 'ifconfig hme0 mtu 1280' it kernel panics.  
> also tried it
> on hme1 which is a different card that is offboard.
> makes me think it's related to the hme driver but that's got to be  
> old as hell.

What exactly is the panic message? And where did it come from ( use  
the 'bt' command in the kernel debugger to get a stack trace ).

have fun
Michael

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (Darwin)

iQEVAwUBSvCo8cpnzkX8Yg2nAQI4DQgArRLaP0MxAkAB6TabEJKIcv0AHUjk+8Gz
Tyts7Z9oLKtKXflUrpaNS7uxD+FddUDc+J8/+islQmhXC3zzGX69556dmYBgYkDW
++fFdfRCfPEvBOc8sGllD9xmDcYzkccVRH8LKCwEV/g+1Yw+ILv5FqsN4UFCxj+8
XU5piifjgjEyVmsbBHMSFMwAvcB0ZxON83kN+kuSLoEMcWRAxtxoCbaU7INk3s50
jBeS8W1f7hkFbFnIIncUcPidGs6JypiWQqFRDNhGdjmdL/tV9qa1bp3wG9qJ4r7B
v/GwYfaZ3DHhX+iMEDiKu56cP1LWV3Pwg9lz02choD2mjonurm8Org==
=uqjG
-----END PGP SIGNATURE-----

Re: ifconfig hme0 mtu 1280 -> kernel panic

by Jonathan A. Kollasch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Nov 03, 2009 at 04:28:17PM -0500, edistocy wrote:

> Hello. As I don't have a well enough perception to read and make
> clear comprehension of kernel code flow (it intimidates me) i've
> decided to sign up for this mailing list and post this problem here,
> not that I expect it to get fixed right away because as i simply
> don't expect the people that are capable of such feats to rush rush
> right away to get something done unless it affects them. But
> hopefuly there are people out there running sparc64 that absolutely
> love netbsd and don't like the idea of their machine being unstable
> in some way.
>
> System I have is an Ultra 30 300Mhz 2MB 512MB machine, it's in very
> well condition.
> after a fresh boot and an 'ifconfig hme0 mtu 1280' it kernel panics.
> also tried it
> on hme1 which is a different card that is offboard.
> makes me think it's related to the hme driver but that's got to be
> old as hell.

Should be fixed in 1.84 of src/sys/dev/ic/hme.c

        Jonathan Kollasch