Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2000 11:39:54 +0200
From:      Jesper Skriver <jesper@skriver.dk>
To:        stable@FreeBSD.org
Subject:   4.0-STABLE crashes ... (SMP ?)
Message-ID:  <20000607113953.A78657@skriver.dk>

next in thread | raw e-mail | index | archive | help
Hi,

We have a 4.0-STABLE system as of june 2th, it crashes on a
regular basis.

Does anybody have any idea on how to debug this ?

We have kernel crash dumps, below is some output from kgdb.
dmesg, kernel configuration, and output of 'mount' is also below ...


# gdb -k 
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd".
(kgdb) symbol-file kernel.debug
Reading symbols from kernel.debug...done.
(kgdb) exec-file /var/crash/kernel.3
(kgdb) core-file /var/crash/vmcore.3
SMP 2 cpus
IdlePTD 3047424
initial pcb at 275d40
panicstr: page fault
panic messages:
---
Fatal trap 12: page fault while in kernel mode
mp_lock = 01000001; cpuid = 1; lapic.id = 00000000
fault virtual address   = 0x10b8
fault code              = supervisor write, page not present
instruction pointer     = 0x8:0xc020c147
stack pointer           = 0x10:0xff80dfc0
frame pointer           = 0x10:0x0
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = resume, IOPL = 0
current process         = Idle
interrupt mask          = none <- SMP: XXX
trap number             = 12
panic: page fault
mp_lock = 01000001; cpuid = 1; lapic.id = 00000000
boot() called on cpu#1

syncing disks... 

Fatal trap 12: page fault while in kernel mode
mp_lock = 01000002; cpuid = 1; lapic.id = 00000000
fault virtual address   = 0x30
fault code              = supervisor read, page not present
instruction pointer     = 0x8:0xc01d6ecd
stack pointer           = 0x10:0xff80dde8
frame pointer           = 0x10:0xff80ddec
code segment            = base 0x0, limit 0xfffff, type 0x1b
                        = DPL 0, pres 1, def32 1, gran 1
processor eflags        = interrupt enabled, resume, IOPL = 0
current process         = Idle
interrupt mask          = bio  <- SMP: XXX
trap number             = 12
panic: page fault
mp_lock = 01000002; cpuid = 1; lapic.id = 00000000
boot() called on cpu#1
Uptime: 4d8h38m38s

dumping to dev #da/0x20089, offset 17388252
dump 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 
---
#0  boot (howto=260) at ../../kern/kern_shutdown.c:302
302                     dumppcb.pcb_cr3 = rcr3();
(kgdb) where
#0  boot (howto=260) at ../../kern/kern_shutdown.c:302
#1  0xc014341d in panic (fmt=0xc024c94f "page fault") at ../../kern/kern_shutdown.c:552
#2  0xc021c538 in trap_fatal (frame=0xff80dda8, eva=48) at ../../i386/i386/trap.c:927
#3  0xc021c1a9 in trap_pfault (frame=0xff80dda8, usermode=0, eva=48) at ../../i386/i386/trap.c:820
#4  0xc021bd0f in trap (frame={tf_fs = -8388584, tf_es = -1072496624, tf_ds = -1022361584, tf_edi = -856440064, tf_esi = 0, tf_ebp = -8331796, tf_isp = -8331820, tf_ebx = -1071224484, tf_edx = 1207959616, 
      tf_ecx = 3, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071812915, tf_cs = 8, tf_eflags = 66050, tf_esp = 0, tf_ss = -8331764}) at ../../i386/i386/trap.c:426
