From: Ralf Baechle <ralf@Julia.DE>
To: linux@cthulhu.engr.sgi.com
Subject: Re: The Indy has landed...
Date: Thu, 3 Apr 1997 20:10:35 +0200 (MET DST) [thread overview]
Message-ID: <199704031810.UAA21447@kernel.panic.julia.de> (raw)
In-Reply-To: <199704031612.LAA16242@neon.ingenia.ca> from "Mike Shaver" at Apr 3, 97 11:12:26 am
Hi,
> [shaver@neon shaver]$ telnet bogomips
> Trying 205.207.220.72...
> Connected to bogomips.ingenia.com.
> Escape character is '^]'.
>
>
> IRIX (bogomips.ingenia.com)
(Hope this is R4600 - otherwise BogoMIPS won't be too impressive ...)
> login: root
> Password:
> IRIX Release 6.2 IP22 bogomips
> Copyright 1987-1996 Silicon Graphics, Inc. All Rights Reserved.
> Last login: Thu Apr 3 07:18:17 PST 1997 on :0
> bogomips 1# w
> 8:07am up 50 mins, 2 users, load average: 0.38, 0.25, 0.10
> User tty from login@ idle JCPU PCPU what
> demos q0 :0.0 8:02am 4 -csh
> root q1 205.207.220.57 8:06am w
> bogomips 2#
>
> It would seem, ladies and gentlemen, that we're off to the races!
> After the conference sessions tonight I'll see about setting up the
> tftpboot stuff. (Tips welcome!)
Assuming you're using a Linux box as TFTP Server here are old versions of
my config files. Iff(OS != Linux) while(1){swear();rtfm(damn);swear()} ;-)
--- /etc/bootptab ------------------------------------------------------------
# /etc/net/bootptab: database for bootp server (/usr/net/in.bootpd)
# Last update Mon 11/7/88 18:03
# Blank lines and lines beginning with '#' are ignored.
#
# Legend:
#
# first field -- hostname
# (may be full domain name and probably should be)
#
# hd -- home directory
# bf -- bootfile
# cs -- cookie servers
# ds -- domain name servers
# gw -- gateways
# ha -- hardware address
# ht -- hardware type
# im -- impress servers
# ip -- host IP address
# lg -- log servers
# lp -- LPR servers
# ns -- IEN-116 name servers
# rl -- resource location protocol servers
# sm -- subnet mask
# tc -- template host (points to similar host entry)
# to -- time offset (seconds)
# ts -- time servers
#
# Be careful about including backslashes where they're needed. Weird (bad)
# things can happen when a backslash is omitted where one is intended.
#
# First, define a global entry which specifies the stuff every host uses.
# NOTE: THE VALUES BELOW ARE MEANT AS AN EXAMPLE!
#allhost:hd=/tmp:bf=null:\
# :ds=145.71.35.1 145.71.32.1:\
# :sm=255.255.254.0:\
# :gw=145.71.35.1:\
# :ts=145.71.35.1:\
# :lp=145.71.35.1:\
# :to=-7200:
# Define all individual entries.
#hostname:ht=1:ha=ether_addr_in_hex:ip=ip_addr_in_dec:tc=allhost:
#
#
#
.diskless:bf=null:\
:sm=255.255.255.0:\
:to=7200:
mipsy:hd=/tftpboot/193.98.169.17/:\
:rp=/tftpboot/193.98.169.17/:\
:ht=ethernet:\
:ha=004095e11dc2:\
:ip=193.98.169.17:\
:tc=.diskless:
#mipsy:hd=/tftpboot/194.121.228.22/:\
# :rp=/tftpboot/194.121.228.22/:\
# :ht=ethernet:\
# :ha=004095e11dc2:\
# :ip=194.121.228.22:\
# :tc=.diskless:
-- snipet from /etc/inetd.conf -----------------------------------------------
bootps dgram udp wait root /usr/sbin/tcpd /usr/sbin/in.bootpd
(My bootpd (probably from Slackware 2.0 or 3.0) had to be replaced; it
wasn't working at all ...)
------------------------------------------------------------------------------
/tftpboot/193.98.169.17/ is Mipsy's NFS root, 004095e11dc2 it's 48 bit
Ethernet hardware address. Note that the kernel makes some assumptions
about where the NFS root is on the server (/tftpboot/<ip>); if you
change that you need to pass some kernel options. My setup is such
that I don't need to pass any options at all.
Does that help?
Ralf
next prev parent reply other threads:[~1997-04-03 18:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-04-03 16:12 The Indy has landed Mike Shaver
1997-04-03 18:10 ` Ralf Baechle [this message]
1997-04-04 0:23 ` Mike Shaver
1997-04-04 0:23 ` Mike Shaver
1997-04-04 12:57 ` Alistair Lambie
1997-04-04 12:57 ` Alistair Lambie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=199704031810.UAA21447@kernel.panic.julia.de \
--to=ralf@julia.de \
--cc=linux@cthulhu.engr.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox