From: viro@parcelfarce.linux.theplanet.co.uk
To: Jan Ischebeck <mail@jan-ischebeck.de>
Cc: lkml <linux-kernel@vger.kernel.org>, akpm@osdl.org, torvalds@osdl.org
Subject: Re: 2.6.0-test4-mm6
Date: Fri, 5 Sep 2003 15:51:24 +0100 [thread overview]
Message-ID: <20030905145124.GF454@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <1062766000.2081.11.camel@JHome.uni-bonn.de>
On Fri, Sep 05, 2003 at 02:46:40PM +0200, Jan Ischebeck wrote:
> Seems like I got the reason for X not starting:
>
> pseudo terminals can't be acquired and only two consoles are running.
>
> -> X11 can't get console Vt7
> -> pppd doesn't work either
>
> This definitely worked with -mm5.
Grr... Dumb typo. Patch below should fix that...
diff -urN B4-misc3/drivers/char/tty_io.c B4-current/drivers/char/tty_io.c
--- B4-misc3/drivers/char/tty_io.c Thu Sep 4 02:19:38 2003
+++ B4-current/drivers/char/tty_io.c Fri Sep 5 10:46:59 2003
@@ -1334,7 +1334,7 @@
return -ENODEV;
}
- if (device == MKDEV(TTY_MAJOR,2)) {
+ if (device == MKDEV(TTYAUX_MAJOR,2)) {
#ifdef CONFIG_UNIX98_PTYS
/* find a device that is not in use. */
retval = -1;
next prev parent reply other threads:[~2003-09-05 14:51 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-05 12:46 2.6.0-test4-mm6 Jan Ischebeck
2003-09-05 14:51 ` viro [this message]
2003-09-05 15:43 ` 2.6.0-test4-mm6 Steven Cole
2003-09-06 1:07 ` 2.6.0-test4-mm6 Jan Ischebeck
2003-09-06 4:29 ` 2.6.0-test4-mm6 Matt Mackall
2003-09-06 5:02 ` 2.6.0-test4-mm6 Matt Mackall
-- strict thread matches above, loose matches on Subject: below --
2003-09-05 15:43 2.6.0-test4-mm6 Matthew Trent
[not found] <smuc.6c2.27@gated-at.bofh.it>
[not found] ` <snqc.7FM.21@gated-at.bofh.it>
2003-09-05 14:44 ` 2.6.0-test4-mm6 dave
2003-09-05 10:48 2.6.0-test4-mm6 Jan Ischebeck
2003-09-05 11:10 ` 2.6.0-test4-mm6 Nick Sanders
2003-09-05 12:39 ` 2.6.0-test4-mm6 Jan Ischebeck
2003-09-05 11:55 ` 2.6.0-test4-mm6 Maciej Soltysiak
2003-09-05 14:20 ` 2.6.0-test4-mm6 Malte Schröder
2003-09-05 22:06 ` 2.6.0-test4-mm6 Felipe Alfaro Solana
2003-09-05 8:59 2.6.0-test4-mm6 Andrew Morton
2003-09-05 9:32 ` 2.6.0-test4-mm6 Michael Frank
2003-09-05 21:37 ` 2.6.0-test4-mm6 Bongani Hlope
2003-09-06 0:14 ` 2.6.0-test4-mm6 Zwane Mwaikambo
2003-09-10 14:29 ` 2.6.0-test4-mm6 bill davidsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030905145124.GF454@parcelfarce.linux.theplanet.co.uk \
--to=viro@parcelfarce.linux.theplanet.co.uk \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mail@jan-ischebeck.de \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox