Re: Couple of weird messages in logs, and crashing to debuggier.

2002-04-14 Thread Crist J. Clark

On Sat, Apr 13, 2002 at 04:50:44AM -0400, Jason wrote:
 After finally getting machine to stop crashing, I noticed these, no clue
 what they mean Any ideas
 

 link_elf: symbol pfil_add_hook undefined

This is the ipl.ko (IPFilter) kernel module failing to load. It is
currently broken.
-- 
Crist J. Clark | [EMAIL PROTECTED]
   | [EMAIL PROTECTED]
http://people.freebsd.org/~cjc/| [EMAIL PROTECTED]

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



Couple of weird messages in logs, and crashing to debuggier.

2002-04-13 Thread Jason

After finally getting machine to stop crashing, I noticed these, no clue
what they mean Any ideas

acpi_cpu: CPU throttling enabled, 16 steps from 100% to 6.2%
link_elf: symbol pfil_add_hook undefined

I had to remove the following lines, they kept causing the machine to
drop to the db prompt.

#device vt
#optionsXSERVER # support for X server on a vt
console
#optionsFAT_CURSOR  # start with block cursor

Below is the contents of my kernel config, if that will make any diff, I
also get random drops to db with SMP turned on, does not seem to happen
with SMP disabled.

Btw, anyone know where I can find info on how to get some usefull info
when the machine drops to the db prompt, all I can do is reset the
machine. (I would like to be able to dump all the info to somewhere,
sort of like in solaris where you can dump the data etc to the swap
file)


Jason


KERNEL

machine i386
cpu I586_CPU
cpu I686_CPU
ident   GENERIC
maxusers0

#To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints #Default places to look for
devices.

makeoptions DEBUG=-g#Build kernel with gdb(1) debug
symbols

#optionsIPSEC_ESP   
#optionsIPSEC_DEBUG 
#optionsGDB_REMOTE_CHAT
options INET#InterNETworking
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big
directories
#optionsUFS_EXTATTR
#optionsUFS_EXTATTR_AUTOSTART
#optionsUFS_ACL
#optionsGPL_MATH_EMULATE
options NFSCLIENT   #Network Filesystem Client
options NFSSERVER   #Network Filesystem Server
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Process filesystem (requires
PSEUDOFS)
options PSEUDOFS#Pseudo-filesystem framework
options COMPAT_43   #Compatible with BSD 4.3 [KEEP
THIS!]
options SCSI_DELAY=15000#Delay (in ms) before probing
SCSI
options INCLUDE_CONFIG_FILE 
#optionsUSERCONFIG  #boot -c editor
#optionsVISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time
extensions
options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV# install a CDEV entry in /dev

# Debugging for use in -current
options DDB #Enable the kernel debugger

# The following options were disabled for 5.0 DP1 to make a more #
usable system for early adopters.

options INVARIANTS  #Enable calls of extra sanity
checking
options INVARIANT_SUPPORT   #Extra sanity checks of internal
structures, required by INVARIANTS
#optionsWITNESS #Enable mutex checks to detects
deadlocks and cycles
#optionsWITNESS_SKIPSPIN#Don't run witness on
spinlocks for speed

# To make an SMP kernel, the next two are needed
options SMP # Symmetric MultiProcessor
Kernel
options APIC_IO # Symmetric (APIC) I/O

device  isa
device  eisa
device  pci
#optionsPCI_ENABLE_IO_MODES # Enable pci resources left off
by a lazy BIOS


# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
options ATA_STATIC_ID   #Static device numbering

# atkbdc0 controls both the keyboard and the PS/2 mouse
device  atkbdc  1   # At keyboard controller
device  atkbd   # at keyboard
device  psm # psm mouse

device  vga # VGA screen

# splash screen/screen saver
device  splash

# syscons is the default console driver, resembling an SCO console
device  sc  1

# Enable this for the pcvt (VT220 compatible) console driver
#device vt
#optionsXSERVER # support for X server on a vt
console
#optionsFAT_CURSOR  # start with block cursor

# Floating point support - do not disable.
device  npx

# PCCARD (PCMCIA) support
device  card# pccard bus
device  pcic# PCMCIA bridge

# Serial (COM) ports
device  sio