Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Success at last...
@ 1998-09-04 16:03 Leon Verrall
  1998-09-04 17:09 ` Alex deVries
  0 siblings, 1 reply; 6+ messages in thread
From: Leon Verrall @ 1998-09-04 16:03 UTC (permalink / raw)
  To: SGI Linux


FInally got rid of the "Warning, unable to open console" message. I think I
managed it by not letting IRIX anywhere near the tarball of hard hat.
Downloaded and extracted entirely on Debian Linux.

The installer went without a hitch *applause* and I now have a running
Indy...

The only odd think I've noticed is the console(s) are defaulting to 150
columns and 68 lines (I think) which is way larger than the visible area.
I've fiddles with stty and the likes... Is there something fundamental going
on here?

Leon

-- 
Leon Verrall - 01189 307734  \ "Don't cut your losses too soon,
Secondline Software Support  / 'cos you'll only be cutting your throat.
Silicon Graphics, Forum 1,   \ And answer a call while you still care at all
Station Rd., Theale, RG7 4RA / 'cos nobody will if you wont" (6:00 - DT)

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

* Re: Success at last...
  1998-09-04 16:03 Success at last Leon Verrall
@ 1998-09-04 17:09 ` Alex deVries
  1998-09-08 15:52   ` Leon Verrall
  1998-09-08 21:21   ` Rob Lembree
  0 siblings, 2 replies; 6+ messages in thread
From: Alex deVries @ 1998-09-04 17:09 UTC (permalink / raw)
  To: Leon Verrall; +Cc: SGI Linux


On Fri, 4 Sep 1998, Leon Verrall wrote:
> 
> FInally got rid of the "Warning, unable to open console" message. I think I
> managed it by not letting IRIX anywhere near the tarball of hard hat.
> Downloaded and extracted entirely on Debian Linux.

This is really weird.  Can you explain in greater detail what you changed
to make sure that it worked?

> The installer went without a hitch *applause* and I now have a running
> Indy...

<puffin takes a bow>

These kinds of stories are very encouraging.  October 1 is when I'm going
to start again with the installer work, and this time it'll be done
*properly*, as the current one is a gross hack.

- Alex

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

* Re: Success at last...
  1998-09-04 17:09 ` Alex deVries
@ 1998-09-08 15:52   ` Leon Verrall
  1998-09-08 21:21   ` Rob Lembree
  1 sibling, 0 replies; 6+ messages in thread
From: Leon Verrall @ 1998-09-08 15:52 UTC (permalink / raw)
  To: Alex deVries; +Cc: SGI Linux

On Fri, 4 Sep 1998, Alex deVries wrote:

> > FInally got rid of the "Warning, unable to open console" message. I think I
> > managed it by not letting IRIX anywhere near the tarball of hard hat.
> > Downloaded and extracted entirely on Debian Linux.
> 
> This is really weird.  Can you explain in greater detail what you changed
> to make sure that it worked?

Erm. not really I'm afraid... Thinking about it the only real difference
that I can think of was I had a keyboard/mouse installed. Before I was using
a vt100 terminal. I realise that should work but maybe a missing keyboard
caused it to barf? 

I could have untearred the tarfile from an nfs mount onto the linux box
before but I can't see that having an effect... 

Any ideas on the console size thing? This could just be a cofiguration thing
I've never bothered to look at before on linux but I can't see where... 

Leon

-- 
Leon Verrall - 01189 307734  \ "Don't cut your losses too soon,
Secondline Software Support  / 'cos you'll only be cutting your throat.
Silicon Graphics, Forum 1,   \ And answer a call while you still care at all
Station Rd., Theale, RG7 4RA / 'cos nobody will if you wont" (6:00 - DT)

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

* Re: Success at last...
  1998-09-04 17:09 ` Alex deVries
  1998-09-08 15:52   ` Leon Verrall
@ 1998-09-08 21:21   ` Rob Lembree
  1998-09-09 14:03     ` ralf
  1 sibling, 1 reply; 6+ messages in thread
From: Rob Lembree @ 1998-09-08 21:21 UTC (permalink / raw)
  To: Alex deVries; +Cc: Leon Verrall, SGI Linux

Alex deVries wrote:
> 
> On Fri, 4 Sep 1998, Leon Verrall wrote:
> >
> > FInally got rid of the "Warning, unable to open console" message. I think I
> > managed it by not letting IRIX anywhere near the tarball of hard hat.
> > Downloaded and extracted entirely on Debian Linux.
> 
> This is really weird.  Can you explain in greater detail what you changed
> to make sure that it worked?

I found that IRIX's tar wasn't very careful with modification dates,
which I don't think is a problem, but the major and minor IDs of the
dev files were all zero -- clearly broken.  I haven't experimented,
but I believe this to be the failure.

-r

-- 

Rob Lembree                Strategic Software Organization

Silicon Graphics, Inc.                  http://www.sgi.com
One Cabot Road                             rob@lembree.com
Hudson, MA 01749                           lembree@sgi.com
Phone: 978-567-2141                      FAX: 978-567-2341

PGP: 1F EE F8 58 30 F1 B1 20  C5 4F 12 21 AD 0D 6B 29

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

* Re: Success at last...
  1998-09-08 21:21   ` Rob Lembree
