From owner-freebsd-stable Mon Sep 29 08:51:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA17998 for stable-outgoing; Mon, 29 Sep 1997 08:51:06 -0700 (PDT) Received: from mx2.cso.uiuc.edu (mx2.cso.uiuc.edu [128.174.5.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA17988 for ; Mon, 29 Sep 1997 08:51:03 -0700 (PDT) Received: from alecto.physics.uiuc.edu (alecto.physics.uiuc.edu [128.174.83.167]) by mx2.cso.uiuc.edu (8.8.7/8.8.7) with SMTP id KAA15664 for <@mailhost.uiuc.edu:freebsd-stable@freebsd.org>; Mon, 29 Sep 1997 10:50:30 -0500 (CDT) Received: by alecto.physics.uiuc.edu (940816.SGI.8.6.9/940406.SGI) for freebsd-stable@freebsd.org id KAA21781; Mon, 29 Sep 1997 10:45:06 -0500 From: igor@alecto.physics.uiuc.edu (Igor Roshchin) Message-Id: <199709291545.KAA21781@alecto.physics.uiuc.edu> Subject: Re: Stable kernels crashes on two machines. WAS: CVSUP woes for stable branch To: freebsd-stable@freebsd.org Date: Mon, 29 Sep 1997 10:45:05 -0500 (CDT) In-Reply-To: from "Bohdan Kmit'" at Sep 29, 97 02:53:37 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > On Mon, 29 Sep 1997, Palle Girgensohn wrote: > > > Jay West (jlwest@tseinc.com) wrote: > > > > >Maybe someone can shed some light on this... > > > > > >I installed 2.2.2-Release via FTP. All went well. I then > > >grabbed the staticly linked copy of CVSup, and the > > >supfile from www.freebsd.org. I ran cvsup supfile intending > > >to go to -stable, and it appeared to bring down a fairly small > > >number of files. I tried a make world, but the makefile no longer > > >includes that option. So... I just did a make depend and make > > >and make install. Rebooted the system, and whammo - wouldn't > > >reboot. It kept complaining about page fault panic or such, and > > >just kept autobooting, running fsck, then autobooting etc. > > > > > >I ran cvsup pointed at sup.freebsd.org on sunday, September 28 > > >at around 9:00am. > > > > > >Anyone have any ideas? > > > > > >Thanks in advance! > > > > > >Jay West (jlwest@tseinc.com) > > > > > >Unix *IS* user friendly; It's just selective about who it calls a friend! > > > > I have a similar problem. > > > > After installing 2.2.2 Release, I fetched the stable-src and ports, > > compiled cvsup port (not statically linked here...) and recompiled the > > kernel. Then I rebooted, and everything went black. This was done remote... > > :( I pinged to check, but it never came up. I went to the box today and it > > "kept autobooting, running fsck, then autobooting etc.". > > > > This was with a PPro 200. I also did the same thing with a 486 dx2/66 at > > home. I installed Release 222 and cvsup (dynamically linked, but version > > 15.0) from a CD this time (as opposed to ftp above). This kernel doesn't > > work either, but not in the same way, and it does give me a few lines of > > explanation before i dies: > > > > rc.i386 configuring syscons: keymap keyrate font8x16 font8x14 font 8x8 > > screensaver > > > > Fatal trap 12: page fault while in kernel mode > > fault virtual address = 0x0 > > fault code = supervisor read, page not present > > instruction pointer = 0x8:0x0 > > stack pointer = 0x10:0xefbffd74 > > frame pointer = 0x10:0xefbffd7c > > code segment = base 0x0, limit 0xfffff, type 0x1b > > = DPL 0, pres 1, def32 1, gran 1 > > processor eflags = interrupt enabled, resume, IOPL = 0 > > current process = 137 (modload) > > interrupt mask = > > panic: page fault > > > > syncing disk... 30 30 27 21 7 done > > Automatic reboot in 15 secs..... > > > > > > Any ideas? The setups are quite different, and have different config files. > > > > Regards, > > Palle > > > > > > ________________________________________________________________________ > > Palle Girgensohn Partitur Informationsteknik AB > > girgen@partitur.se http://www.partitur.se/ > > > > > > > > > I had this problem too on two boxes. Solution was simple -- > all lkm's recompilation. Look like interface beetwen kernel and lkm > changed. > > Hope this help. > > With regards, > Bohdan. > > --------------------------------------------------------------- > Bohdan Kmit' | +380 (322) 742339 > Laboratory of Information Technologies | > L'viv, Ukraine | mit@LITech.Lviv.UA > --------------------------------------------------------------- > > Is that true ? What is the correct sequence than ? I had about the same problem about two weeks ago (did not have time to get back to it since) - First: Installation from the the CD-ROM: 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Tue May 20 10:45:24 GMT 1997 jkh@tim e.cdrom.com:/usr/src/sys/compile/GENERIC i386 Then I took the source tree and cvsup-ed the changes. Compiled kernel (generic one) did not want to boot and every time was stuck at the message "starting network, hostname.." (or something like that) IgoR