Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] GCC : another trap for the unwary
Date: Mon, 10 Sep 2012 19:49:11
Message-Id: 20120910194349.GB8705@waltdnes.org
In Reply to: [gentoo-user] GCC : another trap for the unwary by Philip Webb
1 On Sat, Sep 08, 2012 at 10:47:47AM -0400, Philip Webb wrote
2
3 > Incidentally, I've found out why the system creates many TTYs :
4 > they're the equivalent of GUI workspaces = desktops,
5 > allowing someone working without X to view different files etc.
6 > I'm continually struck by the genius of those who created UNIX in 1969 ...
7
8 From my slightly modified /etc/inittab
9
10 # TERMINALS
11 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
12 c2:2345:respawn:/sbin/agetty 38400 tty2 linux
13 c3:2345:respawn:/sbin/agetty 38400 tty3 linux
14 c4:2345:respawn:/sbin/agetty 38400 tty4 linux
15 c5:2345:respawn:/sbin/agetty 38400 tty5 linux
16 c6:2345:respawn:/sbin/agetty 38400 tty6 linux
17 c7:2345:respawn:/sbin/agetty 38400 tty7 linux
18 c8:2345:respawn:/sbin/agetty 38400 tty8 linux
19 c9:2345:respawn:/sbin/agetty 38400 tty9 linux
20
21 This gives me 8 working ttys. I run startx from tty9, so various
22 logging gets spewed to tty9. It's usable in a pinch, but not for normal
23 use. I run X in tty10, and sometimes as a second user in tty11, even
24 with a different resolution and bit depth. tty12 gets kernel logging
25 stuff spewed to it
26
27 --
28 Walter Dnes <waltdnes@××××××××.org>
29 I don't run "desktop environments"; I run useful applications