Re: Kernel not booting....Immediate crash

2002-11-07 Thread Michael G. Petry

I'm noticing the same behavior on a PPro system I have and am following
the thread SMP broken on PPro.  It looks like the problem is not SMP
specific, but it does seem PPro centric.

 Are the modules also new?
 
 
 On Thu, 7 Nov 2002, Sidcarter wrote:
 
  Hi Folks,
  
  I just did a cvsup and installed a kernel. I have been trying this from the
 past
  few days with the same error. I am copying this by hand, since it crashes
  immediately after loading the modules.
  The error message is here
  
  
  Booting [/boot/kernel/kernel]...
  /boot/kernel/acpi.ko text=0x30dbc data=0x1a58+0xb48 syms=[0x4+0x5770+0x4+0x
73b9/]\
  
  Fatal trap 12: page fault while in vm86 mode
  fault virtual address   = 0x9fdc8
  fault code  = user read, page not present
  instruction pointer = 0xf000:0x145e
  stack pointer   = 0x0:0xfb4
  frame pointer   = 0x0:0xfca
  code segment= base 0x0, limit 0x0, type 0x0
DPL 0, pres 0, def32, gran 0
  processsor eflags   = interrupt enabled, resume, vm86, IOPL=0
  current process = 0 ()
  kernel: type 12 trap, code=0
  Stopped at  0x145e: addb%al,0(%eax)
  db t
  (null)(eee06c0,1,e820,fee06c0,9775a707) at 0x145e
  db
  
  
  uname -a
  
  FreeBSD calvin 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 24 15:46:54 IST 
2002 root@calvin:/usr/obj/usr/src/sys/HOGWARTS  i386
  
  Any idea what could be wrong ? 
  
  Becoz of this problem, I am also unable to do an install world as
  the it is looking for sigaction in the kernel.
  
  TIA
  Regards
  Sid
  
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-current in the body of the message
  
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 

Michael Petry



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-08 Thread Michael G. Petry


There seem to be two distinct problems.  The header one seems to have
resolution,I got around it by the nested include.  The second one may
be OBJPRELINK, but does seem to be nailed down yet. Martin Blapp ran into
what might be related problems in the OpenOffice port.  I've only seen it
on g++ related programs. Good hunting...

 Sounds to me like there are fixes in the pipeline from Mike and Thomas.
 Hopefully they'll get that committed in the next day or two so that KDE
 can be happy on -CURRENT before the snapshot.
 
 Robert N M Watson FreeBSD Core Team, TrustedBSD Project
 [EMAIL PROTECTED]  NAI Labs, Safeport Network Services
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Preparing innocent users for -current

2002-03-08 Thread Michael G. Petry


Per Doug's note, is there a schedule to pull the XFree86-4 back up to 4.2.0?
Since it was pulled back because of the 4.5 release, it would be a shame for
it to be also held back by a -current snapshot.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: ACPI causes immediate reboot [Omnibook 6100] ?

2001-12-18 Thread Michael G. Petry


