Subject: Crash during net booting...
To: None <port-mac68k@netbsd.org>
From: None <kmacd@pacbell.net>
List: port-mac68k
Date: 12/26/1998 22:31:53
HELP - I'm so close (I think) to getting my Ethernet card talking...

Mac // (8MB/Mode32/no other inits) with a Focus EtherLAN // NuBus card.
> ae0 at nubus0 slot a: Ethernet Card, 16KB memory
> ae0: Ethernet address 00:a0:4b:00:XX:XX (XX = ommitted for security)

What's installed (from "current-981219"):
	/kernel/netbsd.GENERIC-92.tgz
	/security/*
	/sets/*

Mods after boot
------------------------------------------------------------
File "/etc/hosts"
------------------------------
127.0.0.1	localhost	localhost.mydomain.com
10.10.31.10	mymachine	mymachine.mydomain.com
--<EOF>---

File "/etc/resolv.conf" (nameservers are at my ISP-my ISDN routes me there...)
------------------------------
search mydomain.com
nameserver 205.222.222.111
nameserver 205.222.222.4
--<EOF>---

File "/etc/ifconfig.ae0"
------------------------------
inet mymachine netmask 255.255.255.0
--<EOF>---

File "/etc/rc.conf" (excerpts)
------------------------------
hostname="mymachine"
defaultroute="10.10.31.1"	# my ISDN router
domainname="mydomain.com"
--<EOF>---

NOTE:  Crash doesn't happen if I rename "ifconfig.ae0" and "resolv.conf"....

Message on boot (started up in single user initially)
------------------------------------------------------------
Enter pathname of shell or RETURN for sh: <RETURN>
Terminal type? vt220
Don't login as root, use the su command.
# exit
swapctl: /dev/sd1b: Device busy
setting tty flags
starting network
hostname: mymachine
domainname: mydomain.com
configuring network interfaces: ae0.
add net default: gateway 10.10.31.1
adding interface aliases:
trap type 0, code = 0x155 v = 0x34e0025
kernel program counter = 0xf0d4
kernel: Bus error trap
pid = 221, pc = 0000F0D4, ps = 2200, sfc = 1, dfc = 1
Registers:
< the register listing >

Kernel stack (007A0D70):
< the stack dump>
panic: Bus error
Stopped in grep at  _Debugger+0x6:   unlk a6
db>
------------------------------------------------


Any ideas?  Need more info, please ask me!

Thanks,
Kevin