From owner-freebsd-i386@FreeBSD.ORG Sun Aug 23 23:50:02 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E39C8106568C for ; Sun, 23 Aug 2009 23:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BF6318FC1F for ; Sun, 23 Aug 2009 23:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7NNo1OW024803 for ; Sun, 23 Aug 2009 23:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7NNo13E024802; Sun, 23 Aug 2009 23:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 23 Aug 2009 23:50:01 GMT Resent-Message-Id: <200908232350.n7NNo13E024802@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Terrence Koeman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F2D8106568C for ; Sun, 23 Aug 2009 23:48:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 4CCA58FC14 for ; Sun, 23 Aug 2009 23:48:29 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7NNmStQ033700 for ; Sun, 23 Aug 2009 23:48:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7NNmSc1033699; Sun, 23 Aug 2009 23:48:28 GMT (envelope-from nobody) Message-Id: <200908232348.n7NNmSc1033699@www.freebsd.org> Date: Sun, 23 Aug 2009 23:48:28 GMT From: Terrence Koeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/138117: spin lock held too long X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Aug 2009 23:50:02 -0000 >Number: 138117 >Category: i386 >Synopsis: spin lock held too long >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 23 23:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Terrence Koeman >Release: 7.2-STABLE >Organization: >Environment: FreeBSD persephone 7.2-STABLE FreeBSD 7.2-STABLE #15: Mon Aug 24 01:00:54 CEST 2009 terrence@persephone:/usr/obj/usr/src/sys/PERSEPHONE-SMP-PAE i386 >Description: When rebooting the kernel panics with 'spin lock held too long' (full text below). This happens every reboot, not incidentally as I've seen it reported by others. I tried the following: -Removed PAE (revert to GENERIC), this decreased the panics from every reboot to about 50% of reboots. -Changed SCHED_ULE to SCHED_4BSD, did not change anything. -Added KDB_UNATTENDED, but the server hangs on the panic. Also the server hangs on boot, after the 10s countdown it hangs for about 2-3 minutes before either booting normally or (1 out of 10 boots) hangs forever (apparently, I've let it sit for hours). I did notice that when the server is in the hung state on booting, I can sometimes make it continue to boot by pressing and holding return on the (usb) keyboard. I've tried other keys, but only the return key sometimes works. It's not a coincidence, I can let it sit 10m or an hour and when then holding return it will continue to boot within 3-5 seconds. Aside from booting the server is rock-solid, I had it running overnight with a concurrent 'make -j 20 buildkernel && make -j 20 buildworld', 'portupgrade -afr' and '/usr/libexec/locate.updatedb' in a continous loop while running apachebench with 1500 connections on it from another machine on the LAN. Aside from an ACPI warning at boot (see below for dmesg) there are no errors whatsoever and also no dumps or possibility to get into the debugger. When ACPI is disabled the server never boots, it hangs at the same point after the 10s countdown but never hangs and does not respond to return. I'd be happy to get more info, but with no debugger or dump I don't know where to start :) Please advise. Panic: --- Rebooting... cpu_reset: Stopping other CPUs spin lock 0xc05a8c00 (sched lock 0) held by 0xd3087000 (tid 100011) too long panic: spin lock held too long cpuid = 0 --- (with about half the panics the 5 lines text above the panic message are garbled with what looks like random ASCII printable data) dmesg: (Server is an IBM xseries 445 with 4x 3Ghz Xeon and 12Gb memory. --- Copyright (c) 1992-2009 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 is a registered trademark of The FreeBSD Foundation. FreeBSD 7.2-STABLE #15: Mon Aug 24 01:00:54 CEST 2009 terrence@persephone:/usr/obj/usr/src/sys/PERSEPHONE-SMP-PAE Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2993.89-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400 Logical CPUs per core: 2 real memory = 13421772800 (12800 MB) avail memory = 12619841536 (12035 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP/HT): APIC ID: 1 cpu2 (AP): APIC ID: 18 cpu3 (AP/HT): APIC ID: 19 cpu4 (AP): APIC ID: 32 cpu5 (AP/HT): APIC ID: 33 cpu6 (AP): APIC ID: 50 cpu7 (AP/HT): APIC ID: 51 ACPI Warning (tbfadt-0505): Optional field "Gpe1Block" has zero address or length: 0 0/4 [20070320] MADT: Forcing active-low polarity and level trigger for SCI ioapic1 irqs 44-87 on motherboard ioapic0 irqs 0-43 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 400, 100 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 pcib0: on acpi0 pci0: on pcib0 vgapci0: port 0x1800-0x18ff mem 0xe0000000-0xe7ffffff,0xf0a20000-0xf0a2ffff irq 16 at device 4.0 on pci0 isab0: at device 5.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x700-0x70f at device 5.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] uhci0: port 0x1900-0x191f irq 18 at device 5.2 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x1920-0x193f irq 18 at device 5.3 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered pci0: at device 5.4 (no driver attached) pcib1: on acpi0 pci1: on pcib1 bge0: mem 0xf0b00000-0xf0b0ffff,0xf0b10000-0xf0b1ffff irq 42 at device 4.0 on pci1 miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge0: Ethernet address: 00:09:6b:e6:39:7f bge0: [ITHREAD] bge1: mem 0xf0b20000-0xf0b2ffff,0xf0b30000-0xf0b3ffff irq 11 at device 4.1 on pci1 miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto bge1: Ethernet address: 00:09:6b:16:39:7f bge1: [ITHREAD] pcib2: on acpi0 pci2: on pcib2 pcib3: on acpi0 pci5: on pcib3 pcib4: on acpi0 pci7: on pcib4 ips0: mem 0xf9c00000-0xf9c01fff irq 60 at device 3.0 on pci7 ips0: [ITHREAD] pcib5: on acpi0 pci9: on pcib5 fdc0: port 0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 cpu0: on acpi0 p4tcc0: on cpu0 cpu1: on acpi0 p4tcc1: on cpu1 cpu2: on acpi0 p4tcc2: on cpu2 cpu3: on acpi0 p4tcc3: on cpu3 cpu4: on acpi0 p4tcc4: on cpu4 cpu5: on acpi0 p4tcc5: on cpu5 cpu6: on acpi0 p4tcc6: on cpu6 cpu7: on acpi0 p4tcc7: on cpu7 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcafff,0xcb000-0xce7ff pnpid ORM0000 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: on uhub1 kbd2 at ukbd0 Timecounters tick every 1.000 msec ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to accept, logging limited to 2000 packets/entry by default acd0: DVDROM at ata0-master UDMA33 ips0: adapter type: ServeRAID 4Lx (neo lite) ips0: logical drives: 1 ips0: Logical Drive 0: RAID1 sectors: 286748672, state OK ipsd0: on ips0 ipsd0: Logical Drive (140014MB) SMP: AP CPU #7 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! Trying to mount root from ufs:/dev/ipsd0s1a bge0: link state changed to UP --- >How-To-Repeat: reboot >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 04:09:59 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 450581065691; Mon, 24 Aug 2009 04:09:59 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B33C8FC13; Mon, 24 Aug 2009 04:09:59 +0000 (UTC) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7O49w9X082715; Mon, 24 Aug 2009 04:09:58 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7O49wYY082711; Mon, 24 Aug 2009 04:09:58 GMT (envelope-from linimon) Date: Mon, 24 Aug 2009 04:09:58 GMT Message-Id: <200908240409.n7O49wYY082711@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-net@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/138046: [tcp] tcp sockets stay in SYN_SENT even after receiving RST. never time out as well. X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 04:09:59 -0000 Old Synopsis: tcp sockets stay in SYN_SENT even after receiving RST. never time out as well. New Synopsis: [tcp] tcp sockets stay in SYN_SENT even after receiving RST. never time out as well. Responsible-Changed-From-To: freebsd-i386->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 24 04:08:39 UTC 2009 Responsible-Changed-Why: This does not sound i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=138046 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 04:16:38 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 137C5106564A; Mon, 24 Aug 2009 04:16:38 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE0448FC08; Mon, 24 Aug 2009 04:16:37 +0000 (UTC) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7O4GbmD093256; Mon, 24 Aug 2009 04:16:37 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7O4Gb39093252; Mon, 24 Aug 2009 04:16:37 GMT (envelope-from linimon) Date: Mon, 24 Aug 2009 04:16:37 GMT Message-Id: <200908240416.n7O4Gb39093252@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/138117: [kernel] [panic] spin lock held too long X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 04:16:38 -0000 Old Synopsis: spin lock held too long New Synopsis: [kernel] [panic] spin lock held too long Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 24 04:11:50 UTC 2009 Responsible-Changed-Why: This may not be i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=138117 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 04:20:50 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC126106568E; Mon, 24 Aug 2009 04:20:50 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 822948FC08; Mon, 24 Aug 2009 04:20:50 +0000 (UTC) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7O4KonJ001048; Mon, 24 Aug 2009 04:20:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7O4KoBk001038; Mon, 24 Aug 2009 04:20:50 GMT (envelope-from linimon) Date: Mon, 24 Aug 2009 04:20:50 GMT Message-Id: <200908240420.n7O4KoBk001038@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: kern/137822: [vesa] [hang] System crashes leaving X when running vesa driver for S3 Inc. VT8375 [ProSavage8 KM266/KL266] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 04:20:50 -0000 Old Synopsis: System crashes leaving X when running vesa driver for S3 Inc. VT8375 [ProSavage8 KM266/KL266] New Synopsis: [vesa] [hang] System crashes leaving X when running vesa driver for S3 Inc. VT8375 [ProSavage8 KM266/KL266] Responsible-Changed-From-To: freebsd-i386->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Aug 24 04:19:03 UTC 2009 Responsible-Changed-Why: This may not be i386-specific. http://www.freebsd.org/cgi/query-pr.cgi?pr=137822 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 07:50:01 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89848106568B for ; Mon, 24 Aug 2009 07:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 65D988FC23 for ; Mon, 24 Aug 2009 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7O7o1mj042658 for ; Mon, 24 Aug 2009 07:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7O7o1q8042657; Mon, 24 Aug 2009 07:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 24 Aug 2009 07:50:01 GMT Resent-Message-Id: <200908240750.n7O7o1q8042657@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Zete Tresor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3FF6106568F for ; Mon, 24 Aug 2009 07:41:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id C36C48FC27 for ; Mon, 24 Aug 2009 07:41:10 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7O7fAJS043293 for ; Mon, 24 Aug 2009 07:41:10 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7O7fAwi043291; Mon, 24 Aug 2009 07:41:10 GMT (envelope-from nobody) Message-Id: <200908240741.n7O7fAwi043291@www.freebsd.org> Date: Mon, 24 Aug 2009 07:41:10 GMT From: Zete Tresor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/138126: Kernel panic trap 12 on bigger load X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 07:50:01 -0000 >Number: 138126 >Category: i386 >Synopsis: Kernel panic trap 12 on bigger load >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Aug 24 07:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Zete Tresor >Release: 7.2 >Organization: >Environment: FreeBSD webhosting3 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Server crashes on bigger load with Kernel Trap 12 page fault panic. I've vmware virtual server that has 25 ezjail jails on it. jails contain various stuff, mostly apache, proftpd. Sometimes machine works up to 7 - 8 hours, sometime it does not even boot properly - it crashes upon enabling jails. it worked fine for 2 months, but started to crash when more and more jails where added. Works fine on other kinds of load, crashes only when many jails are up. It's multiprocessor machine w/ 4 CPU's and 4GB of RAM. Most times but not always it just freezes and does not reboot. Environment shows os w/ no pathes, at the moment of the first crash there were all patches until august 20th applied. Here are errors I see on crash: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 2; apic id = 02 fault virtual address = 0x10 fault code = supervisor read, page not present instruction pointer = 0x20:0xc07d4a21 stack pointer = 0x28:0xc72dec1c frame pointer = 0x28:0xc72dec30 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 36 (sctp_iterator) trap number = 12 panic: page fault cpuid = 2 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x6e727598 fault code = supervisor read, page not present instruction pointer = 0x20:0xc08bf945 stack pointer = 0x28:0xc72bfaa8 frame pointer = 0x28:0xc72bfacc 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 = 30 (em1 taskq) trap number = 12 kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x10 fault code = supervisor read, page not present instruction pointer = 0x20:0xc07d4a21 stack pointer = 0x28:0xc73e29c4 frame pointer = 0x28:0xc73e29d8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 9020 (libssl.so) trap number = 12 panic: page fault cpuid = 0 Uptime: 25m37s I run kgdb on kernel crash dump file, and this is the result: # kgdb kernel.debug /var/crash/vmcore.2 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 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-marcel-freebsd"... Unread portion of the kernel message buffer: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x10 fault code = supervisor read, page not present instruction pointer = 0x20:0xc07d4a21 stack pointer = 0x28:0xe9c879c4 frame pointer = 0x28:0xe9c879d8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 18223 (libssl.so) trap number = 12 panic: page fault cpuid = 1 Fatal trap 12: page fault while in kernel mode cpuid = 1; apic id = 01 fault virtual address = 0x6e727598 fault code = supervisor read, page not present instruction pointer = 0x20:0xc08bf945 stack pointer = 0x28:0xc72bfaa8 frame pointer = 0x28:0xc72bfacc 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 = 30 (em1 taskq) trap number = 12 panic: page fault cpuid = 1 Uptime: 12h20m45s Physical memory: 3827 MB Dumping 295 MB: 280 264 248 232 216 200 184 168 152 136 120 104 88 72 56 40 24 8 Reading symbols from /boot/kernel/acpi.ko...Reading symbols from /boot/kernel/acpi.ko.symbols...done. done. Loaded symbols for /boot/kernel/acpi.ko Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done. done. Loaded symbols for /boot/kernel/linux.ko Reading symbols from /boot/kernel/nullfs.ko...Reading symbols from /boot/kernel/nullfs.ko.symbols...done. done. Loaded symbols for /boot/kernel/nullfs.ko Reading symbols from /boot/kernel/fdescfs.ko...Reading symbols from /boot/kernel/fdescfs.ko.symbols...done. done. Loaded symbols for /boot/kernel/fdescfs.ko #0 doadump () at pcpu.h:196 196 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); (kgdb) >How-To-Repeat: Install freebsd 7.2 on vmware, patch it, make >20 apache jails. load the server. aait for crash. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 11:06:57 2009 Return-Path: Delivered-To: freebsd-i386@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C9E1106568C for ; Mon, 24 Aug 2009 11:06:57 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A4378FC13 for ; Mon, 24 Aug 2009 11:06:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7OB6uFP048605 for ; Mon, 24 Aug 2009 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7OB6ukO048601 for freebsd-i386@FreeBSD.org; Mon, 24 Aug 2009 11:06:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 24 Aug 2009 11:06:56 GMT Message-Id: <200908241106.n7OB6ukO048601@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-i386@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-i386@FreeBSD.org X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 11:06:57 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/138126 i386 Kernel panic trap 12 on bigger load o i386/137925 i386 [boot] BTX loader hangs when raid volume present [regr o i386/134984 i386 [boot] [hang] boot from i386 DVD on Lenovo R500 fails o i386/134242 i386 [boot0] [patch] improvement i386 boot0 error diagnose f i386/134106 i386 [boot] Dell Dimension XPS R400 fail to boot on CF IDE o i386/133727 i386 chars [[[[[[[[[[[[[ occur during install process (sett o i386/133388 i386 [est] est causes wrong dev.cpu.0.freq_levels values o i386/133253 i386 [acd] Error mounting install image o i386/132416 i386 Popup motherboard bios setup window when rebooting sys o i386/132230 i386 [boot] [reboot] 7.1-RELEASE /boot/loader non-functiona o i386/132110 i386 [build] /libexec/ld-elf.so.1: /lib/libc.so.7: version o i386/131426 i386 hald makes cdrom fail o i386/130110 i386 [boot] BTX-Halted - booting with SAS/SATA Controller o i386/129550 i386 [pae] [kqueue] crash with PAE kernel o i386/128014 i386 [geode] [patch] AMD Geode CS5536 watchdog(9) not disab o i386/127981 i386 [loader] Stack underflow preventing boot [regression] o i386/127374 i386 Suspend/Resume with Keystroke only once on Thinkpad T4 o i386/127343 i386 [hang] System locks -- simular to PR 123729 o i386/127337 i386 [boot] FreeBSD 7.1/i386 BTX boot problem on Pavilion d o i386/126666 i386 [boot] [hang] boot failure for nForce 630i / GeForce 7 o i386/126162 i386 [acpi] ACPI autoload failed : loading required module f i386/125880 i386 [cardbus] Cardbus cards Don't function on TI PCIxx12 C o i386/125592 i386 [hang] FreeBSD 7 server in hang o i386/125383 i386 [amdtemp] [request] please enable amdtemp on i386 o i386/125011 i386 precision of constants for long double o i386/124902 i386 [i386] [patch] patch to fix VESA modes and allow 8bit o i386/124633 i386 [boot] [panic] 7.0 does not boot from CD o i386/124124 i386 [boot] [panic] Page fault while booting livefs iso of o i386/123990 i386 [boot] BTX halted on Thinkpad x60s o i386/123981 i386 [pxeboot] You can't usefully PXEBOOT the 7.0-RELEASE-i o i386/123462 i386 clock is too fast a i386/122887 i386 [panic] [atkbdc] 7.0-RELEASE on IBM HS20 panics immed f i386/122644 i386 [panic] on-boot mount /tmp kernel dump o i386/122623 i386 [build] [patch] bsd.cpu.mk doesn't handle opteron/athl o i386/122602 i386 [build] i386/conf/PAE does not compile on RELENG_7 o i386/122148 i386 [irq] interrupt storm on 7.0 [regression] o i386/121903 i386 [ips] [boot] can't boot on IBM x235 ServeRaid 6M [regr o i386/121675 i386 [ata] incorrect fallback to udma33 with CF memory inst o i386/121549 i386 [nfe]: nfe interface locks up during rc.conf initializ o i386/121258 i386 [boot] FreeBSD 6.3 / 7.0 boot problem [regression] o i386/120933 i386 [boot] 6.x and 7.x do not boot from CD on IBM HS20 883 o i386/119946 i386 [est] sysctl dev.cpu.0.freq on 75 Hz, cannot be change o i386/119574 i386 [i386] 7.0-RC1 times out in calibrate_clocks() [regres o i386/119175 i386 [busdma] [patch] Typo in bus_dmamem_alloc() o i386/118656 i386 [panic] Init dies in single user mode and box get kern o i386/118350 i386 [boot] [hang] BTX loader hangs on PC Engines WRAP o i386/118285 i386 [i386] Segmentation fault in reloc_non_plt. o i386/117297 i386 [hang] System hangs up every day o i386/116844 i386 [boot] [hang] cannot boot from cd when using Dell Vost o i386/116100 i386 [panic] Fatal trap 12 right after reboot (da0s1error = o i386/115947 i386 [hang] Dell poweredge 860 hangs when stressed and ACPI o i386/115854 i386 [boot] [install] Install FreeBSD with USB CDROM causes o i386/115285 i386 [panic] fatal trap 1 on freebsd 6.2 install boot up on o i386/114208 i386 [boot] Problem booting the FreeBSD CD ISO image o i386/114192 i386 Fail to boot with "error issuing ATA_IDENTIFY command" o i386/113110 i386 [mk] [patch] i686 is not an alias of pentiumpro on GCC o i386/112700 i386 SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 o i386/112635 i386 [hang] [loader] Hang during boot installation o i386/112580 i386 [boot] BTX Halted on HP DV6255 Notebook o i386/112487 i386 [sio] kernel panic on swi0:sio o i386/112036 i386 [ata] TIMEOUT - WRITE_DMA retrying, TIMEOUT - READ_DMA o i386/110218 i386 kmem_malloc(4096): kmem_map too small: 335544320 total o i386/110214 i386 [hang] FreeBSD 6.2 freezes on SSH activitiy caused by o i386/109610 i386 [panic] Fatal trap 12: page fault while in kernel mode o i386/109568 i386 [panic] Reboot server with "Fatal trap 12" o i386/109423 i386 [ichsmb] ICH5 smb interface problems s i386/109200 i386 [ata] READ_UDMA UDMA ICRC error cause not detecting ca o i386/108185 i386 [panic] freebsd 6.2 fatal kernel trap o i386/107564 i386 [install] fatal trap 19 during installation on a Dell o i386/107382 i386 [install] "Fatal trap 12" when installing FreeBSD 6.1 o i386/106850 i386 [powerd] powernow0 attach returned 6 o i386/106789 i386 [nfe] or [nve]: Internal NIC of GA-K8N51GMF-RH does no o i386/105175 i386 [ipmi] ipmi acpi trouble on supermicro server o i386/105063 i386 [sio] US Robotics (3Com) 3CP5609 PCI 16550 Modem works o i386/104719 i386 [ata] Seagate ST3802110A errors/delays when using PIO4 f i386/104572 i386 [ata] issues with detecting HDD on Intel Q965 Express o i386/104473 i386 [boot] boot loader reboots before loading kernel on Al o i386/104349 i386 [bfe] Panic while uploading data via bfe network inter s i386/103624 i386 [ata] [install] Problem installing on Dell Powervault o i386/103063 i386 [install] Can not install on Dell XPS 700 o i386/102562 i386 [em] no traffic pass through a em card after approx. a o i386/102410 i386 [install] FreeBSD 6.1-RELEASE installation boot freeze o i386/101616 i386 [hang] FreeBSD freeze on bootup, Compaq Proliant (lega o i386/101062 i386 [hang] Freeze on detect Intel 900 VGA on boot with ACP o i386/100831 i386 [sio] sio ignores BIOS information about serial ports o i386/100420 i386 [boot] boot1/boot2 lba error o i386/100204 i386 FreeBSD reports raid as broken - but it is not o i386/100142 i386 [pci] [patch] /dev/smb0 device not available on system o i386/99608 i386 [atapicam] ATAPI or CAM crash on FreeBSD 6.1-stable wi o i386/98932 i386 [i386] [patch] Kernel compilation failed on specific P o i386/98765 i386 [ata] timeouts on sata drive (Asus a7n8x-e) o i386/98366 i386 [em] Intel PRO/1000 MT Dual PCI-X: simulatenious 1000 o i386/98215 i386 [geode] [regression] FreeBSD can no longer boot Geode o i386/98154 i386 6-STABLE crashes when being online via modem (Fujitsu o i386/97287 i386 Screen Corruption In FreeBSD 6.X When Apps Started In o i386/97263 i386 [ata] FreeBSD only detects first drive on PDC20378 378 o i386/97025 i386 [vmware] fbsd (2 cd) dont install in vmware 5.5.0 - re o i386/96406 i386 System freezes on IBM xSeries 335 with FreeBSD-6.0-REL o i386/96382 i386 [bge] In 6.1-RC1 the bge driver does not reliably work o i386/96357 i386 FreeBSD cannot recognize all the logical partitions f i386/93923 i386 [ata] FreeBSD Install, Sil3112: Cannot dump. No dump d o i386/93809 i386 panic: could not copy LDT on RELENG_5_3 through RELENG o i386/93793 i386 [keyboard] Keyboard stops working after a shutdown -p o i386/93752 i386 Cannot activate the serial ports on boot probe. BIOS o o i386/92193 i386 [boot] Can't boot from 6.0 Installation CD: BTX halted o i386/91871 i386 [boot1] [patch] boot1: jump to 0xf000:0xfff0 instead o o i386/91745 i386 [smp] Second processor not detected on Proliant ML530 f i386/88929 i386 [ata] FreeBSD 6.0 install CD fails to find disks on So s i386/88755 i386 [install] FreeBSD R6.0 on ThinkPad R40 installation re s i386/88491 i386 [install] Panic when boot installation CD1 (Acer Trave s i386/88139 i386 [i386] [request] 53C875 Chipset HP 5064-6016 doesn't w o i386/86880 i386 [hang] 6.0 hangs or reboots whilst 5.4 is stable (ASUS o i386/85656 i386 [i386] [patch] expose more i386 specific CPU informati o i386/85655 i386 [i386] [patch] expose cpu info for i386 systems o i386/85653 i386 [i386] [patch] relieve hangs in tight loops in process o i386/85652 i386 [loader] [patch] deal with out-of-memory errors during o i386/85423 i386 [ex] ex(4) does not correctly recognize NIC in PnP mod o i386/85417 i386 [i386] [npx] [patch] Possible bug in ia32 floating-poi s i386/85072 i386 [psm] ps/2 Mouse detection failure on compaq chipset p i386/81111 i386 [build] /boot/loader causes reboot due to CFLAGS+= -ms o i386/80268 i386 [panic] System with Transmeta Efficeon cpu crashes whi o i386/80095 i386 ld-elf.so.1 crashes with executables produced by tinyc s i386/79169 i386 [hang] freeze with striped USB Drives under high load o i386/79091 i386 [i386] [patch] Small optimization for i386/support.s o i386/76944 i386 [busdma] [patch] i386 bus_dmamap_create() bug o i386/75887 i386 [pcvt] with vt0.disabled=0 and PCVT in kernel video/ke o i386/74153 i386 [pst] FreeBSD 5.3 cannot boot ftom pst o i386/74008 i386 [boot] IBM eServer x225 cannot boot any v5.x - endless o i386/73921 i386 [sysctl] [patch] sysctlbyname for machdep.tsc_freq doe o i386/72960 i386 [boot] BTX halted with Promise Tx2000 Raid o i386/71000 i386 [boot] BTX halted when booting from CD on a machine wi o i386/70531 i386 [boot0] [patch] boot0 hides Lilo in extended slice 132 problems total. From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 13:51:50 2009 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B20A106568C; Mon, 24 Aug 2009 13:51:50 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id C05E38FC08; Mon, 24 Aug 2009 13:51:49 +0000 (UTC) Received: by ewy5 with SMTP id 5so910378ewy.36 for ; Mon, 24 Aug 2009 06:51:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=byYScbcngO8D1QDTsS/Lxl17BK7APSmKBFKpuLsSjhI=; b=Ds17/tZrJmhi+C9MNbXaT6tmSgSW11N2xvPmf1bv3M22+0iE7px7tbhRt/mgS0y7eC 1H7W+Z+lWqkTzWzCnt7w0+2dhgmAGyxmIx+57whPOHz4LMYWI2wUpojXV+JetXM8Wfno IkF9cCebl4VC8VpYRATMgFhKRk9KCQ2YGI9jw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Ia9PE58ug45oP4BQFgNrcZdHGTtFYOQI4UZTLA/1xcVAp2FjGK1UFxUhXV+FK0HNMX DQoDCM7IdiWBXf00b0BCBkP61be0EaE0z+A99Rm31Nlzb7gec87qNjxMzdBKiquj0nWR C2TUhohJHgbwbua07KL7ghHOxgzeMV5aa1qCs= Received: by 10.210.27.8 with SMTP id a8mr4709198eba.90.1251120313752; Mon, 24 Aug 2009 06:25:13 -0700 (PDT) Received: from localhost (95-24-64-229.broadband.corbina.ru [95.24.64.229]) by mx.google.com with ESMTPS id 10sm563482eyz.41.2009.08.24.06.25.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Aug 2009 06:25:12 -0700 (PDT) From: Anonymous To: linimon@FreeBSD.org References: <200908240420.n7O4KoBk001038@freefall.freebsd.org> Date: Mon, 24 Aug 2009 17:25:10 +0400 In-Reply-To: <200908240420.n7O4KoBk001038@freefall.freebsd.org> (linimon@freebsd.org's message of "Mon, 24 Aug 2009 04:20:50 GMT") Message-ID: <86bpm59weh.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-bugs@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: kern/137822: [vesa] [hang] System crashes leaving X when running vesa driver for S3 Inc. VT8375 [ProSavage8 KM266/KL266] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 13:51:50 -0000 linimon@FreeBSD.org writes: > Old Synopsis: System crashes leaving X when running vesa driver for S3 Inc. VT8375 [ProSavage8 KM266/KL266] > New Synopsis: [vesa] [hang] System crashes leaving X when running vesa driver for S3 Inc. VT8375 [ProSavage8 KM266/KL266] > > Responsible-Changed-From-To: freebsd-i386->freebsd-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Mon Aug 24 04:19:03 UTC 2009 > Responsible-Changed-Why: > This may not be i386-specific. I think the submitter is talking about X11 driver, i.e. xf86-video-vesa, not vesa(4) driver that allows setting graphics mode for syscons(4). How about changing category kern -> ports and responsible from freebsd-bugs@ to freebsd-x11@? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=137822 From owner-freebsd-i386@FreeBSD.ORG Mon Aug 24 22:36:41 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6531065691; Mon, 24 Aug 2009 22:36:41 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 24AFF8FC17; Mon, 24 Aug 2009 22:36:41 +0000 (UTC) Received: from freefall.freebsd.org (delphij@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7OMafwO053601; Mon, 24 Aug 2009 22:36:41 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7OMafTf053597; Mon, 24 Aug 2009 22:36:41 GMT (envelope-from delphij) Date: Mon, 24 Aug 2009 22:36:41 GMT Message-Id: <200908242236.n7OMafTf053597@freefall.freebsd.org> To: ddkprog@yahoo.com, delphij@FreeBSD.org, freebsd-i386@FreeBSD.org, delphij@FreeBSD.org From: delphij@FreeBSD.org Cc: Subject: Re: i386/124902: [i386] [patch] patch to fix VESA modes and allow 8bit depth modes X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2009 22:36:41 -0000 Synopsis: [i386] [patch] patch to fix VESA modes and allow 8bit depth modes State-Changed-From-To: open->patched State-Changed-By: delphij State-Changed-When: Mon Aug 24 22:36:15 UTC 2009 State-Changed-Why: Patch applied against -HEAD. Responsible-Changed-From-To: freebsd-i386->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Mon Aug 24 22:36:15 UTC 2009 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=124902 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 25 05:42:18 2009 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3BB2106568C; Tue, 25 Aug 2009 05:42:18 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 869268FC0C; Tue, 25 Aug 2009 05:42:18 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id n7P5gArT086831; Tue, 25 Aug 2009 01:42:10 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id n7P5gAkd086824; Tue, 25 Aug 2009 05:42:10 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 25 Aug 2009 05:42:10 GMT Message-Id: <200908250542.n7P5gAkd086824@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 05:42:19 -0000 TB --- 2009-08-25 04:20:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-08-25 04:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2009-08-25 04:20:00 - cleaning the object tree TB --- 2009-08-25 04:20:49 - cvsupping the source tree TB --- 2009-08-25 04:20:49 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2009-08-25 04:22:14 - building world TB --- 2009-08-25 04:22:14 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-25 04:22:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-25 04:22:14 - TARGET=i386 TB --- 2009-08-25 04:22:14 - TARGET_ARCH=i386 TB --- 2009-08-25 04:22:14 - TZ=UTC TB --- 2009-08-25 04:22:14 - __MAKE_CONF=/dev/null TB --- 2009-08-25 04:22:14 - cd /src TB --- 2009-08-25 04:22:14 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 25 04:22:15 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Aug 25 05:27:45 UTC 2009 TB --- 2009-08-25 05:27:45 - generating LINT kernel config TB --- 2009-08-25 05:27:45 - cd /src/sys/i386/conf TB --- 2009-08-25 05:27:45 - /usr/bin/make -B LINT TB --- 2009-08-25 05:27:45 - building LINT kernel TB --- 2009-08-25 05:27:45 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-25 05:27:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-25 05:27:45 - TARGET=i386 TB --- 2009-08-25 05:27:45 - TARGET_ARCH=i386 TB --- 2009-08-25 05:27:45 - TZ=UTC TB --- 2009-08-25 05:27:45 - __MAKE_CONF=/dev/null TB --- 2009-08-25 05:27:45 - cd /src TB --- 2009-08-25 05:27:45 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Aug 25 05:27:46 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/i386/isa/vesa.c:1117: error: duplicate case value /src/sys/i386/isa/vesa.c:1110: error: previously used here /src/sys/i386/isa/vesa.c:1118: error: duplicate case value /src/sys/i386/isa/vesa.c:1111: error: previously used here /src/sys/i386/isa/vesa.c:1121: error: duplicate case value /src/sys/i386/isa/vesa.c:1112: error: previously used here /src/sys/i386/isa/vesa.c:1122: error: duplicate case value /src/sys/i386/isa/vesa.c:1113: error: previously used here *** Error code 1 Stop in /obj/i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-08-25 05:42:10 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-08-25 05:42:10 - ERROR: failed to build lint kernel TB --- 2009-08-25 05:42:10 - 3346.16 user 497.98 system 4930.12 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Tue Aug 25 09:46:58 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20BE91065691; Tue, 25 Aug 2009 09:46:58 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EC83D8FC14; Tue, 25 Aug 2009 09:46:57 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7P9kvJI072539; Tue, 25 Aug 2009 09:46:57 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7P9kvir072535; Tue, 25 Aug 2009 09:46:57 GMT (envelope-from gavin) Date: Tue, 25 Aug 2009 09:46:57 GMT Message-Id: <200908250946.n7P9kvir072535@freefall.freebsd.org> To: LChurch5@juno.com, gavin@FreeBSD.org, freebsd-i386@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: i386/125880: [cardbus] Cardbus cards Don't function on TI PCIxx12 Controller X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 09:46:58 -0000 Synopsis: [cardbus] Cardbus cards Don't function on TI PCIxx12 Controller State-Changed-From-To: feedback->open State-Changed-By: gavin State-Changed-When: Tue Aug 25 09:45:58 UTC 2009 State-Changed-Why: Feedback was provided in misfiled PR 138147: "I've downloaded a copy of the 8.0-BETA2, doesn't seem to work, either!" http://www.freebsd.org/cgi/query-pr.cgi?pr=125880 From owner-freebsd-i386@FreeBSD.ORG Tue Aug 25 10:30:04 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B8E41065695 for ; Tue, 25 Aug 2009 10:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9DF8FC2C for ; Tue, 25 Aug 2009 10:30:04 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7PAU46D013532 for ; Tue, 25 Aug 2009 10:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7PAU4Kq013527; Tue, 25 Aug 2009 10:30:04 GMT (envelope-from gnats) Date: Tue, 25 Aug 2009 10:30:04 GMT Message-Id: <200908251030.n7PAU4Kq013527@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Zetinja Tresor Cc: Subject: Re: i386/138126: Kernel panic trap 12 on bigger load X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Zetinja Tresor List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 10:30:04 -0000 The following reply was made to PR i386/138126; it has been noted by GNATS. From: Zetinja Tresor To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/138126: Kernel panic trap 12 on bigger load Date: Tue, 25 Aug 2009 13:02:10 +0300 --0015174be126883bc30471f46dc1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Seems that the bug is connected with latest patches. Unpatched system does not have the bug. Reverting last patches did not help, needed to set up a fresh install. Kernel panic appears soon after freebsd-update has been run. --0015174be126883bc30471f46dc1 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Seems that the bug is connected with latest patches. Unpatched system does not have the bug. Reverting last patches did not help, needed to set up a fresh install. Kernel panic appears soon after freebsd-update has been run.
--0015174be126883bc30471f46dc1-- From owner-freebsd-i386@FreeBSD.ORG Tue Aug 25 13:08:20 2009 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11B121065690; Tue, 25 Aug 2009 13:08:20 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C7BFF8FC1A; Tue, 25 Aug 2009 13:08:19 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id n7PD8DP8075998; Tue, 25 Aug 2009 09:08:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id n7PD8Dcl075988; Tue, 25 Aug 2009 13:08:13 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 25 Aug 2009 13:08:13 GMT Message-Id: <200908251308.n7PD8Dcl075988@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 13:08:20 -0000 TB --- 2009-08-25 11:45:00 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-08-25 11:45:00 - starting HEAD tinderbox run for i386/i386 TB --- 2009-08-25 11:45:00 - cleaning the object tree TB --- 2009-08-25 11:45:39 - cvsupping the source tree TB --- 2009-08-25 11:45:39 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/i386/i386/supfile TB --- 2009-08-25 11:47:06 - building world TB --- 2009-08-25 11:47:06 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-25 11:47:06 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-25 11:47:06 - TARGET=i386 TB --- 2009-08-25 11:47:06 - TARGET_ARCH=i386 TB --- 2009-08-25 11:47:06 - TZ=UTC TB --- 2009-08-25 11:47:06 - __MAKE_CONF=/dev/null TB --- 2009-08-25 11:47:06 - cd /src TB --- 2009-08-25 11:47:06 - /usr/bin/make -B buildworld >>> World build started on Tue Aug 25 11:47:06 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Aug 25 12:53:59 UTC 2009 TB --- 2009-08-25 12:53:59 - generating LINT kernel config TB --- 2009-08-25 12:53:59 - cd /src/sys/i386/conf TB --- 2009-08-25 12:53:59 - /usr/bin/make -B LINT TB --- 2009-08-25 12:54:00 - building LINT kernel TB --- 2009-08-25 12:54:00 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-25 12:54:00 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-25 12:54:00 - TARGET=i386 TB --- 2009-08-25 12:54:00 - TARGET_ARCH=i386 TB --- 2009-08-25 12:54:00 - TZ=UTC TB --- 2009-08-25 12:54:00 - __MAKE_CONF=/dev/null TB --- 2009-08-25 12:54:00 - cd /src TB --- 2009-08-25 12:54:00 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Aug 25 12:54:00 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] /src/sys/i386/isa/vesa.c:1117: error: duplicate case value /src/sys/i386/isa/vesa.c:1110: error: previously used here /src/sys/i386/isa/vesa.c:1118: error: duplicate case value /src/sys/i386/isa/vesa.c:1111: error: previously used here /src/sys/i386/isa/vesa.c:1121: error: duplicate case value /src/sys/i386/isa/vesa.c:1112: error: previously used here /src/sys/i386/isa/vesa.c:1122: error: duplicate case value /src/sys/i386/isa/vesa.c:1113: error: previously used here *** Error code 1 Stop in /obj/i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-08-25 13:08:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-08-25 13:08:13 - ERROR: failed to build lint kernel TB --- 2009-08-25 13:08:13 - 3351.29 user 500.85 system 4993.16 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-i386.full From owner-freebsd-i386@FreeBSD.ORG Tue Aug 25 18:02:17 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4363D1065693; Tue, 25 Aug 2009 18:02:17 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19BE98FC28; Tue, 25 Aug 2009 18:02:17 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7PI2GpE072202; Tue, 25 Aug 2009 18:02:16 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7PI2Glk072198; Tue, 25 Aug 2009 18:02:16 GMT (envelope-from gavin) Date: Tue, 25 Aug 2009 18:02:16 GMT Message-Id: <200908251802.n7PI2Glk072198@freefall.freebsd.org> To: james@digitalciti.com, gavin@FreeBSD.org, freebsd-i386@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: i386/112700: SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 acpi disabled X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 18:02:17 -0000 Synopsis: SMP Kernel with FreeBSD 6.2 release on compaq dl360 g1 acpi disabled State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Tue Aug 25 18:01:20 UTC 2009 State-Changed-Why: To submitter: What error messages do you see? Responsible-Changed-From-To: freebsd-i386->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Tue Aug 25 18:01:20 UTC 2009 Responsible-Changed-Why: iTrack http://www.freebsd.org/cgi/query-pr.cgi?pr=112700 From owner-freebsd-i386@FreeBSD.ORG Wed Aug 26 03:47:05 2009 Return-Path: Delivered-To: freebsd-i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33498106568B for ; Wed, 26 Aug 2009 03:47:05 +0000 (UTC) (envelope-from remodeler@alentogroup.org) Received: from courriel.marmotmail.com (courriel.marmotmail.com [85.17.36.172]) by mx1.freebsd.org (Postfix) with ESMTP id C21128FC1A for ; Wed, 26 Aug 2009 03:47:04 +0000 (UTC) Received: from bruce.epifora.com (localhost.local [127.0.0.1]) by courriel.marmotmail.com (Postfix) with ESMTP id 66F36239685 for ; Wed, 26 Aug 2009 06:39:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by bruce.epifora.com (Postfix) with ESMTP id E940E4761F9 for ; Tue, 25 Aug 2009 23:40:10 -0400 (EDT) Received: from bruce.epifora.com ([127.0.0.1]) by localhost (bruce.epifora.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30956-03 for ; Tue, 25 Aug 2009 23:40:07 -0400 (EDT) Received: from alentogroup.org (localhost [127.0.0.1]) by bruce.epifora.com (Postfix) with ESMTP id 4728F4761F8 for ; Tue, 25 Aug 2009 23:40:07 -0400 (EDT) From: "remodeler" To: freebsd-i386@freebsd.org Date: Tue, 25 Aug 2009 23:40:07 -0400 Message-Id: <20090826032224.M60545@alentogroup.org> X-OriginatingIP: 127.0.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: MBR hack for serial console X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 03:47:05 -0000 I am hoping for input on a patch I want to apply to the MBR of a FreeBSD 8-BETA3 server. The FreeBSD build is AMD64, however I posted here because the MBR source is in /usr/src/sys/boot/i386/mbr, and my understanding is that the default boot loader components are all i386 architecture. I want a serial console on this server as it will be remotely deployed. The ASUS motherboard (amibios) has PCI and PCI-e expansion slots, and a Moschip MCS9820 UART (serial board) is installed at pci0:3:5:0. The serial board doesn't have firmware, so is not configured before the BIOS executes. The serial board has a single Base Address Register at 10h. The BIOS can be configured to enumerate the PCI bus (plug and play), or this function disabled. Whether the PCI bus is probed by the BIOS or FreeBSD by loader, the UART BAR is assigned the i386 I/O port address of 0xe800. To function as a serial console, it must be assigned an i/o port address of COM1-COM4 (i.e. 0x3F8), as boot0, boot2, and loader all use the PC BIOS system calls. I do not expect the hardware configuration to change. My plan is to patch the MBR to override the serial card's BAR with 0x3F8. My reasoning is that the CPU is still in Real mode (allowing direct hardware access) until loader executes; I considered trying to script this in Forth and use the loader's FICL rc.d scheme, but the CPU is in protected mode at that time; there is no PC BIOS call to do this that would work in protected mode; and I do not understand the ACPI driver that I believe I would need to access to do this in Forth. I have experimented with using pciconf to change the BAR from a command line; curiously the command: pciconf -w pci0:3:5:0 16 1016 loads 0x3F9 into the serial card's PCI configuration space. I've worked up this patch and hope someone can tell me why this would or wouldn't work: /usr/src/sys/boot/i386/mbr/mbr.s 41,57d40 < # Patch to reconfigure PCI UART's Base Address to COM1 < # I count 40 bytes in opcode < # < startcon: .set PCIADD_PORT,0xcf8 # Load pci config port addy < .set PCIDATA_PORT,0xcfc # Load pci data port addy < .set PCIADD,0x8003e810 # Load pci register identifier < .set PCIDATA,0x3f8 # Load pci register data < < pushad # save double registers < mov %ax,$PCIADD # put pci reg to access in ax < mov %dx,$PCIADD_PORT # put pci config port in dx < out %dx,%ax # send to cpu i/o space < mov %ax,$PCIDATA # put pci data in ax < move %dx,$PCIDATA_PORT # put pci data port in dx < out %dx,%ax # send data to cpu i/o space < popad # pop saved registers < # 166,171c149,151 < # < # Instruction messages reduced to numbers, saves 60 bytes < # < msg_pt: .asciz "1" # "Invalid partition table" < msg_rd: .asciz "2" # "Error loading operating system" < msg_os: .asciz "3" # "Missing operating system" --- > msg_pt: .asciz "Invalid partition table" > msg_rd: .asciz "Error loading operating system" > msg_os: .asciz "Missing operating system" Thank you for any help. I am very out of my league on this, but the serial console is very important for this server. From owner-freebsd-i386@FreeBSD.ORG Wed Aug 26 20:20:01 2009 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0B0F1065692 for ; Wed, 26 Aug 2009 20:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E37B8FC29 for ; Wed, 26 Aug 2009 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7QKK157086786 for ; Wed, 26 Aug 2009 20:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7QKK1f8086785; Wed, 26 Aug 2009 20:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 26 Aug 2009 20:20:01 GMT Resent-Message-Id: <200908262020.n7QKK1f8086785@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 81CAF1065692 for ; Wed, 26 Aug 2009 20:19:09 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 57A468FC24 for ; Wed, 26 Aug 2009 20:19:09 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n7QKJ8X7036488 for ; Wed, 26 Aug 2009 20:19:08 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n7QKJ8mS036487; Wed, 26 Aug 2009 20:19:08 GMT (envelope-from nobody) Message-Id: <200908262019.n7QKJ8mS036487@www.freebsd.org> Date: Wed, 26 Aug 2009 20:19:08 GMT From: Dmitry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: i386/138211: Boot ... Intel X5550 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2009 20:20:01 -0000 >Number: 138211 >Category: i386 >Synopsis: Boot ... Intel X5550 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 26 20:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dmitry >Release: 7.2 >Organization: >Environment: >Description: Hello. Tried to establish FreeBSD 7.2 on Intel Xeon X5550, but I see only "Boot loader" hangs further and ceases to read CD. Tried to establish Linux CentOS, installation has successfully begun... How to be in the present state of affairs? Very much it is pleasant to me FreeBSD and there is no desire to pass on Linux. Thanks. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-i386@FreeBSD.ORG Fri Aug 28 22:33:46 2009 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AA83106566C; Fri, 28 Aug 2009 22:33:46 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 647FB8FC15; Fri, 28 Aug 2009 22:33:46 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id n7SMXj6d008506; Fri, 28 Aug 2009 18:33:45 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id n7SMXjFD008452; Fri, 28 Aug 2009 22:33:45 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 28 Aug 2009 22:33:45 GMT Message-Id: <200908282233.n7SMXjFD008452@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on i386/pc98 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2009 22:33:46 -0000 TB --- 2009-08-28 21:20:38 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-08-28 21:20:38 - starting RELENG_8 tinderbox run for i386/pc98 TB --- 2009-08-28 21:20:38 - cleaning the object tree TB --- 2009-08-28 21:21:34 - cvsupping the source tree TB --- 2009-08-28 21:21:34 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/i386/pc98/supfile TB --- 2009-08-28 21:22:43 - building world TB --- 2009-08-28 21:22:43 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-28 21:22:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-28 21:22:43 - TARGET=pc98 TB --- 2009-08-28 21:22:43 - TARGET_ARCH=i386 TB --- 2009-08-28 21:22:43 - TZ=UTC TB --- 2009-08-28 21:22:43 - __MAKE_CONF=/dev/null TB --- 2009-08-28 21:22:43 - cd /src TB --- 2009-08-28 21:22:43 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 28 21:22:44 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Fri Aug 28 22:24:47 UTC 2009 TB --- 2009-08-28 22:24:47 - generating LINT kernel config TB --- 2009-08-28 22:24:47 - cd /src/sys/pc98/conf TB --- 2009-08-28 22:24:47 - /usr/bin/make -B LINT TB --- 2009-08-28 22:24:48 - building LINT kernel TB --- 2009-08-28 22:24:48 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-28 22:24:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-28 22:24:48 - TARGET=pc98 TB --- 2009-08-28 22:24:48 - TARGET_ARCH=i386 TB --- 2009-08-28 22:24:48 - TZ=UTC TB --- 2009-08-28 22:24:48 - __MAKE_CONF=/dev/null TB --- 2009-08-28 22:24:48 - cd /src TB --- 2009-08-28 22:24:48 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Aug 28 22:24:48 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/ieee8023ad_lacp.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/if.c cc1: warnings being treated as errors /src/sys/net/if.c: In function 'ifnet_byindex': /src/sys/net/if.c:203: warning: implicit declaration of function 'IFNET_RLOCK_NOSLEEP' /src/sys/net/if.c:203: warning: nested extern declaration of 'IFNET_RLOCK_NOSLEEP' /src/sys/net/if.c:205: warning: implicit declaration of function 'IFNET_RUNLOCK_NOSLEEP' /src/sys/net/if.c:205: warning: nested extern declaration of 'IFNET_RUNLOCK_NOSLEEP' *** Error code 1 Stop in /obj/pc98/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-08-28 22:33:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-08-28 22:33:45 - ERROR: failed to build lint kernel TB --- 2009-08-28 22:33:45 - 3053.45 user 478.47 system 4387.22 real http://tinderbox.des.no/tinderbox-releng_8-RELENG_8-i386-pc98.full From owner-freebsd-i386@FreeBSD.ORG Fri Aug 28 22:35:54 2009 Return-Path: Delivered-To: i386@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB2D11065680; Fri, 28 Aug 2009 22:35:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C54618FC12; Fri, 28 Aug 2009 22:35:54 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.3/8.14.3) with ESMTP id n7SMZs4k030140; Fri, 28 Aug 2009 18:35:54 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.3/8.14.3/Submit) id n7SMZrCs030131; Fri, 28 Aug 2009 22:35:53 GMT (envelope-from tinderbox@freebsd.org) Date: Fri, 28 Aug 2009 22:35:53 GMT Message-Id: <200908282235.n7SMZrCs030131@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8 tinderbox] failure on i386/i386 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2009 22:35:55 -0000 TB --- 2009-08-28 21:20:38 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2009-08-28 21:20:38 - starting RELENG_8 tinderbox run for i386/i386 TB --- 2009-08-28 21:20:38 - cleaning the object tree TB --- 2009-08-28 21:21:34 - cvsupping the source tree TB --- 2009-08-28 21:21:34 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/RELENG_8/i386/i386/supfile TB --- 2009-08-28 21:22:43 - building world TB --- 2009-08-28 21:22:43 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-28 21:22:43 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-28 21:22:43 - TARGET=i386 TB --- 2009-08-28 21:22:43 - TARGET_ARCH=i386 TB --- 2009-08-28 21:22:43 - TZ=UTC TB --- 2009-08-28 21:22:43 - __MAKE_CONF=/dev/null TB --- 2009-08-28 21:22:43 - cd /src TB --- 2009-08-28 21:22:43 - /usr/bin/make -B buildworld >>> World build started on Fri Aug 28 21:22:44 UTC 2009 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Fri Aug 28 22:25:07 UTC 2009 TB --- 2009-08-28 22:25:07 - generating LINT kernel config TB --- 2009-08-28 22:25:07 - cd /src/sys/i386/conf TB --- 2009-08-28 22:25:07 - /usr/bin/make -B LINT TB --- 2009-08-28 22:25:07 - building LINT kernel TB --- 2009-08-28 22:25:07 - MAKEOBJDIRPREFIX=/obj TB --- 2009-08-28 22:25:07 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2009-08-28 22:25:07 - TARGET=i386 TB --- 2009-08-28 22:25:07 - TARGET_ARCH=i386 TB --- 2009-08-28 22:25:07 - TZ=UTC TB --- 2009-08-28 22:25:07 - __MAKE_CONF=/dev/null TB --- 2009-08-28 22:25:07 - cd /src TB --- 2009-08-28 22:25:07 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Fri Aug 28 22:25:08 UTC 2009 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/ieee8023ad_lacp.c cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/net/if.c cc1: warnings being treated as errors /src/sys/net/if.c: In function 'ifnet_byindex': /src/sys/net/if.c:203: warning: implicit declaration of function 'IFNET_RLOCK_NOSLEEP' /src/sys/net/if.c:203: warning: nested extern declaration of 'IFNET_RLOCK_NOSLEEP' /src/sys/net/if.c:205: warning: implicit declaration of function 'IFNET_RUNLOCK_NOSLEEP' /src/sys/net/if.c:205: warning: nested extern declaration of 'IFNET_RUNLOCK_NOSLEEP' *** Error code 1 Stop in /obj/i386/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2009-08-28 22:35:52 - WARNING: /usr/bin/make returned exit code 1 TB --- 2009-08-28 22:35:52 - ERROR: failed to build lint kernel TB --- 2009-08-28 22:35:52 - 3151.70 user 483.39 system 4514.69 real http://tinderbox.des.no/tinderbox-releng_8-RELENG_8-i386-i386.full