From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 21 06:50:02 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6CDA106567B for ; Mon, 21 Jul 2008 06:50:02 +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 98EC68FC27 for ; Mon, 21 Jul 2008 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6L6o22v082336 for ; Mon, 21 Jul 2008 06:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6L6o269082335; Mon, 21 Jul 2008 06:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 21 Jul 2008 06:50:02 GMT Resent-Message-Id: <200807210650.m6L6o269082335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KOIE Hidetaka Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FD54106564A for ; Mon, 21 Jul 2008 06:48:44 +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 2BDA08FC19 for ; Mon, 21 Jul 2008 06:48:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6L6mhTK014113 for ; Mon, 21 Jul 2008 06:48:43 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6L6mh7Z014112; Mon, 21 Jul 2008 06:48:43 GMT (envelope-from nobody) Message-Id: <200807210648.m6L6mh7Z014112@www.freebsd.org> Date: Mon, 21 Jul 2008 06:48:43 GMT From: KOIE Hidetaka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Mon, 21 Jul 2008 11:16:38 +0000 Cc: Subject: amd64/125820: sysctl dev.k8temp.*.sensor1.* are invalid. X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2008 06:50:02 -0000 >Number: 125820 >Category: amd64 >Synopsis: sysctl dev.k8temp.*.sensor1.* are invalid. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 21 06:50:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: KOIE Hidetaka >Release: 8.0-CURRENT >Organization: surigiken >Environment: FreeBSD guriandgura 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Fri Jul 18 22:14:34 JST 2008 koie@guriandgura:/usr/obj/usr/src/sys/GURIANDGURA amd64 >Description: It seems that temperature of sensor 1 is wrong.. ORIGINAL VERSION % sysctl dev.k8temp dev.k8temp.0.%desc: AMD K8 Thermal Sensors dev.k8temp.0.%driver: k8temp dev.k8temp.0.%parent: hostb3 dev.k8temp.0.sensor0.core0: 49 dev.k8temp.0.sensor0.core1: 48 dev.k8temp.0.sensor1.core0: 49 dev.k8temp.0.sensor1.core1: 49 dev.k8temp.1.%desc: AMD K8 Thermal Sensors dev.k8temp.1.%driver: k8temp dev.k8temp.1.%parent: hostb7 dev.k8temp.1.sensor0.core0: 49 dev.k8temp.1.sensor0.core1: 47 dev.k8temp.1.sensor1.core0: 48 dev.k8temp.1.sensor1.core1: 48 PATCHED VERSION % sysctl dev.k8temp dev.k8temp.0.%desc: AMD K8 Thermal Sensors dev.k8temp.0.%driver: k8temp dev.k8temp.0.%parent: hostb3 dev.k8temp.0.sensor0.core0: 50 dev.k8temp.0.sensor0.core1: 49 dev.k8temp.0.sensor1.core0: -49 dev.k8temp.0.sensor1.core1: -49 dev.k8temp.1.%desc: AMD K8 Thermal Sensors dev.k8temp.1.%driver: k8temp dev.k8temp.1.%parent: hostb7 dev.k8temp.1.sensor0.core0: 47 dev.k8temp.1.sensor0.core1: 45 dev.k8temp.1.sensor1.core0: -49 dev.k8temp.1.sensor1.core1: -49 /usr/local/sbin/k8temp says % sudo k8temp -d 0:0:1 <-- (cpu=0 core=0 sensor=1) CPUID: Vendor: AuthenticAMD, 0x40f12: Model=41 Family=f+0 Stepping=2 Advanced Power Management=0x3f Temperature sensor: Yes Frequency ID control: Yes Voltage ID control: Yes THERMTRIP support: Yes HW Thermal control: Yes SW Thermal control: Yes 100MHz multipliers: No HW P-State control: No TSC Invariant: No Thermtrip=0x00001b64 (CurTmp=0x00 (-49c) TjOffset=0x00 DiodeOffset=0x1b (-16c)) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: k8temp.c =================================================================== RCS file: /museum/freebsd/repo/usr/src/sys/dev/k8temp/k8temp.c,v retrieving revision 1.7 diff -u -p -r1.7 k8temp.c --- k8temp.c 6 Jul 2008 16:18:58 -0000 1.7 +++ k8temp.c 21 Jul 2008 06:34:36 -0000 @@ -216,13 +216,13 @@ k8temp_attach(device_t dev) SYSCTL_ADD_PROC(sysctlctx, SYSCTL_CHILDREN(sysctlnode), OID_AUTO, "core0", CTLTYPE_INT | CTLFLAG_RD, - dev, SENSOR0_CORE0, k8temp_sysctl, "I", + dev, SENSOR1_CORE0, k8temp_sysctl, "I", "Sensor 1 / Core 0 temperature"); SYSCTL_ADD_PROC(sysctlctx, SYSCTL_CHILDREN(sysctlnode), OID_AUTO, "core1", CTLTYPE_INT | CTLFLAG_RD, - dev, SENSOR0_CORE0, k8temp_sysctl, "I", + dev, SENSOR1_CORE1, k8temp_sysctl, "I", "Sensor 1 / Core 1 temperature"); return (0); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 21 11:06:52 2008 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 511731065678 for ; Mon, 21 Jul 2008 11:06:52 +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 24B458FC16 for ; Mon, 21 Jul 2008 11:06:52 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6LB6qUA031805 for ; Mon, 21 Jul 2008 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6LB6pU1031801 for freebsd-amd64@FreeBSD.org; Mon, 21 Jul 2008 11:06:51 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Jul 2008 11:06:51 GMT Message-Id: <200807211106.m6LB6pU1031801@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org X-Mailman-Approved-At: Mon, 21 Jul 2008 11:16:58 +0000 Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2008 11:06:52 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number 1 problem total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o amd64/74747 amd64 [panic] System panic on shutdown when process will not o amd64/76136 amd64 [hang] system halts before reboot o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys f amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 f amd64/87258 amd64 [smp] [boot] cannot boot with SMP and Areca ARC-1160 r o amd64/87305 amd64 [smp] Dual Opteron / FreeBSD 5 & 6 / powerd results in o amd64/87316 amd64 [vge] "vge0 attach returned 6" on FreeBSD 6.0-RC1 amd6 o amd64/87689 amd64 [powerd] [hang] powerd hangs SMP Opteron 244 5-STABLE o amd64/87977 amd64 [busdma] [panic] amd64 busdma dflt_lock called (by ata o amd64/88568 amd64 [panic] 6.0-RELEASE install cd does not boot with usb o amd64/88790 amd64 [panic] kernel panic on first boot (after the FreeBSD o amd64/89501 amd64 [install] System crashes on install using ftp on local f amd64/89503 amd64 [boot] Cant Boot Installation Disk o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 f amd64/91492 amd64 [boot] BTX halted o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/94677 amd64 [panic] panic in amd64 install at non-root user creati f amd64/94989 amd64 [boot] BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) o amd64/95888 amd64 [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled f amd64/102122 amd64 [boot] 6.1-RELEASE amd64 Install Media panics on boot. s amd64/104311 amd64 ports/wine should be installable on amd64 f amd64/105514 amd64 [boot] FreeBSD/amd64 - Fails to boot on HP Pavilion dv f amd64/105531 amd64 [ata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - does f amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on s amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work a amd64/109584 amd64 zdump(8) doesn't work o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 f amd64/111992 amd64 [boot] BTX failed - HP Laptop dv2315nr f amd64/113021 amd64 [re] ASUS M2A-VM onboard NIC does not work o amd64/114111 amd64 [nfs] System crashes while writing on NFS-mounted shar o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c s amd64/115815 amd64 [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupp o amd64/116159 amd64 [panic] Panic while debugging on CURRENT o amd64/116322 amd64 [panic] At start fsck on current, the system panics o amd64/116620 amd64 [hang] ifconfig spins when creating carp(4) device on o amd64/117296 amd64 [ata] I don`t see second SATA IDE on VIA VT8237A o amd64/117316 amd64 [acpi] ACPI lockups on SuperMicro motherboard o amd64/117418 amd64 [hang] FreeBSD 6.2 crash on amd64 4400+ with ssh o amd64/119591 amd64 [amd64] [patch] time_t on 64-bit architecture o amd64/119936 amd64 [install] FreeBSD 7.0-RC1 amd64 and i386 installer dis o amd64/120202 amd64 [amd64] [patch] [panic] kernel panic at start_all_aps, o amd64/121439 amd64 [boot] Installation of FreeBSD 7.0 fails: ACPI problem o amd64/122174 amd64 [panic] 7.0 no longer includes "device atpic" so fails f amd64/122423 amd64 Port install fails after upgrade o amd64/122624 amd64 unusable minimal installation of FreeBSD-7.0 o amd64/122695 amd64 [cpufreq] Lack of cpufreq control using amd64 eith cor o kern/122782 amd64 [modules] accf_http.ko kernel module is not loadable o amd64/123275 amd64 [cbb] [pcmcia] cbb/pcmcia drivers on amd64 failure [re o amd64/123520 amd64 [ahd] unable to boot from net while using ahd o amd64/123562 amd64 [install] FreeBSD amd64 not installs o amd64/124432 amd64 [panic] 7.0-STABLE panic: invalbuf: dirty bufs o amd64/125002 amd64 [install] amd64, SATA hard disks not detected 55 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- s amd64/85273 amd64 [install] FreeBSD (NetBSD or OpenBSD) not install on l f amd64/100838 amd64 [powerd] FreeBSD 6.0/6.1 kernel panics when booting wi o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV f amd64/103259 amd64 [ar] Cannot use ataraid on nvidia nForce4+amd64 o amd64/106186 amd64 [panic] panic in swap_pager_swap_init (amd64/smp/6.2-p o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot f amd64/111096 amd64 motherboard ASRock AM2NF6G-VSTA not supported a amd64/113111 amd64 [Makefile] [patch] Potentially wrong instructions will o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern o amd64/115581 amd64 [Makefile] [patch] -mfancy-math-387 has no effect f amd64/116457 amd64 [install] can't install freebsd on dv9420us f amd64/116514 amd64 freebsd6.2 can't detect GA-M61SME-S2's onboard lan car f amd64/116670 amd64 [ata] onboard SATA RAID1 controllers not supported for s amd64/116689 amd64 [request] support for MSI K9MM-V f amd64/117186 amd64 [modules] kldload Unsupported file type on STABLE amd6 f amd64/119949 amd64 [install] 6.3-RELEASE install; cannot find packages/IN f amd64/121590 amd64 powerd(8) may not work correctly f amd64/122468 amd64 Compile problems after upgrading to 7.0 o amd64/122549 amd64 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial o amd64/123456 amd64 fstat(1): /usr/bin/fstat shows error messages and hang o amd64/124134 amd64 [kernel] The kernel doesn't follow the calling convent o amd64/125820 amd64 sysctl dev.k8temp.*.sensor1.* are invalid. 22 problems total. From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 22 00:34:55 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F233106564A; Tue, 22 Jul 2008 00:34:55 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 07CF18FC13; Tue, 22 Jul 2008 00:34:54 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6M0Yqak053600; Mon, 21 Jul 2008 20:34:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m6M0Yq59078572; Mon, 21 Jul 2008 20:34:52 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id DB7D473039; Mon, 21 Jul 2008 20:34:51 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080722003451.DB7D473039@freebsd-current.sentex.ca> Date: Mon, 21 Jul 2008 20:34:51 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.3/7748/Fri Jul 18 10:28:37 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 00:34:55 -0000 TB --- 2008-07-21 22:45:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-07-21 22:45:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-07-21 22:45:00 - cleaning the object tree TB --- 2008-07-21 22:45:41 - cvsupping the source tree TB --- 2008-07-21 22:45:41 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-07-21 22:45:46 - building world (CFLAGS=-O -pipe) TB --- 2008-07-21 22:45:46 - cd /src TB --- 2008-07-21 22:45:46 - /usr/bin/make -B buildworld >>> World build started on Mon Jul 21 22:45:48 UTC 2008 >>> 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Tue Jul 22 00:26:43 UTC 2008 TB --- 2008-07-22 00:26:43 - generating LINT kernel config TB --- 2008-07-22 00:26:43 - cd /src/sys/amd64/conf TB --- 2008-07-22 00:26:43 - /usr/bin/make -B LINT TB --- 2008-07-22 00:26:43 - building LINT kernel (COPTFLAGS=) TB --- 2008-07-22 00:26:43 - cd /src TB --- 2008-07-22 00:26:43 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jul 22 00:26:43 UTC 2008 >>> 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 -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ip_id.c cc -c -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/in_mcast.c cc -c -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/in_pcb.c cc1: warnings being treated as errors /src/sys/netinet/in_pcb.c: In function 'inp_4tuple_get': /src/sys/netinet/in_pcb.c:1306: warning: passing argument 1 of '_rw_assert' discards qualifiers from pointer target type /src/sys/netinet/in_pcb.c:1307: error: incompatible types in assignment /src/sys/netinet/in_pcb.c:1308: error: incompatible types in assignment *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-07-22 00:34:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-07-22 00:34:51 - ERROR: failed to build lint kernel TB --- 2008-07-22 00:34:51 - tinderbox aborted TB --- 4767.21 user 613.84 system 6591.09 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 22 06:05:02 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DCCD106567E; Tue, 22 Jul 2008 06:05:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3BCCB8FC14; Tue, 22 Jul 2008 06:05:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6M64w5K081755; Tue, 22 Jul 2008 02:04:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m6M64wV9086017; Tue, 22 Jul 2008 02:04:58 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 9898173039; Tue, 22 Jul 2008 02:04:58 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080722060458.9898173039@freebsd-current.sentex.ca> Date: Tue, 22 Jul 2008 02:04:58 -0400 (EDT) X-Virus-Scanned: ClamAV 0.93.3/7748/Fri Jul 18 10:28:37 2008 clamav-milter version 0.93 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 06:05:02 -0000 TB --- 2008-07-22 04:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-07-22 04:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-07-22 04:15:00 - cleaning the object tree TB --- 2008-07-22 04:15:39 - cvsupping the source tree TB --- 2008-07-22 04:15:39 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-07-22 04:15:46 - building world (CFLAGS=-O -pipe) TB --- 2008-07-22 04:15:46 - cd /src TB --- 2008-07-22 04:15:46 - /usr/bin/make -B buildworld >>> World build started on Tue Jul 22 04:15:48 UTC 2008 >>> 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 >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Tue Jul 22 05:56:52 UTC 2008 TB --- 2008-07-22 05:56:52 - generating LINT kernel config TB --- 2008-07-22 05:56:52 - cd /src/sys/amd64/conf TB --- 2008-07-22 05:56:52 - /usr/bin/make -B LINT TB --- 2008-07-22 05:56:52 - building LINT kernel (COPTFLAGS=) TB --- 2008-07-22 05:56:52 - cd /src TB --- 2008-07-22 05:56:52 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Tue Jul 22 05:56:52 UTC 2008 >>> 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 -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/ip_id.c cc -c -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/in_mcast.c cc -c -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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/netinet/in_pcb.c cc1: warnings being treated as errors /src/sys/netinet/in_pcb.c: In function 'inp_4tuple_get': /src/sys/netinet/in_pcb.c:1306: warning: passing argument 1 of '_rw_assert' discards qualifiers from pointer target type /src/sys/netinet/in_pcb.c:1307: error: incompatible types in assignment /src/sys/netinet/in_pcb.c:1308: error: incompatible types in assignment *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-07-22 06:04:58 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-07-22 06:04:58 - ERROR: failed to build lint kernel TB --- 2008-07-22 06:04:58 - tinderbox aborted TB --- 4767.67 user 615.14 system 6597.95 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 22 15:30:02 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D377A1065949 for ; Tue, 22 Jul 2008 15:30:02 +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 D0FEE8FC30 for ; Tue, 22 Jul 2008 15:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6MFU1E6016497 for ; Tue, 22 Jul 2008 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6MFU1qk016496; Tue, 22 Jul 2008 15:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 22 Jul 2008 15:30:01 GMT Resent-Message-Id: <200807221530.m6MFU1qk016496@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sean Cody Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B401065683 for ; Tue, 22 Jul 2008 15:29: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 9FB478FC16 for ; Tue, 22 Jul 2008 15:29:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6MFTSJ0069252 for ; Tue, 22 Jul 2008 15:29:28 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6MFTShQ069251; Tue, 22 Jul 2008 15:29:28 GMT (envelope-from nobody) Message-Id: <200807221529.m6MFTShQ069251@www.freebsd.org> Date: Tue, 22 Jul 2008 15:29:28 GMT From: Sean Cody To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Tue, 22 Jul 2008 16:01:35 +0000 Cc: Subject: amd64/125873: Repeated kernel panics, trap 12 page fault while in kernel mode (always with smbd). X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 15:30:03 -0000 >Number: 125873 >Category: amd64 >Synopsis: Repeated kernel panics, trap 12 page fault while in kernel mode (always with smbd). >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 15:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Sean Cody >Release: 7.0-RELEASE >Organization: Frantic Films VFX Services Inc. >Environment: FreeBSD deadline-la.franticfilms.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Machine panics almost daily under heavy Samba usage. We have a machine which we recently converted to a FreeBSD 7 Box whose sole purpose in existence is to deal with a product which communicates over a disk based queue served up via CIFS to clients. This machine is pretty heavily loaded with these requests and shortly after putting the machine into production the machine would crash daily (sometimes more than once) with the very same characteristics. We've swapped the drives to another machine with the same results. The panic drops a number for cores and each one's backtrace shows corrupted stack. We've not tried booting without ACPI support though I have ruled out memory and temperature issues by swapping hardware around and keeping an eye on the environment. Here is a simple back trace from the panic's core. deadline-la# cat info.9 Dump header from device /dev/da0s1b Architecture: amd64 Architecture Version: 2 Dump Length: 170438656B (162 MB) Blocksize: 512 Dumptime: Fri Jul 18 17:25:32 2008 Hostname: deadline-la.franticfilms.com Magic: FreeBSD Kernel Dump Version String: FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Panic String: page fault Dump Parity: 113022818 Bounds: 9 Dump Status: good deadline-la# kgdb /boot/kernel/kernel /var/crash/vmcore.9 [GDB will not be able to debug user-mode threads: /usr/lib/libthread_db.so: Undefined symbol "ps_pglobal_lookup"] 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 "amd64-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 = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read data, page not present instruction pointer = 0x8:0xffffffff80468dff stack pointer = 0x10:0xffffffffa2c339c0 frame pointer = 0x10:0xffffff0013e4f8d0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = resume, IOPL = 0 current process = 34088 (smbd) trap number = 12 panic: page fault cpuid = 0 Uptime: 8h13m17s Physical memory: 1011 MB Dumping 162 MB: 147 131 115 99 83 67 51 35 19 3 #0 doadump () at pcpu.h:194 194 pcpu.h: No such file or directory. in pcpu.h (kgdb) bt #0 doadump () at pcpu.h:194 #1 0x0000000000000004 in ?? () #2 0xffffffff80477699 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 #3 0xffffffff80477a9d in panic (fmt=0x104
) at /usr/src/sys/kern/kern_shutdown.c:563 #4 0xffffffff8072ec94 in trap_fatal (frame=0xffffff00152b9000, eva=18446742974531694592) at /usr/src/sys/amd64/amd64/trap.c:724 #5 0xffffffff8072f90f in trap (frame=0xffffffffa2c33910) at /usr/src/sys/amd64/amd64/trap.c:251 #6 0xffffffff8071560e in calltrap () at /usr/src/sys/amd64/amd64/exception.S:169 #7 0xffffffff80468dff in lf_advlock (ap=Variable "ap" is not available. ) at /usr/src/sys/kern/kern_lockf.c:294 #8 0xffffffff8044ec5b in kern_fcntl (td=0xffffff00152b9000, fd=Variable "fd" is not available. ) at vnode_if.h:1036 #9 0xffffffff8044f01f in fcntl (td=0xffffff00152b9000, uap=0xffffffffa2c33be0) at /usr/src/sys/kern/kern_descrip.c:336 #10 0xffffffff8072f2e7 in syscall (frame=0xffffffffa2c33c70) at /usr/src/sys/amd64/amd64/trap.c:852 #11 0xffffffff8071581b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:290 #12 0x0000000801af707c in ?? () Previous frame inner to this frame (corrupt stack?) (kgdb) dmesg of the machine: Copyright (c) 1992-2008 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.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.20-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0xf41 Stepping = 1 Features=0xbfebfbff Features2=0x641d AMD Features=0x20000800 usable memory = 1060724736 (1011 MB) avail memory = 1022083072 (974 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 6 ioapic0: Changing APIC ID to 7 ioapic1: Changing APIC ID to 8 ioapic2: Changing APIC ID to 9 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 32-55 on motherboard ioapic2 irqs 64-87 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 p4tcc0: on cpu0 cpu1: on acpi0 p4tcc1: on cpu1 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci1: on pcib1 pcib2: at device 0.0 on pci1 pci2: on pcib2 pcib3: at device 0.2 on pci1 pci3: on pcib3 mpt0: port 0xec00-0xecff mem 0xdfdf0000-0xdfdfffff,0xdfde0000-0xdfdeffff irq 34 at device 5.0 on pci3 mpt0: [ITHREAD] mpt0: MPI Version=1.2.12.0 pcib4: at device 4.0 on pci0 pci4: on pcib4 pcib5: at device 5.0 on pci0 pci5: on pcib5 pcib6: at device 0.0 on pci5 pci6: on pcib6 em0: port 0xdcc0-0xdcff mem 0xdfae0000-0xdfafffff irq 64 at device 7.0 on pci6 em0: Ethernet address: 00:11:43:d7:00:ac em0: [FILTER] pcib7: at device 0.2 on pci5 pci7: on pcib7 em1: port 0xccc0-0xccff mem 0xdf8e0000-0xdf8fffff irq 65 at device 8.0 on pci7 em1: Ethernet address: 00:11:43:d7:00:ad em1: [FILTER] pcib8: at device 6.0 on pci0 pci8: on pcib8 uhci0: port 0xace0-0xacff irq 16 at device 29.0 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 0xacc0-0xacdf irq 19 at device 29.1 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 uhci2: port 0xaca0-0xacbf irq 18 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xdff00000-0xdff003ff irq 23 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered uhub4: on uhub3 uhub4: multiple transaction translators uhub4: 2 ports with 2 removable, self powered pcib9: at device 30.0 on pci0 pci9: on pcib9 vgapci0: port 0xbc00-0xbcff mem 0xd0000000-0xd7ffffff,0xdf5f0000-0xdf5fffff irq 18 at device 13.0 on pci9 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 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model IntelliMouse Explorer, device ID 4 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] orm0: at iomem 0xc0000-0xcafff,0xcb000-0xcbfff,0xcc000-0xcffff,0xd0000-0xd0fff,0xec000-0xeffff on isa0 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec hptrr: no controller detected. Waiting 5 seconds for SCSI devices to settle acd0: CDROM at ata0-master UDMA33 ses0 at mpt0 bus 0 target 6 lun 0 ses0: Fixed Processor SCSI-2 device ses0: 3.300MB/s transfers ses0: SAF-TE Compliant Device SMP: AP CPU #1 Launched! da0 at mpt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 320.000MB/s transfers (160.000MHz DT, offset 127, 16bit) da0: Command Queueing Enabled da0: 70007MB (143374650 512 byte sectors: 255H 63S/T 8924C) Trying to mount root from ufs:/dev/da0s1a WARNING: / was not properly dismounted em0: link state changed to UP rtfree: 0xffffff00017b14b0 has 1 refs rtfree: 0xffffff000c3520f0 has 1 refs I've got 10 of these cores and all show very similar back traces and I'm not sure what to try next (save for disabling ACPI which may not be the problem). >How-To-Repeat: Just let the machine run and serve up a heavy load of SMB traffic. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 22 17:10:59 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74B30106581E; Tue, 22 Jul 2008 17:10:59 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 3CB538FC1B; Tue, 22 Jul 2008 17:10:58 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6MHAuxo015847; Tue, 22 Jul 2008 13:10:56 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6MHAuSR048997; Tue, 22 Jul 2008 13:10:56 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 2072073039; Tue, 22 Jul 2008 13:10:55 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080722171055.2072073039@freebsd-current.sentex.ca> Date: Tue, 22 Jul 2008 13:10:54 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 17:10:59 -0000 TB --- 2008-07-22 17:10:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-07-22 17:10:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-07-22 17:10:00 - cleaning the object tree TB --- 2008-07-22 17:10:48 - cvsupping the source tree TB --- 2008-07-22 17:10:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-07-22 17:10:54 - building world (CFLAGS=-O -pipe) TB --- 2008-07-22 17:10:54 - cd /src TB --- 2008-07-22 17:10:54 - /usr/bin/make -B buildworld TB --- 2008-07-22 17:10:54 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-07-22 17:10:54 - ERROR: failed to build world TB --- 2008-07-22 17:10:54 - tinderbox aborted TB --- 2.41 user 4.54 system 54.11 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Tue Jul 22 18:02:51 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E47F1065673; Tue, 22 Jul 2008 18:02:51 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 374F58FC2A; Tue, 22 Jul 2008 18:02:50 +0000 (UTC) (envelope-from des@des.no) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id E8732208E; Tue, 22 Jul 2008 19:43:56 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: FreeBSD Tinderbox References: <20080722171055.2072073039@freebsd-current.sentex.ca> Date: Tue, 22 Jul 2008 19:43:56 +0200 In-Reply-To: <20080722171055.2072073039@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Tue\, 22 Jul 2008 13\:10\:54 -0400 \(EDT\)") Message-ID: <86ljztolur.fsf@ds4.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: amd64@freebsd.org, current@freebsd.org Subject: Re: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2008 18:02:51 -0000 FreeBSD Tinderbox writes: > TB --- 2008-07-22 17:10:00 - tinderbox 2.3 running on freebsd-current.sen= tex.ca > TB --- 2008-07-22 17:10:00 - starting HEAD tinderbox run for amd64/amd64 > TB --- 2008-07-22 17:10:00 - cleaning the object tree > TB --- 2008-07-22 17:10:48 - cvsupping the source tree > TB --- 2008-07-22 17:10:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /= tinderbox/HEAD/amd64/amd64/supfile > TB --- 2008-07-22 17:10:54 - building world (CFLAGS=3D-O -pipe) > TB --- 2008-07-22 17:10:54 - cd /src > TB --- 2008-07-22 17:10:54 - /usr/bin/make -B buildworld > TB --- 2008-07-22 17:10:54 - WARNING: /usr/bin/make returned exit code 1= =20 > TB --- 2008-07-22 17:10:54 - ERROR: failed to build world > TB --- 2008-07-22 17:10:54 - tinderbox aborted > TB --- 2.41 user 4.54 system 54.11 real src/Makefile contains the following code: STARTTIME!=3D LC_ALL=3DC date CHECK_TIME!=3D find ${.CURDIR}/sys/sys/param.h -mtime -0 .if !empty(CHECK_TIME) .error check your date/time: ${STARTTIME} .endif This causes the build to fail if 'make' is invoked within the same second that sys/sys/param.h was updated, as happened here: TB --- 2008-07-22 17:10:48 - cvsupping the source tree TB --- 2008-07-22 17:10:48 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /ti= nderbox/HEAD/amd64/amd64/supfile Connected to 127.0.0.1 Updating collection src-all/cvs Edit src/games/fortune/datfiles/fortunes Edit src/include/stdlib.h Edit src/lib/libc/gen/Makefile.inc Edit src/lib/libc/gen/Symbol.map Edit src/lib/libc/gen/arc4random.3 Edit src/lib/libc/gen/arc4random.c Edit src/lib/libc/stdio/mktemp.c Edit src/share/misc/committers-src.dot Edit src/sys/arm/at91/at91_pmc.c Edit src/sys/dev/esp/esp_sbus.c Edit src/sys/dev/esp/ncr53c9x.c Edit src/sys/dev/esp/ncr53c9xvar.h Edit src/sys/libkern/arc4random.c Edit src/sys/security/audit/audit.c Edit src/sys/security/audit/audit.h Edit src/sys/security/audit/audit_arg.c Edit src/sys/security/audit/audit_bsm.c Edit src/sys/security/audit/audit_bsm_klib.c Edit src/sys/security/audit/audit_bsm_token.c Edit src/sys/security/audit/audit_private.h Edit src/sys/security/audit/audit_syscalls.c Edit src/sys/security/audit/audit_worker.c Edit src/sys/sys/param.h Finished successfully TB --- 2008-07-22 17:10:54 - building world (CFLAGS=3D-O -pipe) TB --- 2008-07-22 17:10:54 - cd /src TB --- 2008-07-22 17:10:54 - /usr/bin/make -B buildworld "Makefile", line 177: check your date/time: Tue Jul 22 17:10:54 UTC 2008 TB --- 2008-07-22 17:10:54 - WARNING: /usr/bin/make returned exit code 1=20 TB --- 2008-07-22 17:10:54 - ERROR: failed to build world DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 23 14:06:46 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40C95106564A; Wed, 23 Jul 2008 14:06:46 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id F3E568FC16; Wed, 23 Jul 2008 14:06:45 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6NE6hv7083694; Wed, 23 Jul 2008 10:06:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6NE6h3O078921; Wed, 23 Jul 2008 10:06:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 53E2173039; Wed, 23 Jul 2008 10:06:43 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080723140643.53E2173039@freebsd-current.sentex.ca> Date: Wed, 23 Jul 2008 10:06:43 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner4 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2008 14:06:46 -0000 TB --- 2008-07-23 13:05:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-07-23 13:05:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-07-23 13:05:00 - cleaning the object tree TB --- 2008-07-23 13:05:50 - cvsupping the source tree TB --- 2008-07-23 13:05:50 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-07-23 13:05:56 - building world (CFLAGS=-O -pipe) TB --- 2008-07-23 13:05:56 - cd /src TB --- 2008-07-23 13:05:56 - /usr/bin/make -B buildworld >>> World build started on Wed Jul 23 13:05:59 UTC 2008 >>> 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 [...] In file included from /src/sbin/ipf/ipresend/../../../contrib/ipfilter/ipsend/sock.c:81: /obj/amd64/src/tmp/usr/include/string.h:81: error: conflicting types for 'strdup' /src/sbin/ipf/ipresend/../../../sys/sys/libkern.h:109: error: previous declaration of 'strdup' was here In file included from /src/sbin/ipf/ipresend/../../../contrib/ipfilter/ipsend/sock.c:82: /obj/amd64/src/tmp/usr/include/stdlib.h:163: error: conflicting types for 'setenv' /src/sbin/ipf/ipresend/../../../sys/sys/systm.h:239: error: previous declaration of 'setenv' was here /obj/amd64/src/tmp/usr/include/stdlib.h:201: error: conflicting types for 'random' /src/sbin/ipf/ipresend/../../../sys/sys/libkern.h:99: error: previous declaration of 'random' was here *** Error code 1 Stop in /src/sbin/ipf/ipresend. *** Error code 1 Stop in /src/sbin/ipf. *** Error code 1 Stop in /src/sbin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-07-23 14:06:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-07-23 14:06:43 - ERROR: failed to build world TB --- 2008-07-23 14:06:43 - tinderbox aborted TB --- 2665.99 user 332.28 system 3702.33 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed Jul 23 16:57:26 2008 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E3CB106566B; Wed, 23 Jul 2008 16:57:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 841F98FC19; Wed, 23 Jul 2008 16:57:26 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6NGvO6t023680; Wed, 23 Jul 2008 12:57:24 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by smtp1.sentex.ca (8.14.2/8.14.2) with ESMTP id m6NGvOrW083159; Wed, 23 Jul 2008 12:57:24 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 126D473039; Wed, 23 Jul 2008 12:57:24 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20080723165724.126D473039@freebsd-current.sentex.ca> Date: Wed, 23 Jul 2008 12:57:24 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.93, clamav-milter version 0.93 on clamscanner1 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jul 2008 16:57:26 -0000 TB --- 2008-07-23 16:30:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2008-07-23 16:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2008-07-23 16:30:00 - cleaning the object tree TB --- 2008-07-23 16:30:19 - cvsupping the source tree TB --- 2008-07-23 16:30:19 - /usr/bin/csup -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/amd64/amd64/supfile TB --- 2008-07-23 16:30:27 - building world (CFLAGS=-O -pipe) TB --- 2008-07-23 16:30:27 - cd /src TB --- 2008-07-23 16:30:27 - /usr/bin/make -B buildworld >>> World build started on Wed Jul 23 16:30:28 UTC 2008 >>> 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 [...] cc -O -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -fstack-protector -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c cc -O -pipe -I/src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/include -I/src/cddl/lib/libzpool/../../../cddl/compat/opensolaris/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/sys -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/common/zfs -I/src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/head -I/src/cddl/lib/libzpool/../../../cddl/lib/libumem -I/src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libnvpair -fstack-protector -Wno-unknown-pragmas -c /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c In file included from /src/cddl/lib/libzpool/../../../sys/cddl/compat/opensolaris/sys/atomic.h:33, from /src/cddl/lib/libzpool/../../../cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h:67, from /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/refcount.h:33, from /src/cddl/lib/libzpool/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_znode.c:54: /obj/amd64/src/tmp/usr/include/machine/atomic.h:165: error: conflicting types for 'atomic_fetchadd_int' /obj/amd64/src/tmp/usr/include/sys/refcount.h:53: error: previous implicit declaration of 'atomic_fetchadd_int' was here *** Error code 1 Stop in /src/cddl/lib/libzpool. *** Error code 1 Stop in /src/cddl/lib. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2008-07-23 16:57:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2008-07-23 16:57:23 - ERROR: failed to build world TB --- 2008-07-23 16:57:23 - tinderbox aborted TB --- 1161.43 user 156.41 system 1643.39 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 24 13:50:06 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48605106566B for ; Thu, 24 Jul 2008 13:50:06 +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 515FB8FC08 for ; Thu, 24 Jul 2008 13:50:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6ODo6ra042511 for ; Thu, 24 Jul 2008 13:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6ODo5Ag042510; Thu, 24 Jul 2008 13:50:06 GMT (envelope-from gnats) Date: Thu, 24 Jul 2008 13:50:06 GMT Message-Id: <200807241350.m6ODo5Ag042510@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Kostik Belousov Cc: Subject: Re: amd64/125873: Repeated kernel panics, trap 12 page fault while in kernel mode (always with smbd). X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kostik Belousov List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 13:50:06 -0000 The following reply was made to PR amd64/125873; it has been noted by GNATS. From: Kostik Belousov To: Sean Cody Cc: bug-followup@freebsd.org, dfr@freebsd.org Subject: Re: amd64/125873: Repeated kernel panics, trap 12 page fault while in kernel mode (always with smbd). Date: Thu, 24 Jul 2008 16:47:09 +0300 On Tue, Jul 22, 2008 at 03:29:28PM +0000, Sean Cody wrote: > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x0 > fault code = supervisor read data, page not present > instruction pointer = 0x8:0xffffffff80468dff > stack pointer = 0x10:0xffffffffa2c339c0 > frame pointer = 0x10:0xffffff0013e4f8d0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, long 1, def32 0, gran 1 > processor eflags = resume, IOPL = 0 > current process = 34088 (smbd) > trap number = 12 > panic: page fault > cpuid = 0 > Uptime: 8h13m17s > Physical memory: 1011 MB > Dumping 162 MB: 147 131 115 99 83 67 51 35 19 3 > > #0 doadump () at pcpu.h:194 > 194 pcpu.h: No such file or directory. > in pcpu.h > (kgdb) bt > #0 doadump () at pcpu.h:194 > #1 0x0000000000000004 in ?? () > #2 0xffffffff80477699 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 > #3 0xffffffff80477a9d in panic (fmt=0x104
) at /usr/src/sys/kern/kern_shutdown.c:563 > #4 0xffffffff8072ec94 in trap_fatal (frame=0xffffff00152b9000, eva=18446742974531694592) at /usr/src/sys/amd64/amd64/trap.c:724 > #5 0xffffffff8072f90f in trap (frame=0xffffffffa2c33910) at /usr/src/sys/amd64/amd64/trap.c:251 > #6 0xffffffff8071560e in calltrap () at /usr/src/sys/amd64/amd64/exception.S:169 > #7 0xffffffff80468dff in lf_advlock (ap=Variable "ap" is not available. > ) at /usr/src/sys/kern/kern_lockf.c:294 > #8 0xffffffff8044ec5b in kern_fcntl (td=0xffffff00152b9000, fd=Variable "fd" is not available. > ) at vnode_if.h:1036 > #9 0xffffffff8044f01f in fcntl (td=0xffffff00152b9000, uap=0xffffffffa2c33be0) at /usr/src/sys/kern/kern_descrip.c:336 > #10 0xffffffff8072f2e7 in syscall (frame=0xffffffffa2c33c70) at /usr/src/sys/amd64/amd64/trap.c:852 > #11 0xffffffff8071581b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:290 > #12 0x0000000801af707c in ?? () > Previous frame inner to this frame (corrupt stack?) > (kgdb) Exactly this code was heavily rewritten after 7.0 was released. Could you reproduce the problem on the latest 7-STABLE ? From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 24 22:17:42 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F84F106566B for ; Thu, 24 Jul 2008 22:17:42 +0000 (UTC) (envelope-from freebsdworld@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.248]) by mx1.freebsd.org (Postfix) with ESMTP id C20418FC1D for ; Thu, 24 Jul 2008 22:17:41 +0000 (UTC) (envelope-from freebsdworld@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so540711hsh.11 for ; Thu, 24 Jul 2008 15:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=WTs9w2S2E47LUd+qMydBEQ3GnRLyKmtJoCyYFPaHfl4=; b=FWyPOAIEKY+dTrjg+tpg0Eo+iMN9f/+IDAgcEahWogXXrePqFMCEl4Om1AAZtZcOq5 +zCoCPQcpImbsr+pI0Jx9wT6N3DPeTIg/44etqmuCleqeQjUHmFL4unqjQcIjGtX8d4o YW8MSv7u4wfjYhxYUlYmKN0Lq+Mj8vQ9CzTfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YX/cJVYXJzDhGdjDaKGUzN43WfJAopeNRJNLi5TgUANLfAdljjr9WaHBQ1mPPlH9Xv B3B1Bas6YkQVsyi/8dnKrwWIHikH8z7Bg1C04EHVAVA8oYPDgR4Gq9weQ0BWXPreA0hf uG5w0TTL0o0MVvEWuPKrCXtjUc4ILgzw9UBpA= Received: by 10.101.71.9 with SMTP id y9mr1384049ank.145.1216936196509; Thu, 24 Jul 2008 14:49:56 -0700 (PDT) Received: by 10.151.146.15 with HTTP; Thu, 24 Jul 2008 14:49:56 -0700 (PDT) Message-ID: <6199c3dc0807241449s758625esc79ae127abcaf750@mail.gmail.com> Date: Thu, 24 Jul 2008 17:49:56 -0400 From: "Benjamin Adams" To: freebsd-amd64@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: FreeBSD 7.0 amd64 FAMP Server RAM problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 22:17:42 -0000 Hello everyone. I'm running a website (http://www.FreeBSD-World.com/) When the RAM is used up and moves to inactive the pages stop loading 100%. Pages will stop halfway and sometimes I will get a display of what is in the httpd.access log. Server is running FreeBSD 7.0 PHP 5.2.6 Apache 1.3.41 MySQL 5.0.51a Top output: last pid: 7607; load averages: 0.07, 0.12, 0.06 up 0+02:59:32 17:40:27 72 processes: 1 running, 71 sleeping CPU states: 0.0% user, 0.0% nice, 0.3% system, 0.3% interrupt, 99.4% idle Mem: 79M Active, 23M Inact, 221M Wired, 240K Cache, 156M Buf, 7590M Free Swap: 4096M Total, 4096M Free I just reboot the machine so it will be sometime before ram is full again. Configs: MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxClients 150 key_buffer = 16M max_allowed_packet = 1M table_cache = 64 sort_buffer_size = 512K net_buffer_length = 8K read_buffer_size = 256K read_rnd_buffer_size = 512K myisam_sort_buffer_size = 8M should I change something? using the defaults. Server has 8G RAM and Quad Core AMD Thanks for taking the time to look!!! Ben Adams http://www.FreeBSD-World.com/ From owner-freebsd-amd64@FreeBSD.ORG Thu Jul 24 23:08:14 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F8F1065671 for ; Thu, 24 Jul 2008 23:08:14 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 23DB18FC18; Thu, 24 Jul 2008 23:08:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <48890B5F.1020501@FreeBSD.org> Date: Fri, 25 Jul 2008 01:08:15 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Benjamin Adams References: <6199c3dc0807241449s758625esc79ae127abcaf750@mail.gmail.com> In-Reply-To: <6199c3dc0807241449s758625esc79ae127abcaf750@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-amd64@freebsd.org Subject: Re: FreeBSD 7.0 amd64 FAMP Server RAM problem X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 23:08:14 -0000 Benjamin Adams wrote: > Hello everyone. I'm running a website (http://www.FreeBSD-World.com/) When > the RAM is used up and moves to inactive the pages stop loading 100%. > Pages will stop halfway and sometimes I will get a display of what is in the > httpd.access log. > > Server is running > FreeBSD 7.0 > PHP 5.2.6 > Apache 1.3.41 > MySQL 5.0.51a > > Top output: > last pid: 7607; load averages: 0.07, 0.12, 0.06 up 0+02:59:32 > 17:40:27 > 72 processes: 1 running, 71 sleeping > CPU states: 0.0% user, 0.0% nice, 0.3% system, 0.3% interrupt, 99.4% > idle > Mem: 79M Active, 23M Inact, 221M Wired, 240K Cache, 156M Buf, 7590M Free > Swap: 4096M Total, 4096M Free You're interpreting the symptoms wrong. RAM is not "full", and in fact what you posted shows hardly any RAM in use. Your problem is somewhere else. Kris > > I just reboot the machine so it will be sometime before ram is full again. > Configs: > MinSpareServers 5 > MaxSpareServers 10 > StartServers 5 > MaxClients 150 > key_buffer = 16M > max_allowed_packet = 1M > table_cache = 64 > sort_buffer_size = 512K > net_buffer_length = 8K > read_buffer_size = 256K > read_rnd_buffer_size = 512K > myisam_sort_buffer_size = 8M > > > should I change something? using the defaults. > Server has 8G RAM and Quad Core AMD > > Thanks for taking the time to look!!! > > Ben Adams > http://www.FreeBSD-World.com/ > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" > > From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 03:00:14 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4474B1065697 for ; Fri, 25 Jul 2008 03:00:14 +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 155708FC1A for ; Fri, 25 Jul 2008 03:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6P30DPS009145 for ; Fri, 25 Jul 2008 03:00:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6P30D4f009135; Fri, 25 Jul 2008 03:00:13 GMT (envelope-from gnats) Resent-Date: Fri, 25 Jul 2008 03:00:13 GMT Resent-Message-Id: <200807250300.m6P30D4f009135@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Marvin Malkowski Jr." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C75EA1065675 for ; Fri, 25 Jul 2008 02:50:11 +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 AFBE98FC08 for ; Fri, 25 Jul 2008 02:50:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6P2oB3Y091422 for ; Fri, 25 Jul 2008 02:50:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6P2oBF3091421; Fri, 25 Jul 2008 02:50:11 GMT (envelope-from nobody) Message-Id: <200807250250.m6P2oBF3091421@www.freebsd.org> Date: Fri, 25 Jul 2008 02:50:11 GMT From: "Marvin Malkowski Jr." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Fri, 25 Jul 2008 04:50:07 +0000 Cc: Subject: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 03:00:14 -0000 >Number: 125943 >Category: amd64 >Synopsis: Serial Consoles do not work on amd64 freebsd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 25 03:00:13 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Marvin Malkowski Jr. >Release: FreeBSD 7.0-RELEASE >Organization: >Environment: FreeBSD hostname 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I am having problem with AMD64 Freebsd release and getting consoles to work properly. Console works fine during the initial boot process but when it comes to the login prompt I am unable to to enter text or get any response back to the console. When i install the i386 version on these systems, the console works with no problems at all with the same configuration. Configuration: cat /boot/loader.conf console="comconsole" accf_http_load="YES" cat /etc/ttys | grep vt100 ttyd0 "/usr/libexec/getty std.9600" vt100 on secure >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 11:26:10 2008 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4693D1065673; Fri, 25 Jul 2008 11:26:10 +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 105A28FC15; Fri, 25 Jul 2008 11:26:10 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6PBQACc085655; Fri, 25 Jul 2008 11:26:10 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6PBQ9Ww085651; Fri, 25 Jul 2008 11:26:09 GMT (envelope-from gavin) Date: Fri, 25 Jul 2008 11:26:09 GMT Message-Id: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> To: marv@linuxgames.com, gavin@FreeBSD.org, freebsd-amd64@FreeBSD.org From: gavin@FreeBSD.org X-Mailman-Approved-At: Fri, 25 Jul 2008 11:55:17 +0000 Cc: Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 11:26:10 -0000 Synopsis: Serial Consoles do not work on amd64 freebsd State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Fri Jul 25 11:24:39 UTC 2008 State-Changed-Why: To submitter: how much of the boot process do you see on the serial console? Do you get the kernel messages? The userland boot messages? Can you provide a dmesg of the system please? http://www.freebsd.org/cgi/query-pr.cgi?pr=125943 From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 17:11:19 2008 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 85FA41065671; Fri, 25 Jul 2008 17:11:19 +0000 (UTC) (envelope-from marv@linuxgames.com) Received: from thundercracker.telefragged.com (thundercracker.telefragged.com [208.111.158.16]) by mx1.freebsd.org (Postfix) with ESMTP id 356978FC0A; Fri, 25 Jul 2008 17:11:18 +0000 (UTC) (envelope-from marv@linuxgames.com) Received: from [192.168.0.2] (ip70-190-12-40.ph.ph.cox.net [70.190.12.40]) (authenticated bits=0) by thundercracker.telefragged.com (8.13.6/8.13.6) with ESMTP id m6PGwstf030416; Fri, 25 Jul 2008 11:58:55 -0500 (CDT) (envelope-from marv@linuxgames.com) Message-Id: <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> From: "Marvin Malkowski Jr." To: gavin@FreeBSD.org In-Reply-To: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> Mime-Version: 1.0 (Apple Message framework v926) Date: Fri, 25 Jul 2008 09:58:49 -0700 References: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> X-Mailer: Apple Mail (2.926) X-Spam-Status: No, score=-98.8 required=5.0 tests=AWL,BAYES_00,HTML_30_40, HTML_MESSAGE,RCVD_IN_SORBS_DUL,SPF_SOFTFAIL,USER_IN_WHITELIST autolearn=no version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on thundercracker.telefragged.com X-Mailman-Approved-At: Fri, 25 Jul 2008 17:23:09 +0000 Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-amd64@FreeBSD.org Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 17:11:19 -0000 > To submitter: how much of the boot process do you see on the serial > console? Do you get the kernel messages? The userland boot messages? > Can you provide a dmesg of the system please? I see the kernel booting messages as well as the boot loader menu. Log from the booting of the system ---------------------------------------------- =20 =E2=94=8C=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90 =E2=94=82 =E2=94=82 =E2=94=82 =E2=94=82 = ______ =E2=94=82 =E2=94=82 | = ____| __ ___ =20 ___ =E2=94=82 Welcome to FreeBSD! =E2=94=82 | |__ = | '__/ _ \/ =20 _ \ =E2=94=82 =E2=94=82 | = __|| | | __/ =20 __/ =E2=94=82 =E2=94=82 | | = | | | =20 | | =E2=94=82 1. Boot FreeBSD [default] =E2=94=82 |_| = |_| \___|=20 \___| =E2=94=82 2. Boot FreeBSD with ACPI disabled =E2=94=82 ____ = _____ =20 _____ =E2=94=82 3. Boot FreeBSD in Safe Mode =E2=94=82 | _ \ = / ____| =20 __ \ =E2=94=82 4. Boot FreeBSD in single user mode =E2=94=82 | |_) = | (___ | | =20 | | =E2=94=82 5. Boot FreeBSD with verbose logging =E2=94=82 | _ < = \___ \| | =20 | | =E2=94=82 6. Escape to loader prompt =E2=94=82 | |_) = |____) | |=20 __| | =E2=94=82 7. Reboot =E2=94=82 | = | =20 | | =E2=94=82 =E2=94=82 = |____/|_____/|=20 _____/ =E2=94=82 =E2=94=82 =E2=94=82 =E2=94=82 =E2=94=82 =E2=94=82 =E2=94=82 Select option, [Enter] for default =E2=94=82 =E2=94=82 or [Space] to pause timer 0 =E2=94=82 =20 =E2=94=94=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=20 =E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2= =94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94= =80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=98 Copyright (c) 1992-2008 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights =20 reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU X5355 @ 2.66GHz (2662.67-MHz K8-=20 class CPU) Origin =3D "GenuineIntel" Id =3D 0x6fb Stepping =3D 11 =20 Features=20 =3D=20 0xbfebfbff=20 <=20 FPU=20 ,VME=20 ,DE=20 ,PSE=20 ,TSC=20 ,MSR=20 ,PAE=20 ,MCE=20 ,CX8=20 ,APIC=20 ,SEP=20 ,MTRR=20 ,PGE=20 ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> =20 Features2=20 =3D0x4e3bd AMD Features=3D0x20100800 AMD Features2=3D0x1 Cores per package: 4 usable memory =3D 17162137600 (16367 MB) avail memory =3D 16615137280 (15845 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 8 ioapic1: Changing APIC ID to 9 ioapic2: Changing APIC ID to 10 ioapic3: Changing APIC ID to 11 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 64-87 on motherboard ioapic2 irqs 160-183 on motherboard ioapic3 irqs 224-247 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, =20 RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff =20 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est0 attach returned 6 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est1 attach returned 6 p4tcc1: on cpu1 cpu2: on acpi0 est2: on cpu2 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est2 attach returned 6 p4tcc2: on cpu2 cpu3: on acpi0 est3: on cpu3 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est3 attach returned 6 p4tcc3: on cpu3 cpu4: on acpi0 est4: on cpu4 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est4 attach returned 6 p4tcc4: on cpu4 cpu5: on acpi0 est5: on cpu5 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est5 attach returned 6 p4tcc5: on cpu5 cpu6: on acpi0 est6: on cpu6 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est6 attach returned 6 p4tcc6: on cpu6 cpu7: on acpi0 est7: on cpu7 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est7 attach returned 6 p4tcc7: on cpu7 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci6: on pcib1 pcib2: at device 0.0 on pci6 pci7: on pcib2 pcib3: at device 0.0 on pci7 pci8: on pcib3 pcib4: at device 0.0 on pci8 pci9: on pcib4 bce0: mem =20 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, =20 1000baseT-FDX, auto bce0: Ethernet address: 00:1c:23:be:c5:ad bce0: [ITHREAD] bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W =20 (0x02090105); Flags( MFW MSI ) pcib5: at device 1.0 on pci7 pci10: on pcib5 pcib6: at device 0.3 on pci6 pci11: on pcib6 pcib7: at device 3.0 on pci0 pci1: on pcib7 pcib8: at device 0.0 on pci1 pci2: on pcib8 mfi0: mem 0xd80f0000-0xd80fffff,0xfc6c0000-0xfc6dffff =20= irq 78 at device 14.0 on pci2 mfi0: Megaraid SAS driver Ver 2.00 mfi0: 11586 (270301986s/0x0020/0) - Shutdown command received from host mfi0: 11587 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 =20 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 11588 (4278190080s/0x0020/0) - Type 18: Firmware version =20 1.00.01-0088 mfi0: 11589 (4278190133s/0x0008/0) - Battery Present mfi0: 11590 (4278190161s/0x0004/0) - PD 08(e1/s255) event: Enclosure =20 (SES) discovered on PD 08(e1/s255) mfi0: 11591 (4278190161s/0x0002/0) - PD 08(e1/s255) event: Inserted: =20 PD 08(e1/s255) mfi0: 11592 (4278190161s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) =20= Info: enclPd=3D08, scsiType=3Dd, portMap=3D00, =20 sasAddr=3D500130205feeac00,000000000000 mfi0: 11593 (4278190161s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD =20= 00(e1/s0) mfi0: 11594 (4278190161s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D01, =20 sasAddr=3D5000c50007bef6a1,00000000000000 mfi0: 11595 (4278190161s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD =20= 01(e1/s1) mfi0: 11596 (4278190161s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D02, =20 sasAddr=3D5000c50007bfb655,00000000000000 mfi0: 11597 (4278190161s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD =20= 02(e1/s2) mfi0: 11598 (4278190161s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D04, =20 sasAddr=3D5000c50007bfad09,00000000000000 mfi0: 11599 (4278190161s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD =20= 03(e1/s3) mfi0: 11600 (4278190161s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D08, =20 sasAddr=3D5000c50007bed5b9,00000000000000 mfi0: 11601 (270302079s/0x0020/0) - Adapter ticks 270302079 elapsed =20 82s: Time established as 07/25/08 11:54:39; (82 seconds since power on) mfi0: 11602 (270302135s/0x0008/0) - Battery temperature is normal mfi0: 11603 (270302135s/0x0008/0) - Current capacity of the battery is =20= above threshold mfi0: [ITHREAD] pcib9: at device 0.2 on pci1 pci3: on pcib9 pcib10: at device 4.0 on pci0 pci12: on pcib10 pcib11: at device 5.0 on pci0 pci13: on pcib11 pcib12: at device 6.0 on pci0 pci14: on pcib12 pcib13: at device 0.0 on pci14 pci15: on pcib13 pcib14: at device 0.2 on pci14 pci16: on pcib14 pcib15: at device 7.0 on pci0 pci17: on pcib15 pcib16: at device 28.0 on pci0 pci4: on pcib16 pcib17: at device 0.0 on pci4 pci5: on pcib17 bce1: mem =20 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 miibus1: on bce1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, =20 1000baseT-FDX, auto bce1: Ethernet address: 00:1c:23:be:c5:ab bce1: [ITHREAD] bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W =20 (0x02090105); Flags( MFW MSI ) uhci0: port =20 0xdce0-0xdcff irq 21 at device 29.0 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 =20 0xdcc0-0xdcdf irq 20 at device 29.1 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 uhci2: port =20 0xdca0-0xdcbf irq 21 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfc700000-0xfc7003ff =20 irq 21 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered uhub4: on uhub3 uhub4: multiple transaction translators uhub4: 2 ports with 2 removable, self powered ukbd0: on uhub4 kbd2 at ukbd0 ums0: on uhub4 ums0: X report 0x0002 not supported device_attach: ums0 attach returned 6 umass0: on uhub4 umass1: on uhub4 uhub5: on uhub3 uhub5: multiple transaction translators uhub5: 4 ports with 4 removable, self powered pcib18: at device 30.0 on pci0 pci18: on pcib18 vgapci0: port 0xec00-0xecff mem =20 0xd0000000-0xd7ffffff,0xfc2d0000-0xfc2dffff irq 19 at device 13.0 on =20 pci18 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port =20 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on =20= acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 =20 on acpi0 sio0: type 16550A, console sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on =20= acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,=20 0xd1800-0xd27ff,0xec000-0xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x100> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on =20 isa0 Timecounters tick every 1.000 msec hptrr: no controller detected. bce0: link state changed to DOWN bce1: link state changed to DOWN acd0: CDRW at ata0-master UDMA33 mfid0: on mfi0 mfid0: 139392MB (285474816 sectors) RAID volume 'OS' is optimal mfid1: on mfi0 mfid1: 139392MB (285474816 sectors) RAID volume 'DB' is optimal SMP: AP CPU #2 Launched! SMP: AP CPU #1 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #5 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #7 Launched! da0 at umass-sim1 bus 1 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 40.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/mfid0s1a Loading configuration files. kernel dumps on /dev/mfid0s1b Entropy harvesting: interrupts ethernet point_to_point kickstart. swapon: adding /dev/mfid0s1b as swap device Starting file system checks: /dev/mfid0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mfid0s1a: clean, 152777 free (2393 frags, 18798 blocks, 0.9% =20 fragmentation) /dev/mfid0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mfid0s1e: clean, 253809 free (33 frags, 31722 blocks, 0.0% =20 fragmentation) /dev/mfid0s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mfid0s1f: clean, 57758805 free (18301 frags, 7217563 blocks, 0.0% =20= fragmentation) /dev/mfid0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/mfid0s1d: clean, 8620732 free (172 frags, 1077570 blocks, 0.0% =20 fragmentation) Setting hostuuid: 44454c4c-4600-1036-8037-b4c04f584431. Setting hostid: 0x7ae78bf4. Mounting local file systems:. Setting hostname: . net.inet6.ip6.auto_linklocal: 1 -> 0 lo0: flags=3D8049 metric 0 mtu 16384 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 inet6 ::1 prefixlen 128 inetb 127.0.0.1 netmacesk 0xff000000 1bce0: flags=3D8843: metric i0 = =20 mtu 1500 optnions=3D1bb ethaer 00:1c:23:be:ct5:ad inet IP netmas k 0xffffffe0 brocadcast media: Eathernet autoselenct (none) statgus: no carrier eadd net default:d gateway Additiontal routing optioons:. Starting d evd. UP Configuring keyboard:. hw.acpi.cpu.cx_lowest: C1 -> C1 Additional IP options:. Mounting NFS file systems:. Creating and/or trimming log files:. Starting syslogd. Checking for core dump on /dev/mfid0s1b... savecore: no dumps found ELF ldconfig path: /lib /usr/lib /usr/lib/compat 32-bit compatibility ldconfig path: Initial amd64 initialization:. Additional ABI support:. Clearing /tmp (X related). Starting local daemons:. Updating motd. Mounting late file systems:. Configuring syscons: blanktime. Starting sshd. Starting cron. Local package initialization:. Starting background file system checks in 60 seconds. Fri Jul 25 11:56:25 CDT 2008 FreeBSD/amd64 (bigconvoy.telefragged.com) (ttyd0) login: I cannot enter any input at this point and If I login again to the =20 console I get nothing also. dmesg of the system ---------------------------------------------- Copyright (c) 1992-2008 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.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Xeon(R) CPU X5355 @ 2.66GHz (2662.67-MHz K8-=20 class CPU) Origin =3D "GenuineIntel" Id =3D 0x6fb Stepping =3D 11 =20 Features=20 =3D=20 0xbfebfbff=20 <=20 FPU=20 ,VME=20 ,DE=20 ,PSE=20 ,TSC=20 ,MSR=20 ,PAE=20 ,MCE=20 ,CX8=20 ,APIC=20 ,SEP=20 ,MTRR=20 ,PGE=20 ,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> =20 Features2=20 =3D0x4e3bd AMD Features=3D0x20100800 AMD Features2=3D0x1 Cores per package: 4 usable memory =3D 17162145792 (16367 MB) avail memory =3D 16615034880 (15845 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 8 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 cpu4 (AP): APIC ID: 4 cpu5 (AP): APIC ID: 5 cpu6 (AP): APIC ID: 6 cpu7 (AP): APIC ID: 7 ioapic0: Changing APIC ID to 8 ioapic1: Changing APIC ID to 9 ioapic2: Changing APIC ID to 10 ioapic3: Changing APIC ID to 11 ioapic0 irqs 0-23 on motherboard ioapic1 irqs 64-87 on motherboard ioapic2 irqs 160-183 on motherboard ioapic3 irqs 224-247 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, =20 RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 10:34:18) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff =20 on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 cpu0: on acpi0 est0: on cpu0 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est0 attach returned 6 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est1 attach returned 6 p4tcc1: on cpu1 cpu2: on acpi0 est2: on cpu2 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est2 attach returned 6 p4tcc2: on cpu2 cpu3: on acpi0 est3: on cpu3 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est3 attach returned 6 p4tcc3: on cpu3 cpu4: on acpi0 est4: on cpu4 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est4 attach returned 6 p4tcc4: on cpu4 cpu5: on acpi0 est5: on cpu5 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est5 attach returned 6 p4tcc5: on cpu5 cpu6: on acpi0 est6: on cpu6 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est6 attach returned 6 p4tcc6: on cpu6 cpu7: on acpi0 est7: on cpu7 est: CPU supports Enhanced Speedstep, but is not recognized. est: cpu_vendor GenuineIntel, msr 828082806000828 device_attach: est7 attach returned 6 p4tcc7: on cpu7 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci6: on pcib1 pcib2: at device 0.0 on pci6 pci7: on pcib2 pcib3: at device 0.0 on pci7 pci8: on pcib3 pcib4: at device 0.0 on pci8 pci9: on pcib4 bce0: mem =20 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 miibus0: on bce0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, =20 1000baseT-FDX, auto bce0: Ethernet address: 00:1c:23:be:c5:ad bce0: [ITHREAD] bce0: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W =20 (0x02090105); Flags( MFW MSI ) pcib5: at device 1.0 on pci7 pci10: on pcib5 pcib6: at device 0.3 on pci6 pci11: on pcib6 pcib7: at device 3.0 on pci0 pci1: on pcib7 pcib8: at device 0.0 on pci1 pci2: on pcib8 mfi0: mem 0xd80f0000-0xd80fffff,0xfc6c0000-0xfc6dffff =20= irq 78 at device 14.0 on pci2 mfi0: Megaraid SAS driver Ver 2.00 mfi0: 11550 (270255687s/0x0020/0) - Shutdown command received from host mfi0: 11551 (4278190080s/0x0020/0) - PCI 0x041028 0x0415 0x041028 =20 0x041f03: Firmware initialization started (PCI ID 0015/1028/1f03/1028) mfi0: 11552 (4278190080s/0x0020/0) - Type 18: Firmware version =20 1.00.01-0088 mfi0: 11553 (4278190107s/0x0008/0) - Battery Present mfi0: 11554 (4278190135s/0x0004/0) - PD 08(e1/s255) event: Enclosure =20 (SES) discovered on PD 08(e1/s255) mfi0: 11555 (4278190135s/0x0002/0) - PD 08(e1/s255) event: Inserted: =20 PD 08(e1/s255) mfi0: 11556 (4278190135s/0x0002/0) - Type 29: Inserted: PD 08(e1/s255) =20= Info: enclPd=3D08, scsiType=3Dd, portMap=3D00, =20 sasAddr=3D500130205feeac00,0000000000000000 mfi0: 11557 (4278190135s/0x0002/0) - PD 00(e1/s0) event: Inserted: PD =20= 00(e1/s0) mfi0: 11558 (4278190135s/0x0002/0) - Type 29: Inserted: PD 00(e1/s0) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D01, =20 sasAddr=3D5000c50007bef6a1,0000000000000000 mfi0: 11559 (4278190135s/0x0002/0) - PD 01(e1/s1) event: Inserted: PD =20= 01(e1/s1) mfi0: 11560 (4278190135s/0x0002/0) - Type 29: Inserted: PD 01(e1/s1) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D02, =20 sasAddr=3D5000c50007bfb655,0000000000000000 mfi0: 11561 (4278190135s/0x0002/0) - PD 02(e1/s2) event: Inserted: PD =20= 02(e1/s2) mfi0: 11562 (4278190135s/0x0002/0) - Type 29: Inserted: PD 02(e1/s2) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D04, =20 sasAddr=3D5000c50007bfad09,0000000000000000 mfi0: 11563 (4278190136s/0x0002/0) - PD 03(e1/s3) event: Inserted: PD =20= 03(e1/s3) mfi0: 11564 (4278190136s/0x0002/0) - Type 29: Inserted: PD 03(e1/s3) =20 Info: enclPd=3D08, scsiType=3D0, portMap=3D08, =20 sasAddr=3D5000c50007bed5b9,0000000000000000 mfi0: 11565 (270255755s/0x0020/0) - Adapter ticks 270255755 elapsed =20 56s: Time established as 07/24/08 23:02:35; (56 seconds since power on) mfi0: 11566 (270255811s/0x0008/0) - Battery temperature is normal mfi0: 11567 (270255811s/0x0008/0) - Current capacity of the battery is =20= above threshold mfi0: [ITHREAD] pcib9: at device 0.2 on pci1 pci3: on pcib9 pcib10: at device 4.0 on pci0 pci12: on pcib10 pcib11: at device 5.0 on pci0 pci13: on pcib11 pcib12: at device 6.0 on pci0 pci14: on pcib12 pcib13: at device 0.0 on pci14 pci15: on pcib13 pcib14: at device 0.2 on pci14 pci16: on pcib14 pcib15: at device 7.0 on pci0 pci17: on pcib15 pcib16: at device 28.0 on pci0 pci4: on pcib16 pcib17: at device 0.0 on pci4 pci5: on pcib17 bce1: mem =20 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 miibus1: on bce1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, =20 1000baseT-FDX, auto bce1: Ethernet address: 00:1c:23:be:c5:ab bce1: [ITHREAD] bce1: ASIC (0x57081020); Rev (B2); Bus (PCI-X, 64-bit, 133MHz); F/W =20 (0x02090105); Flags( MFW MSI ) uhci0: port =20 0xdce0-0xdcff irq 21 at device 29.0 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 =20 0xdcc0-0xdcdf irq 20 at device 29.1 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 uhci2: port =20 0xdca0-0xdcbf irq 21 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0xfc700000-0xfc7003ff =20 irq 21 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered uhub4: on uhub3 uhub4: multiple transaction translators uhub4: 2 ports with 2 removable, self powered ukbd0: on uhub4 kbd2 at ukbd0 ums0: on uhub4 ums0: X report 0x0002 not supported device_attach: ums0 attach returned 6 umass0: on uhub4 umass1: on uhub4 uhub5: on uhub3 uhub5: multiple transaction translators uhub5: 4 ports with 4 removable, self powered pcib18: at device 30.0 on pci0 pci18: on pcib18 vgapci0: port 0xec00-0xecff mem =20 0xd0000000-0xd7ffffff,0xfc2d0000-0xfc2dffff irq 19 at device 13.0 on =20 pci18 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port =20 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfc00-0xfc0f at device 31.1 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on =20= acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 =20 on acpi0 sio0: type 16550A sio0: [FILTER] sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A sio1: [FILTER] fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on =20= acpi0 fdc0: does not respond device_attach: fdc0 attach returned 6 orm0: at iomem 0xc0000-0xc8fff,0xc9000-0xc9fff,=20 0xd1800-0xd27ff,0xec000-0xeffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on =20 isa0 ukbd1: on =20 uhub1 kbd3 at ukbd1 Timecounters tick every 1.000 msec hptrr: no controller detected. acd0: CDRW at ata0-master UDMA33 mfid0: on mfi0 mfid0: 139392MB (285474816 sectors) RAID volume 'OS' is optimal mfid1: on mfi0 mfid1: 139392MB (285474816 sectors) RAID volume 'DB' is optimal SMP: AP CPU #1 Launched! SMP: AP CPU #3 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #6 Launched! SMP: AP CPU #4 Launched! SMP: AP CPU #7 Launched! SMP: AP CPU #5 Launched! da0 at umass-sim1 bus 1 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 40.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/mfid0s1a bce0: link state changed to UP ukbd1: at uhub1 port 1 (addr 2) disconnected ukbd1: detached Marvin Malkowski Jr. marv@linuxgames.com AtomicGamer - http://www.atomicgamer.com/=09 LinuxGames - http://www.linuxgames.com/=09 LiberatedGames - http://www.liberatedgames.com/=09 ToyBattle - http://www.toybattle.com/=09 On Jul 25, 2008, at 4:26 AM, gavin@FreeBSD.org wrote: > Synopsis: Serial Consoles do not work on amd64 freebsd > > State-Changed-From-To: open->feedback > State-Changed-By: gavin > State-Changed-When: Fri Jul 25 11:24:39 UTC 2008 > State-Changed-Why: > To submitter: how much of the boot process do you see on the serial > console? Do you get the kernel messages? The userland boot messages? > Can you provide a dmesg of the system please? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D125943 From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 21:09:57 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC6CF106566B for ; Fri, 25 Jul 2008 21:09:57 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail10.syd.optusnet.com.au (mail10.syd.optusnet.com.au [211.29.132.191]) by mx1.freebsd.org (Postfix) with ESMTP id 866258FC0A for ; Fri, 25 Jul 2008 21:09:57 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-215-175.belrs3.nsw.optusnet.com.au [122.106.215.175]) by mail10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id m6PL9rns030691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Jul 2008 07:09:55 +1000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.2/8.14.2) with ESMTP id m6PL9oL8026423; Sat, 26 Jul 2008 07:09:50 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.2/8.14.2/Submit) id m6PL9oFu026422; Sat, 26 Jul 2008 07:09:50 +1000 (EST) (envelope-from peter) Date: Sat, 26 Jul 2008 07:09:50 +1000 From: Peter Jeremy To: "Marvin Malkowski Jr." Message-ID: <20080725210950.GE74748@server.vk2pj.dyndns.org> References: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="s/l3CgOIzMHHjg/5" Content-Disposition: inline In-Reply-To: <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.18 (2008-05-17) Cc: gavin@freebsd.org, freebsd-amd64@freebsd.org Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 21:09:58 -0000 --s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2008-Jul-25 09:58:49 -0700, "Marvin Malkowski Jr." = wrote: [dmesg & init output trimmed] >FreeBSD/amd64 (bigconvoy.telefragged.com) (ttyd0) > >login: OK, this is somewhat different to what I expected. The output you are receiving means that the kernel has recognised and is using a serial console. >I cannot enter any input at this point This implies that the console input path is not working, > and If I login again to the console I get nothing also. Can you explain what you mean here. You just said you can't enter any input to the console so how are you logging in? If you switch back to graphical console but leave getty enabled on ttyd0, can you then login via the serial port? >sio0: configured irq 4 not in bitmap of probed irqs 0 >sio0: port may not be enabled >sio0: configured irq 4 not in bitmap of probed irqs 0 >sio0: port may not be enabled This is definitely not correct and is likely to be the associated with the problem. I don't understand why the SIO ports are probed twice. Would it be possible to get verbose dmesg from both i386 and amd64 boots? --=20 Peter Jeremy Please excuse any delays as the result of my ISP's inability to implement an MTA that is either RFC2821-compliant or matches their claimed behaviour. --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) iEYEARECAAYFAkiKQR4ACgkQ/opHv/APuIesQgCgxImwXKR8QZWdW8i5P78SZvxg St8AoKfyZAbSxeUo46ObHxRuKTp6Dpne =32GM -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 22:54:25 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1161A1065697; Fri, 25 Jul 2008 22:54:25 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BBB948FC1F; Fri, 25 Jul 2008 22:54:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <488A599C.30406@FreeBSD.org> Date: Sat, 26 Jul 2008 00:54:20 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: Peter Jeremy References: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> <20080725210950.GE74748@server.vk2pj.dyndns.org> In-Reply-To: <20080725210950.GE74748@server.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: gavin@freebsd.org, "Marvin Malkowski Jr." , freebsd-amd64@freebsd.org Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 22:54:25 -0000 Peter Jeremy wrote: > On 2008-Jul-25 09:58:49 -0700, "Marvin Malkowski Jr." wrote: > [dmesg & init output trimmed] >> FreeBSD/amd64 (bigconvoy.telefragged.com) (ttyd0) >> >> login: > > OK, this is somewhat different to what I expected. The output you are > receiving means that the kernel has recognised and is using a serial > console. > >> I cannot enter any input at this point > > This implies that the console input path is not working, > >> and If I login again to the console I get nothing also. > > Can you explain what you mean here. You just said you can't enter any > input to the console so how are you logging in? > > If you switch back to graphical console but leave getty enabled on ttyd0, > can you then login via the serial port? > >> sio0: configured irq 4 not in bitmap of probed irqs 0 >> sio0: port may not be enabled >> sio0: configured irq 4 not in bitmap of probed irqs 0 >> sio0: port may not be enabled > > This is definitely not correct and is likely to be the associated with > the problem. I don't understand why the SIO ports are probed twice. > > Would it be possible to get verbose dmesg from both i386 and amd64 > boots? > Does booting with ACPI disabled behave differently? Kris From owner-freebsd-amd64@FreeBSD.ORG Fri Jul 25 23:53:41 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84FC21065673 for ; Fri, 25 Jul 2008 23:53:41 +0000 (UTC) (envelope-from peter@wemm.org) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 689338FC16 for ; Fri, 25 Jul 2008 23:53:41 +0000 (UTC) (envelope-from peter@wemm.org) Received: by wf-out-1314.google.com with SMTP id 24so2706163wfg.7 for ; Fri, 25 Jul 2008 16:53:41 -0700 (PDT) Received: by 10.142.207.8 with SMTP id e8mr728758wfg.195.1217028375003; Fri, 25 Jul 2008 16:26:15 -0700 (PDT) Received: by 10.142.255.21 with HTTP; Fri, 25 Jul 2008 16:26:14 -0700 (PDT) Message-ID: Date: Fri, 25 Jul 2008 16:26:14 -0700 From: "Peter Wemm" To: "Peter Jeremy" In-Reply-To: <20080725210950.GE74748@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> <20080725210950.GE74748@server.vk2pj.dyndns.org> Cc: gavin@freebsd.org, "Marvin Malkowski Jr." , freebsd-amd64@freebsd.org Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2008 23:53:41 -0000 On Fri, Jul 25, 2008 at 2:09 PM, Peter Jeremy wrote: > On 2008-Jul-25 09:58:49 -0700, "Marvin Malkowski Jr." wrote: > [dmesg & init output trimmed] >>FreeBSD/amd64 (bigconvoy.telefragged.com) (ttyd0) >> >>login: > > OK, this is somewhat different to what I expected. The output you are > receiving means that the kernel has recognised and is using a serial > console. > >>I cannot enter any input at this point > > This implies that the console input path is not working, There is a race somewhere in the sio code that interacts badly with the 16550 emulation in the dell servers. I can reproduce this at will on the freebsd.org cluster. Usually just pressing 'enter' on the serial console will break it. Sometimes it takes pressing it two or three times. I "solved" it for some of the machines by adding a few 'usleep(10000)' calls in getty in a few strategic places. It reduced the problem, but not entirely. Interestingly, simply logging into the machine on the video console and killing the getty or login process on the serial console almost always revived it. What is most amusing is that it seems that just the output path is busted. When the console is hosed like this on our machines, you can log in and issue commands - just can't see the output. The machines I saw this on were from the 2950 series. 1.86GHz and 2.00GHz. I do not know if the sio driver is getting messed up, or if the *emulated* serial hardware is getting confused. There is no real 16550-style hardware on these machines. It is virtual hardware, so that it can be encapsulated in IPMI / serial-over-lan protocol via the bmc. >>sio0: configured irq 4 not in bitmap of probed irqs 0 >>sio0: port may not be enabled >>sio0: configured irq 4 not in bitmap of probed irqs 0 >>sio0: port may not be enabled > > This is definitely not correct and is likely to be the associated with > the problem. I don't understand why the SIO ports are probed twice. I don't think this is the cause. It attaches once. The 'not in bitmap' thing is expected for amd64 kernels though. It is harmless. It is because I didn't implement the isa-specific shared-interrupt detection code. Remember the old ISA slots where you could plug in serial cards on shared interrupts? Since there are (theoretically) no physical-isa-bus amd64 class machines in existence, I didn't see the need to add code to support this. BTW; please try the uart(4) driver instead of sio as well. -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com; KI6FJV "All of this is for nothing if we don't go to the stars" - JMS/B5 "If Java had true garbage collection, most programs would delete themselves upon execution." -- Robert Sewell From owner-freebsd-amd64@FreeBSD.ORG Sat Jul 26 00:38:13 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18BDE1065681; Sat, 26 Jul 2008 00:38:13 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 683D38FC16; Sat, 26 Jul 2008 00:38:12 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m6Q03f880526; Fri, 25 Jul 2008 17:03:41 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id AAA19964; Sat, 26 Jul 2008 00:00:50 GMT Message-Id: <200807260000.AAA19964@sopwith.solgatos.com> To: freebsd-amd64@freebsd.org, freebsd-hardware@freebsd.org Date: Fri, 25 Jul 2008 17:00:50 +0100 From: Dieter Cc: Subject: Foxconn BIOS (and maybe others?) has ACPI problems X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2008 00:38:13 -0000 His diplomatic skills could use polishing, but if he is right about the BIOS it could explain some ACPI problems. Note that he lists FreeBSD as well as Linux as not working in his letter to the FTC. http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=869249 From owner-freebsd-amd64@FreeBSD.ORG Sat Jul 26 12:42:03 2008 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B81CF1065684; Sat, 26 Jul 2008 12:42:03 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (skuns.zoral.com.ua [91.193.166.194]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1368FC0A; Sat, 26 Jul 2008 12:42:02 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m6QC6chH004245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Jul 2008 15:06:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2) with ESMTP id m6QC6c7C070944; Sat, 26 Jul 2008 15:06:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.2/8.14.2/Submit) id m6QC6bvG070943; Sat, 26 Jul 2008 15:06:37 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 26 Jul 2008 15:06:37 +0300 From: Kostik Belousov To: Peter Wemm Message-ID: <20080726120637.GX97161@deviant.kiev.zoral.com.ua> References: <200807251126.m6PBQ9Ww085651@freefall.freebsd.org> <11AB7428-134A-446D-AD68-4A7BFDC8E1C2@linuxgames.com> <20080725210950.GE74748@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="JkgDhDyNm4zanevS" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV version 0.93.3, clamav-milter version 0.93.3 on skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: gavin@freebsd.org, freebsd-amd64@freebsd.org, "Marvin Malkowski Jr." Subject: Re: amd64/125943: Serial Consoles do not work on amd64 freebsd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2008 12:42:03 -0000 --JkgDhDyNm4zanevS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 25, 2008 at 04:26:14PM -0700, Peter Wemm wrote: > On Fri, Jul 25, 2008 at 2:09 PM, Peter Jeremy > wrote: > > On 2008-Jul-25 09:58:49 -0700, "Marvin Malkowski Jr." wrote: > > [dmesg & init output trimmed] > >>FreeBSD/amd64 (bigconvoy.telefragged.com) (ttyd0) > >> > >>login: > > > > OK, this is somewhat different to what I expected. The output you are > > receiving means that the kernel has recognised and is using a serial > > console. > > > >>I cannot enter any input at this point > > > > This implies that the console input path is not working, >=20 > There is a race somewhere in the sio code that interacts badly with > the 16550 emulation in the dell servers. I can reproduce this at will > on the freebsd.org cluster. Usually just pressing 'enter' on the > serial console will break it. Sometimes it takes pressing it two or > three times. =2E.. > What is most amusing is that it seems that just the output path is > busted. When the console is hosed like this on our machines, you can > log in and issue commands - just can't see the output. >=20 > The machines I saw this on were from the 2950 series. 1.86GHz and 2.00GH= z. >=20 > I do not know if the sio driver is getting messed up, or if the > *emulated* serial hardware is getting confused. There is no real > 16550-style hardware on these machines. It is virtual hardware, so > that it can be encapsulated in IPMI / serial-over-lan protocol via the > bmc. I see the same behaviour both under FreeBSD 7/amd64 and under the Solaris 10, fully patched, on all our PE 2950 (III ?) with DRAC. The input works on FreeBSD and Solaris, while output is often lost. Rebooting the DRAC does not help. --JkgDhDyNm4zanevS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkiLE0wACgkQC3+MBN1Mb4hDGACfRysRyVLgNumuuodkrCIqYxUo 6tYAoM7Evjc/2FjrCWEX5IQ8s1bEEqhl =162A -----END PGP SIGNATURE----- --JkgDhDyNm4zanevS--