LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Toby Corkindale <tjcorkin@steadycom.com.au>
  To  : Alex Garner <linuxsa@bourbon.lynx.net.au>
  Date: Wed, 28 Apr 1999 02:36:28 +0000

Re: Booting a Sun 3/60

Solution = kernel level module loader.
Situations like this are why it was made.
Read the docs in /usr/src/linux/Documentation, and the help in the
kernel cfg, and make sure it's compiled in and enabled.
Then, the kernel will load modules (via modprobe and /etc/conf.modules)
whenever a call is going to be made.

I use this to load everything now. configure the netcard, and the
modules get loaded. play an mp3, and the soundcard gets loaded, etc. 
On machines with low ram, just make almost everything (except the
obvious things like ext2, etc.) a module, and let it load em and unload
em itself.
One note though - ip forwarding modules are excluded from this. You'll
need to do insmod ip_masq_icq manually still.

Toby

Alex Garner wrote:
> 
> OK, an update to this...
> 
> I thought I my problem was the fact that I didn't have rarp compiled into
> my kernel. I recompiled, making sure that I had the rarp module, and then I
> realised that I already had the rarp module. (When I typed `rarp -av` it
> said 'not supported by kernel' with both the original kernel and my new
> one.) I realised that the rarp module wasn't being loaded, so I manually
> set the rarp entry with tha `rarp -s` command and behold, it worked. The
> rarp module loaded and the sun 3/60 booted, found it's IP via bootpd and
> tftpd'ed it's kernel across the network.
> 
> Question. How can I get the rarp requests to load the module? Without the
> module loaded, inetd doesn't even bother starting bootpd. It only works
> when the rarp command prods kerneld to load the module. I'd prefer not to
> kludge a solutions by getting a script calling insmod or some other hack,
> I'd just like it to work properly.
> 
> I could always compile the code into a kernel, but that's the last resort!
> 
> (A solution I've thought of that I don't like, is to call insmod from
> inetd, but I don't even know if inetd will call anything, cause it's not
> supported by the kernel. Catch 22!)
> 
> Suggestions?
> 
> At 10:12 28/04/99 , Toby Corkindale wrote:
> >Alex Garner wrote:
> >>
> >> Has anyone come across some documentation for getting a Sun 3/60 to boot
> >> off a linux Xserver.
> >Yeah, I used to have one. Or it might have been a sun 3/50, I really
> >don't remember any more.
> >But it worked fine, and I sold it to Nick and set up his linux machine
> >to handle it.
> >When I get home I'll dig out the stuff I used.
> >There's a package on the web to do it, but it's extremely outdated now,
> >and I don't really reccommend using most of it.
> >
> >>
> >> Has anyone got it working?
> >>
> >> I can see the rarp requests from the sun, but my bootps server (running
> >> through inet) isn't responding. Probably buggered a config somewhere.
> >>
> >> Cheers
> >>
> >> Alex!
> >>
> >> --
> >> Check out the LinuxSA web pages at http://www.linuxsa.org.au/
> >> To unsubscribe from the LinuxSA list:
> >>   mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject
> >
> >--
> >...Failure is not an option - It comes bundled with Windows
> 
> --
> Check out the LinuxSA web pages at http://www.linuxsa.org.au/
> To unsubscribe from the LinuxSA list:
>   mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject

-- 
...Failure is not an option - It comes bundled with Windows

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page