#5  0xc01d6ecd in acquire_lock (lk=0xc026695c) at machine/globals.h:114
#6  0xc01db0a2 in softdep_fsync_mountdev (vp=0xccf3c300) at ../../ufs/ffs/ffs_softdep.c:3805
#7  0xc01df302 in ffs_fsync (ap=0xff80de6c) at ../../ufs/ffs/ffs_vnops.c:134
#8  0xc01de02e in ffs_sync (mp=0xc1435800, waitfor=2, cred=0xc0a65900, p=0xc028a080) at vnode_if.h:537
#9  0xc016f54f in sync (p=0xc028a080, uap=0x0) at ../../kern/vfs_syscalls.c:549
#10 0xc0142e1f in boot (howto=256) at ../../kern/kern_shutdown.c:224
#11 0xc014341d in panic (fmt=0xc024c94f "page fault") at ../../kern/kern_shutdown.c:552
#12 0xc021c538 in trap_fatal (frame=0xff80df80, eva=4280) at ../../i386/i386/trap.c:927
#13 0xc021c1a9 in trap_pfault (frame=0xff80df80, usermode=0, eva=4280) at ../../i386/i386/trap.c:820
#14 0xc021bd0f in trap (frame={tf_fs = 24, tf_es = -65520, tf_ds = 16, tf_edi = -1, tf_esi = 1, tf_ebp = 0, tf_isp = -8331348, tf_ebx = 0, tf_edx = 220, tf_ecx = -8331268, tf_eax = 0, tf_trapno = 12, 
      tf_err = 2, tf_eip = -1071595193, tf_cs = 8, tf_eflags = 65606, tf_esp = 16, tf_ss = -65520}) at ../../i386/i386/trap.c:426

############
## mounts ##
############

$ mount
/dev/da0s1a on / (ufs, local, writes: sync 6 async 3021, reads: sync 4431 async 1036)
/dev/da0s1f on /usr (ufs, local, soft-updates, writes: sync 4 async 26444, reads: sync 17730 async 2702)
/dev/da2s1e on /usr/obj (ufs, local, soft-updates, writes: sync 2 async 0, reads: sync 14 async 0)
/dev/da0s1e on /var (ufs, local, soft-updates, writes: sync 361 async 4247, reads: sync 2528 async 9)
/dev/da1s1e on /var/crash (ufs, local, soft-updates, writes: sync 2 async 4183, reads: sync 67 async 4)
/dev/vinum/raid01 on /data (ufs, local, noatime, writes: sync 20 async 4347753, reads: sync 5004074 async 859505)
/dev/vinum/mirror0 on /var/db/mysql (ufs, local, noatime, writes: sync 2 async 40154, reads: sync 7009 async 2477)
procfs on /proc (procfs, local)
mfs:37 on /tmp (mfs, asynchronous, local)

###########################
## kernel configuration ###
###########################
machine		i386
cpu		I686_CPU
ident		REMIE
maxusers	128

options         DDB
options         DDB_UNATTENDED
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	MFS			#Memory Filesystem
options 	NFS			#Network Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=15000	#Delay (in ms) before probing SCSI
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		ICMP_BANDLIM		#Rate limit bad replies
options		NO_F00F_HACK
options		SOFTUPDATES
options		INCLUDE_CONFIG_FILE
options 	P1003_1B		#Posix P1003_1B real-time extentions
options 	_KPOSIX_PRIORITY_SCHEDULING
options		_KPOSIX_VERSION=199309L

#options		MAXMEM="(64*1024)"

# 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		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# SCSI Controllers
device		sym0		# NCR/Symbios Logic (newer chipsets)
device		sym1		# NCR/Symbios Logic (newer chipsets)
device		sym2		# NCR/Symbios Logic (newer chipsets)
device		sym3		# NCR/Symbios Logic (newer chipsets)
device		sym4		# NCR/Symbios Logic (newer chipsets)

# SCSI peripherals
device		scbus0 at sym3		# Intern narrow bus med root disk osv.
device		scbus1 at sym2		# Extern bus paa motherboard controller
device		scbus2 at sym0		# SCSI bus (required)
device		scbus3 at sym1		# SCSI bus (required)
device		scbus4 at sym4		# SCSI bus (required)
device		da0	at scbus0 target 0 unit 0	# Direct Access (disks)
device		da1	at scbus0 target 1 unit 0	# Direct Access (disks)
device		da2	at scbus0 target 2 unit 0	# Direct Access (disks)
#device		da3	at scbus1 target 3 unit 0	# Direct Access (disks)
#device		da4	at scbus1 target 4 unit 0	# Direct Access (disks)
device		cd		# CD

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

device		vga0	at isa?

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa?

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3

# PCI Ethernet NICs.
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)

# Pseudo devices - the number indicates how many units to allocated.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	md		# Memory "disks"
pseudo-device	bpf		#Berkeley packet filter

options         NSWAPDEV=32

###########
## dmesg ##
###########

Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
	The Regents of the University of California. All rights reserved.
