[599] in netbsd-help mailing list archive
Re: problems with netbsd file
daemon@ATHENA.MIT.EDU (John Hawkinson)
Sun Jan 21 18:00:39 1996
Date: Sun, 21 Jan 1996 17:56:41 -0500
To: nickl@MIT.EDU
Cc: netbsd-help@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
> steps completed successfully, and before quitting, I ftp'd the netbsd
> file you created, placing it in /mnt/netbsd.
>
> When I reboot, I get the following errors:
>
> 1. Something about network not being configured, moves too fast to see
> it.
>
> 2. /netbsd: Definition of symbol '_strlen' (multiply defined)
>
> 3. /usr/vice/etc/dkload/libafs1_0A.o: undefined symbol '_ioctl'
> referenced from text segment.
[...]
> My hunch is that this is due to AFS and the athena software, but I
> don't know what to do. Thanks a lot for your help.
I think I made the kernel for you from the wrong base -- I've put a
new one there, you should be able to install it by booting single user
(at the spinning prompt, before it spins, hit "-s"), configuring
your network by hand:
ifconfig ed0 your.ip.address.here
route add default defaultrouter 1
(where defaultrouter is the first two octets of your ip address
followed by .0.1),
and then ftping it.
Let me know if that fails again, sorry for the screwup.
--jhawk