From owner-freebsd-performance@FreeBSD.ORG Sat Dec 10 02:39:07 2005 Return-Path: X-Original-To: freebsd-performance@freebsd.org Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E4FE16A420 for ; Sat, 10 Dec 2005 02:39:07 +0000 (GMT) (envelope-from gbaratto@superb.net) Received: from smail2.superb.net (smail2.superb.net [64.251.80.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A571843D55 for ; Sat, 10 Dec 2005 02:39:05 +0000 (GMT) (envelope-from gbaratto@superb.net) Received: from garrincha (S01060080c8118809.vc.shawcable.net [24.82.90.177]) by smail2.superb.net (Postfix) with ESMTP id A85A71F6EFC for ; Fri, 9 Dec 2005 18:39:00 -0800 (PST) Message-ID: <032801c5fd32$df28c3b0$6400a8c0@garrincha> From: "Gustavo A. Baratto" To: Date: Fri, 9 Dec 2005 18:38:57 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: mysql benchmarks X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 02:39:07 -0000 Since the last post just had freebsd numbers, I'm re-posting it including Linux as well. Both linux and freebsd numbers were taken from the same box: ++++ LINUX # uname -a Linux xoxoxoxox.com 2.6.14-1.1644_FC4smp #1 SMP Sun Nov 27 03:39:31 EST 2005 i686 i686 i386 GNU/Linux Fedora core 4 - mysql 4.0.26 - The RPM provided by mysql com ++++ Linux connecting to localhost # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Fri Dec 9 15:02:31 EST 2005 select_index 20000 0 0 22829.72 select_index 20000 0 0 22944.49 select_index 20000 0 0 23089.30 select_index 20000 0 0 23316.90 select_index 20000 0 0 22487.98 Fri Dec 9 15:02:35 EST 2005 ++++ Linux connecting to a local mysql using TCP, instead of socket: # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; dateFri Dec 9 15:03:59 EST 2005select_index 20000 0 0 21397.17select_index 20000 0 0 21040.54select_index 20000 2 0 21372.57select_index 20000 0 0 21242.07select_index 20000 0 0 22575.78Fri Dec 9 15:04:04 EST 2005+++++ FREEBSD - 6.0 RELEASE++++ lipthread: standard # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 16:20:52 EST 2005 select_index 20000 0 0 14570.99 select_index 20000 2 0 14787.32 select_index 20000 3 0 14621.65 select_index 20000 1 0 13554.19 select_index 20000 0 0 13514.42 Wed Nov 30 16:20:59 EST 2005 date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 22:45:37 EST 2005 select_index 20000 1 0 14567.60 select_index 20000 0 0 13745.24 select_index 20000 1 0 13625.50 select_index 20000 0 0 13558.84 select_index 20000 1 0 13460.09 Wed Nov 30 22:45:45 EST 2005 ++++ lipthread: LIBPTHREAD_PROCESS_SCOPE=yes # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 16:37:16 EST 2005 select_index 20000 2 0 12014.51 select_index 20000 2 0 11991.61 select_index 20000 0 0 10890.61 select_index 20000 1 0 11992.41 select_index 20000 3 0 11775.37 Wed Nov 30 16:37:24 EST 2005 date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 22:49:40 EST 2005 select_index 20000 1 0 11035.18 select_index 20000 4 0 11877.35 select_index 20000 0 0 10097.29 select_index 20000 0 0 10765.29 select_index 20000 1 0 11401.68 Wed Nov 30 22:49:50 EST 2005 ++++ libthr: # more /etc/libmap.conf [mysqld] libpthread.so.2 libthr.so.2 libpthread.so libthr.so # ldd /usr/local/libexec/mysqld /usr/local/libexec/mysqld: libz.so.3 => /lib/libz.so.3 (0x881f8000) libcrypt.so.3 => /lib/libcrypt.so.3 (0x88208000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x88220000) libm.so.4 => /lib/libm.so.4 (0x882ea000) libpthread.so.2 => /usr/lib/libthr.so.2 (0x88300000) libc.so.6 => /lib/libc.so.6 (0x88312000) # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 16:38:45 EST 2005 select_index 20000 0 0 15789.56 select_index 20000 1 0 14804.51 select_index 20000 0 0 14810.69 select_index 20000 0 0 14600.25 select_index 20000 0 0 14478.79 Wed Nov 30 16:38:52 EST 2005 # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 22:47:26 EST 2005 select_index 20000 1 0 14375.95 select_index 20000 0 0 14392.69 select_index 20000 0 0 14478.93 select_index 20000 0 0 14371.66 select_index 20000 0 0 14416.07 Wed Nov 30 22:47:33 EST 2005 ++++ linuxthreads # ldd /usr/local/libexec/mysqld /usr/local/libexec/mysqld: liblthread.so.3 => /usr/local/lib/liblthread.so.3 (0x88201000) liblstdc++.so.5 => /usr/local/lib/liblstdc++.so.5 (0x88222000) libz.so.3 => /lib/libz.so.3 (0x882ed000) libcrypt.so.3 => /lib/libcrypt.so.3 (0x882fd000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x88315000) libm.so.4 => /lib/libm.so.4 (0x883df000) libc.so.6 => /lib/libc.so.6 (0x883f5000) # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 23:30:24 EST 2005 select_index 20000 0 0 14357.28 select_index 20000 0 0 14055.69 select_index 20000 0 0 13694.37 select_index 20000 1 0 13394.22 select_index 20000 0 0 13723.05 Wed Nov 30 23:30:32 EST 2005 # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 23:30:38 EST 2005 select_index 20000 2 0 13555.20 select_index 20000 2 0 13500.62 select_index 20000 0 0 13546.00 select_index 20000 0 0 13161.49 select_index 20000 0 0 13510.82 Wed Nov 30 23:30:46 EST 2005 ++++ linuxthreads with query cache disabled (query_cache_size commented out in my.cnf):: # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 21:59:51 EST 2005 select_index 20000 1 0 8615.98 select_index 20000 3 0 8700.63 select_index 20000 1 0 8590.18 select_index 20000 1 0 8733.90 select_index 20000 1 0 8582.01 Wed Nov 30 22:00:02 EST 2005 ++++ libthr with query cache disabled (query_cache_size commented out in my.cnf): date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 22:52:42 EST 2005 select_index 20000 1 0 9511.13 select_index 20000 1 0 9464.96 select_index 20000 1 0 9229.52 select_index 20000 1 0 9195.97 select_index 20000 1 0 9346.92 Wed Nov 30 22:52:53 EST 2005 ++++ libthr, connecting to a local mysql using TCP, instead of socket # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 22:57:03 EST 2005 select_index 20000 1 0 9286.62 select_index 20000 2 0 9245.66 select_index 20000 1 0 9126.25 select_index 20000 0 0 9303.66 select_index 20000 1 0 9286.14 Wed Nov 30 22:57:15 EST 2005 ++++ linuxthreads, connecting to a local mysql using TCP, instead of socket # date; for i in 1 2 3 4 5; do super-smack select-key-mysql.smack 10 1000 | grep select_index; done; date Wed Nov 30 23:07:16 EST 2005 select_index 20000 2 0 8137.02 select_index 20000 2 0 8220.83 select_index 20000 3 0 8264.19 select_index 20000 1 0 8268.86 select_index 20000 3 0 8234.24 Wed Nov 30 23:07:28 EST 2005 ++++ my.cnf ---------------- [mysqld] server-id=2 log-bin=/var/log/mysql/binlog log-slow-queries=/var/log/mysql/slow-queries.log relay-log=/var/log/mysql/relay-log relay-log-index=/var/log/mysql/relay-log-index skip-innodb skip-bdb safe-user-create skip-name-resolve skip-log-warnings safe-show-database set-variable = flush_time=86400 set-variable = max_connections=300 set-variable = max_connect_errors=100 set-variable = interactive_timeout=600 set-variable = wait_timeout=60 set-variable = myisam-recover=FORCE set-variable = key_buffer_size=400M set-variable = sort_buffer_size=1M set-variable = read_buffer_size=512k set-variable = table_cache=4096 set-variable = max_delayed_threads=0 set-variable = max_user_connections=100 set-variable = query_cache_size=300M set-variable = thread_cache_size=50 [mysql.server] user=mysql [safe_mysqld] err-log=/var/log/mysql/error.log ------------------------ ++++ FREEBSD DMESG (Linux in the very end): ---------- # dmesg Copyright (c) 1992-2005 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.0-RELEASE #1: Tue Nov 29 23:36:08 EST 2005 gbaratto at sh-mysql4.dca1.superb.net:/usr/obj/usr/src/sys/GBARATTO Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.06GHz (3066.79-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400> Hyperthreading: 2 logical CPUs real memory = 1073741824 (1024 MB) avail memory = 1041698816 (993 MB) MPTable: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 6 ioapic0: Assuming intbase of 0 ioapic1: Assuming intbase of 24 ioapic2: Assuming intbase of 48 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 24-47 on motherboard ioapic2 irqs 48-71 on motherboard npx0: [FAST] npx0: on motherboard npx0: INT 16 interface cpu0 on motherboard cpu1 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 pcib1: at device 2.0 on pci0 pci2: on pcib1 pci2: at device 28.0 (no driver attached) pcib2: at device 29.0 on pci2 pci5: on pcib2 em0: port 0xa400-0xa43f mem 0xfe9c0000-0xfe9dffff irq 48 at device 1.0 on pci5 em0: Ethernet address: 00:e0:81:2a:48:64 em0: Speed:N/A Duplex:N/A em1: port 0xa800-0xa83f mem 0xfe9e0000-0xfe9fffff irq 49 at device 1.1 on pci5 em1: Ethernet address: 00:e0:81:2a:48:65 em1: Speed:N/A Duplex:N/A pci2: at device 30.0 (no driver attached) pcib3: at device 31.0 on pci2 pci3: on pcib3 asr0: mem 0xfa000000-0xfbffffff irq 24 at device 3.0 on pci3 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2110S FW Rev. 380E, 1 channel, 256 CCBs, Protocol I2O pcib4: at device 3.1 on pci3 pci4: on pcib4 uhci0: port 0xc400-0xc41f irq 16 at device 29.0 on pci0 uhci0: [GIANT-LOCKED] usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0xc800-0xc81f irq 19 at device 29.1 on pci0 uhci1: [GIANT-LOCKED] usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered ehci0: mem 0xfebffc00-0xfebfffff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] usb2: waiting for BIOS to give up control usb2: timed out waiting for BIOS usb2: EHCI version 1.0 usb2: companion controllers, 2 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 4 ports with 4 removable, self powered pcib5: at device 30.0 on pci0 pci1: on pcib5 fxp0: port 0x9800-0x983f mem 0xfe6fe000-0xfe6fefff,0xfe6a0000-0xfe6bffff irq 17 at device 1.0 on pci1 miibus0: on fxp0 inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fxp0: Ethernet address: 00:e0:81:2a:48:35 pci1: at device 2.0 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 31.3 (no driver attached) pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xcdfff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: [FAST] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 unknown: can't assign resources (memory) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) unknown: can't assign resources (port) Timecounters tick every 1.000 msec acd0: CDROM at ata1-master PIO4 da0 at asr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Tagged Queueing Enabled da0: 70006MB (143372288 512 byte sectors: 255H 63S/T 8924C) SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/da0s1a em0: link state changed to UP ---------------- ++++ DIFF KERNEL # diff -bu /usr/src/sys/i386/conf/GENERIC /usr/src/sys/i386/conf/GBARATTO --- /usr/src/sys/i386/conf/GENERIC Fri Oct 28 15:22:41 2005 +++ /usr/src/sys/i386/conf/GBARATTO Tue Nov 29 23:29:19 2005 @@ -19,10 +19,8 @@ # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.3.2.1 2005/10/28 19:22:41 jhb Exp $ machine i386 -cpu I486_CPU -cpu I586_CPU cpu I686_CPU -ident GENERIC +ident GBARATTO # To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" # Default places to look for devices. @@ -64,6 +62,26 @@ options ADAPTIVE_GIANT # Giant mutex is adaptive. device apic # I/O APIC + +# ADDED BY GUSTAVO +options SMP + +device carp + +options ALTQ +options ALTQ_CBQ +options ALTQ_RED +options ALTQ_RIO +options ALTQ_HFSC +options ALTQ_CDNR +options ALTQ_PRIQ +options ALTQ_NOPCC # just for SMP builds + +options MAXDSIZ=(2048UL*1024*1024) #added by gustavo +options MAXSSIZ=(512UL*1024*1024) #added by gustavo +options DFLDSIZ=(2048UL*1024*1024) #added by gustavo +# + ++++ LINUX DMESG: # dmesg Linux version 2.6.14-1.1644_FC4smp (bhcompile@hs20-bc1-1.build.redhat.com) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Sun Nov 27 03:39:31 EST 2005 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 0000000040000000 (usable) BIOS-e820: 00000000fec00000 - 00000000fed00000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved) 128MB HIGHMEM available. 896MB LOWMEM available. found SMP MP-table at 000ff780 Using x86 segment limits to approximate NX protection On node 0 totalpages: 262144 DMA zone: 4096 pages, LIFO batch:1 Normal zone: 225280 pages, LIFO batch:31 HighMem zone: 32768 pages, LIFO batch:15 DMI 2.3 present. Using APIC driver default ACPI: Unable to locate RSDP Intel MultiProcessor Specification v1.4 Virtual Wire compatibility mode. OEM ID: INTEL Product ID: KingsCanyonC APIC at: 0xFEE00000 Processor #0 15:2 APIC version 20 Processor #6 15:2 APIC version 20 I/O APIC #7 Version 32 at 0xFEC00000. I/O APIC #8 Version 32 at 0xFEC80000. I/O APIC #9 Version 32 at 0xFEC80400. Enabling APIC mode: Flat. Using 3 I/O APICs Processors: 2 Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000) Built 1 zonelists Kernel command line: ro root=/dev/VolGroup00/LogVol00 mapped APIC to ffffd000 (fee00000) mapped IOAPIC to ffffc000 (fec00000) mapped IOAPIC to ffffb000 (fec80000) mapped IOAPIC to ffffa000 (fec80400) Initializing CPU#0 CPU 0 irqstacks, hard=c044a000 soft=c042a000 PID hash table entries: 4096 (order: 12, 65536 bytes) Detected 3067.305 MHz processor. Using tsc for high-res timesource Console: colour VGA+ 80x25 Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1031912k/1048576k available (2177k kernel code, 15744k reserved, 812k data, 224k init, 131072k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 6142.88 BogoMIPS (lpj=12285760) Security Framework v1.0.0 initialized SELinux: Initializing. SELinux: Starting in permissive mode selinux_register_security: Registering secondary module capability Capability LSM initialized as secondary Mount-cache hash table entries: 512 CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 512K CPU: Hyper-Threading is disabled CPU: After all inits, caps: bfebf3ff 00000000 00000000 00000080 00004400 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU0: Intel P4/Xeon Extended MCE MSRs (12) available CPU0: Thermal monitoring enabled mtrr: v2.0 (20020519) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. CPU0: Intel(R) Xeon(TM) CPU 3.06GHz stepping 09 Booting processor 1/6 eip 2000 CPU 1 irqstacks, hard=c044b000 soft=c042b000 Initializing CPU#1 Calibrating delay using timer specific routine.. 6134.16 BogoMIPS (lpj=12268339) CPU: After generic identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 CPU: After vendor identify, caps: bfebfbff 00000000 00000000 00000000 00004400 00000000 00000000 CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 512K CPU: Hyper-Threading is disabled CPU: After all inits, caps: bfebf3ff 00000000 00000000 00000080 00004400 00000000 00000000 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#1. CPU1: Intel P4/Xeon Extended MCE MSRs (12) available CPU1: Thermal monitoring enabled CPU1: Intel(R) Xeon(TM) CPU 3.06GHz stepping 09 Total of 2 processors activated (12277.04 BogoMIPS). ENABLING IO-APIC IRQs ..TIMER: vector=0x31 pin1=2 pin2=0 checking TSC synchronization across 2 CPUs: passed. Brought up 2 CPUs checking if image is initramfs... it is Freeing initrd memory: 1760k freed NET: Registered protocol family 16 PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=5 PCI: Using configuration type 1 ACPI: Subsystem revision 20050902 ACPI: Interpreter disabled. Linux Plug and Play Support v0.97 (c) Adam Belay pnp: PnP ACPI: disabled usbcore: registered new driver usbfs usbcore: registered new driver hub PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO PCI quirk: region 0480-04bf claimed by ICH4 GPIO PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 Boot video device is 0000:01:02.0 PCI: Transparent bridge - 0000:00:1e.0 PCI: Using IRQ router PIIX/ICH [8086/24d0] at 0000:00:1f.0 PCI->APIC IRQ transform: 0000:00:1d.0[A] -> IRQ 137 PCI->APIC IRQ transform: 0000:00:1d.1[B] -> IRQ 161 PCI->APIC IRQ transform: 0000:00:1d.7[D] -> IRQ 169 PCI->APIC IRQ transform: 0000:00:1f.1[A] -> IRQ 153 PCI->APIC IRQ transform: 0000:00:1f.3[B] -> IRQ 145 PCI->APIC IRQ transform: 0000:05:01.0[A] -> IRQ 185 PCI->APIC IRQ transform: 0000:05:01.1[B] -> IRQ 193 PCI->APIC IRQ transform: 0000:03:03.0[A] -> IRQ 177 PCI->APIC IRQ transform: 0000:01:01.0[A] -> IRQ 145 PCI->APIC IRQ transform: 0000:01:02.0[A] -> IRQ 153 PCI: Bridge: 0000:02:1d.0 IO window: a000-afff MEM window: fe900000-fe9fffff PREFETCH window: fc300000-fc3fffff PCI: Bridge: 0000:03:03.1 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:02:1f.0 IO window: disabled. MEM window: fe700000-fe8fffff PREFETCH window: f8100000-fc2fffff PCI: Bridge: 0000:00:02.0 IO window: a000-afff MEM window: fe700000-feafffff PREFETCH window: f8100000-fc4fffff PCI: Bridge: 0000:00:1e.0 IO window: 8000-9fff MEM window: fc600000-fe6fffff PREFETCH window: f8000000-f80fffff PCI: Setting latency timer of device 0000:00:1e.0 to 64 apm: BIOS not found. audit: initializing netlink socket (disabled) audit(1134082350.740:1): initialized highmem bounce pool size: 64 pages Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) SELinux: Registering netfilter hooks Initializing Cryptographic API ksign: Installing public key data Loading keyring - Added public key D3270678ACC294DC - User ID: Red Hat, Inc. (Kernel Module GPG key) pci_hotplug: PCI Hot Plug PCI Core version: 0.5 isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Real Time Clock Driver v1.12 Linux agpgart interface v0.101 (c) Dave Jones PNP: No PS/2 controller found. Probing ports directly. serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A io scheduler noop registered io scheduler anticipatory registered io scheduler deadline registered io scheduler cfq registered RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ICH5: IDE controller at PCI slot 0000:00:1f.1 PCI: Enabling device 0000:00:1f.1 (0005 -> 0007) ICH5: chipset revision 2 ICH5: not 100% native mode: will probe irqs later ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:pio ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio Probing IDE interface ide0... Probing IDE interface ide1... hdc: CDU5211, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 Probing IDE interface ide0... hdc: ATAPI 52X CD-ROM drive, 120kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.20 ide-floppy driver 0.99.newide usbcore: registered new driver hiddev usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver mice: PS/2 mouse device common for all mice md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 3.39 NET: Registered protocol family 2 IP route cache hash table entries: 65536 (order: 6, 262144 bytes) TCP established hash table entries: 131072 (order: 9, 2621440 bytes) TCP bind hash table entries: 65536 (order: 8, 1310720 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered TCP bic registered Initializing IPsec netlink socket NET: Registered protocol family 1 NET: Registered protocol family 17 Using IPI Shortcut mode Freeing unused kernel memory: 224k freed Write protecting the kernel read-only data: 331k SCSI subsystem initialized I2O subsystem v1.288 i2o: max drivers = 8 i2o: Checking for PCI I2O controllers... iop0: controller found (0000:03:03.0) iop0: using 64-bit DMA iop0: PCI I2O controller at FA000000 size=1048576 iop0: Installed at IRQ 177 i2o: iop0: Activating I2O controller... i2o: iop0: This may take a few minutes if there are many devices input: AT Translated Set 2 keyboard on isa0060/serio0 iop0: HRT has 1 entries of 16 bytes each. Adapter 00000012: <7>TID 0000:[<7>H<7>P<7>C<7>*<7>]:<7>PCI 1: Bus 1 Device 22 Function 0<7> i2o: iop0: Controller added I2O Block Device OSM v1.287 block-osm: registered device at major 80 i2o/hda: i2o/hda1 i2o/hda2 block-osm: device added (TID: 207): i2o/hda device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com ide-cd: cmd 0x28 timed out hdc: DMA interrupt recovery hdc: lost interrupt hdc: status timeout: status=0xd0 { Busy } ide: failed opcode was: unknown hdc: DMA disabled hdc: drive not ready for command hdc: ATAPI reset complete EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald starting. Commit interval 5 seconds EXT3-fs: dm-0: orphan cleanup on readonly fs ext3_orphan_cleanup: deleting unreferenced inode 14403988 EXT3-fs: dm-0: 1 orphan inode deleted EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. SELinux: Disabled at runtime. SELinux: Unregistering netfilter hooks Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 e100: Intel(R) PRO/100 Network Driver, 3.4.14-k2-NAPI e100: Copyright(c) 1999-2005 Intel Corporation e100: eth0: e100_probe: addr 0xfe6fe000, irq 145, MAC addr 00:E0:81:2A:48:35 Intel(R) PRO/1000 Network Driver - version 6.0.60-k2-NAPI Copyright (c) 1999-2005 Intel Corporation. e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection e1000: eth2: e1000_probe: Intel(R) PRO/1000 Network Connection shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x1001 shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x1001 shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x1001 hw_random: RNG not detected shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x1001 PCI: Setting latency timer of device 0000:00:1d.7 to 64 ehci_hcd 0000:00:1d.7: EHCI Host Controller ehci_hcd 0000:00:1d.7: debug port 1 ehci_hcd 0000:00:1d.7: BIOS handoff failed (104, 01010001) ehci_hcd 0000:00:1d.7: continuing after BIOS bug... ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1d.7: irq 169, io mem 0xfebffc00 PCI: cache line size of 128 is not supported by device 0000:00:1d.7 ehci_hcd 0000:00:1d.7: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004 hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected USB Universal Host Controller Interface driver v2.3 PCI: Setting latency timer of device 0000:00:1d.0 to 64 uhci_hcd 0000:00:1d.0: UHCI Host Controller uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1d.0: irq 137, io base 0x0000c400 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected PCI: Setting latency timer of device 0000:00:1d.1 to 64 uhci_hcd 0000:00:1d.1: UHCI Host Controller uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 uhci_hcd 0000:00:1d.1: irq 161, io base 0x0000c800 hub 3-0:1.0: USB hub found hub 3-0:1.0: 2 ports detected md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. EXT3 FS on dm-0, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on i2o/hda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. Adding 2031608k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:2031608k e1000: eth1: e1000_watchdog_task: NIC Link is Up 100 Mbps Half Duplex Bluetooth: Core ver 2.7 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: L2CAP ver 2.7 Bluetooth: L2CAP socket layer initialized Bluetooth: RFCOMM ver 1.5 Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized lp: driver loaded but no devices found NET: Registered protocol family 10 Disabled Privacy Extensions on device c0399a00(lo) IPv6 over IPv4 tunneling driver eth1: no IPv6 routers present eth0: no IPv6 routers present