From owner-freebsd-stable Thu Apr 4 07:11:08 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA02180 for stable-outgoing; Thu, 4 Apr 1996 07:11:08 -0800 (PST) Received: from eldorado.net-tel.co.uk (eldorado.net-tel.co.uk [193.122.171.253]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA02167 for ; Thu, 4 Apr 1996 07:10:53 -0800 (PST) From: Andrew.Gordon@net-tel.co.uk Received: (from root@localhost) by eldorado.net-tel.co.uk (8.6.12/8.6.10) id QAA05190; Thu, 4 Apr 1996 16:08:34 +0100 X400-Received: by mta "eldorado" in "/PRMD=net-tel/ADMD=gold 400/C=gb/"; Relayed; Thu, 4 Apr 96 16:08:03 +0100 X400-Received: by mta "net-tel cambridge" in "/PRMD=net-tel/ADMD=gold 400/C=gb/"; Relayed; Thu, 4 Apr 96 15:08:00 +0000 X400-Received: by "/PRMD=NET-TEL/ADMD=Gold 400/C=GB/"; Relayed; Thu, 4 Apr 96 15:08:00 +0000 X400-MTS-Identifier: ["/PRMD=NET-TEL/ADMD=Gold 400/C=GB/";hst:460-960404150800-688C] X400-Content-Type: P2-1984 (2) X400-Originator: Andrew.Gordon@net-tel.co.uk Original-Encoded-Information-Types: IA5-Text X400-Recipients: non-disclosure:; Date: Thu, 4 Apr 96 15:08:00 +0000 Content-Identifier: Re(2): panic in Message-Id: <"2803-960404151023-38AC*/G=Andrew/S=Gordon/O=NET-TEL Computer Systems Ltd/PRMD=NET-TEL/ADMD=Gold 400/C=GB/"@MHS> To: list:; Cc: fty@mcnc.org, freebsd-stable@freebsd.org In-Reply-To: <"SunOS:4836-960404121926-5CF9*/DD.RFC-822=owner-stable(a)freebsd.org/O=internet/PRMD=NET-TEL/ADMD=GOLD 400/C=GB/"@MHS> Subject: Re(2): panic in latest -stable rev Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > That fixed the panic. New problem - all "tty" traffic to the console > locks up after a while. This is weird. I can stil do mouse things, > open xterms, but you just can't type into an xterm window or any > other text box. After killing the session, which restarts the server, > xlogin wouldn't take typing as well. > I was able to telnet in from another machine. I also had trouble (now resolved) bootstrapping -stable, but I fell in the trap the other way round: I did the make world first. I started from a 2.1R installation, applied the ctm patches for -stable up to date (this was last saturday), and left a make world running overnight. This worked OK, but unfortunately before I got to it the next day to build a matching kernel, someone else had booted into DOS. Upon rebooting with the 2.1R kernel, it would come up and allow logins if you got in quickly, but about 60 seconds after booting it would latch up, such that keys were still echoed, vtys coulds be switched etc. but no input was processed. Attempts to telnet over Ethernet would connect but similarly would not give a login prompt. So far as I know, I wasn't using any LKMs (I didn't have MSDOS filesystems mounted, and while the fstab did contain a couple of NFS mounts, the 2.1 kernel should have had static NFS in it. Fortunately, if I booted single user it would run (aparrently) without limit, so I was able to build a kernel, and once I had matching kernel and binaries all was well. So there seems to be no safe order for bootstrapping into -stable. This isn't a problem, once you work out what to do, but may explain some reports of "stable isn't".