Re: /bin/sh terminated abnormally

From: Mike Hunter <mhunter_at_uclink.berkeley.edu>
Date: Sat, 4 Oct 2003 21:19:45 -0700
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
Received on Sat Oct 04 2003 - 19:19:52 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:24 UTC