@ 1998-09-09 14:03     ` ralf
  1998-09-10 14:56       ` Alex deVries
  0 siblings, 1 reply; 6+ messages in thread
From: ralf @ 1998-09-09 14:03 UTC (permalink / raw)
  To: Rob Lembree; +Cc: linux

On Tue, Sep 08, 1998 at 05:21:17PM -0400, Rob Lembree wrote:

> > This is really weird.  Can you explain in greater detail what you changed
> > to make sure that it worked?
> 
> I found that IRIX's tar wasn't very careful with modification dates,
> which I don't think is a problem, but the major and minor IDs of the
> dev files were all zero -- clearly broken.  I haven't experimented,
> but I believe this to be the failure.

This seems to indicate to me that we should replace the dev directory
with a script that creates the inodes.  Luckily we already have one which
is called ``MAKEDEV''.  As we already know the representation of the
minor / major device number isn't transparent through NFS, so the MAKEDEV
will have to detect the NFS server's OS and to corrospondingly munge the
device number used as argument for mkdev in a way that after exporting
from the NFS server the client sees what he expects to see.  If that is
at all possible in all cases.  Yuck.  But it's a longstanding problem
which before has already been reported by people using other operating
systems like HP/UX.

  Ralf

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

* Re: Success at last...
  1998-09-09 14:03     ` ralf
@ 1998-09-10 14:56       ` Alex deVries
  0 siblings, 0 replies; 6+ messages in thread
From: Alex deVries @ 1998-09-10 14:56 UTC (permalink / raw)
  To: ralf; +Cc: Rob Lembree, linux


On Wed, 9 Sep 1998 ralf@uni-koblenz.de wrote:
> This seems to indicate to me that we should replace the dev directory
> with a script that creates the inodes.  Luckily we already have one which
> is called ``MAKEDEV''.  As we already know the representation of the
> minor / major device number isn't transparent through NFS, so the MAKEDEV
> will have to detect the NFS server's OS and to corrospondingly munge the
> device number used as argument for mkdev in a way that after exporting
> from the NFS server the client sees what he expects to see.  If that is

You're 100% correct, hard coding the device on the fs is a BAD idea.
However, a reasonable way of doing it is to just put the bare devices on
the initrd, and create any additional devices you need.

I'll do this in the next installer.

- Alex

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

end of thread, other threads:[~1998-09-10 14:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-09-04 16:03 Success at last Leon Verrall
1998-09-04 17:09 ` Alex deVries
1998-09-08 15:52   ` Leon Verrall
1998-09-08 21:21   ` Rob Lembree
1998-09-09 14:03     ` ralf
1998-09-10 14:56       ` Alex deVries

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