* strace/truss equiv?
@ 1997-05-27 19:19 Mike Shaver
1997-05-27 19:37 ` Luc Chouinard
` (3 more replies)
0 siblings, 4 replies; 53+ messages in thread
From: Mike Shaver @ 1997-05-27 19:19 UTC (permalink / raw)
To: linux
OK, I'll bite.
What's the strace/truss equivalent under IRIX?
I'm trying to figure out why my "dynamically-linked" hello world
binaries are 115K, and I can't tell where the heck the linker is
finding the static libs.
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Linux: because every cycle counts.
#>
#> "I don't know what you do for a living[...]" -- perry@piermont.com
#> "I change the world." -- davem@caip.rutgers.edu
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: strace/truss equiv?
1997-05-27 19:19 strace/truss equiv? Mike Shaver
@ 1997-05-27 19:37 ` Luc Chouinard
1997-05-27 19:42 ` John E. Schimmel
` (2 subsequent siblings)
3 siblings, 0 replies; 53+ messages in thread
From: Luc Chouinard @ 1997-05-27 19:37 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
par -ilsSSN open <command>
Mike Shaver wrote:
>
> OK, I'll bite.
> What's the strace/truss equivalent under IRIX?
>
> I'm trying to figure out why my "dynamically-linked" hello world
> binaries are 115K, and I can't tell where the heck the linker is
> finding the static libs.
>
> Mike
>
> --
> #> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
> #> Linux: because every cycle counts.
> #>
> #> "I don't know what you do for a living[...]" -- perry@piermont.com
> #> "I change the world." -- davem@caip.rutgers.edu
--
Luc
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: strace/truss equiv?
1997-05-27 19:19 strace/truss equiv? Mike Shaver
1997-05-27 19:37 ` Luc Chouinard
@ 1997-05-27 19:42 ` John E. Schimmel
1997-05-27 19:42 ` John E. Schimmel
1997-05-27 20:01 ` Mike Shaver
1997-05-27 19:48 ` Ariel Faigon
1997-05-27 20:37 ` Ralf Baechle
3 siblings, 2 replies; 53+ messages in thread
From: John E. Schimmel @ 1997-05-27 19:42 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
>
> OK, I'll bite.
> What's the strace/truss equivalent under IRIX?
>
> I'm trying to figure out why my "dynamically-linked" hello world
> binaries are 115K, and I can't tell where the heck the linker is
> finding the static libs.
>
> Mike
>
> --
> #> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
> #> Linux: because every cycle counts.
> #>
> #> "I don't know what you do for a living[...]" -- perry@piermont.com
> #> "I change the world." -- davem@caip.rutgers.edu
>
The equivelant is par. You may also want to take a look at
elfdump which will tell you what libraries you are linked with, etc.
--------------------------------------------------------------
John E. Schimmel Email: jes@sgi.com
KD6MNW Voice: (415)933-4116
Silicon Graphics Inc. Fax: (415)933-0513
http://reality.sgi.com/jes Cellular: (209)988-1549
--------------------------------------------------------------
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 19:42 ` John E. Schimmel
@ 1997-05-27 19:42 ` John E. Schimmel
1997-05-27 20:01 ` Mike Shaver
1 sibling, 0 replies; 53+ messages in thread
From: John E. Schimmel @ 1997-05-27 19:42 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
>
> OK, I'll bite.
> What's the strace/truss equivalent under IRIX?
>
> I'm trying to figure out why my "dynamically-linked" hello world
> binaries are 115K, and I can't tell where the heck the linker is
> finding the static libs.
>
> Mike
>
> --
> #> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
> #> Linux: because every cycle counts.
> #>
> #> "I don't know what you do for a living[...]" -- perry@piermont.com
> #> "I change the world." -- davem@caip.rutgers.edu
>
The equivelant is par. You may also want to take a look at
elfdump which will tell you what libraries you are linked with, etc.
--------------------------------------------------------------
John E. Schimmel Email: jes@sgi.com
KD6MNW Voice: (415)933-4116
Silicon Graphics Inc. Fax: (415)933-0513
http://reality.sgi.com/jes Cellular: (209)988-1549
--------------------------------------------------------------
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 19:42 ` John E. Schimmel
1997-05-27 19:42 ` John E. Schimmel
@ 1997-05-27 20:01 ` Mike Shaver
1997-05-27 20:01 ` Mike Shaver
1 sibling, 1 reply; 53+ messages in thread
From: Mike Shaver @ 1997-05-27 20:01 UTC (permalink / raw)
To: John E. Schimmel; +Cc: linux
Thus spake John E. Schimmel:
> The equivelant is par. You may also want to take a look at
> elfdump which will tell you what libraries you are linked with, etc.
par was what I was looking for.
elfdump doesn't seem to tell me anything about the -b mips-linux
stuff. Oversight on SGI's part, no doubt. =)
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Resident Linux bigot and kernel hacker. (OOPS!)
#> `If you get bitten by a bug, tough luck...the one thing I won't do
#> is feel sorry for you. In fact, I might ask you to do it all over
#> again, just to get more information. I'm a heartless bastard.'
#> -- Linus Torvalds (on development kernels)
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 20:01 ` Mike Shaver
@ 1997-05-27 20:01 ` Mike Shaver
0 siblings, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-05-27 20:01 UTC (permalink / raw)
To: John E. Schimmel; +Cc: linux
Thus spake John E. Schimmel:
> The equivelant is par. You may also want to take a look at
> elfdump which will tell you what libraries you are linked with, etc.
par was what I was looking for.
elfdump doesn't seem to tell me anything about the -b mips-linux
stuff. Oversight on SGI's part, no doubt. =)
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Resident Linux bigot and kernel hacker. (OOPS!)
#> `If you get bitten by a bug, tough luck...the one thing I won't do
#> is feel sorry for you. In fact, I might ask you to do it all over
#> again, just to get more information. I'm a heartless bastard.'
#> -- Linus Torvalds (on development kernels)
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 19:19 strace/truss equiv? Mike Shaver
1997-05-27 19:37 ` Luc Chouinard
1997-05-27 19:42 ` John E. Schimmel
@ 1997-05-27 19:48 ` Ariel Faigon
1997-05-27 19:48 ` Ariel Faigon
1997-05-27 20:37 ` Ralf Baechle
3 siblings, 1 reply; 53+ messages in thread
From: Ariel Faigon @ 1997-05-27 19:48 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
:
:OK, I'll bite.
:What's the strace/truss equivalent under IRIX?
:
:I'm trying to figure out why my "dynamically-linked" hello world
:binaries are 115K, and I can't tell where the heck the linker is
:finding the static libs.
:
:Mike
:
As Luc mentioned, you may use 'par' the advantages are that it
has many more features and almost no overhead. One notable
disadvantage however (especially for userland debugging) is that
it uses some special kernel services for async event notifications
so its trace output is asynchronous to the traced process.
I guess you would prefer 'strace' to 'par' (like I do) you may get
a precompiled binary for IRIX at:
http://reality.sgi.com/ariel/freeware/
Note that this version doesn't support tracing 64-bit binaries.
Thank David Miller for making strace work under 6.x.
--
Peace, Ariel
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 19:48 ` Ariel Faigon
@ 1997-05-27 19:48 ` Ariel Faigon
0 siblings, 0 replies; 53+ messages in thread
From: Ariel Faigon @ 1997-05-27 19:48 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
:
:OK, I'll bite.
:What's the strace/truss equivalent under IRIX?
:
:I'm trying to figure out why my "dynamically-linked" hello world
:binaries are 115K, and I can't tell where the heck the linker is
:finding the static libs.
:
:Mike
:
As Luc mentioned, you may use 'par' the advantages are that it
has many more features and almost no overhead. One notable
disadvantage however (especially for userland debugging) is that
it uses some special kernel services for async event notifications
so its trace output is asynchronous to the traced process.
I guess you would prefer 'strace' to 'par' (like I do) you may get
a precompiled binary for IRIX at:
http://reality.sgi.com/ariel/freeware/
Note that this version doesn't support tracing 64-bit binaries.
Thank David Miller for making strace work under 6.x.
--
Peace, Ariel
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 19:19 strace/truss equiv? Mike Shaver
` (2 preceding siblings ...)
1997-05-27 19:48 ` Ariel Faigon
@ 1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:50 ` Mike Shaver
3 siblings, 2 replies; 53+ messages in thread
From: Ralf Baechle @ 1997-05-27 20:37 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
> OK, I'll bite.
> What's the strace/truss equivalent under IRIX?
>
> I'm trying to figure out why my "dynamically-linked" hello world
> binaries are 115K, and I can't tell where the heck the linker is
> finding the static libs.
The GNU linker has a verbose option which will make it print all the
files as it tries to open them. Check the docs. You should have
<prefix>/mips-linux/lib/libc.so (A linker script)
<prefix>/mips-linux/lib/libc.so.6 (A symlink to the acutal shlib)
<prefix>/mips-linux/lib/libc-<version>.so (The actual shared library image)
<prefix>/mips-linux/lib/libc.a (The static libc)
Note that libc.so is an ASCII file containing a short linker script
unlike Linux libc.
Does that help?
Ralf
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: strace/truss equiv?
1997-05-27 20:37 ` Ralf Baechle
@ 1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:50 ` Mike Shaver
1 sibling, 0 replies; 53+ messages in thread
From: Ralf Baechle @ 1997-05-27 20:37 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
> OK, I'll bite.
> What's the strace/truss equivalent under IRIX?
>
> I'm trying to figure out why my "dynamically-linked" hello world
> binaries are 115K, and I can't tell where the heck the linker is
> finding the static libs.
The GNU linker has a verbose option which will make it print all the
files as it tries to open them. Check the docs. You should have
<prefix>/mips-linux/lib/libc.so (A linker script)
<prefix>/mips-linux/lib/libc.so.6 (A symlink to the acutal shlib)
<prefix>/mips-linux/lib/libc-<version>.so (The actual shared library image)
<prefix>/mips-linux/lib/libc.a (The static libc)
Note that libc.so is an ASCII file containing a short linker script
unlike Linux libc.
Does that help?
Ralf
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:37 ` Ralf Baechle
@ 1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:58 ` Ralf Baechle
1 sibling, 2 replies; 53+ messages in thread
From: Mike Shaver @ 1997-05-27 20:50 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux
Thus spake Ralf Baechle:
> The GNU linker has a verbose option which will make it print all the
> files as it tries to open them. Check the docs. You should have
>
> <prefix>/mips-linux/lib/libc.so (A linker script)
This was missing, due to some oh-so-clever things I'd done while
transferring the libs onto the Indy.
All is better now, and I've built apache. =)
Once I find a pristine source archive of the net-tools (proving
surprisingly difficult, since I have a memory like a sieve), I'll try
and get it serving pages.
Does anyone have a penguin-plus-SGI-cube logo yet, or should I get
someone here to whip it up? =)
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Welcome to the technocracy.
#>
#> "you'd be so disappointed
#> to find out that the magic was not
#> really meant for you" - OLP
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 20:50 ` Mike Shaver
@ 1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:58 ` Ralf Baechle
1 sibling, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-05-27 20:50 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux
Thus spake Ralf Baechle:
> The GNU linker has a verbose option which will make it print all the
> files as it tries to open them. Check the docs. You should have
>
> <prefix>/mips-linux/lib/libc.so (A linker script)
This was missing, due to some oh-so-clever things I'd done while
transferring the libs onto the Indy.
All is better now, and I've built apache. =)
Once I find a pristine source archive of the net-tools (proving
surprisingly difficult, since I have a memory like a sieve), I'll try
and get it serving pages.
Does anyone have a penguin-plus-SGI-cube logo yet, or should I get
someone here to whip it up? =)
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Welcome to the technocracy.
#>
#> "you'd be so disappointed
#> to find out that the magic was not
#> really meant for you" - OLP
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:50 ` Mike Shaver
@ 1997-05-27 20:58 ` Ralf Baechle
1997-05-27 20:58 ` Ralf Baechle
1 sibling, 1 reply; 53+ messages in thread
From: Ralf Baechle @ 1997-05-27 20:58 UTC (permalink / raw)
To: Mike Shaver; +Cc: ralf, linux
Hi,
> All is better now, and I've built apache. =)
> Once I find a pristine source archive of the net-tools (proving
> surprisingly difficult, since I have a memory like a sieve), I'll try
> and get it serving pages.
>
> Does anyone have a penguin-plus-SGI-cube logo yet, or should I get
> someone here to whip it up? =)
Would be great to have one. Any talented artists on this list?
Ralf
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: strace/truss equiv?
1997-05-27 20:58 ` Ralf Baechle
@ 1997-05-27 20:58 ` Ralf Baechle
0 siblings, 0 replies; 53+ messages in thread
From: Ralf Baechle @ 1997-05-27 20:58 UTC (permalink / raw)
To: Mike Shaver; +Cc: ralf, linux
Hi,
> All is better now, and I've built apache. =)
> Once I find a pristine source archive of the net-tools (proving
> surprisingly difficult, since I have a memory like a sieve), I'll try
> and get it serving pages.
>
> Does anyone have a penguin-plus-SGI-cube logo yet, or should I get
> someone here to whip it up? =)
Would be great to have one. Any talented artists on this list?
Ralf
^ permalink raw reply [flat|nested] 53+ messages in thread
* Power Series?
@ 1997-08-15 20:20 Mike Shaver
1997-08-15 20:20 ` Mike Shaver
` (2 more replies)
0 siblings, 3 replies; 53+ messages in thread
From: Mike Shaver @ 1997-08-15 20:20 UTC (permalink / raw)
To: Linux/SGI list
Are the Power Series boxes of interest to me? =)
I may be able to get my hands on a 3-processor fridge-sized Power
Series something, and if it's a MIPS system, I just might give it a
shot.
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] 53+ messages in thread* Power Series?
1997-08-15 20:20 Power Series? Mike Shaver
@ 1997-08-15 20:20 ` Mike Shaver
1997-08-15 20:36 ` Steve Rikli
1997-08-16 0:51 ` David Kennedy
2 siblings, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-08-15 20:20 UTC (permalink / raw)
To: Linux/SGI list
Are the Power Series boxes of interest to me? =)
I may be able to get my hands on a 3-processor fridge-sized Power
Series something, and if it's a MIPS system, I just might give it a
shot.
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] 53+ messages in thread
* Re: Power Series?
1997-08-15 20:20 Power Series? Mike Shaver
1997-08-15 20:20 ` Mike Shaver
@ 1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:36 ` Steve Rikli
` (2 more replies)
1997-08-16 0:51 ` David Kennedy
2 siblings, 3 replies; 53+ messages in thread
From: Steve Rikli @ 1997-08-15 20:36 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Mike Shaver wrote:
>
> Are the Power Series boxes of interest to me? =)
> I may be able to get my hands on a 3-processor fridge-sized Power
> Series something, and if it's a MIPS system, I just might give it a
> shot.
They're respectable machines, depending on the flavor/color. ;)
Are you sure it's really 3p ? Most of the fridge-sized POWER Series
(you might also hear them referred to as "Predators" or "4D" systems)
had CPU cards which were 2p each, up to a max (AFAIK) of 8p per
system. Though there was the 4D/210GTX which were sold in droves,
from what I hear.
In general, the 4D/XX0 nomenclature works like this:
4D/340 == 4 33MHz R3000 CPUs
4D/480 == 8 40MHz R3000 CPUs
etc.
You get the idea. Also in general, the fridge-sized POWER Series
cards were/are compatible with the deskside POWER Series, though
there were backplane differences (primarily just the # of slots
available, but there were a few other subtleties).
Personally, I'd *love* to see Linux running on the POWER series,
since I can likely get my hands on a deskside 4D/440 pretty
easily. ;-)
If you need more info about the configuration of the POWER series
systems/chassis let me know and I might be able to help out.
cheers,
sr.
--
|| Steve Rikli <sr@sgi.com> ||| The problem with life is there's no ||
|| Systems Administrator ||| entry fee to keep out the riffraff. ||
|| NSD, EIS Infrastructure ||| ||
|| Silicon Graphics, Inc. ||| - Calvin ||
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: Power Series?
1997-08-15 20:36 ` Steve Rikli
@ 1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:47 ` Alex deVries
1997-08-15 20:54 ` Mike Shaver
2 siblings, 0 replies; 53+ messages in thread
From: Steve Rikli @ 1997-08-15 20:36 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Mike Shaver wrote:
>
> Are the Power Series boxes of interest to me? =)
> I may be able to get my hands on a 3-processor fridge-sized Power
> Series something, and if it's a MIPS system, I just might give it a
> shot.
They're respectable machines, depending on the flavor/color. ;)
Are you sure it's really 3p ? Most of the fridge-sized POWER Series
(you might also hear them referred to as "Predators" or "4D" systems)
had CPU cards which were 2p each, up to a max (AFAIK) of 8p per
system. Though there was the 4D/210GTX which were sold in droves,
from what I hear.
In general, the 4D/XX0 nomenclature works like this:
4D/340 == 4 33MHz R3000 CPUs
4D/480 == 8 40MHz R3000 CPUs
etc.
You get the idea. Also in general, the fridge-sized POWER Series
cards were/are compatible with the deskside POWER Series, though
there were backplane differences (primarily just the # of slots
available, but there were a few other subtleties).
Personally, I'd *love* to see Linux running on the POWER series,
since I can likely get my hands on a deskside 4D/440 pretty
easily. ;-)
If you need more info about the configuration of the POWER series
systems/chassis let me know and I might be able to help out.
cheers,
sr.
--
|| Steve Rikli <sr@sgi.com> ||| The problem with life is there's no ||
|| Systems Administrator ||| entry fee to keep out the riffraff. ||
|| NSD, EIS Infrastructure ||| ||
|| Silicon Graphics, Inc. ||| - Calvin ||
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Power Series?
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:36 ` Steve Rikli
@ 1997-08-15 20:47 ` Alex deVries
1997-08-15 20:54 ` Mike Shaver
2 siblings, 0 replies; 53+ messages in thread
From: Alex deVries @ 1997-08-15 20:47 UTC (permalink / raw)
To: Steve Rikli; +Cc: Mike Shaver, David Kennedy, linux
On Fri, 15 Aug 1997, Steve Rikli wrote:
>
> Personally, I'd *love* to see Linux running on the POWER series,
> since I can likely get my hands on a deskside 4D/440 pretty
> easily. ;-)
>
> If you need more info about the configuration of the POWER series
> systems/chassis let me know and I might be able to help out.
Very cool. I will get Dave Kennedy to identify the machine precisely so
we know exactly what we're dealing with.
- Alex
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Power Series?
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:47 ` Alex deVries
@ 1997-08-15 20:54 ` Mike Shaver
1997-08-15 20:54 ` Mike Shaver
2 siblings, 1 reply; 53+ messages in thread
From: Mike Shaver @ 1997-08-15 20:54 UTC (permalink / raw)
To: Steve Rikli; +Cc: linux
Thus spake Steve Rikli:
> Mike Shaver wrote:
> >
> > Are the Power Series boxes of interest to me? =)
>
> They're respectable machines, depending on the flavor/color. ;)
This one is brown.
Mike
(I hear the mauve ones have more RAM, though)
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Chief System Architect -- will tame sendmail(8) for food
#>
#> "You are a very perverse individual, and I think I'd like to get to
#> know you better." --- eric@reference.com
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Power Series?
1997-08-15 20:54 ` Mike Shaver
@ 1997-08-15 20:54 ` Mike Shaver
0 siblings, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-08-15 20:54 UTC (permalink / raw)
To: Steve Rikli; +Cc: linux
Thus spake Steve Rikli:
> Mike Shaver wrote:
> >
> > Are the Power Series boxes of interest to me? =)
>
> They're respectable machines, depending on the flavor/color. ;)
This one is brown.
Mike
(I hear the mauve ones have more RAM, though)
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Chief System Architect -- will tame sendmail(8) for food
#>
#> "You are a very perverse individual, and I think I'd like to get to
#> know you better." --- eric@reference.com
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Power Series?
1997-08-15 20:20 Power Series? Mike Shaver
1997-08-15 20:20 ` Mike Shaver
1997-08-15 20:36 ` Steve Rikli
@ 1997-08-16 0:51 ` David Kennedy
2 siblings, 0 replies; 53+ messages in thread
From: David Kennedy @ 1997-08-16 0:51 UTC (permalink / raw)
To: Mike Shaver; +Cc: Linux/SGI list
On Fri, 15 Aug 1997, Mike Shaver wrote:
> Are the Power Series boxes of interest to me? =)
> I may be able to get my hands on a 3-processor fridge-sized Power
> Series something, and if it's a MIPS system, I just might give it a
> shot.
Oops, yes, I lied. It has _4_ processors. (It detects 3 on bootup. ie:
the one it's booting with, and 3 more). I'll get more specs on it
sometime next week. It's brown though.
--
David Kennedy
"Error loading lmouse.drv. You must reinstall Windows."
^ permalink raw reply [flat|nested] 53+ messages in thread
* Pointers on how to get started
@ 1997-07-18 16:54 Emmanuel Mogenet
1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Alex deVries
0 siblings, 2 replies; 53+ messages in thread
From: Emmanuel Mogenet @ 1997-07-18 16:54 UTC (permalink / raw)
To: linux
Hi,
I have this 2gig drive sitting on my desk next to my Indy and
doing nothing, so I figured I should try to install sgi-linux,
see if the thing boots, and maybe put togehter a few RPM's
on my own
Unfortunately, at this point in the project, the "How to get
started" part is kind of not written anywhere.
I think if someone could whip together a quick 5 steps to booting an
Indy under Linux and post them on http://www.linux.sgi.com, it'd
be great, especially for people like me who are more the userland type.
I have access to a i586-SCSI Linux system on the same network as
my Indy, so I guess it should make things easier (booting diskless
and/or making an efs filesystem on my SCSI disk on the PC)
Thanks,
- Mgix (Hi ariel, I'm still around :) )
________________________________________________________________________________
Emmanuel Mogenet <mgix@nothingreal.com> PGP Key on
Request
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 16:54 Pointers on how to get started Emmanuel Mogenet
@ 1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Alex deVries
1 sibling, 1 reply; 53+ messages in thread
From: Ariel Faigon @ 1997-07-18 17:32 UTC (permalink / raw)
To: Emmanuel Mogenet; +Cc: linux
Mgix,
Glad to see you're still with us in a way!
How to get started:
Yes, this is *the* most important missing piece on www.linux.sgi.com
It should be the first item in the 'HOWTO' section.
I believe we used to have at least two volunteers to write this
a few weeks ago. I hope they are listening, (no names :-)
If anyone else who has Linux running today would like to write this,
please do. Make sure you make it short, accurate, reproducible
and as simple as possible.
If you need shell access to administer the linus web site from where
Miguel and I left it, just let me know and I'll give it to you
(you'll need ssh and email me your public key generated
with ssh-keygen)
:
:Hi,
:
:I have this 2gig drive sitting on my desk next to my Indy and
:doing nothing, so I figured I should try to install sgi-linux,
:see if the thing boots, and maybe put togehter a few RPM's
:on my own
:
:Unfortunately, at this point in the project, the "How to get
:started" part is kind of not written anywhere.
:
:I think if someone could whip together a quick 5 steps to booting an
:Indy under Linux and post them on http://www.linux.sgi.com, it'd
:be great, especially for people like me who are more the userland type.
:
:I have access to a i586-SCSI Linux system on the same network as
:my Indy, so I guess it should make things easier (booting diskless
:and/or making an efs filesystem on my SCSI disk on the PC)
:
:Thanks,
:
: - Mgix (Hi ariel, I'm still around :) )
:
--
Peace, Ariel
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 17:32 ` Ariel Faigon
@ 1997-07-18 17:32 ` Ariel Faigon
0 siblings, 0 replies; 53+ messages in thread
From: Ariel Faigon @ 1997-07-18 17:32 UTC (permalink / raw)
To: Emmanuel Mogenet; +Cc: linux
Mgix,
Glad to see you're still with us in a way!
How to get started:
Yes, this is *the* most important missing piece on www.linux.sgi.com
It should be the first item in the 'HOWTO' section.
I believe we used to have at least two volunteers to write this
a few weeks ago. I hope they are listening, (no names :-)
If anyone else who has Linux running today would like to write this,
please do. Make sure you make it short, accurate, reproducible
and as simple as possible.
If you need shell access to administer the linus web site from where
Miguel and I left it, just let me know and I'll give it to you
(you'll need ssh and email me your public key generated
with ssh-keygen)
:
:Hi,
:
:I have this 2gig drive sitting on my desk next to my Indy and
:doing nothing, so I figured I should try to install sgi-linux,
:see if the thing boots, and maybe put togehter a few RPM's
:on my own
:
:Unfortunately, at this point in the project, the "How to get
:started" part is kind of not written anywhere.
:
:I think if someone could whip together a quick 5 steps to booting an
:Indy under Linux and post them on http://www.linux.sgi.com, it'd
:be great, especially for people like me who are more the userland type.
:
:I have access to a i586-SCSI Linux system on the same network as
:my Indy, so I guess it should make things easier (booting diskless
:and/or making an efs filesystem on my SCSI disk on the PC)
:
:Thanks,
:
: - Mgix (Hi ariel, I'm still around :) )
:
--
Peace, Ariel
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 16:54 Pointers on how to get started Emmanuel Mogenet
1997-07-18 17:32 ` Ariel Faigon
@ 1997-07-18 17:32 ` Alex deVries
1997-07-18 18:13 ` Mike Shaver
` (2 more replies)
1 sibling, 3 replies; 53+ messages in thread
From: Alex deVries @ 1997-07-18 17:32 UTC (permalink / raw)
To: Emmanuel Mogenet; +Cc: linux
On Fri, 18 Jul 1997, Emmanuel Mogenet wrote:
> Unfortunately, at this point in the project, the "How to get
> started" part is kind of not written anywhere.
I had said that I would write this, and I will. It will be written from
the stance of a relative newbie.
As it stands, I have some ideas on how to do this. What I'm missing is
the actual hardware to do it on. As I get my system booting, I will
document every step.
The *REAL* fun for me starts when my Indy arrives, hopefully next week.
Thanks, Ariel!
> I have access to a i586-SCSI Linux system on the same network as
> my Indy, so I guess it should make things easier (booting diskless
> and/or making an efs filesystem on my SCSI disk on the PC)
Yes, it will help.
How are things on the native booting front?
I had mailed Erik Troan a couple of days ago w.r.t. getting the RH install
code for Alan and myself, but I haven't heard anything yet.
- Alex
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: Pointers on how to get started
1997-07-18 17:32 ` Alex deVries
@ 1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:43 ` Alex deVries
1997-07-18 20:45 ` Alan Cox
1997-07-21 3:36 ` Miguel de Icaza
2 siblings, 2 replies; 53+ messages in thread
From: Mike Shaver @ 1997-07-18 18:13 UTC (permalink / raw)
To: Alex deVries; +Cc: Linux/SGI list
Thus spake Alex deVries:
> How are things on the native booting front?
I can boot bogomips off of local disk, but I'm seeing some wierdness
with users and groups that I can't explain (via NFS and ext2). I'd
like to get strace working so I can debug it more.
There are also some moderately serious VFS bugs in 2.1.4[35] that are
blocking some stuff right now. (Can't boot diskless with .45, for
example.)
Mike
--
#> Mike Shaver (shaver@ingenia.com) Information Warfare Division
#> Chief Tactical and Strategic Officer "Saepe fidelis"
#>
#> "I like your game, but we have to change the rules." -- Anon
#>
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 18:13 ` Mike Shaver
@ 1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:43 ` Alex deVries
1 sibling, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-07-18 18:13 UTC (permalink / raw)
To: Alex deVries; +Cc: Linux/SGI list
Thus spake Alex deVries:
> How are things on the native booting front?
I can boot bogomips off of local disk, but I'm seeing some wierdness
with users and groups that I can't explain (via NFS and ext2). I'd
like to get strace working so I can debug it more.
There are also some moderately serious VFS bugs in 2.1.4[35] that are
blocking some stuff right now. (Can't boot diskless with .45, for
example.)
Mike
--
#> Mike Shaver (shaver@ingenia.com) Information Warfare Division
#> Chief Tactical and Strategic Officer "Saepe fidelis"
#>
#> "I like your game, but we have to change the rules." -- Anon
#>
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:13 ` Mike Shaver
@ 1997-07-18 18:43 ` Alex deVries
1997-07-18 18:46 ` Mike Shaver
1 sibling, 1 reply; 53+ messages in thread
From: Alex deVries @ 1997-07-18 18:43 UTC (permalink / raw)
To: Mike Shaver; +Cc: Linux/SGI list
On Fri, 18 Jul 1997, Mike Shaver wrote:
> Thus spake Alex deVries:
> > How are things on the native booting front?
>
> I can boot bogomips off of local disk, but I'm seeing some wierdness
> with users and groups that I can't explain (via NFS and ext2). I'd
> like to get strace working so I can debug it more.
Further questions:
1. What's a good kernel to use for this, and can someone tell me where I
can find a pre-compiled version of it? I suspect until the problems on
2.1.45 are fixed, newbies should be using something older.
2. Could someone either produce an RPM for an xcompiling gcc host=i386
target=mips-linux, or send me a tarball? I'd be happy to make it into an
RPM. Same goes for binutils.
3. Exactly what hardware will this run on? All I've heard thus far is
work on SGI Indy's. Has there been any expereience on anything else? I
know Ralf has run Linux on a lot of different MIPS machines, but for the
sake of SGI Linux I think we should restrict ourselves to SGI only
hardware.
4. Can someone tell me about how to configure an Indy to boot via bootp? I
don't yet have access to manuals.
- Alex
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 18:43 ` Alex deVries
@ 1997-07-18 18:46 ` Mike Shaver
1997-07-18 18:46 ` Mike Shaver
0 siblings, 1 reply; 53+ messages in thread
From: Mike Shaver @ 1997-07-18 18:46 UTC (permalink / raw)
To: Alex deVries; +Cc: linux
Thus spake Alex deVries:
> 1. What's a good kernel to use for this, and can someone tell me where I
> can find a pre-compiled version of it? I suspect until the problems on
> 2.1.45 are fixed, newbies should be using something older.
I use a slightly-out-of-date version of 2.1.43 from the CVS tree.
> 2. Could someone either produce an RPM for an xcompiling gcc host=i386
> target=mips-linux, or send me a tarball? I'd be happy to make it into an
> RPM. Same goes for binutils.
Grab the stuff off of neon or linus from the crossdev directory.
> 3. Exactly what hardware will this run on? All I've heard thus far is
> work on SGI Indy's.
I think that's it. Whatever Ariel ships you should work, though.
> 4. Can someone tell me about how to configure an Indy to boot via bootp? I
> don't yet have access to manuals.
Configure your bootp server (see the config on neon for details)
correctly, and then:
Hit ESC for maintenance (heh)
5 for boot prompt.
boot -f bootp()blahblah
("blahblah" can be any string...it figures everything out from the
bootp server)
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] 53+ messages in thread* Re: Pointers on how to get started
1997-07-18 18:46 ` Mike Shaver
@ 1997-07-18 18:46 ` Mike Shaver
0 siblings, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-07-18 18:46 UTC (permalink / raw)
To: Alex deVries; +Cc: linux
Thus spake Alex deVries:
> 1. What's a good kernel to use for this, and can someone tell me where I
> can find a pre-compiled version of it? I suspect until the problems on
> 2.1.45 are fixed, newbies should be using something older.
I use a slightly-out-of-date version of 2.1.43 from the CVS tree.
> 2. Could someone either produce an RPM for an xcompiling gcc host=i386
> target=mips-linux, or send me a tarball? I'd be happy to make it into an
> RPM. Same goes for binutils.
Grab the stuff off of neon or linus from the crossdev directory.
> 3. Exactly what hardware will this run on? All I've heard thus far is
> work on SGI Indy's.
I think that's it. Whatever Ariel ships you should work, though.
> 4. Can someone tell me about how to configure an Indy to boot via bootp? I
> don't yet have access to manuals.
Configure your bootp server (see the config on neon for details)
correctly, and then:
Hit ESC for maintenance (heh)
5 for boot prompt.
boot -f bootp()blahblah
("blahblah" can be any string...it figures everything out from the
bootp server)
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] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 17:32 ` Alex deVries
1997-07-18 18:13 ` Mike Shaver
@ 1997-07-18 20:45 ` Alan Cox
1997-07-18 20:45 ` Alan Cox
1997-07-21 3:36 ` Miguel de Icaza
2 siblings, 1 reply; 53+ messages in thread
From: Alan Cox @ 1997-07-18 20:45 UTC (permalink / raw)
To: Alex deVries; +Cc: mgix, linux
> I had mailed Erik Troan a couple of days ago w.r.t. getting the RH install
> code for Alan and myself, but I haven't heard anything yet.
Last time I checked the SRPM files for it where on CD#2. They arent the most
recent but are 4.2. I was thus somewhat suprised you mailed Erik. - BTW the
best person to mail in Red Hat isnt Erik he's generally far far too busy. Try
the support people. I normally ask Clarence Smith if I need to check something.
Alan
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 20:45 ` Alan Cox
@ 1997-07-18 20:45 ` Alan Cox
0 siblings, 0 replies; 53+ messages in thread
From: Alan Cox @ 1997-07-18 20:45 UTC (permalink / raw)
To: Alex deVries; +Cc: mgix, linux
> I had mailed Erik Troan a couple of days ago w.r.t. getting the RH install
> code for Alan and myself, but I haven't heard anything yet.
Last time I checked the SRPM files for it where on CD#2. They arent the most
recent but are 4.2. I was thus somewhat suprised you mailed Erik. - BTW the
best person to mail in Red Hat isnt Erik he's generally far far too busy. Try
the support people. I normally ask Clarence Smith if I need to check something.
Alan
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: Pointers on how to get started
1997-07-18 17:32 ` Alex deVries
1997-07-18 18:13 ` Mike Shaver
1997-07-18 20:45 ` Alan Cox
@ 1997-07-21 3:36 ` Miguel de Icaza
2 siblings, 0 replies; 53+ messages in thread
From: Miguel de Icaza @ 1997-07-21 3:36 UTC (permalink / raw)
To: adevries; +Cc: mgix, linux
> How are things on the native booting front?
>
> I had mailed Erik Troan a couple of days ago w.r.t. getting the RH install
> code for Alan and myself, but I haven't heard anything yet.
The source code for the Red Hat install program is included in every
mirror of the distribution.
Cheers,
Miguel.
^ permalink raw reply [flat|nested] 53+ messages in thread
* Dynapenguin!
@ 1997-05-28 18:37 Mike Shaver
0 siblings, 0 replies; 53+ messages in thread
From: Mike Shaver @ 1997-05-28 18:37 UTC (permalink / raw)
To: linux
Yesssssss......!
Ralf's new glibc-2.0.1 builds without complaint, and I've now got
(trivial) dynamic binaries working on my Indy.
We shall now see if the net-tools stuff works as nicely...
Mike
(much better...)
--
#> 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] 53+ messages in thread
* small world
@ 1997-05-22 19:13 Mike Shaver
1997-05-25 3:21 ` Ralf Baechle
1997-05-26 7:48 ` small world Martin Knoblauch
0 siblings, 2 replies; 53+ messages in thread
From: Mike Shaver @ 1997-05-22 19:13 UTC (permalink / raw)
To: linux
Just had a sales guy in here sorting out the details on a project
we're working on, and it looks like we're going to have a nice plump
Origin 200 in here very shortly. Along with that comes a
development/scratch box, probably an O2 or a Challenge DM, which might
be diverted towards The Cause if I ask nicely enough.
Anyway, I recall Larry mentioning way back when that people were
interested in organizations that saw Linux availability as an
incentive to purchase; It looks like we might be one of those
organizations, if this goes through as expected. (SGI Canada has been
after us, off and on, for a fair while now, and they're pretty excited
about this project.) Is there anything I should be doing specifically
to further your internal sales efforts? Put the account exec in touch
with Ariel/Larry/whomever?
Also, I'm going to be in San Jose the week of the SGI Developers'
Forum, and the SGI Canada guys may be sponsoring my attendance. Will
any of this list's denizens be around? I'd love to put faces to the
names...
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] 53+ messages in thread
* Re: small world
1997-05-22 19:13 small world Mike Shaver
@ 1997-05-25 3:21 ` Ralf Baechle
1997-05-25 3:21 ` Ralf Baechle
[not found] ` <ralf@mailhost.uni-koblenz.de>
1997-05-26 7:48 ` small world Martin Knoblauch
1 sibling, 2 replies; 53+ messages in thread
From: Ralf Baechle @ 1997-05-25 3:21 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Hi,
> Just had a sales guy in here sorting out the details on a project
> we're working on, and it looks like we're going to have a nice plump
> Origin 200 in here very shortly. Along with that comes a
> development/scratch box, probably an O2 or a Challenge DM, which might
> be diverted towards The Cause if I ask nicely enough.
>
> Anyway, I recall Larry mentioning way back when that people were
> interested in organizations that saw Linux availability as an
> incentive to purchase; It looks like we might be one of those
> organizations, if this goes through as expected. (SGI Canada has been
> after us, off and on, for a fair while now, and they're pretty excited
> about this project.) Is there anything I should be doing specifically
> to further your internal sales efforts? Put the account exec in touch
> with Ariel/Larry/whomever?
During the last days I was talking with with Jon "Maddog" Hall, DEC's
UNIX systems senior engineer. He also mentioned that Linux helped them
to sell more DEC UNIX systems than before.
> Also, I'm going to be in San Jose the week of the SGI Developers'
> Forum, and the SGI Canada guys may be sponsoring my attendance. Will
> any of this list's denizens be around? I'd love to put faces to the
> names...
Well, I won't be there unless some bird drops a ticket in front of my
door ...
Ralf
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: small world
1997-05-25 3:21 ` Ralf Baechle
@ 1997-05-25 3:21 ` Ralf Baechle
[not found] ` <ralf@mailhost.uni-koblenz.de>
1 sibling, 0 replies; 53+ messages in thread
From: Ralf Baechle @ 1997-05-25 3:21 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Hi,
> Just had a sales guy in here sorting out the details on a project
> we're working on, and it looks like we're going to have a nice plump
> Origin 200 in here very shortly. Along with that comes a
> development/scratch box, probably an O2 or a Challenge DM, which might
> be diverted towards The Cause if I ask nicely enough.
>
> Anyway, I recall Larry mentioning way back when that people were
> interested in organizations that saw Linux availability as an
> incentive to purchase; It looks like we might be one of those
> organizations, if this goes through as expected. (SGI Canada has been
> after us, off and on, for a fair while now, and they're pretty excited
> about this project.) Is there anything I should be doing specifically
> to further your internal sales efforts? Put the account exec in touch
> with Ariel/Larry/whomever?
During the last days I was talking with with Jon "Maddog" Hall, DEC's
UNIX systems senior engineer. He also mentioned that Linux helped them
to sell more DEC UNIX systems than before.
> Also, I'm going to be in San Jose the week of the SGI Developers'
> Forum, and the SGI Canada guys may be sponsoring my attendance. Will
> any of this list's denizens be around? I'd love to put faces to the
> names...
Well, I won't be there unless some bird drops a ticket in front of my
door ...
Ralf
^ permalink raw reply [flat|nested] 53+ messages in thread[parent not found: <ralf@mailhost.uni-koblenz.de>]
* Re: small world
[not found] ` <ralf@mailhost.uni-koblenz.de>
@ 1997-05-27 3:01 ` Christopher W. Carlson
1997-05-27 21:07 ` strace/truss equiv? Seth Morabito
1 sibling, 0 replies; 53+ messages in thread
From: Christopher W. Carlson @ 1997-05-27 3:01 UTC (permalink / raw)
To: linux
On May 25, 5:21am, Ralf Baechle wrote:
> Subject: Re: small world
> Hi,
>
> During the last days I was talking with with Jon "Maddog" Hall, DEC's
> UNIX systems senior engineer. He also mentioned that Linux helped them
> to sell more DEC UNIX systems than before.
>
> > Also, I'm going to be in San Jose the week of the SGI Developers'
> > Forum, and the SGI Canada guys may be sponsoring my attendance. Will
> > any of this list's denizens be around? I'd love to put faces to the
> > names...
>
> Well, I won't be there unless some bird drops a ticket in front of my
> door ...
>
> Ralf
>-- End of excerpt from Ralf Baechle
Well, I'll be there. I'll be the room meister for the main hall. Also,
I'm pretty sure Martin Knoblauch will be there from Germany.
--
Chris Carlson
+------------------------------------------------------+
| Also, carlson@sgi.com |
| Work: (714) 756-5976 SGI vmail: 678-4530 |
| FAX: (714) 833-9503 |
| |
| Trivia fact: an electroencephalogram shows that a |
| human brain and a bowl of quivering lime Jell-O have |
| the same waves. [Time Magazine, Mar 17, 1997] |
+------------------------------------------------------+
^ permalink raw reply [flat|nested] 53+ messages in thread* Re: strace/truss equiv?
[not found] ` <ralf@mailhost.uni-koblenz.de>
1997-05-27 3:01 ` Christopher W. Carlson
@ 1997-05-27 21:07 ` Seth Morabito
1 sibling, 0 replies; 53+ messages in thread
From: Seth Morabito @ 1997-05-27 21:07 UTC (permalink / raw)
To: linux
On May 27, 10:58pm, Ralf Baechle wrote:
> Subject: Re: strace/truss equiv?
> Hi,
>
> > All is better now, and I've built apache. =)
> > Once I find a pristine source archive of the net-tools (proving
> > surprisingly difficult, since I have a memory like a sieve), I'll try
> > and get it serving pages.
> >
> > Does anyone have a penguin-plus-SGI-cube logo yet, or should I get
> > someone here to whip it up? =)
>
> Would be great to have one. Any talented artists on this list?
Oooh, cool...
If noone objects, I'd like to take a stab at it. Consider it my
small, pitiful, insignificant contribution to the SGI-Linux project.
-Seth "Not so bad with Photoshop, if I do say so myself" Morabito
--
--
Seth Morabito | Silicon Graphics | sethm@corp.sgi.com | (415) 933-7044
"I've said it before, and I'll say it again: Lisp has all the visual
appeal of oatmeal with fingernail clippings mixed in. (Other than that,
it's quite a nice language.)" -- Larry Wall
^ permalink raw reply [flat|nested] 53+ messages in thread
* Re: small world
1997-05-22 19:13 small world Mike Shaver
1997-05-25 3:21 ` Ralf Baechle
@ 1997-05-26 7:48 ` Martin Knoblauch
1 sibling, 0 replies; 53+ messages in thread
From: Martin Knoblauch @ 1997-05-26 7:48 UTC (permalink / raw)
To: Mike Shaver; +Cc: linux
Mike Shaver wrote:
>
>
> Also, I'm going to be in San Jose the week of the SGI Developers'
> Forum, and the SGI Canada guys may be sponsoring my attendance. Will
> any of this list's denizens be around? I'd love to put faces to the
> names...
>
> Mike
>
I'll definitely be there. Maybe we can have some kind of Linux
meeting around the event.
Martin
--
Check out the DevForum 97 !!!! (http://www.sgi.com/Forum97/)
If you miss it, you'll never forgive yourself :-)
+---------------------------------+-----------------------------------+
|Martin Knoblauch | Silicon Graphics GmbH |
|Manager Technical Marketing | Am Hochacker 3 - Technopark |
|Silicon Graphics Computer Systems| D-85630 Grasbrunn-Neukeferloh, FRG|
|---------------------------------| Phone: (+int) 89 46108-179 or -0 |
|http://reality.sgi.com/knobi | Fax: (+int) 89 46107-179 |
+---------------------------------+-----------------------------------+
|e-mail: <knobi@munich.sgi.com> | VM: 6-333-8197 | M/S: IDE-3150 |
+---------------------------------------------------------------------+
^ permalink raw reply [flat|nested] 53+ messages in thread
* Hello world!
@ 1997-03-13 22:10 Mike Shaver
[not found] ` <shaver@neon.ingenia.ca>
0 siblings, 1 reply; 53+ messages in thread
From: Mike Shaver @ 1997-03-13 22:10 UTC (permalink / raw)
To: linux
Looks like I'm getting an Indy when I get back to Ottawa next week, so
I'd like to hear from others (hello?) as to what kind of work we're
looking at in the short term.
Since I don't grok assembler (my private shame), I don't know how much
help I'll be at the low-level system stage. I'm quite interested in
working on userland stuff, and will gladly do any kernel mucking that
I can handle. (And if someone wants to give me a crash assembly
course, well... =) )
I understand that we're looking to get a source repository out on the
'net, which would be a good start. What are people planning to start
with first? (I suppose talking to disks is a priority... =) )
Mike
--
#> Mike Shaver (shaver@ingenia.com) Ingenia Communications Corporation
#> Chief System Architect -- Head geek -- System exorcist
#>
#> "Have you considered a life? I hear they're quite affordable
#> these days." --- shields@tembel.org
^ permalink raw reply [flat|nested] 53+ messages in thread
end of thread, other threads:[~1997-08-16 0:53 UTC | newest]
Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1997-05-27 19:19 strace/truss equiv? Mike Shaver
1997-05-27 19:37 ` Luc Chouinard
1997-05-27 19:42 ` John E. Schimmel
1997-05-27 19:42 ` John E. Schimmel
1997-05-27 20:01 ` Mike Shaver
1997-05-27 20:01 ` Mike Shaver
1997-05-27 19:48 ` Ariel Faigon
1997-05-27 19:48 ` Ariel Faigon
1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:37 ` Ralf Baechle
1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:50 ` Mike Shaver
1997-05-27 20:58 ` Ralf Baechle
1997-05-27 20:58 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
1997-08-15 20:20 Power Series? Mike Shaver
1997-08-15 20:20 ` Mike Shaver
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:36 ` Steve Rikli
1997-08-15 20:47 ` Alex deVries
1997-08-15 20:54 ` Mike Shaver
1997-08-15 20:54 ` Mike Shaver
1997-08-16 0:51 ` David Kennedy
1997-07-18 16:54 Pointers on how to get started Emmanuel Mogenet
1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Ariel Faigon
1997-07-18 17:32 ` Alex deVries
1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:13 ` Mike Shaver
1997-07-18 18:43 ` Alex deVries
1997-07-18 18:46 ` Mike Shaver
1997-07-18 18:46 ` Mike Shaver
1997-07-18 20:45 ` Alan Cox
1997-07-18 20:45 ` Alan Cox
1997-07-21 3:36 ` Miguel de Icaza
1997-05-28 18:37 Dynapenguin! Mike Shaver
1997-05-22 19:13 small world Mike Shaver
1997-05-25 3:21 ` Ralf Baechle
1997-05-25 3:21 ` Ralf Baechle
[not found] ` <ralf@mailhost.uni-koblenz.de>
1997-05-27 3:01 ` Christopher W. Carlson
1997-05-27 21:07 ` strace/truss equiv? Seth Morabito
1997-05-26 7:48 ` small world Martin Knoblauch
1997-03-13 22:10 Hello world! Mike Shaver
[not found] ` <shaver@neon.ingenia.ca>
1997-03-14 11:24 ` Alistair Lambie
1997-03-14 0:18 ` Ariel Faigon
1997-03-14 0:18 ` Ariel Faigon
1997-03-14 8:45 ` David S. Miller
1997-05-27 19:45 ` strace/truss equiv? Christopher W. Carlson
1997-05-28 18:56 ` Dynapenguin! Seth Morabito
1997-05-28 19:10 ` Dynapenguin! Mike Shaver
1997-05-28 19:10 ` Dynapenguin! Mike Shaver
1997-07-18 19:00 ` Pointers on how to get started richard offer
1997-07-21 7:10 ` Martin Knoblauch
1997-08-15 21:17 ` Power Series? richard offer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox