From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 04:26:23 2007 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 3C3EB16A41B; Sun, 29 Jul 2007 04:26:23 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id EDD0413C45D; Sun, 29 Jul 2007 04:26:22 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.1/8.13.8) with ESMTP id l6T4QMvh092878; Sun, 29 Jul 2007 00:26:22 -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.1/8.14.1) with ESMTP id l6T4QLCu029908; Sun, 29 Jul 2007 00:26:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id B781673068; Sun, 29 Jul 2007 00:26:21 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070729042621.B781673068@freebsd-current.sentex.ca> Date: Sun, 29 Jul 2007 00:26:21 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner5 X-Virus-Status: Clean 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: Sun, 29 Jul 2007 04:26:23 -0000 TB --- 2007-07-29 02:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-07-29 02:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2007-07-29 02:15:00 - cleaning the object tree TB --- 2007-07-29 02:15:34 - checking out the source tree TB --- 2007-07-29 02:15:34 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2007-07-29 02:15:34 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-07-29 02:25:37 - building world (CFLAGS=-O2 -pipe) TB --- 2007-07-29 02:25:37 - cd /src TB --- 2007-07-29 02:25:37 - /usr/bin/make -B buildworld >>> World build started on Sun Jul 29 02:25:39 UTC 2007 >>> 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 Sun Jul 29 04:10:46 UTC 2007 TB --- 2007-07-29 04:10:46 - generating LINT kernel config TB --- 2007-07-29 04:10:46 - cd /src/sys/amd64/conf TB --- 2007-07-29 04:10:46 - /usr/bin/make -B LINT TB --- 2007-07-29 04:10:46 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-07-29 04:10:46 - cd /src TB --- 2007-07-29 04:10:46 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Jul 29 04:10:47 UTC 2007 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue vers.c linking kernel tcp_input.o(.data+0x0): multiple definition of `tcpstates' tcp_debug.o(.data+0xe0): first defined here *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-07-29 04:26:21 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-07-29 04:26:21 - ERROR: failed to build lint kernel TB --- 2007-07-29 04:26:21 - tinderbox aborted TB --- 0.81 user 3.02 system 7880.44 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 11:26:31 2007 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 BB4B616A418; Sun, 29 Jul 2007 11:26:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 83F6713C45D; Sun, 29 Jul 2007 11:26:31 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by smarthost2.sentex.ca (8.14.1/8.13.8) with ESMTP id l6TBQUe2006271; Sun, 29 Jul 2007 07:26:30 -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.1/8.14.1) with ESMTP id l6TBQURv086376; Sun, 29 Jul 2007 07:26:30 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 617CC73068; Sun, 29 Jul 2007 07:26:30 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070729112630.617CC73068@freebsd-current.sentex.ca> Date: Sun, 29 Jul 2007 07:26:30 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner1 X-Virus-Status: Clean 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: Sun, 29 Jul 2007 11:26:31 -0000 TB --- 2007-07-29 09:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-07-29 09:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2007-07-29 09:15:00 - cleaning the object tree TB --- 2007-07-29 09:15:34 - checking out the source tree TB --- 2007-07-29 09:15:34 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2007-07-29 09:15:34 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-07-29 09:25:36 - building world (CFLAGS=-O2 -pipe) TB --- 2007-07-29 09:25:36 - cd /src TB --- 2007-07-29 09:25:36 - /usr/bin/make -B buildworld >>> World build started on Sun Jul 29 09:25:37 UTC 2007 >>> 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 Sun Jul 29 11:10:52 UTC 2007 TB --- 2007-07-29 11:10:52 - generating LINT kernel config TB --- 2007-07-29 11:10:52 - cd /src/sys/amd64/conf TB --- 2007-07-29 11:10:52 - /usr/bin/make -B LINT TB --- 2007-07-29 11:10:52 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-07-29 11:10:52 - cd /src TB --- 2007-07-29 11:10:52 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Jul 29 11:10:52 UTC 2007 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue vers.c linking kernel tcp_input.o(.data+0x0): multiple definition of `tcpstates' tcp_debug.o(.data+0xe0): first defined here *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-07-29 11:26:29 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-07-29 11:26:29 - ERROR: failed to build lint kernel TB --- 2007-07-29 11:26:29 - tinderbox aborted TB --- 0.80 user 3.02 system 7889.76 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 16:50:01 2007 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 614C916A46B for ; Sun, 29 Jul 2007 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 37C5A13C48E for ; Sun, 29 Jul 2007 16:50: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.1/8.14.1) with ESMTP id l6TGo1En072965 for ; Sun, 29 Jul 2007 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6TGo1fe072964; Sun, 29 Jul 2007 16:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jul 2007 16:50:01 GMT Resent-Message-Id: <200707291650.l6TGo1fe072964@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, javen zhang Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EFB116A468 for ; Sun, 29 Jul 2007 16:46:19 +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 2BFB413C45B for ; Sun, 29 Jul 2007 16:46:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l6TGkJFR095012 for ; Sun, 29 Jul 2007 16:46:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l6TGkJJB095011; Sun, 29 Jul 2007 16:46:19 GMT (envelope-from nobody) Message-Id: <200707291646.l6TGkJJB095011@www.freebsd.org> Date: Sun, 29 Jul 2007 16:46:19 GMT From: javen zhang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 X-Mailman-Approved-At: Sun, 29 Jul 2007 17:01:50 +0000 Cc: Subject: amd64/115011: ACPI problem ,reboot system down. 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: Sun, 29 Jul 2007 16:50:01 -0000 >Number: 115011 >Category: amd64 >Synopsis: ACPI problem ,reboot system down. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 29 16:50:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: javen zhang >Release: 6.2 amd 64 >Organization: >Environment: >Description: problem1: #reboot system down. problem2: mainbord RealTek 8168B/8111B PCIe Gigabit Ethernet can't ping other computers. ping 127.0.0.1 is ok. system info: mainbord: TF7025-M2 nVIDIA GeForce7025 + nForce630a(MCP68S) Micro ATX support ACPI s1 s3 s1&s3 Realtek 8111B(PCI-E) Integrated 10/100/1000 Transceiver CPU:Amd64-X2 512K 4800+ ram:ddr2-800Mhz 1G*4 disk:Seagate 320G AC *2 RAID 1 FreeBSD6.2 amd64 dmesg massage: Copyright (c) 1992-2007 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 6.2-RELEASE #0: Fri Jan 12 08:32:24 UTC 2007 root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4800+ (2500.02-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x60fb1 Stepping = 1 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x11f,,CR8,> Cores per package: 2 real memory = 5368709120 (5120 MB) avail memory = 4047007744 (3859 MB) kbd1 at kbdmux0 ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) ACPI-0159: *** Error: AcpiLoadTables: Could not get RSDP, AE_NO_ACPI_TABLES ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_NO_ACPI_TABLES ACPI: table load failed: AE_NO_ACPI_TABLES cpu0 on motherboard pcib0: pcibus 0 on motherboard pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) ohci0: mem 0xfe02f000-0xfe02ffff irq 7 at device 2.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 5 ports with 5 removable, self powered ehci0: mem 0xfe02e000-0xfe02e0ff irq 5 at device 2.1 on pci0 ehci0: [GIANT-LOCKED] usb1: EHCI version 1.0 usb1: companion controller, 12 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub1: 5 ports with 5 removable, self powered ohci1: mem 0xfe02d000-0xfe02dfff irq 10 at device 4.0 on pci0 ohci1: [GIANT-LOCKED] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci1 usb2: USB revision 1.0 uhub2: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 5 ports with 5 removable, self powered ehci1: mem 0xfe02c000-0xfe02c0ff irq 11 at device 4.1 on pci0 ehci1: [GIANT-LOCKED] usb3: EHCI version 1.0 usb3: companion controller, 12 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub3: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 5 ports with 5 removable, self powered atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 6.0 on pci0 ata0: on atapci0 ata1: on atapci0 pci0: at device 7.0 (no driver attached) pcib1: at device 8.0 on pci0 pci1: on pcib1 atapci1: port 0x9f0-0x9f7,0xbf0-0xbf3,0x970-0x977,0xb70-0xb73,0xdc00-0xdc0f mem 0xfe02a000-0xfe02bfff irq 11 at device 9.0 on pci0 ata2: on atapci1 ata3: on atapci1 pcib2: at device 11.0 on pci0 pci2: on pcib2 pcib3: at device 12.0 on pci0 pci3: on pcib3 re0: port 0xac00-0xacff mem 0xfdbff000-0xfdbfffff irq 10 at device 0.0 on pci3 miibus0: on re0 rgephy0: on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto re0: Ethernet address: 00:e0:4d:27:9c:18 re0: [FAST] pcib4: at device 13.0 on pci0 pci4: on pcib4 pcib5: at device 14.0 on pci0 pci5: on pcib5 pcib6: at device 15.0 on pci0 pci6: on pcib6 pcib7: at device 16.0 on pci0 pci7: on pcib7 pcib8: at device 17.0 on pci0 pci8: on pcib8 pci0: at device 18.0 (no driver attached) atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding 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 Timecounter "TSC" frequency 2500023067 Hz quality 800 Timecounters tick every 1.000 msec acd0: CDRW at ata0-slave UDMA33 ad4: 305245MB at ata2-master UDMA33 ad6: 305245MB at ata3-master UDMA33 ar0: 305245MB status: READY ar0: disk0 READY (master) using ad4 at ata2-master ar0: disk1 READY (mirror) using ad6 at ata3-master Trying to mount root from ufs:/dev/ar0s1a WARNING: / was not properly dismounted WARNING: /tmp was not properly dismounted /tmp: mount pending error: blocks 4576 files 1 WARNING: /usr was not properly dismounted WARNING: /var was not properly dismounted re0: link state changed to UP pciconf -lv: none0@pci0:0:0: class=0x050000 card=0x34091565 chip=0x054710de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = memory subclass = RAM isab0@pci0:1:0: class=0x060100 card=0x34091565 chip=0x054810de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-ISA none1@pci0:1:1: class=0x0c0500 card=0x34091565 chip=0x054210de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = serial bus subclass = SMBus none2@pci0:1:2: class=0x050000 card=0x00000000 chip=0x054110de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = memory subclass = RAM none3@pci0:1:3: class=0x0b4000 card=0x00000000 chip=0x054310de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = processor ohci0@pci0:2:0: class=0x0c0310 card=0x34091565 chip=0x055e10de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = serial bus subclass = USB ehci0@pci0:2:1: class=0x0c0320 card=0x34091565 chip=0x055f10de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = serial bus subclass = USB ohci1@pci0:4:0: class=0x0c0310 card=0x34091565 chip=0x055e10de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = serial bus subclass = USB ehci1@pci0:4:1: class=0x0c0320 card=0x34091565 chip=0x055f10de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = serial bus subclass = USB atapci0@pci0:6:0: class=0x01018a card=0x34091565 chip=0x056010de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' class = mass storage subclass = ATA none4@pci0:7:0: class=0x040300 card=0x820c1565 chip=0x055c10de rev=0xa1 hdr=0x00 vendor = 'NVIDIA Corporation' class = multimedia pcib1@pci0:8:0: class=0x060401 card=0x000000b8 chip=0x056110de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI atapci1@pci0:9:0: class=0x010185 card=0x54071565 chip=0x055010de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = mass storage subclass = ATA pcib2@pci0:11:0: class=0x060400 card=0x00000040 chip=0x056210de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI pcib3@pci0:12:0: class=0x060400 card=0x00000040 chip=0x056310de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI pcib4@pci0:13:0: class=0x060400 card=0x00000040 chip=0x056310de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI pcib5@pci0:14:0: class=0x060400 card=0x00000040 chip=0x056310de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI pcib6@pci0:15:0: class=0x060400 card=0x00000040 chip=0x056310de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI pcib7@pci0:16:0: class=0x060400 card=0x00000040 chip=0x056310de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI pcib8@pci0:17:0: class=0x060400 card=0x00000040 chip=0x056310de rev=0xa2 hdr=0x01 vendor = 'NVIDIA Corporation' class = bridge subclass = PCI-PCI none5@pci0:18:0: class=0x030000 card=0x14061565 chip=0x053e10de rev=0xa2 hdr=0x00 vendor = 'NVIDIA Corporation' class = display subclass = VGA hostb0@pci0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI hostb1@pci0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Address Map' class = bridge subclass = HOST-PCI hostb2@pci0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron DRAM Controller' class = bridge subclass = HOST-PCI hostb3@pci0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Miscellaneous Control' class = bridge subclass = HOST-PCI re0@pci3:0:0: class=0x020000 card=0x23051565 chip=0x816810ec rev=0x01 hdr=0x00 vendor = 'Realtek Semiconductor' class = network subclass = ethernet >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 18:15:08 2007 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 2DAED16A41F for ; Sun, 29 Jul 2007 18:15:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 19CD713C45E for ; Sun, 29 Jul 2007 18:15:08 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from rot26.obsecurity.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BF5D01A4D7C; Sun, 29 Jul 2007 11:14:53 -0700 (PDT) Received: by rot26.obsecurity.org (Postfix, from userid 1001) id 706E6BE6D; Sun, 29 Jul 2007 14:15:07 -0400 (EDT) Date: Sun, 29 Jul 2007 14:15:07 -0400 From: Kris Kennaway To: Michael Reifenberger Message-ID: <20070729181507.GA85534@rot26.obsecurity.org> References: <20070625191118.U24808@fw.reifenberger.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070625191118.U24808@fw.reifenberger.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-amd64@freebsd.org Subject: Re: i386-RELENG_6 jail under amd64-current? 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: Sun, 29 Jul 2007 18:15:08 -0000 On Mon, Jun 25, 2007 at 07:24:50PM +0200, Michael Reifenberger wrote: > Hi, > has anybody managed to set up an jail under amd64-current (64bit) > which runs i386-RELENG_6 (32bit) binaries. > > My intention would be to compile 32bit ports on the bigger 64bit box too. > > When trying I get messages about missing shared libs... Either just symlink lib32 where the linker is looking for them, or set the LD_32_LIBRARY_PATH or similar. It would be nice if the rtld recognized it was living in an i386 world automatically. Kris From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 18:26:21 2007 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 E4E8916A419; Sun, 29 Jul 2007 18:26:21 +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 A0EFA13C467; Sun, 29 Jul 2007 18:26:21 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l6TIQLVo012753; Sun, 29 Jul 2007 14:26:21 -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.1/8.14.1) with ESMTP id l6TIQLdx080347; Sun, 29 Jul 2007 14:26:21 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id D687A73068; Sun, 29 Jul 2007 14:26:20 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070729182620.D687A73068@freebsd-current.sentex.ca> Date: Sun, 29 Jul 2007 14:26:20 -0400 (EDT) X-Virus-Scanned: ClamAV version 0.91.1, clamav-milter version 0.91.1 on news X-Virus-Status: Clean 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: Sun, 29 Jul 2007 18:26:22 -0000 TB --- 2007-07-29 16:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-07-29 16:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2007-07-29 16:15:00 - cleaning the object tree TB --- 2007-07-29 16:15:36 - checking out the source tree TB --- 2007-07-29 16:15:36 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2007-07-29 16:15:36 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-07-29 16:25:36 - building world (CFLAGS=-O2 -pipe) TB --- 2007-07-29 16:25:36 - cd /src TB --- 2007-07-29 16:25:36 - /usr/bin/make -B buildworld >>> World build started on Sun Jul 29 16:25:38 UTC 2007 >>> 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 Sun Jul 29 18:10:44 UTC 2007 TB --- 2007-07-29 18:10:44 - generating LINT kernel config TB --- 2007-07-29 18:10:44 - cd /src/sys/amd64/conf TB --- 2007-07-29 18:10:44 - /usr/bin/make -B LINT TB --- 2007-07-29 18:10:44 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-07-29 18:10:44 - cd /src TB --- 2007-07-29 18:10:44 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Sun Jul 29 18:10:44 UTC 2007 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue vers.c linking kernel tcp_input.o(.data+0x0): multiple definition of `tcpstates' tcp_debug.o(.data+0xe0): first defined here *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-07-29 18:26:20 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-07-29 18:26:20 - ERROR: failed to build lint kernel TB --- 2007-07-29 18:26:20 - tinderbox aborted TB --- 0.73 user 3.11 system 7880.09 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Sun Jul 29 22:41:56 2007 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 27F3216A420; Sun, 29 Jul 2007 22:41:56 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0196913C442; Sun, 29 Jul 2007 22:41:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6TMftvO092344; Sun, 29 Jul 2007 22:41:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6TMft8K092340; Sun, 29 Jul 2007 22:41:55 GMT (envelope-from linimon) Date: Sun, 29 Jul 2007 22:41:55 GMT Message-Id: <200707292241.l6TMft8K092340@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-acpi@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Sun, 29 Jul 2007 23:01:15 +0000 Cc: Subject: Re: amd64/115011: ACPI problem ,reboot system down. 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: Sun, 29 Jul 2007 22:41:56 -0000 Synopsis: ACPI problem ,reboot system down. Responsible-Changed-From-To: freebsd-amd64->freebsd-acpi Responsible-Changed-By: linimon Responsible-Changed-When: Sun Jul 29 22:41:42 UTC 2007 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=115011 From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 30 01:25:58 2007 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 B571116A418; Mon, 30 Jul 2007 01:25:58 +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 7B14913C46C; Mon, 30 Jul 2007 01:25: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.13.8/8.13.8) with ESMTP id l6U1PvOR028194; Sun, 29 Jul 2007 21:25:57 -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.1/8.14.1) with ESMTP id l6U1PvRQ093575; Sun, 29 Jul 2007 21:25:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id 3846673068; Sun, 29 Jul 2007 21:25:57 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070730012557.3846673068@freebsd-current.sentex.ca> Date: Sun, 29 Jul 2007 21:25:57 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner3 X-Virus-Status: Clean 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: Mon, 30 Jul 2007 01:25:58 -0000 TB --- 2007-07-29 23:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-07-29 23:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2007-07-29 23:15:01 - cleaning the object tree TB --- 2007-07-29 23:15:33 - checking out the source tree TB --- 2007-07-29 23:15:33 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2007-07-29 23:15:33 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-07-29 23:25:34 - building world (CFLAGS=-O2 -pipe) TB --- 2007-07-29 23:25:34 - cd /src TB --- 2007-07-29 23:25:34 - /usr/bin/make -B buildworld >>> World build started on Sun Jul 29 23:25:35 UTC 2007 >>> 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 Mon Jul 30 01:10:26 UTC 2007 TB --- 2007-07-30 01:10:26 - generating LINT kernel config TB --- 2007-07-30 01:10:26 - cd /src/sys/amd64/conf TB --- 2007-07-30 01:10:26 - /usr/bin/make -B LINT TB --- 2007-07-30 01:10:26 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-07-30 01:10:26 - cd /src TB --- 2007-07-30 01:10:26 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Jul 30 01:10:26 UTC 2007 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue vers.c linking kernel tcp_input.o(.data+0x0): multiple definition of `tcpstates' tcp_debug.o(.data+0xe0): first defined here *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-07-30 01:25:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-07-30 01:25:56 - ERROR: failed to build lint kernel TB --- 2007-07-30 01:25:56 - tinderbox aborted TB --- 0.83 user 2.94 system 7855.83 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 30 08:27:58 2007 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 421A816A418; Mon, 30 Jul 2007 08:27:58 +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 06B2113C468; Mon, 30 Jul 2007 08:27:57 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from smtp1.sentex.ca (smtp1c.sentex.ca [64.7.153.10]) by smarthost1.sentex.ca (8.13.8/8.13.8) with ESMTP id l6U8RvSC046063; Mon, 30 Jul 2007 04:27:57 -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.1/8.14.1) with ESMTP id l6U8RvnJ084265; Mon, 30 Jul 2007 04:27:57 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: by freebsd-current.sentex.ca (Postfix, from userid 666) id E145673068; Mon, 30 Jul 2007 04:27:56 -0400 (EDT) Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Message-Id: <20070730082756.E145673068@freebsd-current.sentex.ca> Date: Mon, 30 Jul 2007 04:27:56 -0400 (EDT) X-Virus-Scanned: ClamAV version devel-20070102, clamav-milter version devel-111206 on clamscanner4 X-Virus-Status: Clean 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: Mon, 30 Jul 2007 08:27:58 -0000 TB --- 2007-07-30 06:15:00 - tinderbox 2.3 running on freebsd-current.sentex.ca TB --- 2007-07-30 06:15:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2007-07-30 06:15:00 - cleaning the object tree TB --- 2007-07-30 06:15:35 - checking out the source tree TB --- 2007-07-30 06:15:35 - cd /tinderbox/HEAD/amd64/amd64 TB --- 2007-07-30 06:15:35 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2007-07-30 06:25:32 - building world (CFLAGS=-O2 -pipe) TB --- 2007-07-30 06:25:32 - cd /src TB --- 2007-07-30 06:25:32 - /usr/bin/make -B buildworld >>> World build started on Mon Jul 30 06:25:33 UTC 2007 >>> 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 Mon Jul 30 08:12:17 UTC 2007 TB --- 2007-07-30 08:12:17 - generating LINT kernel config TB --- 2007-07-30 08:12:17 - cd /src/sys/amd64/conf TB --- 2007-07-30 08:12:17 - /usr/bin/make -B LINT TB --- 2007-07-30 08:12:17 - building LINT kernel (COPTFLAGS=-O2 -pipe) TB --- 2007-07-30 08:12:17 - cd /src TB --- 2007-07-30 08:12:17 - /usr/bin/make buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Jul 30 08:12:17 UTC 2007 >>> 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 [...] :> hack.c cc -shared -nostdlib hack.c -o hack.So rm -f hack.c MAKE=/usr/bin/make sh /src/sys/conf/newvers.sh LINT cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror -pg -mprofiler-epilogue vers.c linking kernel tcp_input.o(.data+0x0): multiple definition of `tcpstates' tcp_debug.o(.data+0xe0): first defined here *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2007-07-30 08:27:56 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-07-30 08:27:56 - ERROR: failed to build lint kernel TB --- 2007-07-30 08:27:56 - tinderbox aborted TB --- 0.84 user 2.99 system 7975.80 real http://tinderbox.des.no/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 30 09:45:09 2007 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 193FB16A5D6; Mon, 30 Jul 2007 09:45:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A239813C45B; Mon, 30 Jul 2007 09:45:08 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6U9j8cF032229; Mon, 30 Jul 2007 09:45:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6U9j8al032225; Mon, 30 Jul 2007 09:45:08 GMT (envelope-from linimon) Date: Mon, 30 Jul 2007 09:45:08 GMT Message-Id: <200707300945.l6U9j8al032225@freefall.freebsd.org> To: freebsd@bsdchicks.com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org X-Mailman-Approved-At: Mon, 30 Jul 2007 11:13:29 +0000 Cc: Subject: Re: amd64/85431: AMD64 has short but temporary freezes (hangups) on Sun Blade W1100Z 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, 30 Jul 2007 09:45:09 -0000 Synopsis: AMD64 has short but temporary freezes (hangups) on Sun Blade W1100Z State-Changed-From-To: feedback->closed State-Changed-By: linimon State-Changed-When: Mon Jul 30 09:44:45 UTC 2007 State-Changed-Why: Feedback timeout (> 1 month). http://www.freebsd.org/cgi/query-pr.cgi?pr=85431 From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 30 11:08:11 2007 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 65C5616A419 for ; Mon, 30 Jul 2007 11:08:11 +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 4BFF713C46E for ; Mon, 30 Jul 2007 11:08:11 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l6UB8Bjb040532 for ; Mon, 30 Jul 2007 11:08:11 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l6UB89TQ040528 for freebsd-amd64@FreeBSD.org; Mon, 30 Jul 2007 11:08:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Jul 2007 11:08:09 GMT Message-Id: <200707301108.l6UB89TQ040528@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, 30 Jul 2007 11:13:29 +0000 Cc: Subject: Current problem reports assigned to you 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, 30 Jul 2007 11:08:11 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/89202 amd64 [ufs] [panic] Kernel crash when accessing filesystem w o amd64/112222 amd64 [libc] 32-bit libc incorrectly converts some FP number 2 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/73322 amd64 [msdosfs] [hang] unarchiving /etc to msdosfs locks up o amd64/74747 amd64 System panic on shutdown when process will not die o amd64/76136 amd64 system halts before reboot o amd64/78406 amd64 [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and sys o amd64/80691 amd64 amd64 kernel hangs on load o amd64/82425 amd64 [fxp] fxp0: device timeout, fxp interface dies on 5.4/ o amd64/85451 amd64 [hang] 6.0-BETA3 lockups on AMD64 (PREEMPTION only) o amd64/86080 amd64 [radeon] [hang] radeon DRI causes system hang on amd64 o 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 kernel panic on first boot (after the FreeBSD installa o amd64/89501 amd64 System crashes on install using ftp on local subnet o amd64/89503 amd64 Cant Boot Installation Disk o amd64/89546 amd64 [geom] GEOM error o amd64/91405 amd64 [asr] [panic] Kernel panic caused by asr on 6.0-amd64 o amd64/91492 amd64 BTX halted o amd64/92337 amd64 [em] FreeBSD 6.0 Release Intel Pro 1000 MT em1 no buff o amd64/92889 amd64 [libc] xdr double buffer overflow o amd64/93961 amd64 [busdma] Problem in bounce buffer handling in sys/amd6 o amd64/94677 amd64 panic in amd64 install at non-root user creation o amd64/94989 amd64 BTX Halts on Sun Fire X2100 w/6.1-BETA4 (amd64) and 5. f amd64/95414 amd64 kernel crashes during install o amd64/95888 amd64 kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G a amd64/96981 amd64 reproducible instant reboot by unprivileged user o amd64/97075 amd64 Panic, Trap 12 o amd64/97337 amd64 [dri] xorg reboots system if dri module is enabled o amd64/102122 amd64 6.1-RELEASE amd64 Install Media panics on boot. s amd64/104311 amd64 ports/wine should be installable on amd64 o amd64/105514 amd64 FreeBSD/amd64 - Fails to boot on HP Pavilion dv8000 La o amd64/105531 amd64 [sata] gigabyte GA-M51GM-S2G / nVidia nForce 430 - doe o amd64/105629 amd64 [re] TrendNet TEG-BUSR 10/100/1000 disables itself on o amd64/106604 amd64 saslauthd crashes with signal 6 on FreeBSD 6.2-PREREL o amd64/106918 amd64 [re] Asus P5B with internal RealTek PCIe Ethernet gets o amd64/108861 amd64 [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work f amd64/109584 amd64 zdump doesn't work o amd64/110655 amd64 [threads] 32 bit threaded applications crash on amd64 o amd64/111955 amd64 [install] Install CD boot panic due to missing BIOS sm o amd64/111992 amd64 BTX failed - HP Laptop dv2315nr s gnu/112215 amd64 [patch] gcc(1): "gcc -m32" attempts to link against 64 o amd64/112677 amd64 [aac] Adaptec 4805SAS causes 6.2 (AMD64) to panic (amd f amd64/112828 amd64 Complete data loss after upgrade 6.1 -> 6.2 (Amd64) o 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 47 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/74608 amd64 [mpt] [hang] mpt hangs 5 minutes when booting o amd64/74811 amd64 [nfs] df, nfs mount, negative Avail -> 32/64-bit confu s amd64/85273 amd64 FreeBSD (NetBSD or OpenBSD) not install on laptop Comp o amd64/88730 amd64 kernel panics during booting from the installation CD o amd64/91195 amd64 FreeBSD 6.0(amd64) and Asus A8R-MVP a amd64/93002 amd64 amd64 (6.0) coredumps at unpredictable times a amd64/93090 amd64 [nve] NIC on GA-K8NF-9 motherboard is recognized, but o amd64/97489 amd64 [ata] nForce 410 ATA controller dma time out (ASUS K8N o amd64/100326 amd64 [fdc] /dev/fd0 not created after installation FreeBSD o amd64/100838 amd64 [powerd] FreeBSD 6.0/6.1 kernel panics when booting wi f amd64/101132 amd64 [smp] Incorrect cpu idle and usage statistics in top a o amd64/102716 amd64 ex with no argument in an xterm gets SIGSEGV o 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/107858 amd64 ASRock Conroe-945G-DVI motherboard: non-working sound f amd64/108345 amd64 6.2-* GENERIC will not boot Intel PD EMT64 w/ ACPI o amd64/110599 amd64 [geli] geli attach to gmirror device hangs and cannot o amd64/111096 amd64 motherboard ASRock AM2NF6G-VSTA not supported f amd64/113111 amd64 Potentially wrong instructions will be produced for EM o amd64/114270 amd64 [cpufreq] cpufreq doesnt work when compiled in to kern 20 problems total. From owner-freebsd-amd64@FreeBSD.ORG Wed Aug 1 15:45:30 2007 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 3AC7F16A41B for ; Wed, 1 Aug 2007 15:45:30 +0000 (UTC) (envelope-from fernando@schapachnik.com.ar) Received: from mail.fac.org.ar (mail.fac.org.ar [200.59.49.21]) by mx1.freebsd.org (Postfix) with ESMTP id CC2DD13C48E for ; Wed, 1 Aug 2007 15:45:27 +0000 (UTC) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (www.cursosvirtuales.com.ar [200.59.46.198]) by mail.fac.org.ar (8.12.11/8.12.11) with ESMTP id l71EpvQu026180; Wed, 1 Aug 2007 11:51:59 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (localhost [127.0.0.1]) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11) with ESMTP id l71Ept3s008520; Wed, 1 Aug 2007 11:51:55 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: (from fpscha@localhost) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11/Submit) id l71EpsUs008519; Wed, 1 Aug 2007 11:51:54 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) X-Authentication-Warning: servidor1.cursosvirtuales.com.ar: fpscha set sender to fernando@schapachnik.com.ar using -f Date: Wed, 1 Aug 2007 11:51:54 -0300 From: Fernando Schapachnik To: freebsd-amd64@freebsd.org Message-ID: <20070801145154.GB7590@servidor1.cursosvirtuales.com.ar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10 - http://www.freebsd.org Subject: kern.ipc.shmmax limit or bug? 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: Wed, 01 Aug 2007 15:45:30 -0000 Is there a limit on kern.ipc.shmmax on amd64? Trying to set up 2GB: machine# sysctl kern.ipc.shm_use_phys kern.ipc.shm_use_phys: 1 machine# sysctl kern.ipc.shmmax=2147483648 kern.ipc.shmmax: 0 -> -2147483648 Trying 4GB: machine# sysctl kern.ipc.shmmax=4294967296 kern.ipc.shmmax: -2147483648 -> 0 machine# dmesg|egrep "real|CPU" CPU: Intel(R) Xeon(R) CPU 5160 @ 3.00GHz (2995.51-MHz K8-class CPU) real memory = 9395240960 (8960 MB) FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs machine# uname -a FreeBSD machine 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 08:43:30 UTC 2007 root@portnoy.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP amd64 Should I file a PR? If so, is there a workaround? Thanks! Fernando P. Schapachnik fernando@schapachnik.com.ar From owner-freebsd-amd64@FreeBSD.ORG Wed Aug 1 21:20:01 2007 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 C702116A469 for ; Wed, 1 Aug 2007 21:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F71113C465 for ; Wed, 1 Aug 2007 21:20: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.1/8.14.1) with ESMTP id l71LK1hU067899 for ; Wed, 1 Aug 2007 21:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l71LK1UR067898; Wed, 1 Aug 2007 21:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 1 Aug 2007 21:20:01 GMT Resent-Message-Id: <200708012120.l71LK1UR067898@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, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B22A16A418 for ; Wed, 1 Aug 2007 21:14:42 +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 6560113C469 for ; Wed, 1 Aug 2007 21:14:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l71LEgio058776 for ; Wed, 1 Aug 2007 21:14:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l71LEgfv058775; Wed, 1 Aug 2007 21:14:42 GMT (envelope-from nobody) Message-Id: <200708012114.l71LEgfv058775@www.freebsd.org> Date: Wed, 1 Aug 2007 21:14:42 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: amd64/115126: nfe0: watchdog timeout (missed Tx interrupts) -- recovering (UP with SCHED_ULE) 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: Wed, 01 Aug 2007 21:20:01 -0000 >Number: 115126 >Category: amd64 >Synopsis: nfe0: watchdog timeout (missed Tx interrupts) -- recovering (UP with SCHED_ULE) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Aug 01 21:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 7.0-CURRENT/amd64 UP (SCHED_ULE) >Organization: FU Berlin >Environment: FreeBSD zbv800.org 7.0-CURRENT FreeBSD 7.0-CURRENT #2: Tue Jul 31 00:26:18 CEST 2007 root@zbv800.org:/usr/obj/usr/src/sys/ZBV800 amd64 >Description: Under heavy load the built-in NIC of the nVidia nForce4-X32-SLI chipset drops connection with nfe0: watchdog timeout (missed Tx interrupts) -- rcovering message. While this happens when box is under heavy load (compiling world -j2 on UP system) and portupgrading and downloading some torrents, the box becomes stuck for minutes: mouse pointer gets stuck (USB mouse), terminal output seems like a slide show. de- and attaching the USB mouse shows the detach and attach message of the kernel 5(!) minutes after this action has been taken (normally the message shows up immediately). Box uses SCHED_ULE/PREEMPTION kernel. Below dmesg-output and pciconf -lcv and vmstat -i. Please have a look at the vmstat-i output. pcm0 shows a lot of interrupts, although the sound device is not in use! vmstat -i ====== irq1: atkbd0 9598 0 irq6: fdc0 32 0 irq14: ata0 266 0 irq18: pcm0 21723773 1607 irq20: atapci3 276 0 irq21: nfe0 ohci0 3913674 289 irq22: ehci0 3 0 irq23: atapci2 1154023 85 cpu0: timer 40532996 2999 irq256: mskc0 1408680 104 Total 68743321 5087 pciconf -lvc ====== none0@pci0:0:0: class=0x050000 card=0x81d21043 chip=0x02f410de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Host Bridge' class = memory subclass = RAM cap 08[44] = HT slave cap 08[e0] = HT MSI address window enabled at 0xfee00000 none1@pci0:0:1: class=0x050000 card=0x81d21043 chip=0x02fa10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Memory Controller 0' class = memory subclass = RAM none2@pci0:0:2: class=0x050000 card=0x81d21043 chip=0x02fe10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Memory Controller 1' class = memory subclass = RAM none3@pci0:0:3: class=0x050000 card=0x81d21043 chip=0x02f810de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Memory Controller 5' class = memory subclass = RAM none4@pci0:0:4: class=0x050000 card=0x81d21043 chip=0x02f910de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Memory Controller 4' class = memory subclass = RAM none5@pci0:0:5: class=0x050000 card=0x81d21043 chip=0x02ff10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Host Bridge' class = memory subclass = RAM cap 00[44] = unknown none6@pci0:0:6: class=0x050000 card=0x81d21043 chip=0x027f10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Memory Controller 3' class = memory subclass = RAM none7@pci0:0:7: class=0x050000 card=0x81d21043 chip=0x027e10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'C51 Memory Controller 2' class = memory subclass = RAM pcib1@pci0:2:0: class=0x060400 card=0x000010de chip=0x02fc10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' device = 'C51 PCI Express Bridge' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x000010de cap 01[48] = powerspec 2 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port pcib2@pci0:3:0: class=0x060400 card=0x000010de chip=0x02fd10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' device = 'C51 PCI Express Bridge' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x000010de cap 01[48] = powerspec 2 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port pcib3@pci0:4:0: class=0x060400 card=0x000010de chip=0x02fb10de rev=0xa1 hdr=0x01 vendor = 'Nvidia Corp' device = 'C51 PCI Express Bridge' class = bridge subclass = PCI-PCI cap 0d[40] = PCI Bridge card=0x000010de cap 01[48] = powerspec 2 supports D0 D3 current D0 cap 05[50] = MSI supports 2 messages, 64 bit cap 08[60] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port none8@pci0:9:0: class=0x058000 card=0x815a1043 chip=0x005e10de rev=0xa4 hdr=0x00 vendor = 'Nvidia Corp' device = 'nForce4 Memory Controller' class = memory cap 08[44] = HT slave cap 08[e0] = HT MSI address window enabled at 0xfee00000 isab0@pci0:10:0: class=0x060100 card=0x815a1043 chip=0x005010de rev=0xa4 hdr=0x00 vendor = 'Nvidia Corp' device = 'nForce4 PCI to ISA Bridge' class = bridge subclass = PCI-ISA nfsmb0@pci0:10:1: class=0x0c0500 card=0x815a1043 chip=0x005210de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'nForce4 SMBus' class = serial bus subclass = SMBus cap 01[44] = powerspec 2 supports D0 D3 current D0 ohci0@pci0:11:0: class=0x0c0310 card=0x815a1043 chip=0x005a10de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'nForce4 USB Controller' class = serial bus subclass = USB cap 01[44] = powerspec 2 supports D0 D1 D2 D3 current D0 ehci0@pci0:11:1: class=0x0c0320 card=0x815a1043 chip=0x005b10de rev=0xa4 hdr=0x00 vendor = 'Nvidia Corp' device = 'nForce4 USB 2.0 Controller' class = serial bus subclass = USB cap 0a[44] = EHCI Debug Port at offset 0x98 in map 0x14 cap 01[80] = powerspec 2 supports D0 D1 D2 D3 current D0 atapci1@pci0:15:0: class=0x01018a card=0x815a1043 chip=0x005310de rev=0xf3 hdr=0x00 vendor = 'Nvidia Corp' device = 'NVidia nForce 4 SLI IDE Controller' class = mass storage subclass = ATA cap 01[44] = powerspec 2 supports D0 D3 current D0 atapci2@pci0:16:0: class=0x010485 card=0x815a1043 chip=0x005410de rev=0xf3 hdr=0x00 vendor = 'Nvidia Corp' device = 'NVidia nForce 4 SLI IDE Controller' class = mass storage subclass = RAID cap 01[44] = powerspec 2 supports D0 D3 current D0 atapci3@pci0:17:0: class=0x010185 card=0x815a1043 chip=0x005510de rev=0xf3 hdr=0x00 vendor = 'Nvidia Corp' device = 'NVidia nForce 4 SLI IDE Controller' class = mass storage subclass = ATA cap 01[44] = powerspec 2 supports D0 D3 current D0 pcib4@pci0:18:0: class=0x060401 card=0x00000000 chip=0x005c10de rev=0xa2 hdr=0x01 vendor = 'Nvidia Corp' device = 'nForce4 PCI Bridge' class = bridge subclass = PCI-PCI nfe0@pci0:19:0: class=0x068000 card=0x81411043 chip=0x005710de rev=0xa3 hdr=0x00 vendor = 'Nvidia Corp' device = 'nForce4 Ultra NVidia Network Bus Enumerator' class = bridge cap 01[44] = powerspec 2 supports D0 D1 D2 D3 current D0 pcib5@pci0:22:0: class=0x060400 card=0x00000000 chip=0x005d10de rev=0xa3 hdr=0x01 vendor = 'Nvidia Corp' device = 'nForce4 PCI Express Bridge' class = bridge subclass = PCI-PCI cap 01[40] = powerspec 2 supports D0 D3 current D0 cap 05[48] = MSI supports 2 messages, 64 bit cap 08[58] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port pcib6@pci0:23:0: class=0x060400 card=0x00000000 chip=0x005d10de rev=0xa3 hdr=0x01 vendor = 'Nvidia Corp' device = 'nForce4 PCI Express Bridge' class = bridge subclass = PCI-PCI cap 01[40] = powerspec 2 supports D0 D3 current D0 cap 05[48] = MSI supports 2 messages, 64 bit cap 08[58] = HT MSI address window enabled at 0xfee00000 cap 10[80] = PCI-Express 1 root port hostb0@pci0:24:0: class=0x060000 card=0x00000000 chip=0x11001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI cap 08[80] = HT host hostb1@pci0:24:1: class=0x060000 card=0x00000000 chip=0x11011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Address Map' class = bridge subclass = HOST-PCI hostb2@pci0:24:2: class=0x060000 card=0x00000000 chip=0x11021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron DRAM Controller' class = bridge subclass = HOST-PCI hostb3@pci0:24:3: class=0x060000 card=0x00000000 chip=0x11031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = 'Athlon 64 / Opteron Miscellaneous Control' class = bridge subclass = HOST-PCI atapci0@pci1:0:0: class=0x018000 card=0x819f1043 chip=0x31321095 rev=0x01 hdr=0x00 vendor = 'Silicon Image Inc (Was: CMD Technology Inc)' device = 'SiI 3132 PCI Express (1x) to 2 Port SATA300' class = mass storage cap 01[54] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 05[5c] = MSI supports 1 message, 64 bit cap 10[70] = PCI-Express 1 legacy endpoint mskc0@pci2:0:0: class=0x020000 card=0x81421043 chip=0x436211ab rev=0x15 hdr=0x00 vendor = 'Marvell Semiconductor (Was: Galileo Technology Ltd)' device = 'Yukon 88E8053 PCI-E Gigabit Ethernet Controller (Copper)' class = network subclass = ethernet cap 01[48] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 03[50] = VPD cap 05[5c] = MSI supports 2 messages, 64 bit enabled with 2 messages cap 10[e0] = PCI-Express 1 legacy endpoint vgapci0@pci3:0:0: class=0x030000 card=0x81981043 chip=0x00f910de rev=0xa2 hdr=0x00 vendor = 'Nvidia Corp' device = 'GeForce 6800 Series GPU [BR02.1]' class = display subclass = VGA cap 01[60] = powerspec 2 supports D0 D3 current D0 cap 05[68] = MSI supports 1 message, 64 bit cap 10[78] = PCI-Express 1 legacy endpoint pcm0@pci4:8:0: class=0x040100 card=0x36311412 chip=0x17241412 rev=0x01 hdr=0x00 vendor = 'VIA Technologies Inc (Was: IC Ensemble Inc)' device = 'VT1720/24 Envy24PT/HT PCI Multi-Channel Audio Controller' class = multimedia subclass = audio cap 01[80] = powerspec 1 supports D0 D2 D3 current D0 dmesg ====== Copyright (c) 1992-2007 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-CURRENT #0: Sun Jul 29 03:12:12 CEST 2007 root@zbv800.org:/usr/obj/usr/src/sys/ZBV800 ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 Processor 3500+ (2376.07-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x10ff0 Stepping = 0 Features=0x78bfbff AMD Features=0xe2500800 AMD Features2=0x1 usable memory = 2138107904 (2039 MB) avail memory = 2063650816 (1968 MB) ioapic0 irqs 0-23 on motherboard netsmb_dev: loaded kbd1 at kbdmux0 cryptosoft0: on motherboard acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, 7ff00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 cpu0: on acpi0 acpi_throttle0: on cpu0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) pci0: at device 0.1 (no driver attached) pci0: at device 0.2 (no driver attached) pci0: at device 0.3 (no driver attached) pci0: at device 0.4 (no driver attached) pci0: at device 0.5 (no driver attached) pci0: at device 0.6 (no driver attached) pci0: at device 0.7 (no driver attached) pcib1: at device 2.0 on pci0 pci1: on pcib1 atapci0: port 0xcc00-0xcc7f mem 0xdddffc00-0xdddffc7f,0xdddf8000-0xdddfbfff irq 16 at device 0.0 on pci1 atapci0: [ITHREAD] ata2: on atapci0 ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] pcib2: at device 3.0 on pci0 pci2: on pcib2 mskc0: port 0xd800-0xd8ff mem 0xddefc000-0xddefffff irq 17 at device 0.0 on pci2 msk0: on mskc0 msk0: Ethernet address: XX:XX:XX:XX:XX:XX miibus0: on msk0 e1000phy0: PHY 0 on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto mskc0: [FILTER] pcib3: at device 4.0 on pci0 pci3: on pcib3 vgapci0: mem 0xdf000000-0xdfffffff,0xc0000000-0xcfffffff,0xde000000-0xdeffffff irq 17 at device 0.0 on pci3 pci0: at device 9.0 (no driver attached) isab0: at device 10.0 on pci0 isa0: on isab0 nfsmb0: port 0xbc00-0xbc1f,0x600-0x63f,0x700-0x73f irq 20 at device 10.1 on pci0 smbus0: on nfsmb0 smb0: on smbus0 nfsmb1: on nfsmb0 smbus1: on nfsmb1 smb1: on smbus1 ohci0: mem 0xddcfa000-0xddcfafff irq 21 at device 11.0 on pci0 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 10 ports with 10 removable, self powered ehci0: mem 0xddcfbc00-0xddcfbcff irq 22 at device 11.1 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 4 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 10 ports with 10 removable, self powered atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 15.0 on pci0 ata0: on atapci1 ata0: [ITHREAD] ata1: on atapci1 ata1: [ITHREAD] atapci2: port 0xb480-0xb487,0xb400-0xb403,0xb080-0xb087,0xb000-0xb003,0xac00-0xac0f mem 0xddcf9000-0xddcf9fff irq 23 at device 16.0 on pci0 atapci2: [ITHREAD] ata4: on atapci2 ata4: [ITHREAD] ata5: on atapci2 ata5: [ITHREAD] atapci3: port 0xa880-0xa887,0xa800-0xa803,0xa480-0xa487,0xa400-0xa403,0xa080-0xa08f mem 0xddcf8000-0xddcf8fff irq 20 at device 17.0 on pci0 atapci3: [ITHREAD] ata6: on atapci3 ata6: [ITHREAD] ata7: on atapci3 ata7: [ITHREAD] pcib4: at device 18.0 on pci0 pci4: on pcib4 pcm0: port 0xec00-0xec1f,0xe880-0xe8ff irq 18 at device 8.0 on pci4 pcm0: [GIANT-LOCKED] pcm0: [ITHREAD] pcm0: system configuration SubVendorID: 0x1412, SubDeviceID: 0x3631 XIN2 Clock Source: 49.152MHz(192kHz*256) MPU-401 UART(s) #: not implemented ADC #: 1 DAC #: 3 Multi-track converter type: I2S(with volume, 192KHz support, 24bit resolution, ID#0x0) S/PDIF(IN/OUT): 0/1 ID# 0x00 GPIO(mask/dir/state): 0x3fff85/0x4000fa/0x72 nfe0: port 0xa000-0xa007 mem 0xddcf7000-0xddcf7fff irq 21 at device 19.0 on pci0 miibus1: on nfe0 e1000phy1: PHY 1 on miibus1 e1000phy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto nfe0: Ethernet address: XX:XX:XX:XX:XX:XX nfe0: [FILTER] pcib5: at device 22.0 on pci0 pci5: on pcib5 pcib6: at device 23.0 on pci0 pci6: on pcib6 acpi_button0: on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] fd0: <1440-KB 3.5" drive> on fdc0 drive 0 acpi_aiboost0: on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] 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] sc0: at flags 0x100 on isa0 sc0: VGA <8 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 fb0 at vga0 sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled ums0: on uhub0 ums0: 8 buttons and Z dir. NULL mp in getnewvnode() Timecounter "TSC" frequency 2376069771 Hz quality 800 Timecounters tick every 1.333 msec Fast IPsec: Initialized Security Association Processing. acd0: DVDR at ata0-master UDMA33 ad8: 238475MB at ata4-master SATA300 ad10: 238475MB at ata5-master SATA300 ad12: 190782MB at ata6-master SATA300 ar0: 476950MB status: READY ar0: disk0 READY using ad10 at ata5-master ar0: disk1 READY using ad8 at ata4-master GEOM: ad12: corrupt or invalid GPT detected. GEOM: ad12: GPT rejected -- may not be recoverable. GEOM_LABEL: Label for provider ar0s3 is ufs/HOMES. GEOM_LABEL: Label for provider ar0s1d is ufs/VAR. GEOM_LABEL: Label for provider ar0s1e is ufs/USR. GEOM_LABEL: Label for provider ar0s1f is ufs/LOCAL. GEOM_LABEL: Label for provider ar0s1g is ufs/OBJ. GEOM_LABEL: Label for provider ar0s1h is ufs/SRC. GEOM_LABEL: Label for provider ar0s2d is ufs/COMPAT. GEOM_LABEL: Label for provider ar0s2e is ufs/DATABASE. GEOM_LABEL: Label for provider ar0s2f is ufs/PORTS. GEOM_LABEL: Label for provider ar0s2g is ufs/SCRATCH. cd0 at ata0 bus 0 target 0 lun 0 cd0: <_NEC DVD_RW ND-3500AG 2.1B> Removable CD-ROM SCSI-0 device cd0: 33.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present Trying to mount root from ufs:/dev/ar0s1a GEOM_ELI: Device ar0s1b.eli created. GEOM_ELI: Encryption: AES-CBC 256 GEOM_ELI: Crypto: software GEOM_ELI: Device ar0s2b.eli created. GEOM_ELI: Encryption: AES-CBC 256 GEOM_ELI: Crypto: software GEOM_LABEL: Label ufs/VAR removed. GEOM_LABEL: Label for provider ar0s1d is ufs/VAR. GEOM_LABEL: Label ufs/COMPAT removed. GEOM_LABEL: Label for provider ar0s2d is ufs/COMPAT. GEOM_LABEL: Label ufs/HOMES removed. GEOM_LABEL: Label for provider ar0s3 is ufs/HOMES. GEOM_LABEL: Label ufs/USR removed. GEOM_LABEL: Label for provider ar0s1e is ufs/USR. GEOM_LABEL: Label ufs/DATABASE removed. GEOM_LABEL: Label for provider ar0s2e is ufs/DATABASE. GEOM_LABEL: Label ufs/LOCAL removed. GEOM_LABEL: Label for provider ar0s1f is ufs/LOCAL. GEOM_LABEL: Label ufs/OBJ removed. GEOM_LABEL: Label for provider ar0s1g is ufs/OBJ. GEOM_LABEL: Label ufs/PORTS removed. GEOM_LABEL: Label for provider ar0s2f is ufs/PORTS. GEOM_LABEL: Label ufs/SRC removed. GEOM_LABEL: Label for provider ar0s1h is ufs/SRC. GEOM_LABEL: Label ufs/SCRATCH removed. GEOM_LABEL: Label for provider ar0s2g is ufs/SCRATCH. GEOM_LABEL: Label ufs/VAR removed. GEOM_LABEL: Label ufs/COMPAT removed. GEOM_LABEL: Label ufs/HOMES removed. GEOM_LABEL: Label ufs/USR removed. GEOM_LABEL: Label ufs/DATABASE removed. GEOM_LABEL: Label ufs/LOCAL removed. GEOM_LABEL: Label ufs/OBJ removed. GEOM_LABEL: Label ufs/PORTS removed. GEOM_LABEL: Label ufs/SRC removed. GEOM_LABEL: Label ufs/SCRATCH removed. WARNING: ZFS is considered to be an experimental feature in FreeBSD. ZFS filesystem version 6 ZFS storage pool version 6 GEOM: ad12: corrupt or invalid GPT detected. GEOM: ad12: GPT rejected -- may not be recoverable. nfe0: link state changed to UP >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Thu Aug 2 00:16:47 2007 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 407C816A46D; Thu, 2 Aug 2007 00:16:47 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CB8AC13C45E; Thu, 2 Aug 2007 00:16:46 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (yongari@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l720GgRB077046; Thu, 2 Aug 2007 00:16:42 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l720Ggnx077042; Thu, 2 Aug 2007 00:16:42 GMT (envelope-from yongari) Date: Thu, 2 Aug 2007 00:16:42 GMT Message-Id: <200708020016.l720Ggnx077042@freefall.freebsd.org> To: yongari@FreeBSD.org, freebsd-amd64@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org X-Mailman-Approved-At: Thu, 02 Aug 2007 00:27:17 +0000 Cc: Subject: Re: amd64/115126: nfe0: watchdog timeout (missed Tx interrupts) -- recovering (UP with SCHED_ULE) 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, 02 Aug 2007 00:16:47 -0000 Synopsis: nfe0: watchdog timeout (missed Tx interrupts) -- recovering (UP with SCHED_ULE) Responsible-Changed-From-To: freebsd-amd64->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Thu Aug 2 00:16:19 UTC 2007 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=115126 From owner-freebsd-amd64@FreeBSD.ORG Thu Aug 2 10:33:26 2007 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 3B37B16A420 for ; Thu, 2 Aug 2007 10:33:26 +0000 (UTC) (envelope-from vasim@resume-bank.ru) Received: from mail.resume-bank.ru (mail.resume-bank.ru [62.118.250.39]) by mx1.freebsd.org (Postfix) with SMTP id B78F513C474 for ; Thu, 2 Aug 2007 10:33:25 +0000 (UTC) (envelope-from vasim@resume-bank.ru) Received: (qmail 54222 invoked by uid 0); 2 Aug 2007 14:33:25 +0400 Received: from unknown (HELO vasimwork) (213.184.130.206) by mail.resume-bank.ru with SMTP; 2 Aug 2007 14:33:25 +0400 Message-ID: <020a01c7d4f0$a0ac8990$8b0a000a@vasimwork> From: "Vasim Valejev" To: "Fernando Schapachnik" , References: <20070801145154.GB7590@servidor1.cursosvirtuales.com.ar> Date: Thu, 2 Aug 2007 14:33:55 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Cc: Subject: Re: kern.ipc.shmmax limit or bug? 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, 02 Aug 2007 10:33:26 -0000 Hi ! > Is there a limit on kern.ipc.shmmax on amd64? Yep, this is because int type (32 bit) usage instead size_t in sysv code. > Should I file a PR? If so, is there a workaround? I've made fix for 7.0-CURRENT: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/113218 Vasim V. From owner-freebsd-amd64@FreeBSD.ORG Thu Aug 2 13:44:30 2007 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 56F1C16A417 for ; Thu, 2 Aug 2007 13:44:30 +0000 (UTC) (envelope-from fernando@schapachnik.com.ar) Received: from mail.fac.org.ar (mail.fac.org.ar [200.59.49.21]) by mx1.freebsd.org (Postfix) with ESMTP id D37C913C457 for ; Thu, 2 Aug 2007 13:44:25 +0000 (UTC) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (www.cursosvirtuales.com.ar [200.59.46.198]) by mail.fac.org.ar (8.12.11/8.12.11) with ESMTP id l72Di9Oi005748; Thu, 2 Aug 2007 10:44:16 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: from servidor1.cursosvirtuales.com.ar (localhost [127.0.0.1]) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11) with ESMTP id l72Di59d034345; Thu, 2 Aug 2007 10:44:05 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) Received: (from fpscha@localhost) by servidor1.cursosvirtuales.com.ar (8.12.11/8.12.11/Submit) id l72Di5aL034344; Thu, 2 Aug 2007 10:44:05 -0300 (ART) (envelope-from fernando@schapachnik.com.ar) X-Authentication-Warning: servidor1.cursosvirtuales.com.ar: fpscha set sender to fernando@schapachnik.com.ar using -f Date: Thu, 2 Aug 2007 10:44:05 -0300 From: Fernando Schapachnik To: Vasim Valejev Message-ID: <20070802134405.GA34168@servidor1.cursosvirtuales.com.ar> References: <20070801145154.GB7590@servidor1.cursosvirtuales.com.ar> <020a01c7d4f0$a0ac8990$8b0a000a@vasimwork> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <020a01c7d4f0$a0ac8990$8b0a000a@vasimwork> User-Agent: Mutt/1.4.1i X-OS: FreeBSD 4.10 - http://www.freebsd.org Cc: freebsd-amd64@freebsd.org Subject: Re: kern.ipc.shmmax limit or bug? 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, 02 Aug 2007 13:44:30 -0000 En un mensaje anterior, Vasim Valejev escribió: > I've made fix for 7.0-CURRENT: > http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/113218 Hi. I've ported your patch to 6.2, and still get: # sysctl kern.ipc.shmmax=2147483648 kern.ipc.shmmax: -2147483648 -> -2147483648 Is that working for you? Thanks! Fernando P. Schapachnik fernando@schapachnik.com.ar From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 3 10:34:29 2007 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 3ECF916A419 for ; Fri, 3 Aug 2007 10:34:29 +0000 (UTC) (envelope-from vasim@resume-bank.ru) Received: from mail.resume-bank.ru (mail.resume-bank.ru [62.118.250.39]) by mx1.freebsd.org (Postfix) with SMTP id B489513C465 for ; Fri, 3 Aug 2007 10:34:28 +0000 (UTC) (envelope-from vasim@resume-bank.ru) Received: (qmail 20234 invoked by uid 0); 3 Aug 2007 14:34:27 +0400 Received: from unknown (HELO vasimwork) (213.184.130.206) by mail.resume-bank.ru with SMTP; 3 Aug 2007 14:34:27 +0400 Message-ID: <02cf01c7d5b9$f0359d20$8b0a000a@vasimwork> From: "Vasim Valejev" To: "Fernando Schapachnik" References: <20070801145154.GB7590@servidor1.cursosvirtuales.com.ar> <020a01c7d4f0$a0ac8990$8b0a000a@vasimwork> <20070802134405.GA34168@servidor1.cursosvirtuales.com.ar> Date: Fri, 3 Aug 2007 14:34:57 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Cc: freebsd-amd64@freebsd.org Subject: Re: kern.ipc.shmmax limit or bug? 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, 03 Aug 2007 10:34:29 -0000 Hi ! > Hi. I've ported your patch to 6.2, and still get: > > # sysctl kern.ipc.shmmax=2147483648 > kern.ipc.shmmax: -2147483648 -> -2147483648 > > Is that working for you? Well, i didn' tried to change shmmax value "on fly". Setting it via kernel's config on 7.0-CURRENT works: $sysctl kern.ipc.shmmax kern.ipc.shmmax: 15032385536 Vasim V. From owner-freebsd-amd64@FreeBSD.ORG Sat Aug 4 11:00:03 2007 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 C540616A418 for ; Sat, 4 Aug 2007 11:00:03 +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 BC98113C480 for ; Sat, 4 Aug 2007 11:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l74B03jx024471 for ; Sat, 4 Aug 2007 11:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l74B03K4024470; Sat, 4 Aug 2007 11:00:03 GMT (envelope-from gnats) Resent-Date: Sat, 4 Aug 2007 11:00:03 GMT Resent-Message-Id: <200708041100.l74B03K4024470@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, Andrei Kolu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2570716A417 for ; Sat, 4 Aug 2007 10:50:52 +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 2E75F13C47E for ; Sat, 4 Aug 2007 10:50:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l74Aonp4021935 for ; Sat, 4 Aug 2007 10:50:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l74AonH1021934; Sat, 4 Aug 2007 10:50:49 GMT (envelope-from nobody) Message-Id: <200708041050.l74AonH1021934@www.freebsd.org> Date: Sat, 4 Aug 2007 10:50:49 GMT From: Andrei Kolu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 X-Mailman-Approved-At: Sat, 04 Aug 2007 11:15:26 +0000 Cc: Subject: amd64/115194: LCD screen remains blank after Dell XPS M1210 lid is closed and reopened. 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, 04 Aug 2007 11:00:03 -0000 >Number: 115194 >Category: amd64 >Synopsis: LCD screen remains blank after Dell XPS M1210 lid is closed and reopened. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 04 11:00:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Andrei Kolu >Release: FreeBSD CURRENT-200706 >Organization: www.pcbsd.org >Environment: FreeBSD xps.lapakas 7.0-CURRENT-200706 FreeBSD 7.0CURRENT-200706 #0: Thu Jun 7 21:38:42 UTC 2007 root@stiles.cse.buffalo.edu:/usr/obj/src/sys/GENERIC and54 >Description: LCD screen remains blank after Dell XPS M1210 lid is closed and reopened. Looks like LCD screen was not resumed from power-saving mode. System works without problem though- I am able to log in over ssh. Changing consoles with Alt+Fx does not give any change in screen behavior. Only solution is to type reboot- restart brings screen back. Hardware: CPU: Intel Core 2 T5500 @1.66GHz Video: Intel 945GM dmesg included. >How-To-Repeat: Close lid and reopen it. >Fix: Not known. Patch attached with submission follows: Copyright (c) 1992-2007 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-CURRENT-200706 #0: Thu Jun 7 21:38:42 UTC 2007 root@stiles.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz (1662.51-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6f6 Stepping = 6 Features=0xbfebfbff Features2=0xe39d AMD Features=0x20100800 AMD Features2=0x1 Cores per package: 2 usable memory = 1050714112 (1002 MB) avail memory = 1012428800 (965 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) acpi0: on motherboard acpi0: [ITHREAD] acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 2000 acpi0: reservation of 0, 9fc00 (3) failed acpi0: reservation of 100000, 3f593400 (3) failed acpi0: reservation of fed00000, 400 (3) failed Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 p4tcc1: on cpu1 acpi_acad0: on acpi0 battery0: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_button1: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0xeff8-0xefff mem 0xeff00000-0xeff7ffff,0xd0000000-0xdfffffff,0xefec0000-0xefefffff irq 16 at device 2.0 on pci0 agp0: on vgapci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M vgapci1: mem 0xeff80000-0xefffffff at device 2.1 on pci0 pcm0: mem 0xefebc000-0xefebffff irq 21 at device 27.0 on pci0 pcm0: [ITHREAD] pcib1: at device 28.0 on pci0 pci11: on pcib1 pcib2: at device 28.1 on pci0 pci12: on pcib2 pci12: at device 0.0 (no driver attached) pcib3: at device 28.3 on pci0 pci13: on pcib3 uhci0: port 0xbf80-0xbf9f irq 20 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 0xbf60-0xbf7f irq 21 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 0xbf40-0xbf5f irq 22 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 uhci3: port 0xbf20-0xbf3f irq 23 at device 29.3 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb3: on uhci3 usb3: USB revision 1.0 uhub3: on usb3 uhub3: 2 ports with 2 removable, self powered ehci0: mem 0xffa80000-0xffa803ff irq 20 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb4: EHCI version 1.0 usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4: on ehci0 usb4: USB revision 2.0 uhub4: on usb4 uhub4: 8 ports with 8 removable, self powered ugen0: on uhub4 pcib4: at device 30.0 on pci0 pci3: on pcib4 bfe0: mem 0xef9fe000-0xef9fffff irq 17 at device 0.0 on pci3 miibus0: on bfe0 bmtphy0: PHY 1 on miibus0 bmtphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto bfe0: using obsoleted if_watchdog interface bfe0: Ethernet address: 00:18:8b:ad:fa:07 bfe0: [ITHREAD] fwohci0: <1394 Open Host Controller Interface> mem 0xef9fd800-0xef9fdfff irq 19 at device 1.0 on pci3 fwohci0: [FILTER] fwohci0: OHCI version 1.10 (ROM=0) fwohci0: No. of Isochronous channels is 4. fwohci0: EUI64 39:4f:c0:00:3b:57:d8:50 fwohci0: Phy 1394a available S400, 1 ports. fwohci0: Link S400, max_rec 2048 bytes. firewire0: on fwohci0 dcons_crom0: on firewire0 dcons_crom0: bus_addr 0x3d27c000 fwe0: on firewire0 if_fwe0: Fake Ethernet address: 3a:4f:c0:57:d8:50 fwe0: Ethernet address: 3a:4f:c0:57:d8:50 fwip0: on firewire0 fwip0: Firewire address: 39:4f:c0:00:3b:57:d8:50 @ 0xfffe00000000, S400, maxrec 2048 sbp0: on firewire0 fwohci0: Initiate bus reset fwohci0: BUS reset fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode pci3: at device 1.1 (no driver attached) pci3: at device 1.2 (no driver attached) pci3: at device 1.3 (no driver attached) pci3: at device 1.4 (no driver attached) isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xbfa0-0xbfaf irq 17 at device 31.2 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] pci0: at device 31.3 (no driver attached) acpi_tz0: on acpi0 atkbdc0: port 0x60,0x64,0x62,0x66 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 Generic PS/2 mouse, device ID 0 orm0: at iomem 0xc0000-0xcefff,0xcf000-0xcffff on isa0 ppc0: cannot reserve I/O port range sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 8250 or not responding sio0: [FILTER] 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 ums0: on uhub0 ums0: 3 buttons and Z dir. Timecounters tick every 1.000 msec firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) firewire0: bus manager 0 (me) ad0: 57231MB at ata0-master SATA150 acd0: DVDR at ata1-master UDMA33 pcm0: pcm0: GEOM_LABEL: Label for provider ad0s1 is ntfs/WinXP. SMP: AP CPU #1 Launched! Trying to mount root from ufs:/dev/ad0s2a >Release-Note: >Audit-Trail: >Unformatted: