Re: kernel problem

2005-11-10 Thread Jens Holmqvist
On 11/10/05, Xin LI <[EMAIL PROTECTED]> wrote: > > On 11/10/05, Jens Holmqvist <[EMAIL PROTECTED]> wrote: > [...] > > > trap number = 30 > > > panic: unknown/reserved trap > > > Uptime: 46m5s > > Looks weird. Would you please also attach the dmesg.boot generated > with "boot -v" (or verbose boot if

Re: kernel problem

2005-11-10 Thread Xin LI
On 11/10/05, Jens Holmqvist <[EMAIL PROTECTED]> wrote: [...] > > trap number = 30 > > panic: unknown/reserved trap > > Uptime: 46m5s Looks weird. Would you please also attach the dmesg.boot generated with "boot -v" (or verbose boot if you use beastie boot menu), which may be helpful for us to fig

Re: kernel problem

2005-11-10 Thread Jens Holmqvist
On 11/10/05, Jens Holmqvist <[EMAIL PROTECTED]> wrote: > > hello i got a problem with my 6.0 GENERIC kernel > i have done a kgdb on the dumps it gave out here is the output > > [EMAIL PROTECTED]>kgdb kernel.debug /usr/local/var/crash/vmcore.1 > [GDB will not be able to debug user-mode threads: > /u

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Francisco Reyes" writes: : For one they are missing the references about genassym. No. They aren't. You don't need to build genassym. Buildkernel takes care of all of that. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Francisco Reyes" writes: : clarification... I mean to say if someone would send-prg to : update /usr/src/UPDATING. What update is needed? The instructions worked fine for me last time I tried it? Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Francisco Reyes" writes: : Would someone please send-pr the current instructsions to go : from 3.4 to 4.X Stable. cvsup cat /usr/src/UPDATING Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh
In message <[EMAIL PROTECTED]> Joe Royce writes: : An alternative method of building a kernel is: : : cd /usr/src/usr.bin/genassym : make depend all install clean : cd ../../usr.sbin/config : make depend all install clean : cd ../../sys/i386/conf : config YOUR_KERNEL_HERE : cd ../../compile/YOUR_

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Francisco Reyes" writes: : /usr/libexec/ld-elf.so.1: Shared object "libc.so.4" not found UPDATING says: [5] If you get warnings from ld-elf.so that it cannot load libc.so, run 'ldconfig -R /usr/obj/usr/src/lib/libc' and repeat the installwor

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Warner Losh
In message <[EMAIL PROTECTED]> "Francisco Reyes" writes: : When I get to the point of building the kernel I get a number : of syntax errors and the last line reports: did you accidentally update to -current where lots of things changed? Warner To Unsubscribe: send mail to [EMAIL PROTECTED] wit

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread Joe
On Mon, Jun 26, 2000 at 07:27:01AM -0400, Francisco Reyes wrote: > Following the instructions from UPDATING. > When I get to the point of building the kernel I get a number > of syntax errors and the last line reports: > > Specify machine type, e.g. ``machine vax'' > > I tried to put single and

Re: Kernel problem building from 3.4 stable to 4.X stable

2000-06-26 Thread andrew
On Mon, 26 Jun 2000, Francisco Reyes wrote: > When I get to the point of building the kernel I get a number > of syntax errors and the last line reports: > > Specify machine type, e.g. ``machine vax'' I got this when I accidently cvsuped 3-STABLE rather than 4-STABLE on a 4.0-RELEASE box. Hav