Linux MIPS Architecture development
 help / color / mirror / Atom feed
* The Indy has landed...
@ 1997-04-03 16:12 Mike Shaver
  1997-04-03 18:10 ` Ralf Baechle
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Shaver @ 1997-04-03 16:12 UTC (permalink / raw)
  To: linux

[shaver@neon shaver]$ telnet bogomips
Trying 205.207.220.72...
Connected to bogomips.ingenia.com.
Escape character is '^]'.


IRIX (bogomips.ingenia.com)

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!)

Mike

-- 
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation 
#> Paranoid for money.                            Sarcastic for kicks. 
#>                                                                     
#> "They already *KNOW* I am a whacko, Karen.                          
#>                  That doesn't mean I am *WRONG*." -- mjr@clark.net  

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: The Indy has landed...
  1997-04-03 16:12 The Indy has landed Mike Shaver
@ 1997-04-03 18:10 ` Ralf Baechle
  1997-04-04  0:23   ` Mike Shaver
  0 siblings, 1 reply; 6+ messages in thread
From: Ralf Baechle @ 1997-04-03 18:10 UTC (permalink / raw)
  To: linux

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: The Indy has landed...
  1997-04-03 18:10 ` Ralf Baechle
@ 1997-04-04  0:23   ` Mike Shaver
  1997-04-04  0:23     ` Mike Shaver
  1997-04-04 12:57     ` Alistair Lambie
  0 siblings, 2 replies; 6+ messages in thread
From: Mike Shaver @ 1997-04-04  0:23 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux

Thus spake Ralf Baechle:
> > IRIX (bogomips.ingenia.com)
> 
> (Hope this is R4600 - otherwise BogoMIPS won't be too impressive ...)

bogomips 10# cat /proc/cpuinfo
Cannot open /proc/cpuinfo: No such file or directory
bogomips 11# dmesg | more
dmesg: Command not found.
bogomips 12# man dmesg
No manual entry found for dmesg.
bogomips 13#

Not sure...I _think_ it's an R5K, but the packing bits and the machine
itself are 3 time zones east.

> 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()} ;-)

Actually (I guess I should have made this clearer...a couple of people
have sent tftp help) I meant tips on what should go in the NFS root
area.  Can I just pull stuff down from davem's private archive and
untar, or have things changed since then?

Mike

-- 
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation 
#>              Commando Developer - Whatever It Takes
#>                                                                     
#> "See, you not only have to be a good coder to create a system like
#>    Linux, you have to be a sneaky bastard too." - Linus Torvalds

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: The Indy has landed...
  1997-04-04  0:23   ` Mike Shaver
@ 1997-04-04  0:23     ` Mike Shaver
  1997-04-04 12:57     ` Alistair Lambie
  1 sibling, 0 replies; 6+ messages in thread
From: Mike Shaver @ 1997-04-04  0:23 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux

Thus spake Ralf Baechle:
> > IRIX (bogomips.ingenia.com)
> 
> (Hope this is R4600 - otherwise BogoMIPS won't be too impressive ...)

bogomips 10# cat /proc/cpuinfo
Cannot open /proc/cpuinfo: No such file or directory
bogomips 11# dmesg | more
dmesg: Command not found.
bogomips 12# man dmesg
No manual entry found for dmesg.
bogomips 13#

Not sure...I _think_ it's an R5K, but the packing bits and the machine
itself are 3 time zones east.

> 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()} ;-)

Actually (I guess I should have made this clearer...a couple of people
have sent tftp help) I meant tips on what should go in the NFS root
area.  Can I just pull stuff down from davem's private archive and
untar, or have things changed since then?

Mike

-- 
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation 
#>              Commando Developer - Whatever It Takes
#>                                                                     
#> "See, you not only have to be a good coder to create a system like
#>    Linux, you have to be a sneaky bastard too." - Linus Torvalds

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: The Indy has landed...
  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
  1 sibling, 1 reply; 6+ messages in thread
