Gentoo Archives: gentoo-mips

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

Replies