From: Matt Mackall <mpm@selenic.com>
To: Jan Ischebeck <mail@jan-ischebeck.de>,
viro@parcelfarce.linux.theplanet.co.uk
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.0-test4-mm6
Date: Sat, 6 Sep 2003 00:02:52 -0500 [thread overview]
Message-ID: <20030906050252.GQ31897@waste.org> (raw)
In-Reply-To: <20030906042914.GP31897@waste.org>
On Fri, Sep 05, 2003 at 11:29:14PM -0500, Matt Mackall wrote:
> On Sat, Sep 06, 2003 at 03:07:58AM +0200, Jan Ischebeck wrote:
> > Am Fr, 2003-09-05 um 16.51 schrieb
> > viro@parcelfarce.linux.theplanet.co.uk:
> > > 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-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;
> >
> > Thank you, that solved the problem with X.
> >
> > But PPP is still broken, I get the following errors when I've tried to
> > setup a connection. And after trying to use ppp the machine oops at
> > shutdown.
>
> Probably related badness: ttyS[01] have disappeared from
> /proc/interrupts (though still show up in dmesg) and while serial
> console appears to still work, kgdb over serial appears to have gone
> south as well. Last tested in -mm4.
Ok, kgdb over serial works again if you boot without the gdbeth
options (the comment on kgdb_net_interrupt is a bit misleading here).
This causes KGDB-stub to show up again in /proc/interrupts, but my
other serial interrupt is still missing.
--
Matt Mackall : http://www.selenic.com : of or relating to the moon
next prev parent reply other threads:[~2003-09-06 5:03 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 ` 2.6.0-test4-mm6 viro
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 ` Matt Mackall [this message]
-- 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=20030906050252.GQ31897@waste.org \
--to=mpm@selenic.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mail@jan-ischebeck.de \
--cc=viro@parcelfarce.linux.theplanet.co.uk \
/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