I made world and build a new kernel on Friday the 24th, and later that
evening, I got these:

Sep 24 18:00:33 jabberwock /kernel: ata0-master: ad_timeout: lost disk contact - 
resetting
Sep 24 18:00:33 jabberwock /kernel: ata0: resetting devices .. done




Today morning, I found my machine "hung" (couldn't kill old processes,
couldn't start new ones). 

Any ideas?


Here's the kernel config:

#
#
# For more information read the handbook part System Administration -> 
# Configuring the FreeBSD Kernel -> The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# <URL:http://www.FreeBSD.ORG/>
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
#       $Id: GENERIC,v 1.118 1998/09/18 00:46:40 mjacob Exp $

machine         "i386"
cpu             "I686_CPU"
ident           "J38"
maxusers        128

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         "COMPAT_43"             #Compatible with BSD 4.3 [KEEP THIS!]
options         UCONSOLE                #Allow users to grab the console


# Allow the FFS to use Softupdates technology.
# To do this you need to copy the two files
# /sys/ufs/ffs/softdep.h and /sys/ufs/ffs/ffs_softdep.c
# from /usr/src/contrib/sys/softupdates
# and understand the licensing restrictions.
# You should also check on the FreeBSD website for newer versions.
options                SOFTUPDATES

controller      isa0
controller      pci0

controller      fdc0    at isa? port "IO_FD1"  irq 6 drq 2 
disk            fd0     at fdc0 drive 0

controller      ata0
device          atadisk0        # ATA disk drives
device          atapicd0        # ATAPI CDROM drives
#device         atapifd0        # ATAPI floppy drives
#device         atapist0        # ATAPI tape drives


controller      ahc0


device          pass0
controller      scbus0

device          da0

# atkbdc0 controls both the keyboard and the PS/2 mouse
controller     atkbdc0 at isa? port IO_KBD
device         atkbd0  at atkbdc?  irq 1
device         psm0    at atkbdc?  irq 12

device          vga0    at isa? port ? conflicts
device          sc0     at isa? 

device         npx0    at nexus? port IO_NPX irq 13


device          sio0    at isa? port "IO_COM1" flags 0x10  irq 4 





pseudo-device   loop
pseudo-device   ether
pseudo-device   pty             48
pseudo-device   bpf             2       #Berkeley packet filter
#pseudo-device   splash

# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
options         KTRACE          #kernel tracing

# This provides support for System V shared memory.
#
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG

# sound card stuff

controller pnp0

#device pcm0 at nexus ? port?  irq 5 drq 1 
device pcm0  

options         USER_LDT                #allow user-level control of i386 ldt

options         P1003_1B
options         _KPOSIX_PRIORITY_SCHEDULING
options         _KPOSIX_VERSION=199309L




-- 
Viren Shah          | IF YOU CAN'T BE GOOD, BE LOUD.
[EMAIL PROTECTED]   |  -- Frank Hill
RST, Inc            |


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

Reply via email to