From: Alistair Lambie @ 1997-04-04 12:57 UTC (permalink / raw)
  To: Mike Shaver, Ralf Baechle; +Cc: linux

On Apr 4, 12:24pm, Mike Shaver wrote:
> Subject: Re: The Indy has landed...
> Thus spake Ralf Baechle:
> > > IRIX (bogomips.ingenia.com)
> >
> > (Hope this is R4600 - otherwise BogoMIPS won't be too impressive ...)
>
> bogomips 10# cat /proc/cpuinfo
> Cannot open /proc/cpuinfo: No such file or directory
> bogomips 11# dmesg | more
> dmesg: Command not found.
> bogomips 12# man dmesg
> No manual entry found for dmesg.
> bogomips 13#
>
> Not sure...I _think_ it's an R5K, but the packing bits and the machine
> itself are 3 time zones east.
>

I assume it's got Irix running at the moment.  If so, try 'hinv'.

> > 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()} ;-)
>
> Actually (I guess I should have made this clearer...a couple of people
> have sent tftp help) I meant tips on what should go in the NFS root
> area.  Can I just pull stuff down from davem's private archive and
> untar, or have things changed since then?
>

Ariel....maybe you should put the tar's on netengr.engr:~/dm/alambie on
ftp://reality.sgi.com/private/dm/ till I get linux.sgi.com sorted out.  There
should be everything you need to get multiuser in there.

Cheers, Alistair

-- 
Alistair Lambie					    alambie@wellington.sgi.com
Silicon Graphics New Zealand				  SGI Voicemail: 56791
Level 5, Walsh Wrightson Tower,				    Ph: +64-4-802 1455
94-96 Dixon St, Wellington, NZ			  	   Fax: +64-4-802 1459

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: The Indy has landed...
  1997-04-04 12:57     ` Alistair Lambie
@ 1997-04-04 12:57       ` Alistair Lambie
  0 siblings, 0 replies; 6+ messages in thread
From: Alistair Lambie @ 1997-04-04 12:57 UTC (permalink / raw)
  To: Mike Shaver, Ralf Baechle; +Cc: linux

On Apr 4, 12:24pm, Mike Shaver wrote:
> Subject: Re: The Indy has landed...
> Thus spake Ralf Baechle:
> > > IRIX (bogomips.ingenia.com)
> >
> > (Hope this is R4600 - otherwise BogoMIPS won't be too impressive ...)
>
> bogomips 10# cat /proc/cpuinfo
> Cannot open /proc/cpuinfo: No such file or directory
> bogomips 11# dmesg | more
> dmesg: Command not found.
> bogomips 12# man dmesg
> No manual entry found for dmesg.
> bogomips 13#
>
> Not sure...I _think_ it's an R5K, but the packing bits and the machine
> itself are 3 time zones east.
>

I assume it's got Irix running at the moment.  If so, try 'hinv'.

> > 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()} ;-)
>
> Actually (I guess I should have made this clearer...a couple of people
> have sent tftp help) I meant tips on what should go in the NFS root
> area.  Can I just pull stuff down from davem's private archive and
> untar, or have things changed since then?
>

Ariel....maybe you should put the tar's on netengr.engr:~/dm/alambie on
ftp://reality.sgi.com/private/dm/ till I get linux.sgi.com sorted out.  There
should be everything you need to get multiuser in there.

Cheers, Alistair

-- 
Alistair Lambie					    alambie@wellington.sgi.com
Silicon Graphics New Zealand				  SGI Voicemail: 56791
Level 5, Walsh Wrightson Tower,				    Ph: +64-4-802 1455
94-96 Dixon St, Wellington, NZ			  	   Fax: +64-4-802 1459

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1997-04-04 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1997-04-03 16:12 The Indy has landed Mike Shaver
1997-04-03 18:10 ` Ralf Baechle
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox