admin# sockstat | grep -v '*.*'
close(fstat):

The OS locked up after that.

That's just not normal :) Could someone give me the quick and dirty
on how I can provide additional details? This is on -CURRENT from 
10/16.

The hardware is:

Dual P3-500Mhz, 512M RAM.

The kernel file is:


machine         i386
cpu             I686_CPU
ident           ADMIN
maxusers        256

options         INET                    #InterNETworking
options         FFS                     #Berkeley Fast Filesystem
options         FFS_ROOT                #FFS usable as root device [keep this!]
options         SOFTUPDATES             #Enable FFS soft updates support
options         CD9660                  #ISO 9660 Filesystem
options         CD9660_ROOT             #CD-ROM usable as root, CD9660 required
options         PROCFS                  #Process filesystem
options         COMPAT_43               #Compatible with BSD 4.3 [KEEP THIS!]
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

options         SMP                     # Symmetric MultiProcessor Kernel
options         APIC_IO                 # Symmetric (APIC) I/O

device          isa
device          eisa
device          pci

device          fdc

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

device          atkbdc  1
device          atkbd

device          vga

device          splash

device          sc      1

device          npx

device          sio

device          ppc
device          ppbus           # Parallel port bus (required)
device          ppi             # Parallel port interface device

device          fxp             # Intel EtherExpress PRO/100B (82557, 82558)

device          random          # Entropy device
device          loop            # Network loopback
device          ether           # Ethernet support
device          pty             # Pseudo-ttys (telnet etc)

device          bpf             # Berkeley packet filter

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about
                                        # dropped packets
options         IPFIREWALL_DEFAULT_TO_ACCEPT    #allow everything by default

options         INVARIANTS

options         INVARIANT_SUPPORT

options         DIAGNOSTIC

options         SMP_DEBUG
options         WITNESS


-Steve


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

Reply via email to