From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from speech.braille.uwo.ca (speech.braille.uwo.ca [129.100.249.132]) by befuddled.reisers.ca (Postfix) with ESMTP id 59ECB1EF507 for ; Tue, 25 Dec 2012 04:54:46 -0500 (EST) Received: by speech.braille.uwo.ca (Postfix) id 2F6DAC1A17D; Tue, 25 Dec 2012 04:54:11 -0500 (EST) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by speech.braille.uwo.ca (Postfix) with ESMTP id 0474AC1A171 for ; Tue, 25 Dec 2012 04:54:11 -0500 (EST) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TnRDB-0006aT-RX for speakup@braille.uwo.ca; Tue, 25 Dec 2012 10:54:13 +0100 Received: from jdc.jasonjgw.net ([59.167.198.218]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Dec 2012 10:54:13 +0100 Received: from jason by jdc.jasonjgw.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 Dec 2012 10:54:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: speakup@braille.uwo.ca From: Jason White Subject: Re: Virtual consoles in Arch Date: Tue, 25 Dec 2012 09:53:48 +0000 (UTC) Message-ID: References: <20121224180658.GA30259@braille.uwo.ca> <20121224204001.GA3685@braille.uwo.ca> <50D8C8EB.6010502@gmail.com> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: jdc.jasonjgw.net X-Newsreader: trn 4.0-test77 (Sep 1, 2010) Originator: jason@jdc.jasonjgw.net (Jason White) X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Dec 2012 09:54:46 -0000 Robert Spangler wrote: >One can also use screen for multiple terminals if the console limitation >becomes an issue. Alternatively, you can run openvt to execute whatever command you wish on any virtual console. It is possible to spawn getty processes on additional virtual consoles from Systemd by editing the appropriate service file or creating a new one. I don't know the details, but from a quick inspection of a machine running systemd, it's clear that the name of the tty is parameterized and that /lib/systemd/system/getty@.service is used to create them. What I haven't found is where the actual TTYs, e.g., 1-6, are specified in the configuration, which is what you need to change.