FreeBSD 4.0-STABLE #0: Fri Jun  2 20:34:39 CEST 2000
    root@gl-mie.nms.tele.dk:/usr/src/sys/compile/REMIE
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon (496.66-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x672  Stepping = 2
  Features=0x387fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,XMM>
real memory  = 268369920 (262080K bytes)
config> q
avail memory = 258011136 (251964K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  1, version: 0x00040011, at 0xfee00000
 cpu1 (AP):  apic id:  0, version: 0x00040011, at 0xfee00000
 io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec00000
Preloaded elf kernel "kernel" at 0xc02d6000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02d609c.
Pentium Pro MTRR support enabled
md0: Malloc disk
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Intel 82443BX host to PCI bridge (AGP disabled)> on motherboard
pci0: <PCI bus> on pcib0
sym0: <895> port 0x1400-0x14ff mem 0xfa100000-0xfa100fff,0xfa106000-0xfa1060ff irq 16 at device 11.0 on pci0
sym0: Tekram NVRAM, ID 7, Fast-40, LVD, parity checking
sym1: <895> port 0x1800-0x18ff mem 0xfa101000-0xfa101fff,0xfa106400-0xfa1064ff irq 17 at device 12.0 on pci0
sym1: Tekram NVRAM, ID 7, Fast-40, LVD, parity checking
sym2: <875> port 0x2000-0x20ff mem 0xfa102000-0xfa102fff,0xfa106800-0xfa1068ff irq 21 at device 13.0 on pci0
sym2: No NVRAM, ID 7, Fast-20, SE, parity checking
sym3: <875> port 0x2400-0x24ff mem 0xfa103000-0xfa103fff,0xfa106c00-0xfa106cff irq 22 at device 13.1 on pci0
sym3: No NVRAM, ID 7, Fast-20, SE, parity checking
sym4: <895> port 0x2800-0x28ff mem 0xfa104000-0xfa104fff,0xfa107000-0xfa1070ff irq 18 at device 14.0 on pci0
sym4: Tekram NVRAM, ID 7, Fast-40, LVD, parity checking
fxp0: <Intel EtherExpress Pro 10/100B Ethernet> port 0x1060-0x107f mem 0xfa000000-0xfa0fffff,0xfa108000-0xfa108fff irq 20 at device 15.0 on pci0
fxp0: Ethernet address 00:a0:c9:d3:53:19
isab0: <Intel 82371AB PCI to ISA bridge> at device 18.0 on pci0
isa0: <ISA bus> on isab0
pci0: <Intel PIIX4 ATA controller> at 18.1
pci0: <Intel 82371AB/EB (PIIX4) USB controller> at 18.2 irq 22
Timecounter "PIIX"  frequency 3579545 Hz
chip1: <Intel 82371AB Power management controller> port 0x1040-0x104f at device 18.3 on pci0
pci0: <Cirrus Logic GD5480 SVGA controller> at 20.0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
sc0: <System console> on isa0
sc0: VGA <16 virtual consoles, flags=0x0>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A, console
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
APIC_IO: Testing 8254 interrupt delivery
APIC_IO: routing 8254 via IOAPIC #0 intpin 2
Waiting 15 seconds for SCSI devices to settle
SMP: AP CPU #1 Launched!
da3 at sym2 bus 0 target 0 lun 0
da3: <Eurolog Voyager3000 0131> Fixed Direct Access SCSI-2 device 
da3: 40.000MB/s transfers (20.000MHz, offset 16, 16bit), Tagged Queueing Enabled
da3: 70076MB (143515904 512 byte sectors: 255H 63S/T 8933C)
da4 at sym0 bus 0 target 0 lun 0
da4: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da4: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da4: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da13 at sym1 bus 0 target 0 lun 0
da13: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da13: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da13: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da22 at sym4 bus 0 target 0 lun 0
da22: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da22: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da22: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da5 at sym0 bus 0 target 1 lun 0
da5: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da5: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da5: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da14 at sym1 bus 0 target 1 lun 0
da14: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da14: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da14: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da23 at sym4 bus 0 target 1 lun 0
da23: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da23: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da23: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da24 at sym4 bus 0 target 2 lun 0
da24: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da24: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da24: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da15 at sym1 bus 0 target 2 lun 0
da15: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da15: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da15: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da6 at sym0 bus 0 target 2 lun 0
da6: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da6: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da6: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da25 at sym4 bus 0 target 3 lun 0
da25: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da25: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da25: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da16 at sym1 bus 0 target 3 lun 0
da16: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da16: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da16: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da7 at sym0 bus 0 target 3 lun 0
da7: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da7: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da7: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da17 at sym1 bus 0 target 4 lun 0
da17: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da17: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da17: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da26 at sym4 bus 0 target 4 lun 0
da26: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da26: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da26: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da8 at sym0 bus 0 target 4 lun 0
da8: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da8: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da8: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da18 at sym1 bus 0 target 5 lun 0
da18: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da18: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da18: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da27 at sym4 bus 0 target 5 lun 0
da27: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da27: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da27: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da9 at sym0 bus 0 target 5 lun 0
da9: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da9: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da9: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da19 at sym1 bus 0 target 6 lun 0
da19: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da19: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da19: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da28 at sym4 bus 0 target 6 lun 0
da28: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da28: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da28: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da10 at sym0 bus 0 target 6 lun 0
da10: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da10: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da10: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da20 at sym1 bus 0 target 8 lun 0
da20: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da20: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da20: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da29 at sym4 bus 0 target 8 lun 0
da29: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da29: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da29: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da11 at sym0 bus 0 target 8 lun 0
da11: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da11: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da11: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da21 at sym1 bus 0 target 9 lun 0
da21: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da21: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da21: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da30 at sym4 bus 0 target 9 lun 0
da30: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da30: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da30: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da12 at sym0 bus 0 target 9 lun 0
da12: <IBM DDYS-T09170N S80D> Fixed Direct Access SCSI-3 device 
da12: 6.600MB/s transfers (16bit), Tagged Queueing Enabled
da12: 8748MB (17916240 512 byte sectors: 255H 63S/T 1115C)
da2 at sym3 bus 0 target 2 lun 0
da2: <IBM DCAS-34330 S65A> Fixed Direct Access SCSI-2 device 
da2: 20.000MB/s transfers (20.000MHz, offset 15)
da2: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C)
da1 at sym3 bus 0 target 1 lun 0
da1: <IBM DCAS-34330 S65A> Fixed Direct Access SCSI-2 device 
da1: 20.000MB/s transfers (20.000MHz, offset 15)
da1: 4134MB (8467200 512 byte sectors: 255H 63S/T 527C)
da0 at sym3 bus 0 target 0 lun 0
da0: <IBM DORS-32160 WA0A> Fixed Direct Access SCSI-2 device 
da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled
da0: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C)
cd0 at sym3 bus 0 target 3 lun 0
cd0: <IBM CDRM00203\\000\\000\\000\\000\\000!K BZ26> Removable CD-ROM SCSI-2 device 
cd0: 5.000MB/s transfers (5.000MHz, offset 15)
cd0: Attempt to query device size failed: NOT READY, Medium not present
Mounting root from ufs:/dev/da0s1a
WARNING: / was not properly dismounted
vinum: loaded
vinum: reading configuration from /dev/da30s1e
vinum: updating configuration from /dev/da29s1e
vinum: updating configuration from /dev/da28s1e
vinum: updating configuration from /dev/da27s1e
vinum: updating configuration from /dev/da26s1e
vinum: updating configuration from /dev/da25s1e
vinum: updating configuration from /dev/da24s1e
vinum: updating configuration from /dev/da23s1e
vinum: updating configuration from /dev/da22s1e
vinum: updating configuration from /dev/da21s1e
vinum: updating configuration from /dev/da20s1e
vinum: updating configuration from /dev/da19s1e
vinum: updating configuration from /dev/da18s1e
vinum: updating configuration from /dev/da16s1e
vinum: updating configuration from /dev/da15s1e
vinum: updating configuration from /dev/da14s1e
vinum: updating configuration from /dev/da13s1e
vinum: updating configuration from /dev/da12s1e
vinum: updating configuration from /dev/da11s1e
vinum: updating configuration from /dev/da10s1e
vinum: updating configuration from /dev/da9s1e
vinum: updating configuration from /dev/da8s1e
vinum: updating configuration from /dev/da7s1e
vinum: updating configuration from /dev/da6s1e
vinum: updating configuration from /dev/da5s1e
vinum: updating configuration from /dev/da4s1e
vinum: updating configuration from /dev/da2s1f
vinum: updating configuration from /dev/da1s1f

/Jesper

-- 
Jesper Skriver, jesper(at)skriver(dot)dk  -  CCIE #5456
Work:    Network manager @ AS3292 (Tele Danmark DataNetworks)
Private: Geek            @ AS2109 (A much smaller network ;-)

One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000607113953.A78657>