Gentoo Archives: gentoo-mips

From: Matt Turner <mattst88@g.o>
To: gentoo-mips@l.g.o
Subject: Re: [gentoo-mips] SGI O2 kernel binary that will work w/ Matt Turner's stages?
Date: Thu, 18 Aug 2011 00:12:50
Message-Id: CAEdQ38HWOVi5+4Kv=_NVcnAqJ3ZNh0U6Z+oMw9dt94Gbbn0AdA@mail.gmail.com
In Reply to: Re: [gentoo-mips] SGI O2 kernel binary that will work w/ Matt Turner's stages? by Jim Faulkner
1 On Wed, Aug 17, 2011 at 6:28 PM, Jim Faulkner <jfaulkne@×××××××.edu> wrote:
2 > On Wed, Aug 17, 2011 at 05:15:11PM -0400, Matt Turner wrote:
3 >>
4 >> I've built an O2-compatible kernel (version 3.1.0-r2~) and put it
5 >> here: http://dev.gentoo.org/~mattst88/sgi-o2/
6 >
7 > Thanks a bunch Matt!  The vmlinux.32 kernel boots into your stage3 just
8 > fine.  Apparently the storage and network drivers are built into the
9 > kernel, so there were no problems accessing the disk or getting the
10 > network up.
11 >
12 > However, it looks like PS/2 keyboard support wasn't included, so I can't
13 > login at the console.  I enabled sshd and tried to login that way, but
14 > got a "PTY allocation request failed on channel 0" error and was kicked
15 > out after entering my password.
16
17 Ah, fixed and reuploaded.
18
19 > I then wrote an /etc/local.d script consisting of:
20 > mkdir /dev/pts
21 > mount -t devpts -o rw,nosuid,noexec,relatime,gid=5,mode=620 devpts /dev/pts
22 >
23 > and rebooted.  It works, I can ssh in now!
24 >
25 > localhost ~ # uname -a
26 > Linux localhost 3.1.0-rc2+ #1 Wed Aug 17 17:05:33 EDT 2011 mips64 R5000
27 > V2.1 FPU V1.0 SGI O2 GNU/Linux
28 > localhost ~ #
29
30 Good thinking! :)
31
32 > Thanks so much for your work on Gentoo/MIPS!  I was really surprised to
33 > see a recent stage3 for this architecture.  And thanks again for the
34 > kernel, now I'm up and running.  I'll be sure to post to this list
35 > regarding any other issues I run into.
36
37 Great to hear it. Thanks for using my stages :)
38
39 Matt