[rescue] bootp and dhcp - conflict?
Dan Moisa
dmoisa at gmail.com
Wed May 18 01:16:13 EDT 2022
The conclusion here is that the 3/80 is just slow. It works fine with
SunOS 4.1.1, though for that I gave up on the instructions for how to
set up netboot from the installation files, and just installed to
harddrive and copied the directory structure/etc out of it. Nothing
complex worked otherwise - X, patches, the upgrade.
The main problem right now is that NFS gets dropped after roughly half
an hour. Anyone know what kind of keepalive is needed here? I'm
looking for something that basically keeps the connections open
indefinitely.
Thank you all for your knowledge and patience on this!
PS: for NetBSD, on Sun4 and onwards it looks like boot.net tries BOOTP
(dhcp) first, which on modern stuff gives you nothing. It's relatively
easy to change the code to move bootparams first, which makes
everything work like butter on an unsegmented network.
On Tue, May 10, 2022 at 8:33 PM Dan Moisa <dmoisa at gmail.com> wrote:
>
> That's right, compiling a new kernel was surprisingly easy. Also turns
> out the DISKLESS3X base configuration already comes with 1024 size.
> I'm stumped for now - I took down the server connection to 10/half,
> tried various kernel configs. Next thing is direct link between server
> and client, maybe that works.
>
> On Mon, May 9, 2022 at 12:19 PM David Brownlee <abs at absd.org> wrote:
> >
> > jOn Fri, 6 May 2022 at 05:05, Dan Moisa <dmoisa at gmail.com> wrote:
> > >
> > > Thanks for the replies - I've tried the instructions here -
> > > https://www.netbsd.org/docs/network/netboot/finish.html
> > > It's clearly a problem *after* the kernel loads and starts mounting
> > > file systems, before that it loads pretty fast. The issue right now is
> > > that just adding the options doesn't have an impact. I can't even boot
> > > past rebuild font cache, much less configure and compile a new kernel
> > > with the new options. Even running vi takes 2 minutes to load off
> > > network, it's that bad.
> > > Either I figure out how to give it the params, or cross-compile a
> > > kernel? I can't tell if this is something I can set on the server
> > > side. I'll try tcpdump to see what's going on.
> >
> > If you have another *nix system you should be able to cross compile a
> > kernel relatively easily
> >
> > - download NetBSD src
> > - edit sys/arch/sun3/conf/GENERIC3X
> > - ./build.sh -U -m sun3 tools kernel=GENERIC3X
> >
> > David
> >
> > _______________________________________________
> > rescue list - http://sunhelp.org/mailman/listinfo/rescue_sunhelp.org
More information about the rescue
mailing list