From owner-freebsd-current@FreeBSD.ORG Sat Oct 4 21:19:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A857616A4B3 for ; Sat, 4 Oct 2003 21:19:52 -0700 (PDT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E44C43FE1 for ; Sat, 4 Oct 2003 21:19:50 -0700 (PDT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id h954JjN19704; Sat, 4 Oct 2003 21:19:45 -0700 (PDT) Date: Sat, 4 Oct 2003 21:19:45 -0700 From: Mike Hunter To: Didier Message-ID: <20031005041945.GA18184@ack.Berkeley.EDU> References: <002b01c38954$1711b340$cb48fea9@z3a1c1> <20031002235357.GA27949@ack.Berkeley.EDU> <03c301c3895f$cc7935e0$cb48fea9@z3a1c1> <20031003161051.GA7433@ack.Berkeley.EDU> <000f01c38a3b$3f651ac0$cb48fea9@z3a1c1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01c38a3b$3f651ac0$cb48fea9@z3a1c1> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: /bin/sh terminated abnormally X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 04:19:52 -0000 On Oct 03, "Didier" wrote: > > > From that message I had to type the full path " /bin/tcsh " then Enter > > > > > > I got the prompt the ran the following commands > > > > > > # /sbin/mount -u / > > > #/sbin/mount -a -t ufs > > > #/sbin/swapon -a > > > > > > cd src/sys/boot && make install > > > > > > the I got this other error message > > > > > > ***Signal 12 > > > > > > Stop in /us/src/sys/boot > > > > > > pid 6 (sh), uid 0: exited on signal 12 (core dumped) > > > > Not sure if the other guy cleared this up, but 5 has moved the location of > > the kernel from /boot/kernel to /boot/kernel/kernel. However, the boot > > loader doesn't get updated when make installkernel is done, so you have to > > update it by hand by doing a little bit of the "installworld" early, in > > installing the new boot loader. > > > > The work around for your situation will be to boot the new kernel by hand > > by doing something like > > > > unload > > set module_dir=/boot/kernel > > load /boot/kernel/kernel > > boot -s > > > > from the boot loader (I don't remember the syntax for the module_dir > > thing...it might not be important.) > > > > Once you do that, you can run all the binaries in the world (such as sh) > > and properly installworld. > > > > Let me know if you need any more help. > > when I boot into the FreeBSD 5.1 I am getting this error message : > WARNING: Userland calling deprecated sysctl, please rebuild world. > > I tried to world rebuild the but I can't It's failing at > /usr/src/gnu/usr.bin/gperf > > I re-cvsuped the src this time I can't buildworld > > Stop in /usr/src/include/sys/_type.h : 80 > > i dont know what to do now I'm cc'ing current because I'm not sure what the best thing to do is at this point. You could try rm -rf'ing /usr/src....lil help? Mike