I've stumbled on the ACPI_DEBUG issue in the module load as well.
The ACPI_DEBUG definition only propogates to the opt_acpi.h file
in the base kernel.  The acpi module build doesn't seem to carry
forward the ACPI_DEBUG flag.  As a workaround, I just wack the define
into the opt_acpi.h file in the modules tree after running config
on a clean tree.

 Hi,
 
 I finally got around to hook up a serial console and capture the error
 message.  This is with ACPI_DEBUG enabled in the kernel config, but
 ACPI is still loaded as a module, not configured statically.
 
 acpi0: PTLTD  EBRSDT   on motherboard
   ACPI-0294: *** Error: Method execution failed, AE_NOT_EXIST
 
 What surprises me is that the debug.acpi.* settings don't seem to take
 effect.  Would I need to configure ACPI statically for them to work,
 or is this problem just too early in the boot sequence?
 
 And what can I try next?
 
 --
 Regards,
 Georg.
 
 snipserial console captured during bootsnip
 
 OK show
 LINES=24
 acpi_load=YES
 bootfile=kernel
 console=comconsole
 currdev=disk1s2a:
 debug.acpi.disable=all
 debug.acpi.layer=ACPI_HARDWARE
 hint.acpi.0.oem=PTLTD 
 hint.acpi.0.revision=1
 hint.acpi.0.rsdt=0x3ff6830a
 hint.adv.0.at=isa
 hint.aha.0.at=isa
 hint.aic.0.at=isa
 hint.apm.0.at=nexus
 hint.ata.0.at=isa
 hint.ata.0.irq=14
 hint.ata.0.port=0x1F0
 hint.ata.1.at=isa
 hint.ata.1.irq=15
 hint.ata.1.port=0x170
 hint.atkbd.0.at=atkbdc
 hint.atkbd.0.flags=0x1
 hint.atkbd.0.irq=1
 hint.atkbdc.0.at=isa
 hint.atkbdc.0.port=0x060
 hint.bt.0.at=isa
 hint.cs.0.at=isa
 hint.cs.0.port=0x300
 hint.ed.0.at=isa
 hint.ed.0.irq=10
 hint.ed.0.maddr=0xd8000
 hint.ed.0.port=0x280
 hint.fd.0.at=fdc0
 hint.fd.0.drive=0
 hint.fd.1.at=fdc0
 hint.fd.1.drive=1
 hint.fdc.0.at=isa
 hint.fdc.0.drq=2
 hint.fdc.0.irq=6
 hint.fdc.0.port=0x3F0
 hint.fe.0.at=isa
 hint.fe.0.port=0x300
 hint.ie.0.at=isa
 hint.ie.0.irq=10
 hint.ie.0.maddr=0xd
 hint.ie.0.port=0x300
 hint.le.0.at=isa
 hint.le.0.irq=5
 hint.le.0.maddr=0xd
 hint.le.0.port=0x300
 hint.lnc.0.at=isa
 hint.lnc.0.drq=0
 hint.lnc.0.irq=10
 hint.lnc.0.port=0x280
 hint.npx.0.at=nexus
 hint.npx.0.irq=13
 hint.npx.0.port=0x0F0
 hint.pcic.0.at=isa
 hint.pcic.0.irq=10
 hint.pcic.0.maddr=0xd
 hint.pcic.0.port=0x3e0
 hint.pcic.1.at=isa
 hint.pcic.1.disabled=1
 hint.pcic.1.irq=11
 hint.pcic.1.maddr=0xd4000
 hint.pcic.1.port=0x3e2
 hint.pmtimer.0.at=isa
 hint.ppc.0.at=isa
 hint.ppc.0.irq=7
 hint.psm.0.at=atkbdc
 hint.psm.0.irq=12
 hint.sc.0.at=isa
 hint.sc.0.flags=0x100
 hint.sio.0.at=isa
 hint.sio.0.flags=0x10
 hint.sio.0.irq=4
 hint.sio.0.port=0x3F8
 hint.sio.1.at=isa
 hint.sio.1.irq=3
 hint.sio.1.port=0x2F8
 hint.sio.2.at=isa
 hint.sio.2.disabled=1
 hint.sio.2.irq=5
 hint.sio.2.port=0x3E8
 hint.sio.3.at=isa
 hint.sio.3.disabled=1
 hint.sio.3.irq=9
 hint.sio.3.port=0x2E8
 hint.sn.0.at=isa
 hint.sn.0.irq=10
 hint.sn.0.port=0x300
 hint.vga.0.at=isa
 hint.vt.0.at=isa
 interpret=OK
 kernel=kernel
 kernel_options=
 kernelname=/boot/kernel/kernel
 loaddev=disk1s2a:
 module_path=/boot/kernel;/boot/kernel;/boot/modules;/modules
 prompt=${interpret}
 OK boot
 /boot/kernel/acpi.ko text=0x34d9c data=0x1090+0xbf8 syms=[0x4+0x4c80]
 Copyright (c) 1992-2001 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
 FreeBSD 5.0-CURRENT #39: Sun Dec 16 22:25:29 CET 2001
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HUNTER
 Preloaded elf kernel /boot/kernel/kernel at 0xc0446000.
 Preloaded elf module /boot/kernel/snd_maestro3.ko at 0xc04460a8.
 Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc044615c.
 Preloaded elf module /boot/kernel/acpi.ko at 0xc0446208.
 Timecounter i8254  frequency 1193182 Hz
 Timecounter TSC  frequency 1129576481 Hz
 CPU: Pentium III/Pentium III Xeon/Celeron (1129.58-MHz 686-class CPU)
   Origin = GenuineIntel  Id = 0x6b1  Stepping = 1
   Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV
,PAT,PSE36,MMX,FXSR,SSE
 real memory  = 1073086464 (1047936K bytes)
 avail memory = 1040580608 (1016192K bytes)
 Pentium Pro MTRR support enabled
 Using $PIR table, 14 entries at 0xc00fdee0
 apm: Other PM system enabled.
 npx0: math processor on motherboard
 npx0: INT 16 interface
 acpi0: PTLTD  EBRSDT   on motherboard
 ACPI-0294: *** Error: Method execution failed, AE_NOT_EXIST
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message
 

Michael Petry



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message