From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 1 05:30:01 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48708CC9 for ; Sun, 1 Dec 2013 05:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD25110E9 for ; Sun, 1 Dec 2013 05:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB15U0mm007499 for ; Sun, 1 Dec 2013 05:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB15U0h6007489; Sun, 1 Dec 2013 05:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 1 Dec 2013 05:30:00 GMT Resent-Message-Id: <201312010530.rB15U0h6007489@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, Zurvan Akarana Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 036B9BC4 for ; Sun, 1 Dec 2013 05:27:02 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3D21109C for ; Sun, 1 Dec 2013 05:27:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB15R2PR089892 for ; Sun, 1 Dec 2013 05:27:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB15R2No089867; Sun, 1 Dec 2013 05:27:02 GMT (envelope-from nobody) Message-Id: <201312010527.rB15R2No089867@oldred.freebsd.org> Date: Sun, 1 Dec 2013 05:27:02 GMT From: Zurvan Akarana To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/184405: [regression] [patch] 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives X-Mailman-Approved-At: Sun, 01 Dec 2013 07:11:23 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.16 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, 01 Dec 2013 05:30:01 -0000 >Number: 184405 >Category: amd64 >Synopsis: [regression] [patch] 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives >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: Sun Dec 01 05:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zurvan Akarana >Release: 9.2 RELEASE >Organization: N/A >Environment: FreeBSD [redacted] 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Upgraded to 9.2-RELEASE on Nov. 29, 2013. Have an LSI-2108-based raid controller supported without issues by mfi(4). Prior to upgrade 'mfiutil show drives' showed drive sizes correctly. After upgrade the output became like this 0 ( 0.0) ONLINE <[redacted] serial=[redacted]> SATA E1:S4 I.e., drive size was reported to be 0.0. All other aspects of mfi(4) that I have tested so far seem to work fine, as they did before. >How-To-Repeat: Any run of 'mfiutil show drives' reproduces the problem. I use 3 TB drives connected to the controller but the problem is unaffected by drive size. >Fix: Traced the problem to usr.sbin/mfiutil/mfi_show.c file, function print_pd. It makes a call to humanize_number(3) from libutil and supplies a 256-byte buffer named 'buf' to be filled for this purpose. Then prints it with format string '%6s' which results in this incorrect behavior. Just using a 6-byte buffer, supplying it to humanize_number(3), and printing it fixes the problem. As seen in the other function print_ld in the same source file. This bug has been introduced as the larger sized 'buf' was added to source to allow for formatting status messages for foreign configurations present in the array, a new mfiutil functionality. Patch attached with submission follows: *** mfi_show.c.orig 2013-12-01 05:21:58.000000000 +0000 --- mfi_show.c 2013-12-01 05:14:48.000000000 +0000 *************** *** 316,330 **** void print_pd(struct mfi_pd_info *info, int state_len) { const char *s; char buf[256]; ! humanize_number(buf, sizeof(buf), info->raw_size * 512, "", HN_AUTOSCALE, HN_B | HN_NOSPACE |HN_DECIMAL); ! printf("(%6s) ", buf); if (info->state.ddf.v.pd_type.is_foreign) { sprintf(buf, "%s%s", mfi_pdstate(info->fw_state), foreign_state); s = buf; } else s = mfi_pdstate(info->fw_state); --- 316,331 ---- void print_pd(struct mfi_pd_info *info, int state_len) { const char *s; + char size[6]; char buf[256]; ! humanize_number(size, sizeof(size), info->raw_size * 512, "", HN_AUTOSCALE, HN_B | HN_NOSPACE |HN_DECIMAL); ! printf("(%6s) ", size); if (info->state.ddf.v.pd_type.is_foreign) { sprintf(buf, "%s%s", mfi_pdstate(info->fw_state), foreign_state); s = buf; } else s = mfi_pdstate(info->fw_state); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 1 22:30:36 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C6778CF; Sun, 1 Dec 2013 22:30:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F6921D92; Sun, 1 Dec 2013 22:30:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB1MUaMI045014; Sun, 1 Dec 2013 22:30:36 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB1MUagm045013; Sun, 1 Dec 2013 22:30:36 GMT (envelope-from linimon) Date: Sun, 1 Dec 2013 22:30:36 GMT Message-Id: <201312012230.rB1MUagm045013@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: bin/184405: [regression] [patch] mfiutil(8): 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.16 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, 01 Dec 2013 22:30:36 -0000 Old Synopsis: [regression] [patch] 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives New Synopsis: [regression] [patch] mfiutil(8): 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 1 22:30:06 UTC 2013 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=184405 From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 2 09:45:48 2013 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A63F7AE; Mon, 2 Dec 2013 09:45:48 +0000 (UTC) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4534312B8; Mon, 2 Dec 2013 09:45:48 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id rB29jlPW093705; Mon, 2 Dec 2013 04:45:47 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id rB29jlLf093702; Mon, 2 Dec 2013 09:45:47 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 2 Dec 2013 09:45:47 GMT Message-Id: <201312020945.rB29jlLf093702@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on amd64/amd64 Precedence: bulk X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.16 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 09:45:48 -0000 TB --- 2013-12-02 09:40:21 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-12-02 09:40:21 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-12-02 09:40:21 - starting HEAD tinderbox run for amd64/amd64 TB --- 2013-12-02 09:40:21 - cleaning the object tree TB --- 2013-12-02 09:40:21 - /usr/local/bin/svn stat /src TB --- 2013-12-02 09:40:26 - At svn revision 258841 TB --- 2013-12-02 09:40:27 - building world TB --- 2013-12-02 09:40:27 - CROSS_BUILD_TESTING=YES TB --- 2013-12-02 09:40:27 - MAKEOBJDIRPREFIX=/obj TB --- 2013-12-02 09:40:27 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-12-02 09:40:27 - SRCCONF=/dev/null TB --- 2013-12-02 09:40:27 - TARGET=amd64 TB --- 2013-12-02 09:40:27 - TARGET_ARCH=amd64 TB --- 2013-12-02 09:40:27 - TZ=UTC TB --- 2013-12-02 09:40:27 - __MAKE_CONF=/dev/null TB --- 2013-12-02 09:40:27 - cd /src TB --- 2013-12-02 09:40:27 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Mon Dec 2 09:40:36 UTC 2013 >>> 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 [...] rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po ata_all.po smp_all.po camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp smp_all.So.tmp rm -f libcam.so rm -f libcam.a libcam_p.a libcam.so.6 rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> lib/libcasper (cleandir) cd: can't cd to /src/lib/libcasper *** Error code 2 Stop. bmake[2]: stopped in /src/lib *** Error code 1 Stop. bmake[1]: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-12-02 09:45:47 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-12-02 09:45:47 - ERROR: failed to build world TB --- 2013-12-02 09:45:47 - 259.62 user 35.78 system 325.65 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 2 10:06:25 2013 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D557A50; Mon, 2 Dec 2013 10:06:25 +0000 (UTC) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A95114C8; Mon, 2 Dec 2013 10:06:24 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id rB2A6NTm046063; Mon, 2 Dec 2013 05:06:23 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id rB2A6Nax046051; Mon, 2 Dec 2013 10:06:23 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 2 Dec 2013 10:06:23 GMT Message-Id: <201312021006.rB2A6Nax046051@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on amd64/amd64 Precedence: bulk X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.16 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 10:06:25 -0000 TB --- 2013-12-02 10:00:15 - tinderbox 2.20 running on freebsd-current.sentex.ca TB --- 2013-12-02 10:00:15 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-12-02 10:00:15 - starting HEAD tinderbox run for amd64/amd64 TB --- 2013-12-02 10:00:15 - cleaning the object tree TB --- 2013-12-02 10:01:16 - /usr/local/bin/svn stat /src TB --- 2013-12-02 10:01:19 - At svn revision 258842 TB --- 2013-12-02 10:01:20 - building world TB --- 2013-12-02 10:01:20 - CROSS_BUILD_TESTING=YES TB --- 2013-12-02 10:01:20 - MAKEOBJDIRPREFIX=/obj TB --- 2013-12-02 10:01:20 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-12-02 10:01:20 - SRCCONF=/dev/null TB --- 2013-12-02 10:01:20 - TARGET=amd64 TB --- 2013-12-02 10:01:20 - TARGET_ARCH=amd64 TB --- 2013-12-02 10:01:20 - TZ=UTC TB --- 2013-12-02 10:01:20 - __MAKE_CONF=/dev/null TB --- 2013-12-02 10:01:20 - cd /src TB --- 2013-12-02 10:01:20 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Mon Dec 2 10:01:27 UTC 2013 >>> 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 [...] rm -f a.out camlib.o scsi_cmdparse.o scsi_all.o scsi_da.o scsi_sa.o cam.o ata_all.o smp_all.o camlib.o.tmp scsi_cmdparse.o.tmp scsi_all.o.tmp scsi_da.o.tmp scsi_sa.o.tmp cam.o.tmp ata_all.o.tmp smp_all.o.tmp rm -f camlib.po scsi_cmdparse.po scsi_all.po scsi_da.po scsi_sa.po cam.po ata_all.po smp_all.po camlib.po.tmp scsi_cmdparse.po.tmp scsi_all.po.tmp scsi_da.po.tmp scsi_sa.po.tmp cam.po.tmp ata_all.po.tmp smp_all.po.tmp rm -f camlib.So scsi_cmdparse.So scsi_all.So scsi_da.So scsi_sa.So cam.So ata_all.So smp_all.So camlib.so scsi_cmdparse.so scsi_all.so scsi_da.so scsi_sa.so cam.so ata_all.so smp_all.so camlib.So.tmp scsi_cmdparse.So.tmp scsi_all.So.tmp scsi_da.So.tmp scsi_sa.So.tmp cam.So.tmp ata_all.So.tmp smp_all.So.tmp rm -f libcam.so rm -f libcam.a libcam_p.a libcam.so.6 rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> lib/libcasper (cleandir) cd: can't cd to /src/lib/libcasper *** Error code 2 Stop. bmake[2]: stopped in /src/lib *** Error code 1 Stop. bmake[1]: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-12-02 10:06:23 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-12-02 10:06:23 - ERROR: failed to build world TB --- 2013-12-02 10:06:23 - 260.32 user 31.44 system 368.20 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 2 11:06:42 2013 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E857BB00 for ; Mon, 2 Dec 2013 11:06:42 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFE29193E for ; Mon, 2 Dec 2013 11:06:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB2B6gMI007645 for ; Mon, 2 Dec 2013 11:06:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB2B6gef007643 for freebsd-amd64@FreeBSD.org; Mon, 2 Dec 2013 11:06:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 2 Dec 2013 11:06:42 GMT Message-Id: <201312021106.rB2B6gef007643@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 Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 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, 02 Dec 2013 11:06:43 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/183848 amd64 /usr/include/iconv.h:43:10: fatal error: '_libiconv_co o amd64/183823 amd64 error when system start o amd64/183789 amd64 Upgrading to FreeBSD-10.0-BETA3 Breaks Portmaster DB o amd64/183242 amd64 don't install pcBSD on GA-MA78GM-S2H (rev. 1.0) 2gb o amd64/182686 amd64 bios lost HDD after installing freebsd-9.x o amd64/181358 amd64 Suspend to RAM not working correctly on Lenovo X121e ( o amd64/181357 amd64 LCD Brightness Control not working on Lenovo X121e (AC o amd64/181285 amd64 x11/xorg does not start if Nvidia Optimus is enabled o o amd64/181282 amd64 3h of work on battery on FreeBSD while 10h on Windows o amd64/180862 amd64 [install] Installing FreeBSD 9.1 (AMD64 DVD) and then o amd64/180562 amd64 amdtemp and ACPI not working with motherboard ASUS M5A o amd64/180018 amd64 [panic] System panics when bsnmpd is started o amd64/179556 amd64 FreeBSD 9-1 amd64 - Install freeze on HP Proliant DL58 o amd64/179376 amd64 xhci ehci irq storm o amd64/179288 amd64 unable to install on HP ProLiant DL380p Gen8 with 128G o amd64/179282 amd64 [PATCH] Intel SMAP for FreeBSD-CURRENT o amd64/179038 amd64 instant reboot doesnt even try too install o amd64/178792 amd64 -march=native fails with clang on certain CPU's o amd64/178357 amd64 [patch] export CPU physical and virtual address sizes o amd64/176835 amd64 Fatal trap 12: page fault while in kernel mode o amd64/176474 amd64 kernel panic o amd64/175725 amd64 Audio through USB has not as good hi quality as it has o amd64/175655 amd64 When enabled tty console OS hang during boot o amd64/175370 amd64 kernel panic the rebuild kernel with vimage options in o amd64/175282 amd64 Freebsd 9.1 release amd64, mb Intel D525MW, not worked o amd64/175129 amd64 laptop won't suspend on lid close o amd64/174679 amd64 Intel i5 laptop overheats and shuts down [regression] o amd64/173869 amd64 buildworld breaks with clang o amd64/173680 amd64 9.1rc3 installer hangs at "rootpass" o amd64/173502 amd64 Patch inhibition of warnings that appear in the combin o amd64/173465 amd64 FreeBSD 9.1 restarts in random fashion after upgrade t o amd64/173311 amd64 FreeBSD 9.1 RC2 , 12 servers restart in random fashion o amd64/173235 amd64 Have received two crashes within 1 day after installin o amd64/172926 amd64 [boot] booting hangs after 9.1-RC2 install in 2nd (MBR o amd64/171835 amd64 bsdinstall abort on Dell PowerEdge R420 with PERC H310 o amd64/171814 amd64 [panic] bioq_init or bioq_remove (unsure which) o amd64/171701 amd64 [install] 9.0-rel amd64 installer 'guided' or 'manual' o amd64/171250 amd64 ldd32 cannot find some i386 libraries o amd64/170487 amd64 [boot] Thinkpad X61s cannot boot 9.1-BETA1 o amd64/170351 amd64 [kernel] [patch] amd64: 64-bit process can't always ge o amd64/170115 amd64 Serial boot broken in 9.0 o amd64/168659 amd64 [boot] FreeBSD 9 - Crash upon booting off install CD ( o amd64/167582 amd64 Compile of MySQL NDB Cluster Fails 8.2 AMD64 o amd64/167543 amd64 [kernel] Install FreeBSD can show error message with c o amd64/167393 amd64 [boot] MacBook4,1 hangs on SMP boot o amd64/166639 amd64 [boot] Syscons issue Intel D2700 o amd64/166229 amd64 [boot] Unable to install FreeBSD 9 on Acer Extensa 522 o amd64/165850 amd64 [build] 8.3-RC1 (amd64): world doesn't build with CPUT o amd64/165845 amd64 [build] Unable to build kernel on 8.2-STABLE o amd64/165351 amd64 [boot] Error while installing or booting the freeBSD O o amd64/164773 amd64 [boot] 9.0 amd64 fails to boot on HP DL145 G3 [regress o amd64/164643 amd64 Kernel Panic at 9.0-RELEASE o amd64/164619 amd64 when logged in as root the user and group applications o amd64/164457 amd64 [install] Can't install FreeBSD 9.0 (amd64) on HP Blad o amd64/164301 amd64 [install] 9.0 - Can't install, no DHCP lease o amd64/164136 amd64 after fresh install 8.1 release or 8.2 release the har o amd64/164116 amd64 [boot] FreeBSD 9.0-RELEASE installations mediums fails o amd64/164089 amd64 FreeBSD-9.0-RELEASE-amd64-memstick.img does not boot o amd64/164073 amd64 /etc/rc warning after booting o amd64/164036 amd64 [keyboard] Moused fails on 9_0_RELENG o amd64/163736 amd64 Freebsd 8.2 with MPD5 and about 100 PPPoE clients pani o amd64/163710 amd64 setjump in userboot.so causes stack corruption o amd64/163625 amd64 Install problems of RC3 amd64 on ASRock N68 GE3 UCC o amd64/163568 amd64 hard drive naming o amd64/163285 amd64 when installing gnome2-lite not all dependent packages o amd64/163284 amd64 print manager failed to install correctly o amd64/163114 amd64 no boot on Via Nanao netbook Samsung NC20 o amd64/163092 amd64 FreeBSD 9.0-RC2 fails to boot from raid-z2 if AHCI is o amd64/163048 amd64 normal user cant mount ntfs-3g o amd64/162936 amd64 fails boot and destabilizes other OSes on FreeBSD 9 RC o amd64/162489 amd64 After some time X blanks the screen and does not respo o amd64/162314 amd64 not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as o amd64/162170 amd64 Unable to install due to freeze at "run_interrupt_driv o amd64/161974 amd64 FreeBSD 9 new installer installs succesful, renders ma o kern/160833 amd64 Keyboard USB doesn't work o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I o amd64/156106 amd64 [boot] boot0 fails to start o amd64/155135 amd64 [boot] Does Not Boot On a Very Standard Hardware o amd64/154957 amd64 [boot] Install boot CD won't boot up - keeps rebooting o amd64/154629 amd64 [panic] Fatal trap 9: general protection fault while i o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o amd64/153372 amd64 [panic] kernel panic o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' p amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c 93 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 2 05:12:22 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1144435B; Mon, 2 Dec 2013 05:12:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA2AF112F; Mon, 2 Dec 2013 05:12:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB25CLoY013108; Mon, 2 Dec 2013 05:12:21 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB25CLTU013107; Mon, 2 Dec 2013 05:12:21 GMT (envelope-from yongari) Date: Mon, 2 Dec 2013 05:12:21 GMT Message-Id: <201312020512.rB25CLTU013107@freefall.freebsd.org> To: yongari@FreeBSD.org, freebsd-amd64@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Subject: Re: amd64/184304: Broadcom NetXtreme BCM57786 Gigabit Ethernet NIC not working X-Mailman-Approved-At: Mon, 02 Dec 2013 12:18:19 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 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, 02 Dec 2013 05:12:22 -0000 Synopsis: Broadcom NetXtreme BCM57786 Gigabit Ethernet NIC not working Responsible-Changed-From-To: freebsd-amd64->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Mon Dec 2 05:12:04 UTC 2013 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=184304 From owner-freebsd-amd64@FreeBSD.ORG Mon Dec 2 22:20:56 2013 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7048A4E; Mon, 2 Dec 2013 22:20:56 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E458105D; Mon, 2 Dec 2013 22:20:56 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3F747B922; Mon, 2 Dec 2013 17:20:55 -0500 (EST) From: John Baldwin To: freebsd-amd64@freebsd.org Subject: Re: bin/184405: [regression] [patch] mfiutil(8): 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives Date: Mon, 2 Dec 2013 15:46:03 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20130906; KDE/4.5.5; amd64; ; ) References: <201312012230.rB1MUagm045013@freefall.freebsd.org> In-Reply-To: <201312012230.rB1MUagm045013@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201312021546.03683.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 02 Dec 2013 17:20:55 -0500 (EST) Cc: freebsd-bugs@freebsd.org, Sean Bruno X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 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, 02 Dec 2013 22:20:56 -0000 On Sunday, December 01, 2013 5:30:36 pm linimon@freebsd.org wrote: > Old Synopsis: [regression] [patch] 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives > New Synopsis: [regression] [patch] mfiutil(8): 'mfiutil show drives' from 9.2-REL shows 0.0 size for all drives Sean, can you take care of this since you committed the foreign config stuff? I think you can simply replace sizeof(buf) in the call to humanize_number with 6 instead rather than using a separate array for the size as in the patch. -- John Baldwin From owner-freebsd-amd64@FreeBSD.ORG Tue Dec 3 20:20:00 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0E14F36 for ; Tue, 3 Dec 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B28241FA3 for ; Tue, 3 Dec 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB3KK0aG097721 for ; Tue, 3 Dec 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB3KK0x0097720; Tue, 3 Dec 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 3 Dec 2013 20:20:00 GMT Resent-Message-Id: <201312032020.rB3KK0x0097720@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, Thomas Skeren Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B949C91 for ; Tue, 3 Dec 2013 20:11:19 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 178EB1F2E for ; Tue, 3 Dec 2013 20:11:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB3KBIr7042045 for ; Tue, 3 Dec 2013 20:11:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB3KBIcg042042; Tue, 3 Dec 2013 20:11:18 GMT (envelope-from nobody) Message-Id: <201312032011.rB3KBIcg042042@oldred.freebsd.org> Date: Tue, 3 Dec 2013 20:11:18 GMT From: Thomas Skeren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/184478: mount_smbfs cannot read/write files X-Mailman-Approved-At: Tue, 03 Dec 2013 20:48:09 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 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, 03 Dec 2013 20:20:01 -0000 >Number: 184478 >Category: amd64 >Synopsis: mount_smbfs cannot read/write files >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: Tue Dec 03 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Skeren >Release: 10.3-BETA1-3 >Organization: tms3labas >Environment: FreeBSD Unbound2 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After successfully mounting network drives with mount_smbfs, one can only LIST files and directories. Files cannot be opened or copied or moved. Nor can large files be written to the mounted drives. Drive servers are: Win7 64 W2K12 Samba 3.6.9 Samba 4.1.1 These shares work fine when mounted from <= 9.2-RELEASE Error at cli when copying from mount to local: cp: en_office_standard_2010_with_sp1_x86_x64_dvd_730335.iso: RPC struct is bad >How-To-Repeat: Mount a cifs share and try to copy from it. >Fix: unk >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 4 02:21:02 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C540AF4; Wed, 4 Dec 2013 02:21:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A61716D5; Wed, 4 Dec 2013 02:21:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB42L15r084084; Wed, 4 Dec 2013 02:21:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB42L1hp084083; Wed, 4 Dec 2013 02:21:01 GMT (envelope-from linimon) Date: Wed, 4 Dec 2013 02:21:01 GMT Message-Id: <201312040221.rB42L1hp084083@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-fs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: kern/184478: [smbfs] mount_smbfs cannot read/write files X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 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, 04 Dec 2013 02:21:02 -0000 Old Synopsis: mount_smbfs cannot read/write files New Synopsis: [smbfs] mount_smbfs cannot read/write files Responsible-Changed-From-To: freebsd-amd64->freebsd-fs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 4 02:20:43 UTC 2013 Responsible-Changed-Why: reclassify. http://www.freebsd.org/cgi/query-pr.cgi?pr=184478 From owner-freebsd-amd64@FreeBSD.ORG Wed Dec 4 02:30:02 2013 Return-Path: Delivered-To: freebsd-amd64@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 469A3A7 for ; Wed, 4 Dec 2013 02:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21721176F for ; Wed, 4 Dec 2013 02:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rB42U1Hb084773 for ; Wed, 4 Dec 2013 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rB42U1it084772; Wed, 4 Dec 2013 02:30:01 GMT (envelope-from gnats) Resent-Date: Wed, 4 Dec 2013 02:30:01 GMT Resent-Message-Id: <201312040230.rB42U1it084772@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, Alex Wilkinson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B78C6E7D for ; Wed, 4 Dec 2013 02:25:35 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B9741734 for ; Wed, 4 Dec 2013 02:25:35 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rB42PYi0082111 for ; Wed, 4 Dec 2013 02:25:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rB42PYkg082104; Wed, 4 Dec 2013 02:25:34 GMT (envelope-from nobody) Message-Id: <201312040225.rB42PYkg082104@oldred.freebsd.org> Date: Wed, 4 Dec 2013 02:25:34 GMT From: Alex Wilkinson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: amd64/184485: pfioctl causing kernel panics in 10-BETA{3,4} X-Mailman-Approved-At: Wed, 04 Dec 2013 05:08:41 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 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, 04 Dec 2013 02:30:02 -0000 >Number: 184485 >Category: amd64 >Synopsis: pfioctl causing kernel panics in 10-BETA{3,4} >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: Wed Dec 04 02:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex Wilkinson >Release: 10.0-BETA4 >Organization: >Environment: FreeBSD hostname 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258860: Tue Dec 3 13:46:27 EST 2013 root@hostname:/usr/obj/usr/src/sys/MYCONFIG amd64 >Description: Every morning I arrive at at the ddb> prompt with a kernel panic. I have no clue what the trigger is. BT is: (kgdb) bt #0 doadump (textdump=1) at pcpu.h:219 #1 0xffffffff808c0005 in kern_reboot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:447 #2 0xffffffff808c03e4 in panic (fmt=) at /usr/src/sys/kern/kern_shutdown.c:754 #3 0xffffffff80346077 in db_panic (addr=, have_addr=, count=, modif=) at /usr/src/sys/ddb/db_command.c:482 #4 0xffffffff80345c8d in db_command (cmd_table=) at /usr/src/sys/ddb/db_command.c:449 #5 0xffffffff80345a04 in db_command_loop () at /usr/src/sys/ddb/db_command.c:502 #6 0xffffffff80348370 in db_trap (type=, code=0) at /usr/src/sys/ddb/db_main.c:231 #7 0xffffffff808f9563 in kdb_trap (type=12, code=0, tf=) at /usr/src/sys/kern/subr_kdb.c:656 #8 0xffffffff80cf0612 in trap_fatal (frame=0xfffffe085bdeba60, eva=) at /usr/src/sys/amd64/amd64/trap.c:877 #9 0xffffffff80cf0929 in trap_pfault (frame=0xfffffe085bdeba60, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:699 #10 0xffffffff80cf00b6 in trap (frame=0xfffffe085bdeba60) at /usr/src/sys/amd64/amd64/trap.c:463 #11 0xffffffff80cd6e52 in calltrap () at /usr/src/sys/amd64/amd64/exception.S:232 #12 0xffffffff80aca5e3 in pfioctl (dev=0x2, cmd=, addr=0xfffff803ec438000 "", flags=, td=) at /usr/src/sys/netpfil/pf/pf_ioctl.c:1289 #13 0xffffffff807b9d5f in devfs_ioctl_f (fp=0xfffff80014d474b0, com=3417850886, data=0xfffff803ec438000, cred=, td=0xfffff80014e50920) at /usr/src/sys/fs/devfs/devfs_vnops.c:757 #14 0xffffffff80910a1e in kern_ioctl (td=0xfffff80014e50920, fd=, com=2) at file.h:319 #15 0xffffffff8091079f in sys_ioctl (td=0xfffff80014e50920, uap=0xfffffe085bdeca40) at /usr/src/sys/kern/sys_generic.c:702 #16 0xffffffff80cf0f47 in amd64_syscall (td=0xfffff80014e50920, traced=0) at subr_syscall.c:134 #17 0xffffffff80cd713b in Xfast_syscall () at /usr/src/sys/amd64/amd64/exception.S:391 #18 0x0000000800dbac2a in ?? () Previous frame inner to this frame (corrupt stack?) Current language: auto; currently minimal >How-To-Repeat: who knows ... >Fix: no clue ... >Release-Note: >Audit-Trail: >Unformatted: