Subject: Re: More on Krups JavaStation (somewhat off-topic)
To: None <port-sparc@netbsd.org>
From: David C. Myers <myers@iname.com>
List: port-sparc
Date: 07/29/2000 09:19:18
A number of folks suggested that the problem with the Krups model
JavaStation is that it has a flash SIMM card in it; the "OS" installed
on this SIMM may interfere with the normal DHCP bootstrap process.

So I removed it.

The start-up screen on the JS is now different; it briefly flashes the
Java "steaming cup" logo, then transitions to a road hazard exclamation
point sign after the first DHCP broadcast fails.

Which is the point.  The DHCP broadcast still fails.  My DHCP server
claims to be offering up the proper address, but for some reason, the
JavaStation still doesn't take it.  I've recopied the DHCP config file
and some debug output below.

Thanks for the help, but any further ideas?

-David.



> option domain-name-servers 10.0.0.1; 
> option routers 10.0.0.1;  
>  
> host pacifica {  
>         allow booting; 
>         filename "netbsd"; 
>         hardware ethernet 8:0:20:90:3f:fb;  
>         fixed-address 10.0.0.7; 
> } 
>  
> 
> DHCP seems to think it's doing its job:
> 
> DHCPDISCOVER from 08:00:20:90:3f:fb via dnet0
> DHCPOFFER on 10.0.0.7 to 08:00:20:90:3f:fb via dnet0
> DHCPDISCOVER from 08:00:20:90:3f:fb via dnet0
> DHCPOFFER on 10.0.0.7 to 08:00:20:90:3f:fb via dnet0
> DHCPDISCOVER from 08:00:20:90:3f:fb via dnet0
> DHCPOFFER on 10.0.0.7 to 08:00:20:90:3f:fb via dnet0
> 
>