Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!inferno.mpx.com.au!news.ci.com.au!brian.telstra.net!news.telstra.net!loomi.telstra.net!act.news.telstra.net!vic.news.telstra.net!news.mira.net.au!inquo!news.caldera.com!enews.sgi.com!nntprelay.mathworks.com!news.mathworks.com!fu-berlin.de!cs.tu-berlin.de!uni-duisburg.de!RRZ.Uni-Koeln.DE!news.rhrz.uni-bonn.de!usenet From: ignatios@cs.uni-bonn.de (Ignatios Souvatzis) Newsgroups: comp.unix.bsd.netbsd.misc,comp.unix.ultrix Subject: Re: decstation 5000/133: linux/MIPS, OpenBSD/pmax or NetBSD/pmax Date: 16 Jul 1997 10:29:32 GMT Organization: RHRZ - University of Bonn (Germany) Lines: 32 Message-ID: <5qi7qc$1a3u@news.rhrz.uni-bonn.de> References: <867662387.22833@dejanews.com> <5pfj7l$f73$1@news.latrobe.edu.au> <5pgl19$c5l$1@nntp.Stanford.EDU> <33CA9B66.13DDD6B3@spegnet.demon.co.uk> NNTP-Posting-Host: cauchy.cs.uni-bonn.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 To: Marc Tipping <marc@spegnet.demon.co.uk> Xref: euryale.cc.adfa.oz.au comp.unix.bsd.netbsd.misc:6263 comp.unix.ultrix:29129 [Posted and mailed] In article <33CA9B66.13DDD6B3@spegnet.demon.co.uk>, Marc Tipping <marc@spegnet.demon.co.uk> writes: > I have a DECStation 5000/200 (3MAX) with Turbochannel SCSI (PMAZ) video > PMAGB-BA and PMAD ethernet with KN02 version 5.3t PROMS. 1 RZ55 1 RX56 > in expansion. > > I'm trying to TFTP boot this from a Linux 2.0.29 pentium with a ... > nfs_boot:Using network interface le0 > revarp failed, error=51 > cannot mount root,error=5 > > and then prompts me again for the root device. The transciever on my > pentium flashes recieve so the DEC is asking for something but never > gets a reply. My linux machines got no rarp kernel support > /proc/net/rarp dont exist - does this matter, I guess _this_ is the exact problem. Your newly running NetBSD kernel tries to get its IP address by sending out a reverse arp request, and nobody answers. You should either add RARP support to your Linux system, or maybe get a NetBSD system as a helper machine, which does RARP handling as a user program. For more help about NetBSD/pmax, subscribe to the port-pmax mailing list of majordomo@netbsd.org. Regards, -is