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
#options        XSERVER                 # support for X server on a vt
console
#options        FAT_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
maxusers        0

#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

#options        IPSEC_ESP               
#options        IPSEC_DEBUG             
#options        GDB_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
#options        UFS_EXTATTR
#options        UFS_EXTATTR_AUTOSTART
#options        UFS_ACL
#options        GPL_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     
#options        USERCONFIG              #boot -c editor
#options        VISUAL_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
#options        WITNESS                 #Enable mutex checks to detects
deadlocks and cycles
#options                WITNESS_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
#options        PCI_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
#options        XSERVER                 # support for X server on a vt
console
#options        FAT_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             # 8250, 16[45]50 based serial ports

# Parallel port
device          ppc
device          ppbus           # Parallel port bus (required)
device          lpt             # Printer
device          plip            # TCP/IP over parallel
device          ppi             # Parallel port interface device


device          miibus          # MII bus support
device          rl              # RealTek 8129/8139

# ISA devices that use the old ISA shims
#device         le

# Wireless NIC cards
#device         an              # Aironet 4500/4800 802.11 wireless
NICs. 
#device         awi             # BayStack 660 and others
device          wi              # WaveLAN/IEEE 802.11 wireless NICs. 
#device         wl              # Older non 802.11 Wavelan wireless NIC.

# Pseudo devices - the number indicates how many units to allocate.
device          random          # Entropy device
device          loop            # Network loopback
device          ether           # Ethernet support
device          sl              # Kernel SLIP
device          ppp     1       # Kernel PPP
device          tun             # Packet tunnel.
device          pty             # Pseudo-ttys (telnet etc)
device          md              # Memory "disks"
device          gif             # IPv6 and IPv4 tunneling
device          faith           # IPv6-to-IPv4 relaying (translation)

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
device          bpf             # Berkeley packet filter

device            scbus
device            da

# USB support
device          uhci            # UHCI PCI->USB interface
device          ohci            # OHCI PCI->USB interface
device          usb             # USB Bus (required)
device          ugen            # Generic
device          uhid            # "Human Interface Devices"
device          ukbd            # Keyboard
device          ulpt            # Printer
device          umass           # Disks/Mass storage - Requires scbus
and da
device          ums             # Mouse
#options        IPFILTER                
#options        IPDIVERT
#options        IPFILTER_LOG            
#options        RANDOM_IP_ID


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

Reply via email to