From owner-freebsd-stable@freebsd.org Sun Mar 6 19:46:05 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CAC11A95C3B for ; Sun, 6 Mar 2016 19:46:05 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8F0317C2 for ; Sun, 6 Mar 2016 19:46:05 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1acecl-0008xY-DQ for freebsd-stable@freebsd.org; Sun, 06 Mar 2016 22:45:55 +0300 Date: Sun, 6 Mar 2016 22:45:55 +0300 From: Slawa Olhovchenkov To: freebsd-stable@freebsd.org Subject: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160306194555.GC94639@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 19:46:06 -0000 I am use 10-STABLE r295539 and LSI SAS2008. mps0: port 0x8000-0x80ff mem 0xdfc00000-0xdfc03fff,0xdfb80000-0xdfbbffff irq 32 at device 0.0 on pci2 mps0: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd mps0: IOCCapabilities: 185c mps1: port 0x7000-0x70ff mem 0xdf600000-0xdf603fff,0xdf580000-0xdf5bffff irq 34 at device 0.0 on pci3 mps1: Firmware: 17.00.01.00, Driver: 20.00.00.00-fbsd mps1: IOCCapabilities: 185c mps2: port 0xf000-0xf0ff mem 0xfba00000-0xfba03fff,0xfb980000-0xfb9bffff irq 50 at device 0.0 on pci129 mps2: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd mps2: IOCCapabilities: 185c mps3: port 0xe000-0xe0ff mem 0xfb400000-0xfb403fff,0xfb380000-0xfb3bffff irq 56 at device 0.0 on pci130 mps3: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd mps3: IOCCapabilities: 185c Some time ago I am see in log messages like this: Mar 6 22:28:27 edge02 kernel: mps3: Out of chain frames, consider increasing hw.mps.max_chains. Mar 6 22:28:28 edge02 kernel: mps1: Out of chain frames, consider increasing hw.mps.max_chains. Mar 6 22:28:28 edge02 kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Mar 6 22:29:39 edge02 kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Mar 6 22:30:07 edge02 kernel: mps3: Out of chain frames, consider increasing hw.mps.max_chains. Mar 6 22:30:09 edge02 kernel: mps1: Out of chain frames, consider increasing hw.mps.max_chains. This is peak hour. I am try to monitoring: root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active dev.mps.3.chain_free: 70 dev.mps.3.io_cmds_active: 901 dev.mps.2.chain_free: 504 dev.mps.2.io_cmds_active: 725 dev.mps.1.chain_free: 416 dev.mps.1.io_cmds_active: 896 dev.mps.0.chain_free: 39 dev.mps.0.io_cmds_active: 12 root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active dev.mps.3.chain_free: 412 dev.mps.3.io_cmds_active: 572 dev.mps.2.chain_free: 718 dev.mps.2.io_cmds_active: 687 dev.mps.1.chain_free: 211 dev.mps.1.io_cmds_active: 906 dev.mps.0.chain_free: 65 dev.mps.0.io_cmds_active: 144 root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active dev.mps.3.chain_free: 500 dev.mps.3.io_cmds_active: 629 dev.mps.2.chain_free: 623 dev.mps.2.io_cmds_active: 676 dev.mps.1.chain_free: 251 dev.mps.1.io_cmds_active: 907 dev.mps.0.chain_free: 139 dev.mps.0.io_cmds_active: 144 [...] root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active dev.mps.3.chain_free: 1874 dev.mps.3.io_cmds_active: 78 dev.mps.2.chain_free: 1888 dev.mps.2.io_cmds_active: 64 dev.mps.1.chain_free: 1922 dev.mps.1.io_cmds_active: 42 dev.mps.0.chain_free: 1936 dev.mps.0.io_cmds_active: 48 root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active dev.mps.3.chain_free: 1890 dev.mps.3.io_cmds_active: 78 dev.mps.2.chain_free: 1890 dev.mps.2.io_cmds_active: 82 dev.mps.1.chain_free: 1729 dev.mps.1.io_cmds_active: 150 dev.mps.0.chain_free: 1893 dev.mps.0.io_cmds_active: 57 What this mean? Why with allocated 2048 chains per controller I see 65 free and 144 allocated? How I got 976 active commands? I am use SATA HDD suported only 32 tags on NCQ, with 8 ports this maximum 256 outstanding commands per controller. How I can resolve this issue? From owner-freebsd-stable@freebsd.org Sun Mar 6 21:16:27 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4B13A95432 for ; Sun, 6 Mar 2016 21:16:27 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from mail.samsco.org (suzy.samsco.org [168.103.85.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F607882 for ; Sun, 6 Mar 2016 21:16:25 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from localhost (localhost [192.168.254.3]) by mail.samsco.org (Postfix) with ESMTP id ED38415C1867E; Sun, 6 Mar 2016 21:12:42 +0000 (UTC) Received: from mail.samsco.org ([192.168.254.3]) by localhost (mail.samsco.org [192.168.254.3]) (maiad, port 10024) with ESMTP id 70166-03; Sun, 6 Mar 2016 21:12:42 +0000 (UTC) Received: from [10.12.11.125] (ip-64-134-226-15.public.wayport.net [64.134.226.15]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: scottl@samsco.org) by mail.samsco.org (Postfix) with ESMTPSA id 3968B15C1867C; Sun, 6 Mar 2016 21:12:42 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. From: Scott Long X-Mailer: iPhone Mail (13D15) In-Reply-To: <20160306194555.GC94639@zxy.spb.ru> Date: Sun, 6 Mar 2016 13:10:42 -0800 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> References: <20160306194555.GC94639@zxy.spb.ru> To: Slawa Olhovchenkov X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 21:16:27 -0000 Hi, The message is harmless, it's a reminder that you should tune the kernel for= your workload. When the message is triggered, it means that a potential co= mmand was deferred, likely for only a few microseconds, and then everything m= oved on as normal. =20 A command uses anywhere from 0 to a few dozen chain frames per I/o, dependin= g on the size of the io. The chain frame memory is allocated at boot so tha= t it's always available, not allocated on the fly. When I wrote this driver= , I felt that it would be wasteful to reserve memory for a worst case scenar= io of all large io's by default, so I put in this deferral system with a con= sole reminder to for tuning. =20 Yes, you actually do have 900 io's outstanding. The controller buffers the i= o requests and allows the system to queue up much more than what sata disks m= ight allow on their own. It's debatable if this is good or bad, but it's tu= nable as well. Anyways, the messages should not cause alarm. Either tune up the chain fram= e count, or tune down the max io count. Scott Sent from my iPhone > On Mar 6, 2016, at 11:45 AM, Slawa Olhovchenkov wrote: >=20 > I am use 10-STABLE r295539 and LSI SAS2008. >=20 > mps0: port 0x8000-0x80ff mem 0xdfc00000= -0xdfc03fff,0xdfb80000-0xdfbbffff irq 32 at device 0.0 on pci2 > mps0: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd > mps0: IOCCapabilities: 185c > mps1: port 0x7000-0x70ff mem 0xdf600000= -0xdf603fff,0xdf580000-0xdf5bffff irq 34 at device 0.0 on pci3 > mps1: Firmware: 17.00.01.00, Driver: 20.00.00.00-fbsd > mps1: IOCCapabilities: 185c > mps2: port 0xf000-0xf0ff mem 0xfba00000= -0xfba03fff,0xfb980000-0xfb9bffff irq 50 at device 0.0 on pci129 > mps2: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd > mps2: IOCCapabilities: 185c > mps3: port 0xe000-0xe0ff mem 0xfb400000= -0xfb403fff,0xfb380000-0xfb3bffff irq 56 at device 0.0 on pci130 > mps3: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd > mps3: IOCCapabilities: 185c >=20 > Some time ago I am see in log messages like this: >=20 > Mar 6 22:28:27 edge02 kernel: mps3: Out of chain frames, consider increas= ing hw.mps.max_chains. > Mar 6 22:28:28 edge02 kernel: mps1: Out of chain frames, consider increas= ing hw.mps.max_chains. > Mar 6 22:28:28 edge02 kernel: mps0: Out of chain frames, consider increas= ing hw.mps.max_chains. > Mar 6 22:29:39 edge02 kernel: mps0: Out of chain frames, consider increas= ing hw.mps.max_chains. > Mar 6 22:30:07 edge02 kernel: mps3: Out of chain frames, consider increas= ing hw.mps.max_chains. > Mar 6 22:30:09 edge02 kernel: mps1: Out of chain frames, consider increas= ing hw.mps.max_chains. >=20 > This is peak hour. I am try to monitoring: >=20 > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > dev.mps.3.chain_free: 70 > dev.mps.3.io_cmds_active: 901 > dev.mps.2.chain_free: 504 > dev.mps.2.io_cmds_active: 725 > dev.mps.1.chain_free: 416 > dev.mps.1.io_cmds_active: 896 > dev.mps.0.chain_free: 39 > dev.mps.0.io_cmds_active: 12 > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > dev.mps.3.chain_free: 412 > dev.mps.3.io_cmds_active: 572 > dev.mps.2.chain_free: 718 > dev.mps.2.io_cmds_active: 687 > dev.mps.1.chain_free: 211 > dev.mps.1.io_cmds_active: 906 > dev.mps.0.chain_free: 65 > dev.mps.0.io_cmds_active: 144 > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > dev.mps.3.chain_free: 500 > dev.mps.3.io_cmds_active: 629 > dev.mps.2.chain_free: 623 > dev.mps.2.io_cmds_active: 676 > dev.mps.1.chain_free: 251 > dev.mps.1.io_cmds_active: 907 > dev.mps.0.chain_free: 139 > dev.mps.0.io_cmds_active: 144 >=20 > [...] >=20 > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > dev.mps.3.chain_free: 1874 > dev.mps.3.io_cmds_active: 78 > dev.mps.2.chain_free: 1888 > dev.mps.2.io_cmds_active: 64 > dev.mps.1.chain_free: 1922 > dev.mps.1.io_cmds_active: 42 > dev.mps.0.chain_free: 1936 > dev.mps.0.io_cmds_active: 48 > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > dev.mps.3.chain_free: 1890 > dev.mps.3.io_cmds_active: 78 > dev.mps.2.chain_free: 1890 > dev.mps.2.io_cmds_active: 82 > dev.mps.1.chain_free: 1729 > dev.mps.1.io_cmds_active: 150 > dev.mps.0.chain_free: 1893 > dev.mps.0.io_cmds_active: 57 >=20 > What this mean? Why with allocated 2048 chains per controller I see 65 fre= e and 144 allocated? > How I got 976 active commands? I am use SATA HDD suported only 32 tags on N= CQ, with 8 ports > this maximum 256 outstanding commands per controller. >=20 > How I can resolve this issue? > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Sun Mar 6 21:27:37 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B82AA958DB for ; Sun, 6 Mar 2016 21:27:37 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4594ADA6 for ; Sun, 6 Mar 2016 21:27:37 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1acgD7-000Bd7-Fn; Mon, 07 Mar 2016 00:27:33 +0300 Date: Mon, 7 Mar 2016 00:27:33 +0300 From: Slawa Olhovchenkov To: Scott Long Cc: freebsd-stable@freebsd.org Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160306212733.GJ11654@zxy.spb.ru> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 21:27:37 -0000 On Sun, Mar 06, 2016 at 01:10:42PM -0800, Scott Long wrote: > Hi, > > The message is harmless, it's a reminder that you should tune the kernel for your workload. When the message is triggered, it means that a potential command was deferred, likely for only a few microseconds, and then everything moved on as normal. > > A command uses anywhere from 0 to a few dozen chain frames per I/o, depending on the size of the io. The chain frame memory is allocated at boot so that it's always available, not allocated on the fly. When I wrote this driver, I felt that it would be wasteful to reserve memory for a worst case scenario of all large io's by default, so I put in this deferral system with a console reminder to for tuning. > > Yes, you actually do have 900 io's outstanding. The controller buffers the io requests and allows the system to queue up much more than what sata disks might allow on their own. It's debatable if this is good or bad, but it's tunable as well. > > Anyways, the messages should not cause alarm. Either tune up the chain frame count, or tune down the max io count. I am don't know depends or not, but I see dramaticaly performance drop at time of this messages. How I can calculate buffers numbers? I am have very heavy I/O. This allocated one for all controllers, or allocated for every controller? > > On Mar 6, 2016, at 11:45 AM, Slawa Olhovchenkov wrote: > > > > I am use 10-STABLE r295539 and LSI SAS2008. > > > > mps0: port 0x8000-0x80ff mem 0xdfc00000-0xdfc03fff,0xdfb80000-0xdfbbffff irq 32 at device 0.0 on pci2 > > mps0: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd > > mps0: IOCCapabilities: 185c > > mps1: port 0x7000-0x70ff mem 0xdf600000-0xdf603fff,0xdf580000-0xdf5bffff irq 34 at device 0.0 on pci3 > > mps1: Firmware: 17.00.01.00, Driver: 20.00.00.00-fbsd > > mps1: IOCCapabilities: 185c > > mps2: port 0xf000-0xf0ff mem 0xfba00000-0xfba03fff,0xfb980000-0xfb9bffff irq 50 at device 0.0 on pci129 > > mps2: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd > > mps2: IOCCapabilities: 185c > > mps3: port 0xe000-0xe0ff mem 0xfb400000-0xfb403fff,0xfb380000-0xfb3bffff irq 56 at device 0.0 on pci130 > > mps3: Firmware: 15.00.00.00, Driver: 20.00.00.00-fbsd > > mps3: IOCCapabilities: 185c > > > > Some time ago I am see in log messages like this: > > > > Mar 6 22:28:27 edge02 kernel: mps3: Out of chain frames, consider increasing hw.mps.max_chains. > > Mar 6 22:28:28 edge02 kernel: mps1: Out of chain frames, consider increasing hw.mps.max_chains. > > Mar 6 22:28:28 edge02 kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. > > Mar 6 22:29:39 edge02 kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. > > Mar 6 22:30:07 edge02 kernel: mps3: Out of chain frames, consider increasing hw.mps.max_chains. > > Mar 6 22:30:09 edge02 kernel: mps1: Out of chain frames, consider increasing hw.mps.max_chains. > > > > This is peak hour. I am try to monitoring: > > > > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > > dev.mps.3.chain_free: 70 > > dev.mps.3.io_cmds_active: 901 > > dev.mps.2.chain_free: 504 > > dev.mps.2.io_cmds_active: 725 > > dev.mps.1.chain_free: 416 > > dev.mps.1.io_cmds_active: 896 > > dev.mps.0.chain_free: 39 > > dev.mps.0.io_cmds_active: 12 > > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > > dev.mps.3.chain_free: 412 > > dev.mps.3.io_cmds_active: 572 > > dev.mps.2.chain_free: 718 > > dev.mps.2.io_cmds_active: 687 > > dev.mps.1.chain_free: 211 > > dev.mps.1.io_cmds_active: 906 > > dev.mps.0.chain_free: 65 > > dev.mps.0.io_cmds_active: 144 > > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > > dev.mps.3.chain_free: 500 > > dev.mps.3.io_cmds_active: 629 > > dev.mps.2.chain_free: 623 > > dev.mps.2.io_cmds_active: 676 > > dev.mps.1.chain_free: 251 > > dev.mps.1.io_cmds_active: 907 > > dev.mps.0.chain_free: 139 > > dev.mps.0.io_cmds_active: 144 > > > > [...] > > > > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > > dev.mps.3.chain_free: 1874 > > dev.mps.3.io_cmds_active: 78 > > dev.mps.2.chain_free: 1888 > > dev.mps.2.io_cmds_active: 64 > > dev.mps.1.chain_free: 1922 > > dev.mps.1.io_cmds_active: 42 > > dev.mps.0.chain_free: 1936 > > dev.mps.0.io_cmds_active: 48 > > root@edge02:/ # sysctl dev.mps | grep -e chain_free: -e io_cmds_active > > dev.mps.3.chain_free: 1890 > > dev.mps.3.io_cmds_active: 78 > > dev.mps.2.chain_free: 1890 > > dev.mps.2.io_cmds_active: 82 > > dev.mps.1.chain_free: 1729 > > dev.mps.1.io_cmds_active: 150 > > dev.mps.0.chain_free: 1893 > > dev.mps.0.io_cmds_active: 57 > > > > What this mean? Why with allocated 2048 chains per controller I see 65 free and 144 allocated? > > How I got 976 active commands? I am use SATA HDD suported only 32 tags on NCQ, with 8 ports > > this maximum 256 outstanding commands per controller. > > > > How I can resolve this issue? > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Mon Mar 7 02:19:50 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03A9EAC1203 for ; Mon, 7 Mar 2016 02:19:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from mail.samsco.org (suzy.samsco.org [168.103.85.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6134AC0 for ; Mon, 7 Mar 2016 02:19:49 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from localhost (localhost [192.168.254.3]) by mail.samsco.org (Postfix) with ESMTP id D0EF015C1867E; Mon, 7 Mar 2016 02:21:39 +0000 (UTC) Received: from mail.samsco.org ([192.168.254.3]) by localhost (mail.samsco.org [192.168.254.3]) (maiad, port 10024) with ESMTP id 74691-03; Mon, 7 Mar 2016 02:21:39 +0000 (UTC) Received: from [10.210.15.249] (c-24-130-241-190.hsd1.ca.comcast.net [24.130.241.190]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: scottl@samsco.org) by mail.samsco.org (Postfix) with ESMTPSA id 63F9515C1867C; Mon, 7 Mar 2016 02:21:39 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. From: Scott Long In-Reply-To: <20160306212733.GJ11654@zxy.spb.ru> Date: Sun, 6 Mar 2016 18:20:06 -0800 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 02:19:50 -0000 > On Mar 6, 2016, at 1:27 PM, Slawa Olhovchenkov wrote: >=20 > On Sun, Mar 06, 2016 at 01:10:42PM -0800, Scott Long wrote: >=20 >> Hi, >>=20 >> The message is harmless, it's a reminder that you should tune the = kernel for your workload. When the message is triggered, it means that = a potential command was deferred, likely for only a few microseconds, = and then everything moved on as normal. =20 >>=20 >> A command uses anywhere from 0 to a few dozen chain frames per I/o, = depending on the size of the io. The chain frame memory is allocated at = boot so that it's always available, not allocated on the fly. When I = wrote this driver, I felt that it would be wasteful to reserve memory = for a worst case scenario of all large io's by default, so I put in this = deferral system with a console reminder to for tuning. =20 >>=20 >> Yes, you actually do have 900 io's outstanding. The controller = buffers the io requests and allows the system to queue up much more than = what sata disks might allow on their own. It's debatable if this is = good or bad, but it's tunable as well. >>=20 >> Anyways, the messages should not cause alarm. Either tune up the = chain frame count, or tune down the max io count. >=20 > I am don't know depends or not, but I see dramaticaly performance drop > at time of this messages. >=20 Good to know. Part of the performance drop might be because of the = slowness of printing to the console. > How I can calculate buffers numbers? If your system is new enough to have mpsutil, please run it =E2=80=98mpsut= il show iocfacts=E2=80=99. If not, then boot your system with = bootverbose and send me the output. > I am have very heavy I/O. Out of curiosity, do you redefine MAXPHYS/DFLTPHYS in your kernel = config? > This allocated one for all controllers, or allocated for every = controller? It=E2=80=99s per-controller. I=E2=80=99ve thought about making the tuning be dynamic at runtime. I = implemented similar dynamic tuning for other drivers, but it seemed = overly complex for low benefit. Implementing it for this driver would = be possible but require some significant code changes. Scott From owner-freebsd-stable@freebsd.org Mon Mar 7 06:04:14 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6E2BAC23DC for ; Mon, 7 Mar 2016 06:04:14 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88D99E32 for ; Mon, 7 Mar 2016 06:04:14 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1acoH1-000Mig-HQ; Mon, 07 Mar 2016 09:04:07 +0300 Date: Mon, 7 Mar 2016 09:04:07 +0300 From: Slawa Olhovchenkov To: Scott Long Cc: freebsd-stable@freebsd.org Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160307060407.GK11654@zxy.spb.ru> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 06:04:14 -0000 On Sun, Mar 06, 2016 at 06:20:06PM -0800, Scott Long wrote: > > > On Mar 6, 2016, at 1:27 PM, Slawa Olhovchenkov wrote: > > > > On Sun, Mar 06, 2016 at 01:10:42PM -0800, Scott Long wrote: > > > >> Hi, > >> > >> The message is harmless, it's a reminder that you should tune the kernel for your workload. When the message is triggered, it means that a potential command was deferred, likely for only a few microseconds, and then everything moved on as normal. > >> > >> A command uses anywhere from 0 to a few dozen chain frames per I/o, depending on the size of the io. The chain frame memory is allocated at boot so that it's always available, not allocated on the fly. When I wrote this driver, I felt that it would be wasteful to reserve memory for a worst case scenario of all large io's by default, so I put in this deferral system with a console reminder to for tuning. > >> > >> Yes, you actually do have 900 io's outstanding. The controller buffers the io requests and allows the system to queue up much more than what sata disks might allow on their own. It's debatable if this is good or bad, but it's tunable as well. > >> > >> Anyways, the messages should not cause alarm. Either tune up the chain frame count, or tune down the max io count. > > > > I am don't know depends or not, but I see dramaticaly performance drop > > at time of this messages. > > > > Good to know. Part of the performance drop might be because of the slowness of printing to the console. no, on console print may be one per minute > > How I can calculate buffers numbers? > > If your system is new enough to have mpsutil, please run it ‘mpsutil > show iocfacts’. As I see mpsutil present only on -HEAD. Can I compile it on 10-STABLE? > If not, then boot your system with bootverbose and send me the output. I can do this day ago. > > I am have very heavy I/O. > > Out of curiosity, do you redefine MAXPHYS/DFLTPHYS in your kernel config? no > > This allocated one for all controllers, or allocated for every controller? > > It’s per-controller. > > I’ve thought about making the tuning be dynamic at runtime. I > implemented similar dynamic tuning for other drivers, but it seemed > overly complex for low benefit. Implementing it for this driver > would be possible but require some significant code changes. What cause of chain_free+io_cmds_active << max_chains? One cmd can use many chains? From owner-freebsd-stable@freebsd.org Mon Mar 7 07:40:59 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CFCB9AC1CCA for ; Mon, 7 Mar 2016 07:40:59 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from mail.samsco.org (suzy.samsco.org [168.103.85.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8EB29A69 for ; Mon, 7 Mar 2016 07:40:58 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from localhost (localhost [192.168.254.3]) by mail.samsco.org (Postfix) with ESMTP id CD5D915C1867E; Mon, 7 Mar 2016 07:42:49 +0000 (UTC) Received: from mail.samsco.org ([192.168.254.3]) by localhost (mail.samsco.org [192.168.254.3]) (maiad, port 10024) with ESMTP id 80111-05; Mon, 7 Mar 2016 07:42:49 +0000 (UTC) Received: from [10.81.36.75] (75-144-23-245-SFBACA.hfc.comcastbusiness.net [75.144.23.245]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: scottl@samsco.org) by mail.samsco.org (Postfix) with ESMTPSA id 50DE815C1867C; Mon, 7 Mar 2016 07:42:49 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. From: Scott Long In-Reply-To: <20160307060407.GK11654@zxy.spb.ru> Date: Sun, 6 Mar 2016 23:40:55 -0800 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 07:41:00 -0000 > On Mar 6, 2016, at 10:04 PM, Slawa Olhovchenkov = wrote: >=20 > On Sun, Mar 06, 2016 at 06:20:06PM -0800, Scott Long wrote: >=20 >>=20 >>> On Mar 6, 2016, at 1:27 PM, Slawa Olhovchenkov = wrote: >>>=20 >>> On Sun, Mar 06, 2016 at 01:10:42PM -0800, Scott Long wrote: >>>=20 >>>> Hi, >>>>=20 >>>> The message is harmless, it's a reminder that you should tune the = kernel for your workload. When the message is triggered, it means that = a potential command was deferred, likely for only a few microseconds, = and then everything moved on as normal. =20 >>>>=20 >>>> A command uses anywhere from 0 to a few dozen chain frames per I/o, = depending on the size of the io. The chain frame memory is allocated at = boot so that it's always available, not allocated on the fly. When I = wrote this driver, I felt that it would be wasteful to reserve memory = for a worst case scenario of all large io's by default, so I put in this = deferral system with a console reminder to for tuning. =20 >>>>=20 >>>> Yes, you actually do have 900 io's outstanding. The controller = buffers the io requests and allows the system to queue up much more than = what sata disks might allow on their own. It's debatable if this is = good or bad, but it's tunable as well. >>>>=20 >>>> Anyways, the messages should not cause alarm. Either tune up the = chain frame count, or tune down the max io count. >>>=20 >>> I am don't know depends or not, but I see dramaticaly performance = drop >>> at time of this messages. >>>=20 >>=20 >> Good to know. Part of the performance drop might be because of the = slowness of printing to the console. >=20 > no, on console print may be one per minute >=20 The one-per-minute prints are by design. I should probably make it = print once and then increment a sysctl counter. >>> How I can calculate buffers numbers? >>=20 >> If your system is new enough to have mpsutil, please run it = =E2=80=98mpsutil >> show iocfacts=E2=80=99. >=20 > As I see mpsutil present only on -HEAD. > Can I compile it on 10-STABLE? >=20 Yes, I believe it should compile on 10, but I have not tried it = recently. >> If not, then boot your system with bootverbose and send me the = output. >=20 > I can do this day ago. >=20 >>> I am have very heavy I/O. >>=20 >> Out of curiosity, do you redefine MAXPHYS/DFLTPHYS in your kernel = config? >=20 > no >=20 >>> This allocated one for all controllers, or allocated for every = controller? >>=20 >> It=E2=80=99s per-controller. >>=20 >> I=E2=80=99ve thought about making the tuning be dynamic at runtime. = I >> implemented similar dynamic tuning for other drivers, but it seemed >> overly complex for low benefit. Implementing it for this driver >> would be possible but require some significant code changes. >=20 > What cause of chain_free+io_cmds_active << max_chains? > One cmd can use many chains? Yes. A request uses and active command, and depending on the size of = the I/O, it might use several chain frames. Scott From owner-freebsd-stable@freebsd.org Mon Mar 7 11:10:19 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DFC86AC1DB6 for ; Mon, 7 Mar 2016 11:10:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0C433DC for ; Mon, 7 Mar 2016 11:10:18 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1act3E-0003d5-Oy; Mon, 07 Mar 2016 14:10:12 +0300 Date: Mon, 7 Mar 2016 14:10:12 +0300 From: Slawa Olhovchenkov To: Scott Long Cc: freebsd-stable@freebsd.org Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160307111012.GL11654@zxy.spb.ru> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 11:10:19 -0000 On Sun, Mar 06, 2016 at 11:40:55PM -0800, Scott Long wrote: > > > On Mar 6, 2016, at 10:04 PM, Slawa Olhovchenkov wrote: > > > > On Sun, Mar 06, 2016 at 06:20:06PM -0800, Scott Long wrote: > > > >> > >>> On Mar 6, 2016, at 1:27 PM, Slawa Olhovchenkov wrote: > >>> > >>> On Sun, Mar 06, 2016 at 01:10:42PM -0800, Scott Long wrote: > >>> > >>>> Hi, > >>>> > >>>> The message is harmless, it's a reminder that you should tune the kernel for your workload. When the message is triggered, it means that a potential command was deferred, likely for only a few microseconds, and then everything moved on as normal. > >>>> > >>>> A command uses anywhere from 0 to a few dozen chain frames per I/o, depending on the size of the io. The chain frame memory is allocated at boot so that it's always available, not allocated on the fly. When I wrote this driver, I felt that it would be wasteful to reserve memory for a worst case scenario of all large io's by default, so I put in this deferral system with a console reminder to for tuning. > >>>> > >>>> Yes, you actually do have 900 io's outstanding. The controller buffers the io requests and allows the system to queue up much more than what sata disks might allow on their own. It's debatable if this is good or bad, but it's tunable as well. > >>>> > >>>> Anyways, the messages should not cause alarm. Either tune up the chain frame count, or tune down the max io count. > >>> > >>> I am don't know depends or not, but I see dramaticaly performance drop > >>> at time of this messages. > >>> > >> > >> Good to know. Part of the performance drop might be because of the slowness of printing to the console. > > > > no, on console print may be one per minute > > > > The one-per-minute prints are by design. I should probably make it print once and then increment a sysctl counter. I.e. this is can't be cause slowness of printing to the console? > >>> How I can calculate buffers numbers? > >> > >> If your system is new enough to have mpsutil, please run it ‘mpsutil > >> show iocfacts’. > > > > As I see mpsutil present only on -HEAD. > > Can I compile it on 10-STABLE? > > > > Yes, I believe it should compile on 10, but I have not tried it recently. # mpsutil show iocfacts MaxChainDepth: 128 WhoInit: 0x4 NumberOfPorts: 1 MaxMSIxVectors: 0 RequestCredit: 1720 ProductID: 0x2713 IOCCapabilities: 0x185c FWVersion: 0x0f000000 IOCRequestFrameSize: 32 MaxInitiators: 1 MaxTargets: 256 MaxSasExpanders: 11 MaxEnclosures: 12 ProtocolFlags: 0x2 HighPriorityCredit: 116 MaxRepDescPostQDepth: 65504 ReplyFrameSize: 32 MaxVolumes: 2 MaxDevHandle: 286 MaxPersistentEntries: 128 MinDevHandle: 9 > >> If not, then boot your system with bootverbose and send me the output. > > > > I can do this day ago. > > > >>> I am have very heavy I/O. > >> > >> Out of curiosity, do you redefine MAXPHYS/DFLTPHYS in your kernel config? > > > > no > > > >>> This allocated one for all controllers, or allocated for every controller? > >> > >> It’s per-controller. > >> > >> I’ve thought about making the tuning be dynamic at runtime. I > >> implemented similar dynamic tuning for other drivers, but it seemed > >> overly complex for low benefit. Implementing it for this driver > >> would be possible but require some significant code changes. > > > > What cause of chain_free+io_cmds_active << max_chains? > > One cmd can use many chains? > > Yes. A request uses and active command, and depending on the size of the I/O, > it might use several chain frames. > > Scott > From owner-freebsd-stable@freebsd.org Mon Mar 7 14:28:07 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 03DBCAC064A for ; Mon, 7 Mar 2016 14:28:07 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 742471A0; Mon, 7 Mar 2016 14:28:06 +0000 (UTC) (envelope-from jim.harris@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id n186so88521168wmn.1; Mon, 07 Mar 2016 06:28:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=8raSU7LU9BWhEMkDxsfdE09z0nyeXLDW6DWLc7X2qcw=; b=DUhpNwT1or6ssp/YZ/+mNM0jRGHJchSZCGAQULPNX0xqiRgKXFg2pZUI/bEBMlVY3S Xz+0zV/kVj6uCoct7gjfgiSJgXAs/mk/ZXudykp5LEEW9r8g00J6B2W6lYAPZwV0xzqX mYee4LkQ8Ja3eMYKfNmpndbELL+d6CNowD348bkNCbVbkQ0j014pWfz7+K3dKj2GdJWt gbV5ytsTjCkdlCA3aSrA8ejqrlnl2pd/Qf5rhAlhXtdnVPJWe1dlIh9e+/ovn5qJaXT5 xl1i8p34W341GjMgBTSu90tqPWVwFH1TbZsKvTOXna8CaQT6fYE0fvSIPriE8JtnJRWX PU2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=8raSU7LU9BWhEMkDxsfdE09z0nyeXLDW6DWLc7X2qcw=; b=XYaeUbcuktVR1lrxRswKgx1zHUoxUX94V6cMRKCZkr+FLE9bQW345Qu6R5fH8S35aG uuqtRQ5Rnpke3r7itAuFgqMJAr6huJQCxV2SjvqeHcrZCUzP3l+5leIiJMdXj507aqkQ a0z1/l5f6kqvj2xOyRemsQCKDc+7kHkbuii/k2RZvPdNcGB3KLl/kHhRkt0hqpdmEcu6 IT6Eu1d2CLrjQ5SL4JcKHJGEpBhwl3U9luqSiqBcJVPRtrTPLWj/0Jzt9AkfDHmGwF/N KfxHQhPof3fwMwyuvb0x+r/Df0BOIsXJH8j2PhtQDL0KvFRB7kW1O6hGpi4a9MjpU3Ow /7NQ== X-Gm-Message-State: AD7BkJJWqGLDMhgMeqjhatbz3O21mxta1G3tioccYIG60W5rejjWp74PNgxXaUi10PNzm7sXUd7zD84iDAhISQ== MIME-Version: 1.0 X-Received: by 10.194.189.143 with SMTP id gi15mr22581406wjc.54.1457360884918; Mon, 07 Mar 2016 06:28:04 -0800 (PST) Received: by 10.194.115.99 with HTTP; Mon, 7 Mar 2016 06:28:04 -0800 (PST) In-Reply-To: <5A6B5C6F-26D1-40C5-8CCF-26EB8F17C59A@sarenet.es> References: <5A6B5C6F-26D1-40C5-8CCF-26EB8F17C59A@sarenet.es> Date: Mon, 7 Mar 2016 07:28:04 -0700 Message-ID: Subject: Re: FreeBSD 10.3 - nvme regression From: Jim Harris To: Borja Marcos Cc: FreeBSD-STABLE Mailing List , John Baldwin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 14:28:07 -0000 On Mon, Mar 7, 2016 at 5:33 AM, Borja Marcos wrote: > > Hello, > > I am trying a SuperMicro server with NVME disks. The system boots FreeBSD > 10.2, panics when booting FreeBSD 10.3. > > It was compiled on March 7th and Revision 296191 is included. > > On 10.3 it=E2=80=99s crashing right after this line: > > nvme9: mem 0xfba10000-0xfba13fff irq 59 at > device 0.0 on pci134 > > with a panic. > > panic: couldn=E2=80=99t find an APIC vector for IRQ 59. > > cpuid =3D 0 > The backtrace is (sorry, copying from a screen video) > > #0 kdb_backtrace=3D0x60 > #1 vpanic+0x126 > #2 panic+0x43 > #3 ioapic_disable_intr+0 > #4 intr_add_handler+0xfb > #5 nexus_setup_inter+0x8a > #6 pci_setup_intr+0x33 > #7 pci_setup_intr+0x33 > #8 bus_setup_intr+0xac > #9 nvme_ctrlr_configure_intx+0x88 > #10 nvme_ctrlr_construct+0x407 > #11 nvme_attach+0x20 > #12 device_attach+0x43d > #13 bus_generic_attach+0x2d > #14 acpi_pci_attach+0x15c > #15 device_attach+0x43d > #16 bus_generic_attach+0x2d > #17 acpi_pcib_attach+0x22c > > It said =E2=80=9CUptime 1s=E2=80=9D and did a cold reboot. > Hi, (Moving to freebsd-stable. NVMe is not associated with the SCSI stack at all.) Can you please file a bug report on this? Also, can you try setting the following loader variable before install? hw.nvme.min_cpus_per_ioq=3D4 I am fairly certain you are hitting bug 199321, and since you have so many devices in your system (NVMe + NICs) allocating per-CPU MSIx vectors, that this last NVMe device cannot even allocate one APIC vector entry for an INTx interrupt. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199321 -Jim > > > > > dmesg.boot from 10.2 (the system in installed on a memory stick). > > root@ssd9:/usr/src/sys/dev/nvme # cat /var/run/dmesg.boot > Copyright (c) 1992-2015 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 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 > CPU: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz (2400.04-MHz K8-class CPU) > Origin=3D"GenuineIntel" Id=3D0x306f2 Family=3D0x6 Model=3D0x3f Step= ping=3D2 > > Features=3D0xbfebfbff > > Features2=3D0x7ffefbff,FMA,CX16,xTPR,PDCM,PCID,DCA,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,TS= CDLT,AESNI,XSAVE,OSXSAVE,AVX,F16C,RDRAND> > AMD Features=3D0x2c100800 > AMD Features2=3D0x21 > Structured Extended > Features=3D0x37ab > XSAVE Features=3D0x1 > VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID,VID,PostIntr > TSC: P-state invariant, performance statistics > real memory =3D 137438953472 (131072 MB) > avail memory =3D 133409718272 (127229 MB) > Event timer "LAPIC" quality 600 > ACPI APIC Table: > FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs > FreeBSD/SMP: 2 package(s) x 8 core(s) x 2 SMT threads > cpu0 (BSP): APIC ID: 0 > cpu1 (AP): APIC ID: 1 > cpu2 (AP): APIC ID: 2 > cpu3 (AP): APIC ID: 3 > cpu4 (AP): APIC ID: 4 > cpu5 (AP): APIC ID: 5 > cpu6 (AP): APIC ID: 6 > cpu7 (AP): APIC ID: 7 > cpu8 (AP): APIC ID: 8 > cpu9 (AP): APIC ID: 9 > cpu10 (AP): APIC ID: 10 > cpu11 (AP): APIC ID: 11 > cpu12 (AP): APIC ID: 12 > cpu13 (AP): APIC ID: 13 > cpu14 (AP): APIC ID: 14 > cpu15 (AP): APIC ID: 15 > cpu16 (AP): APIC ID: 16 > cpu17 (AP): APIC ID: 17 > cpu18 (AP): APIC ID: 18 > cpu19 (AP): APIC ID: 19 > cpu20 (AP): APIC ID: 20 > cpu21 (AP): APIC ID: 21 > cpu22 (AP): APIC ID: 22 > cpu23 (AP): APIC ID: 23 > cpu24 (AP): APIC ID: 24 > cpu25 (AP): APIC ID: 25 > cpu26 (AP): APIC ID: 26 > cpu27 (AP): APIC ID: 27 > cpu28 (AP): APIC ID: 28 > cpu29 (AP): APIC ID: 29 > cpu30 (AP): APIC ID: 30 > cpu31 (AP): APIC ID: 31 > ioapic0 irqs 0-23 on motherboard > ioapic1 irqs 24-47 on motherboard > ioapic2 irqs 48-71 on motherboard > random: initialized > module_register_init: MOD_LOAD (vesa, 0xffffffff80db8eb0, 0) error 19 > kbd1 at kbdmux0 > acpi0: on motherboard > acpi0: Power Button (fixed) > cpu0: on acpi0 > cpu1: on acpi0 > cpu2: on acpi0 > cpu3: on acpi0 > cpu4: on acpi0 > cpu5: on acpi0 > cpu6: on acpi0 > cpu7: on acpi0 > cpu8: on acpi0 > cpu9: on acpi0 > cpu10: on acpi0 > cpu11: on acpi0 > cpu12: on acpi0 > cpu13: on acpi0 > cpu14: on acpi0 > cpu15: on acpi0 > cpu16: on acpi0 > cpu17: on acpi0 > cpu18: on acpi0 > cpu19: on acpi0 > cpu20: on acpi0 > cpu21: on acpi0 > cpu22: on acpi0 > cpu23: on acpi0 > cpu24: on acpi0 > cpu25: on acpi0 > cpu26: on acpi0 > cpu27: on acpi0 > cpu28: on acpi0 > cpu29: on acpi0 > cpu30: on acpi0 > cpu31: on acpi0 > atrtc0: port 0x70-0x71,0x74-0x77 irq 8 on acpi0 > Event timer "RTC" frequency 32768 Hz quality 0 > attimer0: port 0x40-0x43,0x50-0x53 irq 0 on acpi0 > Timecounter "i8254" frequency 1193182 Hz quality 0 > Event timer "i8254" frequency 1193182 Hz quality 100 > hpet0: iomem 0xfed00000-0xfed003ff on acpi0 > Timecounter "HPET" frequency 14318180 Hz quality 950 > Event timer "HPET" frequency 14318180 Hz quality 350 > Event timer "HPET1" frequency 14318180 Hz quality 340 > Event timer "HPET2" frequency 14318180 Hz quality 340 > Event timer "HPET3" frequency 14318180 Hz quality 340 > Event timer "HPET4" frequency 14318180 Hz quality 340 > Event timer "HPET5" frequency 14318180 Hz quality 340 > Event timer "HPET6" frequency 14318180 Hz quality 340 > Event timer "HPET7" frequency 14318180 Hz quality 340 > Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 > pcib0: on acpi0 > pci255: on pcib0 > pcib1: on acpi0 > pci127: on pcib1 > pcib2: port 0xcf8-0xcff on acpi0 > pci0: on pcib2 > pcib3: irq 26 at device 1.0 on pci0 > pci1: on pcib3 > ix0: por= t > 0x6020-0x603f mem 0xc7c00000-0xc7dfffff,0xc7e04000-0xc7e07fff irq 26 at > device 0.0 on pci1 > ix0: Using MSIX interrupts with 9 vectors > ix0: Ethernet address: 0c:c4:7a:a3:24:1e > ix0: PCI Express Bus: Speed 5.0GT/s Width x8 > ix1: por= t > 0x6000-0x601f mem 0xc7a00000-0xc7bfffff,0xc7e00000-0xc7e03fff irq 28 at > device 0.1 on pci1 > ix1: Using MSIX interrupts with 9 vectors > ix1: Ethernet address: 0c:c4:7a:a3:24:1f > ix1: PCI Express Bus: Speed 5.0GT/s Width x8 > pcib4: irq 32 at device 2.0 on pci0 > pci2: on pcib4 > nvme0: mem 0xc7610000-0xc7613fff irq 32 at > device 0.0 on pci2 > pcib5: irq 32 at device 2.1 on pci0 > pci3: on pcib5 > nvme1: mem 0xc7510000-0xc7513fff irq 33 at > device 0.0 on pci3 > pcib6: irq 32 at device 2.2 on pci0 > pci4: on pcib6 > pcib7: irq 40 at device 3.0 on pci0 > pci5: on pcib7 > nvme2: mem 0xc7410000-0xc7413fff irq 40 at > device 0.0 on pci5 > pcib8: irq 40 at device 3.1 on pci0 > pci6: on pcib8 > nvme3: mem 0xc7310000-0xc7313fff irq 41 at > device 0.0 on pci6 > pcib9: irq 40 at device 3.2 on pci0 > pci7: on pcib9 > nvme4: mem 0xc7210000-0xc7213fff irq 42 at > device 0.0 on pci7 > pcib10: irq 40 at device 3.3 on pci0 > pci8: on pcib10 > nvme5: mem 0xc7110000-0xc7113fff irq 43 at > device 0.0 on pci8 > pci0: at device 17.0 (no driver attached) > ahci0: port > 0x7110-0x7117,0x7100-0x7103,0x70f0-0x70f7,0x70e0-0x70e3,0x7020-0x703f mem > 0xc7738000-0xc77387ff irq 16 at device 17.4 on pci0 > ahci0: AHCI v1.30 with 4 6Gbps ports, Port Multiplier not supported > ahcich0: at channel 0 on ahci0 > ahcich1: at channel 1 on ahci0 > ahcich2: at channel 2 on ahci0 > ahcich3: at channel 3 on ahci0 > ahciem0: on ahci0 > xhci0: mem 0xc7700000-0xc770ffff irq > 19 at device 20.0 on pci0 > xhci0: 32 bytes context size, 64-bit DMA > usbus0 on xhci0 > pci0: at device 22.0 (no driver attached) > pci0: at device 22.1 (no driver attached) > ehci0: mem 0xc7734000-0xc77343ff irq > 18 at device 26.0 on pci0 > usbus1: EHCI version 1.0 > usbus1 on ehci0 > pcib11: irq 16 at device 28.0 on pci0 > pci9: on pcib11 > pcib12: irq 18 at device 28.2 on pci0 > pci10: on pcib12 > pcib13: at device 0.0 on pci10 > pci11: on pcib13 > vgapci0: port 0x5000-0x507f mem > 0xc6000000-0xc6ffffff,0xc7000000-0xc701ffff irq 18 at device 0.0 on pci11 > vgapci0: Boot video device > ehci1: mem 0xc7733000-0xc77333ff irq > 18 at device 29.0 on pci0 > usbus2: EHCI version 1.0 > usbus2 on ehci1 > isab0: at device 31.0 on pci0 > isa0: on isab0 > ahci1: port > 0x7070-0x7077,0x7060-0x7063,0x7050-0x7057,0x7040-0x7043,0x7000-0x701f mem > 0xc7732000-0xc77327ff irq 16 at device 31.2 on pci0 > ahci1: AHCI v1.30 with 6 6Gbps ports, Port Multiplier not supported > ahcich4: at channel 0 on ahci1 > ahcich5: at channel 1 on ahci1 > ahcich6: at channel 2 on ahci1 > ahcich7: at channel 3 on ahci1 > ahcich8: at channel 4 on ahci1 > ahcich9: at channel 5 on ahci1 > ahciem1: on ahci1 > pcib14: on acpi0 > pci128: on pcib14 > pcib15: at device 0.0 on pci128 > pci129: on pcib15 > pcib16: irq 50 at device 1.0 on pci128 > pci130: on pcib16 > ix2: por= t > 0xf020-0xf03f mem 0xfb880000-0xfb8fffff,0xfb904000-0xfb907fff irq 50 at > device 0.0 on pci130 > ix2: Using MSIX interrupts with 9 vectors > ix2: Ethernet address: 0c:c4:7a:bd:70:26 > ix2: PCI Express Bus: Speed 5.0GT/s Width x8 > ix3: por= t > 0xf000-0xf01f mem 0xfb800000-0xfb87ffff,0xfb900000-0xfb903fff irq 52 at > device 0.1 on pci130 > ix3: Using MSIX interrupts with 9 vectors > ix3: Ethernet address: 0c:c4:7a:bd:70:27 > ix3: PCI Express Bus: Speed 5.0GT/s Width x8 > pcib17: irq 56 at device 2.0 on pci128 > pci131: on pcib17 > nvme6: mem 0xfbd10000-0xfbd13fff irq 56 at > device 0.0 on pci131 > pcib18: irq 56 at device 2.1 on pci128 > pci132: on pcib18 > nvme7: mem 0xfbc10000-0xfbc13fff irq 57 at > device 0.0 on pci132 > pcib19: irq 56 at device 2.2 on pci128 > pci133: on pcib19 > nvme8: mem 0xfbb10000-0xfbb13fff irq 58 at > device 0.0 on pci133 > pcib20: irq 56 at device 2.3 on pci128 > pci134: on pcib20 > nvme9: mem 0xfba10000-0xfba13fff irq 59 at > device 0.0 on pci134 > pcib21: irq 64 at device 3.0 on pci128 > pci135: on pcib21 > pcib22: irq 64 at device 3.2 on pci128 > pci136: on pcib22 > acpi_button0: on acpi0 > uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 > uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0 > orm0: at iomem > 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xc9fff,0xca000-0xcafff on isa0 > sc0: at flags 0x100 on isa0 > sc0: CGA <16 virtual consoles, flags=3D0x300> > vga0: at port 0x3d0-0x3db iomem 0xb8000-0xbffff on isa0 > ppc0: cannot reserve I/O port range > est0: on cpu0 > est1: on cpu1 > est2: on cpu2 > est3: on cpu3 > est4: on cpu4 > est5: on cpu5 > est6: on cpu6 > est7: on cpu7 > est8: on cpu8 > est9: on cpu9 > est10: on cpu10 > est11: on cpu11 > est12: on cpu12 > est13: on cpu13 > est14: on cpu14 > est15: on cpu15 > est16: on cpu16 > est17: on cpu17 > est18: on cpu18 > est19: on cpu19 > est20: on cpu20 > est21: on cpu21 > est22: on cpu22 > est23: on cpu23 > est24: on cpu24 > est25: on cpu25 > est26: on cpu26 > est27: on cpu27 > est28: on cpu28 > est29: on cpu29 > est30: on cpu30 > est31: on cpu31 > random: unblocking device. > usbus0: 5.0Gbps Super Speed USB v3.0 > Timecounters tick every 1.000 msec > usbus1: 480Mbps High Speed USB v2.0 > usbus2: 480Mbps High Speed USB v2.0 > ugen0.1: <0x8086> at usbus0 > uhub0: <0x8086 XHCI root HUB, class 9/0, rev 3.00/1.00, addr 1> on usbus0 > ugen2.1: at usbus2 > uhub1: on usbus2 > ugen1.1: at usbus1 > uhub2: on usbus1 > ses0 at ahciem0 bus 0 scbus4 target 0 lun 0 > ses0: SEMB S-E-S 2.00 device > ses0: SEMB SES Device > ses1 at ahciem1 bus 0 scbus11 target 0 lun 0 > ses1: SEMB S-E-S 2.00 device > ses1: SEMB SES Device > nvd0: NVMe namespace > nvd0: 1907729MB (3907029168 512 byte sectors) > nvd1: NVMe namespace > nvd1: 1907729MB (3907029168 512 byte sectors) > nvd2: NVMe namespace > nvd2: 1907729MB (3907029168 512 byte sectors) > nvd3: NVMe namespace > nvd3: 1907729MB (3907029168 512 byte sectors) > nvd4: NVMe namespace > nvd4: 1907729MB (3907029168 512 byte sectors) > nvd5: NVMe namespace > nvd5: 1907729MB (3907029168 512 byte sectors) > nvd6: NVMe namespace > nvd6: 1907729MB (3907029168 512 byte sectors) > nvd7: NVMe namespace > nvd7: 1907729MB (3907029168 512 byte sectors) > nvd8: NVMe namespace > nvd8: 1907729MB (3907029168 512 byte sectors) > nvd9: NVMe namespace > nvd9: 1907729MB (3907029168 512 byte sectors) > SMP: AP CPU #1 Launched! > SMP: AP CPU #3 Launched! > SMP: AP CPU #28 Launched! > SMP: AP CPU #12 Launched! > SMP: AP CPU #16 Launched! > SMP: AP CPU #2 Launched! > SMP: AP CPU #27 Launched! > SMP: AP CPU #11 Launched! > SMP: AP CPU #31 Launched! > SMP: AP CPU #10 Launched! > SMP: AP CPU #17 Launched! > SMP: AP CPU #13 Launched! > SMP: AP CPU #29 Launched! > SMP: AP CPU #6 Launched! > SMP: AP CPU #30 Launched! > SMP: AP CPU #14 Launched! > SMP: AP CPU #18 Launched! > SMP: AP CPU #5 Launched! > SMP: AP CPU #21 Launched! > SMP: AP CPU #15 Launched! > SMP: AP CPU #24 Launched! > SMP: AP CPU #8 Launched! > SMP: AP CPU #23 Launched! > SMP: AP CPU #4 Launched! > SMP: AP CPU #22 Launched! > SMP: AP CPU #9 Launched! > SMP: AP CPU #25 Launched! > SMP: AP CPU #19 Launched! > SMP: AP CPU #26 Launched! > SMP: AP CPU #7 Launched! > SMP: AP CPU #20 Launched! > Timecounter "TSC-low" frequency 1200022010 Hz quality 1000 > Root mount waiting for: usbus2 usbus1 usbus0 > uhub2: 2 ports with 2 removable, self powered > uhub1: 2 ports with 2 removable, self powered > uhub0: 21 ports with 21 removable, self powered > ugen1.2: at usbus1 > uhub3: o= n > usbus1 > ugen2.2: at usbus2 > uhub4: o= n > usbus2 > uhub3: 6 ports with 6 removable, self powered > uhub4: 8 ports with 8 removable, self powered > Root mount waiting for: usbus2 usbus1 > ugen2.3: at usbus2 > uhub5: o= n > usbus2 > uhub5: 4 ports with 3 removable, self powered > Root mount waiting for: usbus2 usbus1 > ugen2.4: at usbus2 > ukbd0: o= n > usbus2 > ugen1.3: at usbus1 > umass0: addr 3> on usbus1 > umass0: SCSI over Bulk-Only; quirks =3D 0x0100 > umass0:12:0:-1: Attached to scbus12 > kbd0 at ukbd0 > cd0 at umass-sim0 bus 0 scbus12 target 0 lun 0 > cd0: Removable CD-ROM SCSI device > cd0: 40.000MB/s transfers > cd0: Attempt to query device size failed: NOT READY, Medium not present - > tray open > cd0: quirks=3D0x10<10_BYTE_ONLY> > ugen1.4: at usbus1 > ukbd1: on usbus1 > kbd2 at ukbd1 > Root mount waiting for: usbus1 > ugen1.5: at usbus1 > umass1: on > usbus1 > umass1: SCSI over Bulk-Only; quirks =3D 0x4000 > umass1:13:1:-1: Attached to scbus13 > Trying to mount root from ufs:/dev/da0s1a [rw]... > da0 at umass-sim1 bus 1 scbus13 target 0 lun 0 > mountroot: waiting for device /dev/da0s1a ... > da0: Removable Direct Access SPC-2 SCSI device > da0: 40.000MB/s transfers > da0: 7681MB (15730688 512 byte sectors: 255H 63S/T 979C) > da0: quirks=3D0x3 > > > > On 10.3 > > _______________________________________________ > freebsd-scsi@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-scsi > To unsubscribe, send any mail to "freebsd-scsi-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Mon Mar 7 15:42:13 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8907BAC2846 for ; Mon, 7 Mar 2016 15:42:13 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: from spindle.one-eyed-alien.net (spindle.one-eyed-alien.net [199.48.129.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6959E260 for ; Mon, 7 Mar 2016 15:42:13 +0000 (UTC) (envelope-from brooks@spindle.one-eyed-alien.net) Received: by spindle.one-eyed-alien.net (Postfix, from userid 3001) id 3C1F85A9F27; Mon, 7 Mar 2016 15:42:06 +0000 (UTC) Date: Mon, 7 Mar 2016 15:42:06 +0000 From: Brooks Davis To: "Kevin P. Neal" Cc: freebsd-stable@freebsd.org Subject: Re: Newer clang than comes with install? Message-ID: <20160307154206.GE39399@spindle.one-eyed-alien.net> References: <20160303134505.GB26990@neutralgood.org> <20160304142226.GC39399@spindle.one-eyed-alien.net> <20160304145308.GA45362@neutralgood.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RYJh/3oyKhIjGcML" Content-Disposition: inline In-Reply-To: <20160304145308.GA45362@neutralgood.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 15:42:13 -0000 --RYJh/3oyKhIjGcML Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 04, 2016 at 09:53:08AM -0500, Kevin P. Neal wrote: > On Fri, Mar 04, 2016 at 02:22:26PM +0000, Brooks Davis wrote: > > On Thu, Mar 03, 2016 at 08:45:05AM -0500, kpneal@pobox.com wrote: > > > I notice on 10.2 we're using "FreeBSD clang version 3.4.1". But there= are > > > bugs in this version of clang that I'm having trouble with. > > >=20 > > > Is compiling a newer (say, 3.7.1) version of clang to target FreeBSD > > > supported? I have no desire to replace any of the libraries, just the > > > compiler itself. Is that supposed to work _without_ going through the > > > ports/pkgs system? > > >=20 > > > IOW, can I just download from llvm.org the clang+llvm source, compile > > > it on FreeBSD, and then use it safely? > >=20 > > It should. The ports don't include many patches. >=20 > Yeah, I was just looking at the patches we do include. One of them it loo= ks > like causes some of the llvm.org-provided includes to not be installed. >=20 > I'm not sure I can, well, not install them because I also need to use the > same install to do cross compiles. A quick check shows that those includes > are used when targetting cross and native. >=20 > Am I correct about the include files? And, if so, are there plans to > upstream patches so the llvm.org includes will work out of the box for > FreeBSD-hosted-and-targetted compiles? The std*.h include files included with clang are broken on FreeBSD. On one has stepped forward to fix them so you will have to chose between installing them and bening able build FreeBSD. In practice, you should still be able to cross compile if you have a working sysroot for your target. -- Brooks --RYJh/3oyKhIjGcML Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJW3aFNAAoJEKzQXbSebgfAisYH/2mBqcxsgSfCPUC2hHzz/RJ+ M+ke0mM7xYjd1EUHFVf3wRw3ittPkhly5dHS2ZqRQbPWsF7bZuYiRBW+nbFakFQU 1wDapJzGibvES8bOjDIDRR5Jd2u9Vcx+Lu+Ohvc2esP6jnhQ8nQxHR6f9Fk9PJ48 Fwt8khHW28mmF5yk/oYKP54rh9wW9yjzRHFmkZnjxdv4hLk0JrTetYpiRh3lgkV0 jK5q7c4F+6AxJ8kDE/z3TV449qDXthWDP0SOW9LAr11SEgS5wDzJWZx4T3M9iTGv w4afGnk2dcBNVoxPmLs3NxsWkcgT5DBFL5vLF79Q/MbFtqr5QN5o0DYT5lEwGkU= =Ja1n -----END PGP SIGNATURE----- --RYJh/3oyKhIjGcML-- From owner-freebsd-stable@freebsd.org Mon Mar 7 15:48:33 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B311AC2B76 for ; Mon, 7 Mar 2016 15:48:33 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from cu01176b.smtpx.saremail.com (cu01176b.smtpx.saremail.com [195.16.151.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF1C49C7; Mon, 7 Mar 2016 15:48:32 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from [172.16.8.96] (izaro.sarenet.es [192.148.167.11]) by proxypop01.sare.net (Postfix) with ESMTPSA id 154809DD831; Mon, 7 Mar 2016 16:48:29 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: FreeBSD 10.3 - nvme regression From: Borja Marcos In-Reply-To: Date: Mon, 7 Mar 2016 16:48:28 +0100 Cc: FreeBSD-STABLE Mailing List , John Baldwin Content-Transfer-Encoding: quoted-printable Message-Id: <9499E409-3573-47A7-ABF9-043FC4870FEE@sarenet.es> References: <5A6B5C6F-26D1-40C5-8CCF-26EB8F17C59A@sarenet.es> To: Jim Harris X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 15:48:33 -0000 > On 07 Mar 2016, at 15:28, Jim Harris wrote: > (Moving to freebsd-stable. NVMe is not associated with the SCSI stack = at all.) Oops, my apologies. I was assuming that, being storage stuff, -scsi was = a good list.=20 > Can you please file a bug report on this? Sure, doing doing some simple tests right now and I=E2=80=99ll file it. >=20 > Also, can you try setting the following loader variable before = install? >=20 > hw.nvme.min_cpus_per_ioq=3D4 It now boots, thanks :) Note that it=E2=80=99s the first time I use NVMe drives, so bear with me = in case I do anything stupid ;) I have noticed some odd performance problems. I have created a = =E2=80=9Craidz2=E2=80=9D ZFS pool with the 10 drives. Doing some silly tests with several =E2=80=9CBonnie++=E2=80=9D = instances, I have noticed that delete commands seem to be very slow. After running several bonnie++ instances in parallel, when = deleting the files, the drivers are almost stuck for a fairly long time, showing 100% bandwidth usage on = =E2=80=9Cgstat=E2=80=9D and indeed being painfully slow. Disabling the usage of BIO_DELETE for ZFS (sysctl = vfs.zfs.vdev.bio_delete_disable=3D1) solves this problem, although, of course, BIO_DELETE is desirable as far as I know.=20 I observed the same behavior on 10.2. This is not a proper report, I know, I will follow up tomorrow.=20 Thanks! Borja. From owner-freebsd-stable@freebsd.org Mon Mar 7 16:43:14 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4868AC3820 for ; Mon, 7 Mar 2016 16:43:14 +0000 (UTC) (envelope-from will@sundivenetworks.com) Received: from mail.sundivenetworks.net (mail.sundivenetworks.net [212.13.212.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 75C0EF13 for ; Mon, 7 Mar 2016 16:43:13 +0000 (UTC) (envelope-from will@sundivenetworks.com) Received: from static45-91.adsl.bogons.net ([85.158.45.91] helo=[192.168.1.214]) by mail.sundivenetworks.net with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.86 (FreeBSD)) (envelope-from ) id 1acyFN-000JIM-QW for freebsd-stable@freebsd.org; Mon, 07 Mar 2016 16:43:05 +0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: Skylake Loader Performance 10.3-BETA3 From: Will Green In-Reply-To: Date: Mon, 7 Mar 2016 16:43:05 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> References: To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.2104) X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam: No X-bounce-key: sundivenetworks.net-1; will@sundivenetworks.com; 1457368994; 18c8cb9c; X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 16:43:14 -0000 > On 4 Mar 2016, at 18:49, Mark Dixon wrote: >=20 > Will Green sundivenetworks.com> writes: >=20 >> I am happy to test patches and/or current on this server if that = helps. If > you want more details on the >> motherboard/system I have started a post on it at > http://buildwithbsd.org/hw/skylake_xeon_server.html >>=20 >=20 > I've made the UEFI switch which worked fine, but I'm also happy to = help out > with testing if anyone looks at this. Are you booting from ZFS? Unless I=E2=80=99ve missed something this isn=E2=80=99t yet supported by = the installer, but it is possible to get working manually. Will= From owner-freebsd-stable@freebsd.org Mon Mar 7 17:24:16 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BF00AC27C0 for ; Mon, 7 Mar 2016 17:24:16 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D16E191B for ; Mon, 7 Mar 2016 17:24:15 +0000 (UTC) (envelope-from killing@multiplay.co.uk) Received: by mail-wm0-x236.google.com with SMTP id l68so117754343wml.0 for ; Mon, 07 Mar 2016 09:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=multiplay-co-uk.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=Va/wfurwUyNketRR36sjYuxi9e/ubYfYj4WvkReXLTI=; b=h5q0Iuo8TwgvtYw4Fvz1MlqttaRL7fTPC0IIkMnMgc66Kf3OyIRakcAF72FeV/K1qq 6Hv3pSmbGmZ7UbasvL8UuS2cM5HP31evkAlx/M/K0qKkWFcQxzZUlKnwc7lJeULKZCoP /26rv0EmlqpN4ijHxJs0F3LSCn9hx5a8hNvq9kqYC4WCGKiw+DoUoCEd5oBvMI1kYYNF RdowqPTsT9nwykXGX+lQM7hn746d4Nl9CLrlVGJAUNfZt8j96C4MOahHvcsUtrua3WVZ 3rAkwuiKOPnU33ZPmdSD2Fs3jGAxR0xMUqnaux5EMH12JxJ34oFsPymZgDP9/qi+Wrb0 37kQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Va/wfurwUyNketRR36sjYuxi9e/ubYfYj4WvkReXLTI=; b=XqX6unYxz5d5KE33VSwQ8dHbEIdsE5pwhyP3A1AxY1O6+d3zzsc0f/51PO7I11M8K3 tdmKNnDd1GiDbCCvpq6zJbAbe7/kY+JiyWFB4Z1Bqu3AwyCacFro7zQOF6agfPvYRLqi SLbM47/H0OtrjvRv60afKd7wuFNPmQCYO2bLj+Cv9lxYoygagqs/c0r43Ocb/H4P2nw6 35TL33YfM42xK41drCGdyU2Gyv57XQdD5kQVx63jYALvk16uyvDSJr9ZuU7z6js910XI gzZDvYwb3kyl2wOq2MfCroS2rGxnc0M3+T94rP7tRHKidYxow3H8eY4LtQ7me4lrU4X3 k+tA== X-Gm-Message-State: AD7BkJI3+BDj8N1zqa6YplDr12dq9R7ns1xcNb6iQ1AjMD/kwFhb+tuxHeY/K/83uBy2Ymko X-Received: by 10.194.90.137 with SMTP id bw9mr23885728wjb.120.1457371452817; Mon, 07 Mar 2016 09:24:12 -0800 (PST) Received: from [10.10.1.58] (liv3d.labs.multiplay.co.uk. [82.69.141.171]) by smtp.gmail.com with ESMTPSA id i5sm18948270wjx.15.2016.03.07.09.24.11 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2016 09:24:11 -0800 (PST) Subject: Re: Skylake Loader Performance 10.3-BETA3 To: freebsd-stable@freebsd.org References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> From: Steven Hartland Message-ID: <56DDB93F.8050705@multiplay.co.uk> Date: Mon, 7 Mar 2016 17:24:15 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 17:24:16 -0000 On 07/03/2016 16:43, Will Green wrote: >> On 4 Mar 2016, at 18:49, Mark Dixon wrote: >> >> Will Green sundivenetworks.com> writes: >> >>> I am happy to test patches and/or current on this server if that helps. If >> you want more details on the >>> motherboard/system I have started a post on it at >> http://buildwithbsd.org/hw/skylake_xeon_server.html >> I've made the UEFI switch which worked fine, but I'm also happy to help out >> with testing if anyone looks at this. > Are you booting from ZFS? > Unless I’ve missed something this isn’t yet supported by the installer, but it is possible to get working manually. > > Pretty sure you missed something and those changes where merged, imp should be able to confirm. Regards Steve From owner-freebsd-stable@freebsd.org Mon Mar 7 19:09:33 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42187AC3F1E for ; Mon, 7 Mar 2016 19:09:33 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "khavrinen.csail.mit.edu", Issuer "Client CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 098B31E7D for ; Mon, 7 Mar 2016 19:09:32 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost [127.0.0.1]) by khavrinen.csail.mit.edu (8.14.9/8.14.9) with ESMTP id u27J9Vkr071359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL CN=khavrinen.csail.mit.edu issuer=Client+20CA) for ; Mon, 7 Mar 2016 14:09:31 -0500 (EST) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.14.9/8.14.9/Submit) id u27J9Uqw071358; Mon, 7 Mar 2016 14:09:30 -0500 (EST) (envelope-from wollman) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22237.53738.967189.432979@khavrinen.csail.mit.edu> Date: Mon, 7 Mar 2016 14:09:30 -0500 From: Garrett Wollman To: freebsd-stable@freebsd.org Subject: Hangs with mrsas? X-Mailer: VM 8.2.0b under 24.5.1 (amd64-portbld-freebsd9.3) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (khavrinen.csail.mit.edu [127.0.0.1]); Mon, 07 Mar 2016 14:09:31 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 19:09:33 -0000 I have a new Dell server with a typical Dell hardware RAID. pciconf identifies it as "MegaRAID SAS-3 3008 [Fury]"; mfiutil reports: mfi0 Adapter: Product Name: PERC H330 Adapter Serial Number: 5AT00PI Firmware: 25.3.0.0016 RAID Levels: Battery Backup: not present NVRAM: 32K Onboard Memory: 0M Minimum Stripe: 64K Maximum Stripe: 64K Since I'm running ZFS I have the RAID functions disabled and the drives are presented as "system physical drives" ("mfisyspd[0-3]" when using mfi(4)). I wanted to use mrsas(4) instead, so that I could have direct access to the drives' SMART functions, and this seemed to work after I set the hw.mfi.mrsas_enable tunable, with one major exception: all drive access would hang after about 12 hours and the machine would require a hard reset to come back up. Has anyone seen this before? The driver in head doesn't appear to be any newer. -GAWollman From owner-freebsd-stable@freebsd.org Mon Mar 7 20:48:30 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4318AC20D6 for ; Mon, 7 Mar 2016 20:48:30 +0000 (UTC) (envelope-from DBoyd@secc.org) Received: from mail.secc.org (mail.secc.org [69.2.202.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.secc.org", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EF371606 for ; Mon, 7 Mar 2016 20:48:30 +0000 (UTC) (envelope-from DBoyd@secc.org) Received: from MAIL2014A.OFFICE.SECC.ORG (10.125.0.16) by MAIL2014A.OFFICE.SECC.ORG (10.125.0.16) with Microsoft SMTP Server (TLS) id 15.0.1104.5; Mon, 7 Mar 2016 15:33:17 -0500 Received: from MAIL2014A.OFFICE.SECC.ORG ([fe80::e458:f04d:54ac:a2f9]) by MAIL2014A.OFFICE.SECC.ORG ([fe80::e458:f04d:54ac:a2f9%12]) with mapi id 15.00.1104.000; Mon, 7 Mar 2016 15:33:17 -0500 From: David Boyd To: "freebsd-stable@freebsd.org" CC: "David.Boyd49@twc.com" Subject: unbound-control-setup missing from 10.3-RC1 media Thread-Topic: unbound-control-setup missing from 10.3-RC1 media Thread-Index: AQHReLBmOCZoDjZW10+N2CZM//VpZA== Date: Mon, 7 Mar 2016 20:33:17 +0000 Message-ID: <1457382797769.58575@secc.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.51.0.60] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 20:48:30 -0000 /usr/sbin/unbound-control-setup is missing from the 10.3-RC1 release media = (at least disc1.iso and memstick.img). I have filed PR 207748 reporting this. From owner-freebsd-stable@freebsd.org Mon Mar 7 20:53:50 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56798AC241F for ; Mon, 7 Mar 2016 20:53:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 487181B39; Mon, 7 Mar 2016 20:53:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id B48551C34; Mon, 7 Mar 2016 20:53:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Mon, 7 Mar 2016 20:53:25 +0000 From: Glen Barber To: David Boyd Cc: "freebsd-stable@freebsd.org" , "David.Boyd49@twc.com" Subject: Re: unbound-control-setup missing from 10.3-RC1 media Message-ID: <20160307205325.GI1531@FreeBSD.org> References: <1457382797769.58575@secc.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kH8JNVvasRCCW1Oz" Content-Disposition: inline In-Reply-To: <1457382797769.58575@secc.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 20:53:50 -0000 --kH8JNVvasRCCW1Oz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 07, 2016 at 08:33:17PM +0000, David Boyd wrote: > /usr/sbin/unbound-control-setup is missing from the 10.3-RC1 release medi= a (at least disc1.iso and memstick.img). >=20 >=20 > I have filed PR 207748 reporting this. >=20 It was removed in r295690. Glen --kH8JNVvasRCCW1Oz Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW3epFAAoJEAMUWKVHj+KTFCMQAIAc3Mhv+m31a/n5YsL5kOUr vp1VLWntXAHsFeifkzru7B1qVZGveB+CvUDF37AF9oXhSPf0MojokA9GVecoIS2y CTvosLzXOCD3bW/gaLYbE51xufiPFcV92KwflOwBmZj6JvnB20C0Iz7QatbvfPGe zOPsJY1t/lFSNJ68oUgaVhDjyek/12hpFgSsoYCbFXK+R8W1f0+2/lESxtChJYST F4slqrrQd/2HKVHcEET9PnOYni3xJob7+et6rF/MltUtLCX0E2MUpTIfYhAIlqgh zWjlkCKoiCQBgOKvM6v7oZ/2eAW762298n4v4DnMMu/BlaIvpNg9jWOoZv0shMvT 6oukjHsFl/5LMKxXvBZoSJLtiGML5Et6VhSLf9GpkNBJD8cf/Ma/cyogyMpOTya3 414dYYOE2ugDIq8LLI++VNgITFYFkgJO34jx9n9nXeQwvqCzIfKikKF9Qdn16C+J MNqu4kWcHNy7Jreq3Ks7LE8yNXfrQ3d80PrEpE7sE6rrEdo6PDzKhiWfgZv2evIW +gQl6AMxN+5ypK0qSPetth22+bD5dtDi6pZJ6YFus0rYAl3u79w1/SI7qvlNA4Yf c3auOmjfx9TSfX/eWsBY/dPvLBxqqxQP9rpePn2/W8fikk3Y44Jb9Cm3ImhqfR6M YGADMzA8I9dMi35QX70a =DnaY -----END PGP SIGNATURE----- --kH8JNVvasRCCW1Oz-- From owner-freebsd-stable@freebsd.org Mon Mar 7 21:32:56 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF648AC3596 for ; Mon, 7 Mar 2016 21:32:56 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id D45E1366 for ; Mon, 7 Mar 2016 21:32:56 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 6C4972A28E for ; Mon, 7 Mar 2016 16:26:17 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id me8erT5uANOM for ; Mon, 7 Mar 2016 16:26:17 -0500 (EST) Received: from EGR authenticated sender mcdouga9 Subject: Re: Hangs with mrsas? To: freebsd-stable@freebsd.org References: <22237.53738.967189.432979@khavrinen.csail.mit.edu> From: Adam McDougall Message-ID: <56DDF1F8.3060502@egr.msu.edu> Date: Mon, 7 Mar 2016 16:26:16 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <22237.53738.967189.432979@khavrinen.csail.mit.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 21:32:57 -0000 On 03/07/2016 14:09, Garrett Wollman wrote: > I have a new Dell server with a typical Dell hardware RAID. pciconf > identifies it as "MegaRAID SAS-3 3008 [Fury]"; mfiutil reports: > > mfi0 Adapter: > Product Name: PERC H330 Adapter > Serial Number: 5AT00PI > Firmware: 25.3.0.0016 > RAID Levels: > Battery Backup: not present > NVRAM: 32K > Onboard Memory: 0M > Minimum Stripe: 64K > Maximum Stripe: 64K > > Since I'm running ZFS I have the RAID functions disabled and the > drives are presented as "system physical drives" ("mfisyspd[0-3]" when > using mfi(4)). I wanted to use mrsas(4) instead, so that I could have > direct access to the drives' SMART functions, and this seemed to work > after I set the hw.mfi.mrsas_enable tunable, with one major exception: > all drive access would hang after about 12 hours and the machine would > require a hard reset to come back up. > > Has anyone seen this before? The driver in head doesn't appear to be > any newer. > > -GAWollman I did some similar testing in late Jan but perhaps not long enough to notice your symptoms. I'm pretty certain I used mrsas_enable since that is what I would plan to use in production. I had a H330-mini with the same firmware rev in a R430. I was testing with some 2.5" Seagate ST9600205SS 600gb disks from another system. What kind of disks were you using and in what kind of configuration? Does a simpler config stay up? If you are using SSD, I wonder if disks would survive? SSD firmware issue? Was it hard hung at the console too? Can you enter DDB? If you don't mind, which Dell model is this? Sorry I don't have any directly helpful suggestions but you have good timing because this could very well influence hardware choices. Thanks. From owner-freebsd-stable@freebsd.org Mon Mar 7 22:21:27 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 542BFAC786A for ; Mon, 7 Mar 2016 22:21:27 +0000 (UTC) (envelope-from will@sundivenetworks.com) Received: from mail.sundivenetworks.net (mail.sundivenetworks.net [212.13.212.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24960F48 for ; Mon, 7 Mar 2016 22:21:26 +0000 (UTC) (envelope-from will@sundivenetworks.com) Received: from sundive.email ([212.13.212.8]) by mail.sundivenetworks.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86 (FreeBSD)) (envelope-from ) id 1ad3Wm-0006qb-Ik for freebsd-stable@freebsd.org; Mon, 07 Mar 2016 22:21:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 07 Mar 2016 22:21:24 +0000 From: Will Green To: freebsd-stable@freebsd.org Subject: Re: Skylake Loader Performance 10.3-BETA3 Organization: Sundive Networks In-Reply-To: <56DDB93F.8050705@multiplay.co.uk> References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> <56DDB93F.8050705@multiplay.co.uk> Message-ID: <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> X-Sender: will@sundivenetworks.com User-Agent: Roundcube Webmail/1.1.4 X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam: No X-bounce-key: sundivenetworks.net-1; will@sundivenetworks.com; 1457389287; 8f132d0e; X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 22:21:27 -0000 On 2016-03-07 17:24, Steven Hartland wrote: > On 07/03/2016 16:43, Will Green wrote: >>> On 4 Mar 2016, at 18:49, Mark Dixon wrote: >>> >>> Will Green sundivenetworks.com> writes: >>> >>>> I am happy to test patches and/or current on this server if that >>>> helps. If >>> you want more details on the >>>> motherboard/system I have started a post on it at >>> http://buildwithbsd.org/hw/skylake_xeon_server.html >>> I've made the UEFI switch which worked fine, but I'm also happy to >>> help out >>> with testing if anyone looks at this. >> Are you booting from ZFS? >> Unless I’ve missed something this isn’t yet supported by the >> installer, but it is possible to get working manually. >> >> > Pretty sure you missed something and those changes where merged, imp > should be able to confirm. You're right: that was an error on my part. I've now got ZFS boot working with UEFI. :) I booted the Skylake motherboard with FreeBSD-10.3-RC1-amd64-uefi-memstick.img and it successfully installed to ZFS *and* loaded at normal speed. Looks like UEFI is the way to go on Skylake systems. All tests have gone well so far. Thanks From owner-freebsd-stable@freebsd.org Mon Mar 7 22:23:55 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98CEFAC7A0A; Mon, 7 Mar 2016 22:23:55 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 786B82B2; Mon, 7 Mar 2016 22:23:54 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date: Content-Transfer-Encoding:Content-Type:MIME-Version; bh=TINhjh2qBuDIkPIok29a2vjx9VFkkK0dZZz3P1dmHNc=; b=FCFmt9qaopQHemtgUbx9/qPLk0 MkxJ4rebQO+UoKNPAPM4TCkOz0VrwLhddRp6nLzmMpH8ChEKcmaXWMsIhCrkusZdhgLdAwsWgz/v3 +DQmfHxiBn4sng+xrLC8BGvTyGs3IPvr8xGye4u9N8hXOnrMV7jIm4W1vR0f3j2TpcEs=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:18847 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1ad3ZB-00066P-K2; Mon, 07 Mar 2016 16:23:53 -0600 Received: from proxy.lucent.com ([135.245.49.13]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 07 Mar 2016 16:23:53 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Mon, 07 Mar 2016 16:23:53 -0600 From: Larry Rosenman To: Will Green Cc: freebsd-stable@freebsd.org, owner-freebsd-stable@freebsd.org Subject: Re: Skylake Loader Performance 10.3-BETA3 In-Reply-To: <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> <56DDB93F.8050705@multiplay.co.uk> <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> Message-ID: <23847a6551ba01c1edc11200cdf75977@thebighonker.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.4 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2016 22:23:55 -0000 On 2016-03-07 16:21, Will Green wrote: > On 2016-03-07 17:24, Steven Hartland wrote: >> On 07/03/2016 16:43, Will Green wrote: >>>> On 4 Mar 2016, at 18:49, Mark Dixon wrote: >>>> >>>> Will Green sundivenetworks.com> writes: >>>> >>>>> I am happy to test patches and/or current on this server if that >>>>> helps. If >>>> you want more details on the >>>>> motherboard/system I have started a post on it at >>>> http://buildwithbsd.org/hw/skylake_xeon_server.html >>>> I've made the UEFI switch which worked fine, but I'm also happy to >>>> help out >>>> with testing if anyone looks at this. >>> Are you booting from ZFS? >>> Unless I’ve missed something this isn’t yet supported by the >>> installer, but it is possible to get working manually. >>> >>> >> Pretty sure you missed something and those changes where merged, imp >> should be able to confirm. > > You're right: that was an error on my part. I've now got ZFS boot > working with UEFI. :) > > I booted the Skylake motherboard with > FreeBSD-10.3-RC1-amd64-uefi-memstick.img and it successfully installed > to ZFS *and* loaded at normal speed. Looks like UEFI is the way to go > on Skylake systems. All tests have gone well so far. > > Thanks I noted the same. Legacy on my Skylake laptop was slow as molasses. UEFI Rocks. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 7011 W Parmer Ln, Apt 1115, Austin, TX 78729-6961 From owner-freebsd-stable@freebsd.org Tue Mar 8 08:17:46 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0801EAC3F80 for ; Tue, 8 Mar 2016 08:17:46 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9490F6E1 for ; Tue, 8 Mar 2016 08:17:45 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id l68so119720601wml.0 for ; Tue, 08 Mar 2016 00:17:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=F624nxhcvK8LhV9EsBexTnsKVTzwOe+n33zWdtbi7ww=; b=zq1Bs5fHjNct+mAP7FCVze8w1zLQd0DKXQLN6B2+u+MWzdaP5UOOXJTmh+COeBoqD+ nRbLgf0QrTgvmka7aPwEJ9CKEGzDhn2cxCu9f56774sTTdsOIkhGo6ndvsPsUikNsDL2 6zZZfMQVKUHQBYl/5Vjm+0GvijFMIHwu0aEHZ8CkXkafxnN0taiApoyEp0wjzFLlv74j r4BRjqyrJkl1NsWckfcIQFPENqRrIUO1/oFvBLHBarWW0+sOFz88Bo2TjYcnJncGRi21 Nzqe8sROXsJhTGOqvBKsc5RWB40xpo0VhBU61Q0xqgi18bZU1oxeswRvPM9ytJ9M57ej OBNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=F624nxhcvK8LhV9EsBexTnsKVTzwOe+n33zWdtbi7ww=; b=OUi31lRZUm7oPUQ2BPFFNY6aTK2H/QDWcIaWF2bMtLai9+k/Rm1jSfkCK0hvggQCHQ OJdtMCZRzJOogTeIAuwHniL2XMieXgJ2QW3BAOYgIlm67cBrsng5bpkfjVCJIJz1cDsP dfD4lGK+vaDpljCHfdzm/uSjy1G5bGFaOeCdTrPMYux1zJrlMyw+p4k0vYHWGNXZdfa5 2wsoVi2W0WCJLLG/6LqJRa86YHHvXZRXJLbCXFj3EyCSa4KwTb765X0ZJAx13NGEkwES G5GcfsZyf7XHjUVeKipkzFqjjUZKdOVljcM1nM8MYNDhOG3kQVce1f8Wghw9LcKzvl4p uPDQ== X-Gm-Message-State: AD7BkJLlzs/wczysUi8HtYQmMyoprazG2el2lBqoqqaHSa7wP2t9vQVUZ2oAcyztHESWkWJ96fR0RQKfMHFYnA== MIME-Version: 1.0 X-Received: by 10.28.132.212 with SMTP id g203mr17851953wmd.30.1457425064090; Tue, 08 Mar 2016 00:17:44 -0800 (PST) Received: by 10.28.31.77 with HTTP; Tue, 8 Mar 2016 00:17:44 -0800 (PST) In-Reply-To: <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> <56DDB93F.8050705@multiplay.co.uk> <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> Date: Tue, 8 Mar 2016 08:17:44 +0000 Message-ID: Subject: Re: Skylake Loader Performance 10.3-BETA3 From: krad To: Will Green Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 08:17:46 -0000 Its worth noting you can also select BEs from beastie now as well. On 7 March 2016 at 22:21, Will Green wrote: > On 2016-03-07 17:24, Steven Hartland wrote: > >> On 07/03/2016 16:43, Will Green wrote: >> >>> On 4 Mar 2016, at 18:49, Mark Dixon wrote: >>>> >>>> Will Green sundivenetworks.com> writes: >>>> >>>> I am happy to test patches and/or current on this server if that helps= . >>>>> If >>>>> >>>> you want more details on the >>>> >>>>> motherboard/system I have started a post on it at >>>>> >>>> http://buildwithbsd.org/hw/skylake_xeon_server.html >>>> I've made the UEFI switch which worked fine, but I'm also happy to hel= p >>>> out >>>> with testing if anyone looks at this. >>>> >>> Are you booting from ZFS? >>> Unless I=E2=80=99ve missed something this isn=E2=80=99t yet supported b= y the installer, >>> but it is possible to get working manually. >>> >>> >>> Pretty sure you missed something and those changes where merged, imp >> should be able to confirm. >> > > You're right: that was an error on my part. I've now got ZFS boot working > with UEFI. :) > > I booted the Skylake motherboard with > FreeBSD-10.3-RC1-amd64-uefi-memstick.img and it successfully installed to > ZFS *and* loaded at normal speed. Looks like UEFI is the way to go on > Skylake systems. All tests have gone well so far. > > Thanks > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Tue Mar 8 09:46:33 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74C11AC3C0C for ; Tue, 8 Mar 2016 09:46:33 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 44294A8 for ; Tue, 8 Mar 2016 09:46:33 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id ig19so46927658igb.0 for ; Tue, 08 Mar 2016 01:46:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=KnmfQvPjW0oph3itAEM58+9DSFGmubGiUDSFFZsXIic=; b=CszUNaRc4Ct3lA5yndsvPB1cjrL6oUmAqJkDOHmY0Xuo2VJsTXtqyS67IkaVMa6GJu dVPJHKwKDsYx8fK/bKpsobzhm2bArYjxrnI2RdSwYB8F96xEaLfzgN28eAGJwiHu6jI6 nnnJKGU2z9qiLBVXVgUWbObzbRNUIoqWLMT1ZiumFkEJiupPHnAfN6XygG2I0AnirdoG 8Rwyh0PDDwoQY0sytYehG46jzdeWdfdo7fPifvyLnAVaPK/gDExWvRS+5SZ/3Sn2qJbz qXL/9SL3mDKjsX5z1FYu8IBH5doTvIZEkRSe16c3IBoyldNclXPUvz/9uJ0eqGtEJMnN SRpg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=KnmfQvPjW0oph3itAEM58+9DSFGmubGiUDSFFZsXIic=; b=jTYvmm3/9naB592bAqkBWEgB1rf8lwhbYxXJslKDpAq1Bwb4Q8Nt3tNPc6OerAYN3V jbwOI5KDMexZVlsalm9tYZpFi0kD7ztO0V4zXCmAEClQGcJyvspWbKgPLfECrw8LRflD zhgXRccqJ2627UY4HmicJMF/UUbNoiEKSFTIBNaWjhSmFVISFH3aphl2YalUiYe6BnV1 h+a1j6VINb0d+bNGjepIGiy/ymj6W1oVa4bSJzmyB38gZLcuDn8eQD9GzqaholfeDTRw kRR3YKz8rh7bwy+NxvJeBbQ0cZjjE2DlRySJDccRabsRmnPWyDSBVD70DvRSlWJ1xuE1 S2Tw== X-Gm-Message-State: AD7BkJKW7GS0NqF2UNtT9Th3hPWWO81oshn9+HHORd9wyHHTuhD/z8IifFFlQ//RgYXulqnrNdE/4xW+AC7ZGg== X-Received: by 10.50.70.39 with SMTP id j7mr16909473igu.40.1457430392697; Tue, 08 Mar 2016 01:46:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.149.229 with HTTP; Tue, 8 Mar 2016 01:46:03 -0800 (PST) In-Reply-To: References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> <56DDB93F.8050705@multiplay.co.uk> <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> From: Matthias Gamsjager Date: Tue, 8 Mar 2016 10:46:03 +0100 Message-ID: Subject: Re: Skylake Loader Performance 10.3-BETA3 To: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 09:46:33 -0000 On Tue, Mar 8, 2016 at 9:17 AM, krad wrote: > Its worth noting you can also select BEs from beastie now as well. While this is a great feature I still find it strange that I have to install a 3rd party app (beadm) to get FreeBSD core functionality (BE) . Why not make it part of the OS? From owner-freebsd-stable@freebsd.org Tue Mar 8 09:53:40 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26778AC71EF for ; Tue, 8 Mar 2016 09:53:40 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DED19958 for ; Tue, 8 Mar 2016 09:53:39 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adEKg-0000rg-99; Tue, 08 Mar 2016 10:53:38 +0100 Date: Tue, 8 Mar 2016 10:53:38 +0100 From: Kurt Jaeger To: Matthias Gamsjager Cc: freebsd-stable Subject: Re: Skylake Loader Performance 10.3-BETA3 Message-ID: <20160308095338.GG35640@home.opsec.eu> References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> <56DDB93F.8050705@multiplay.co.uk> <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 09:53:40 -0000 Hi! > > Its worth noting you can also select BEs from beastie now as well. > While this is a great feature I still find it strange that I have to > install a 3rd party app (beadm) to get FreeBSD core functionality (BE) . > Why not make it part of the OS? Similar to pkg: Because the update-cycles for ports are faster than for the base system. And because the packaged base system is 'just around the corner', it's supposed to come with 11.0 RELEASE, the lines between the two parts will blurr, soon. -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-stable@freebsd.org Tue Mar 8 10:40:09 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 261C2AC7A6D for ; Tue, 8 Mar 2016 10:40:09 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B272DC90 for ; Tue, 8 Mar 2016 10:40:08 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id l68so21503797wml.1 for ; Tue, 08 Mar 2016 02:40:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=ezrt8NPEJLW5hfORb/O434gScz8CrI/k5HWrNYlTUOc=; b=I4S8DNEWQkp3EXXZ4fVH9lvzvebfSjapDv9CjM7uiTAGXcjQjx1CJAC+TtsSN8Wz8/ l2FRUqVuZJCK6ymId8Ap6TY1lhQEA5g+3wYZRKA5K4OsMzr9kZ73FFTSnRhr1BPfQrIk B1s7pbyoLslFj67zD8Vzege7Co1HV89qJRRt1kdZcScya49TIP7bVfG7JRft2lJA3Q3/ 2nGLFQgql5868pbz31nPYcWvHFVr+haL7s64LK6CNIEjauKVKkBEYEMyJqSPuxkI2ffw aSsntmJjDDSFFE0UGJ2w+Nw04kXeqC21h356s5tlLcsXrvHX3+D8DLpSHA/wqwwqua4A axhA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=ezrt8NPEJLW5hfORb/O434gScz8CrI/k5HWrNYlTUOc=; b=Aj8dMVa3q6Iv0Z+Y/6Sfs1S+pCT5aJS6l79z3q8Rgi+2PuvsjsLnygeHlfajzVYNRa 6U/SZCdd0xZ+FuJNZ4R/90g2QgsAX6FZ+6r2BnGLUI7wnvdnCBeJaveVW32oVUYr6F0J FF2orw2xNB3LqbOcimB7RSYYqCeg9bXu6A38PzhfnFMXW3p6IR/JEM5vKw08Va1OYdy4 10ptkC4F7LtKPkpmsRFPzpAbVpFxEQXAJyXtcbUGk6VbfnCgHNqVk9/nKFfoqvCNJJ69 478+5hl6VqGBnoTP+XGS1YhU2a8szgZtj2OiM/QIWY14y95I1hoGlBtZxzC7jujmjYzu C1Tg== X-Gm-Message-State: AD7BkJLhsaXxbfEF1WgosWmu9vJskN3bhpQugAFOkY5Ovr3KwwL7SyB1EIBGiB1F8Qnd1mWxvwBmdtSZGwqS/w== MIME-Version: 1.0 X-Received: by 10.28.12.80 with SMTP id 77mr18196590wmm.19.1457433607056; Tue, 08 Mar 2016 02:40:07 -0800 (PST) Received: by 10.28.31.77 with HTTP; Tue, 8 Mar 2016 02:40:06 -0800 (PST) In-Reply-To: References: <36DF1C06-91F5-41A6-AEF7-173453083FC9@sundivenetworks.com> <56DDB93F.8050705@multiplay.co.uk> <832b3346ebcbf0eef4045061ca53e1f7@sundivenetworks.com> Date: Tue, 8 Mar 2016 10:40:06 +0000 Message-ID: Subject: Re: Skylake Loader Performance 10.3-BETA3 From: krad To: Matthias Gamsjager Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 10:40:09 -0000 Im not aware of any requirement to install beadm. As long as you put stuff in the /ROOT/benam format beastie will pick it up. You are free to manually clone and promote your datasets etc, its just miles easier to use beadm On 8 March 2016 at 09:46, Matthias Gamsjager wrote: > On Tue, Mar 8, 2016 at 9:17 AM, krad wrote: > > > Its worth noting you can also select BEs from beastie now as well. > > > > While this is a great feature I still find it strange that I have to > install a 3rd party app (beadm) to get FreeBSD core functionality (BE) . > Why not make it part of the OS? > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Tue Mar 8 12:46:02 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA05DAC7031 for ; Tue, 8 Mar 2016 12:46:02 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C4500D60 for ; Tue, 8 Mar 2016 12:46:02 +0000 (UTC) (envelope-from mike@sentex.net) Received: by mailman.ysv.freebsd.org (Postfix) id BFD12AC7030; Tue, 8 Mar 2016 12:46:02 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF6D4AC702F for ; Tue, 8 Mar 2016 12:46:02 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [IPv6:2607:f3e0:80:80::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 903FDD5F; Tue, 8 Mar 2016 12:46:02 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (lava.sentex.ca [IPv6:2607:f3e0:0:5::11]) by smarthost2.sentex.ca (8.15.2/8.15.2) with ESMTPS id u28Ck0vc074168 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Mar 2016 07:46:00 -0500 (EST) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:5c30:ed1b:e203:c55c] ([IPv6:2607:f3e0:0:4:5c30:ed1b:e203:c55c]) by lava.sentex.ca (8.14.9/8.14.9) with ESMTP id u28Cjxgp029232; Tue, 8 Mar 2016 07:45:59 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man To: Xin LI , src-committers@freebsd.org, "stable@freebsd.org" References: <201603071618.u27GI736079901@repo.freebsd.org> From: Mike Tancsa Organization: Sentex Communications Message-ID: <56DEC973.5000106@sentex.net> Date: Tue, 8 Mar 2016 07:45:39 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201603071618.u27GI736079901@repo.freebsd.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 12:46:02 -0000 Hi, I tried on 2 separate boxes, and sshd segfaults when this rev is applied ---Mike On 3/7/2016 11:18 AM, Xin LI wrote: > Author: delphij > Date: Mon Mar 7 16:18:07 2016 > New Revision: 296462 > URL: https://svnweb.freebsd.org/changeset/base/296462 > > Log: > Fix multiple OpenSSL vulnerabilities as published in > OpenSSL advisory on 2016/03/01: > > constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF. > [CVE-2016-0702, upstream d6482a8. 5ea08bd, d6d422e, > 8fc8f48 317be63 skipped intentionally as we are not > using the code on FreeBSD. Backport done by jkim@. > > Fix memory issues in BIO_*printf functions. > [CVE-2016-0799, upstream d889682, a801bf2]. > > Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption. > [CVE-2016-0797, upstream 8f65132]. > > Disable SSLv2 in default negotiation and weak ciphers. > [CVE-2016-0800 "DROWN", upstream 56f1acf5]. Note that > support of SSLv2 is not removed in order to preserve > ABI compatibility, and application may still explicitly > ask for vulnerable protocol or ciphers. > > In collaboration with: jkim -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ From owner-freebsd-stable@freebsd.org Tue Mar 8 14:01:02 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5596CAC7C2C for ; Tue, 8 Mar 2016 14:01:02 +0000 (UTC) (envelope-from admin@www.doska.ru) Received: from vm9851.vps.agava.net (vm9851.vps.agava.net [IPv6:2a03:4900:2:653::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0009DDD for ; Tue, 8 Mar 2016 14:01:01 +0000 (UTC) (envelope-from admin@www.doska.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=www.doska.ru; s=dkim; h=Sender:Content-Transfer-Encoding:Content-Type:MIME-Version:Date:Subject:To:From:Message-ID; bh=1YZeenoZ3LBRs1AbU1L7t9G/OS23edFf/HEzS5Q0BCQ=; b=R1KcUzk7qdwHK5XWEO/IBtu5mAoGWzRzUl2s2t+ggvtzd/iom/eYZKCKdmn14MFxtdcQuaxRWsdstCSLqdgODJgyX9+kRMLPNEuGqRMmmcbjb/QYYubYDMUvfPUJm3zEyHlWVaZBPlniPb8r3/6j83Vd7mN10WNmaMqjktfZjMA=; Received: by vm9851.vps.agava.net with esmtpa (Exim 4.72) id 1adIC3-000753-He; Tue, 08 Mar 2016 17:00:59 +0300 Message-ID: From: "admin" <349599@ukr.net> To: Subject: =?windows-1251?B?3evl6vLw7u3t++Ug4ejn7eXxIPHv8ODi7vft?= =?windows-1251?B?6OroIOgg4eDn+yDk4O3t+/U=?= Date: Tue, 8 Mar 2016 16:03:23 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Sender: admin@www.doska.ru MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 14:01:02 -0000 From owner-freebsd-stable@freebsd.org Tue Mar 8 15:00:31 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8252FAC7E40 for ; Tue, 8 Mar 2016 15:00:31 +0000 (UTC) (envelope-from admin@infosliv.club) Received: from vm9850.vps.agava.net (vm9850.vps.agava.net [80.78.243.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2BCDF2B2 for ; Tue, 8 Mar 2016 15:00:31 +0000 (UTC) (envelope-from admin@infosliv.club) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infosliv.club; s=dkim; h=Sender:Content-Type:MIME-Version:Date:Subject:To:From:Message-ID; bh=ofGnaQIBJFDPOMQyHcNgmt4OUgrqK/Nxag7FuX5flQE=; b=Hf4Bsn4VndwQ8Jp64hcNnKFzJMZigFhEYyshl7mNfvOUvq8xIo0yxJneoazTgbk+5yehNdosJTQ5yUPac3GDNE7RGOpUV7ZjewGq48KOCdLUNvQAm+gvSN+VgkhcPMGOPOhmPH2Sx7U+rExmsJjvfr3RCbNCaHE0mJZUOJKrIRo=; Received: by vm9850.vps.agava.net with esmtpa (Exim 4.72) id 1adJ6b-0007nl-R5; Tue, 08 Mar 2016 17:59:26 +0300 Message-ID: From: "admin" <932082@ukr.net> To: Subject: =?windows-1251?B?0OXq6+Ds4CDC4Pjl4+4g4ejn7eXx4CDo6+gg?= =?windows-1251?B?8/Hr8+Mg7+4g4+7w7uTg7CDT6vDg6O37?= Date: Tue, 8 Mar 2016 17:01:49 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Sender: admin@infosliv.club Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 15:00:31 -0000 =C7=E4=F0=E0=E2=F1=F2=E2=F3=E9=F2=E5! =CF=F0=E5=E4=EB=E0=E3=E0=E5=EC =F3=F1=EB=F3=E3=E8 =EF=EE =E4=EE=F1=F2=E0=E2= =EA=E5 =FD=EB=E5=EA=F2=F0=EE=ED=ED=EE=E9 =EF=EE=F7=F2=FB =EF=EE =EE=E1=EB= =E0=F1=F2=ED=FB=EC =E3=EE=F0=EE=E4=E0=EC =D3=EA=F0=E0=E8=ED=FB. =CA=EE=EB=E8=F7=E5=F1=F2=E2=E0 =E0=E4=F0=E5=F1=E0=F2=EE=E2 =EC=EE=E3=F3=F2= =EE=F2=EB=E8=F7=E0=F2=F1=FF =EE=F2 =F3=EA=E0=E7=E0=ED=ED=FB=F5 =E2 =F2=E0= =E1=EB=E8=F6=E5 =E2 =E7=E0=E2=E8=F1=E8=EC=EE=F1=F2=E8 =EE=F2 =EE=E1=ED=EE= =E2=EB=E5=ED=E8=E9, =EF=F0=E8 =EA=E0=E6=E4=EE=EC =E7=E0=E1=F0=EE=F8=E5=ED=ED=FB=E5 =FF=F9=E8=EA= =E8 =F3=E4=E0=EB=FF=FE=F2=F1=FF =E8 =E4=EE=E1=E0=E2=EB=FF=FE=F2=F1=FF =ED= =EE=E2=FB=E5. =D2=E0=EA =E6=E5 =EF=F0=EE=E2=EE=E4=E8=EC =F0=E0=F1=F1=FB=EB=EA=E8 =EF=EE= =F1=F2=F0=E0=ED=E0=EC =D1=CD=C3 =E8 =E7=E0=F0=F3=E1=E5=E6=FC=FF (=EA=EE=EB= =E8=F7=E5=F1=F2=E2=EE =E8 =F1=F2=EE=E8=EC=EE=F1=F2=FC =F3=F2=EE=F7=ED=FF=E9= =F2=E5). =CD=E0=F1=E5=EB=E5=ED=ED=FB=E9 =EF=F3=ED=EA=F2 =CA=EE=EB=E8=F7=E5=F1=F2=E2= =EE\=F1=F2=EE=E8=EC=EE=F1=F2=FC=CE=E1=EB=E0=F1=F2=FC =CA=EE=EB=E8=F7=E5=F1= =F2=E2=EE\=F1=F2=EE=E8=EC=EE=F1=F2=FC =C2=C8=CD=CD=C8=D6=C089426 - 250 =E3=F0=ED.=C2=E8=ED=ED=E8=F6=EA=E0=FF =EE= =E1=EB=E0=F1=F2=FC125375 - 350 =E3=F0=ED =C4=CD=C5=CF=D0=CE=CF=C5=D2=D0=CE=C2=D1=CA140749 - 350 =E3=F0=ED=C4=ED=E5= =EF=F0=EE=EF=E5=F2=F0=EE=E2=F1=EA=E0=FF =EE=E1=EB=E0=F1=F2=FC210648 - 400= =E3=F0=ED =C4=CE=CD=C5=D6=CA115478 - 300 =E3=F0=ED=C4=EE=ED=E5=F6=EA=E0=FF =EE=E1=EB= =E0=F1=F2=FC197473 - 400 =E3=F0=ED =C6=C8=D2=CE=CC=C8=D086264 - 250 =E3=F0=ED=C6=E8=F2=EE=EC=E8=F0=F1=EA=E0=FF= =EE=E1=EB=E0=F1=F2=FC135276 - 350 =E3=F0=ED =C7=C0=CF=CE=D0=CE=C6=DC=C568395 - 200 =E3=F0=ED=C7=E0=EF=EE=F0=EE=E6=F1=EA= =E0=FF =EE=E1=EB=E0=F1=F2=FC97356 - 300 =E3=F0=ED =C8=C2=C0=CD=CE-=D4=D0=C0=CD=CA=CE=C2=D1=CA59367 - 200 =E3=F0=ED=C8=E2=E0= =ED=EE-=D4=F0=E0=ED=EA=EE=E2=F1=EA=E0=FF =EE=E1=EB=E0=F1=F2=FC86467 - 250= =E3=F0=ED =CA=C8=C5=C2 (=F4=E8=E7 =EB=E8=F6=E0)635286 - 550 =E3=F0=ED=CA=E8=E5=E2=F1= =EA=E0=FF =EE=E1=EB=E0=F1=F2=FC974164 - 650 =E3=F0=ED =CA=C8=C5=C2 (=EF=F0=E5=E4=EF=F0=E8=FF=F2=E8=FF)34286 - 200 =E3=F0=ED=CA=E8= =E5=E2=F1=EA=E0=FF =EE=E1=EB=E0=F1=F2=FC51639 - 300 =E3=F0=ED =CA=C8=D0=CE=C2=CE=C3=D0=C0=C456934 - 200 =E3=F0=ED=CA=E8=F0=EE=E2=EE=E3=F0= =E0=E4=F1=EA=E0=FF =EE=E1=EB=E0=F1=F2=FC79364 - 250 =E3=F0=ED =CB=D3=C3=C0=CD=D1=CA67385 - 250 =E3=F0=ED=CB=F3=E3=E0=ED=F1=EA=E0=FF =EE= =E1=EB=E0=F1=F2=FC91454 - 300 =E3=F0=ED =CB=D3=D6=CA48367 - 200 =E3=F0=ED=C2=EE=EB=FB=ED=F1=EA=E0=FF =EE=E1=EB=E0= =F1=F2=FC78539 - 250 =E3=F0=ED =CB=DC=C2=CE=C282629 - 250 =E3=F0=ED=CB=FC=E2=EE=E2=F1=EA=E0=FF =EE=E1=EB= =E0=F1=F2=FC126492 - 350 =E3=F0=ED =CD=C8=CA=CE=CB=C0=C5=C251537 - 250 =E3=F0=ED=CD=E8=EA=EE=EB=E0=E5=E2=F1=EA= =E0=FF =EE=E1=EB=E0=F1=F2=FC94175 - 300 =E3=F0=ED =CE=C4=C5=D1=D1=C0126385 - 350 =E3=F0=ED=CE=E4=E5=F1=F1=EA=E0=FF =EE=E1=EB= =E0=F1=F2=FC185473 - 400 =E3=F0=ED =CF=CE=CB=D2=C0=C2=C042856 - 200 =E3=F0=ED=CF=EE=EB=F2=E0=E2=F1=EA=E0=FF = =EE=E1=EB=E0=F1=F2=FC74275 - 250 =E3=F0=ED =D0=CE=C2=CD=CE75385 - 250 =E3=F0=ED=D0=EE=E2=E5=ED=F1=EA=E0=FF =EE=E1=EB= =E0=F1=F2=FC102658 - 300 =E3=F0=ED =D1=C5=C2=C0=D1=D2=CE=CF=CE=CB=DC54285 - 200 =E3=F0=ED=CA=F0=FB=EC97462 -= 300 =E3=F0=ED =D1=C8=CC=D4=C5=D0=CE=CF=CE=CB=DC45286 - 200 =E3=F0=ED=CA=F0=FB=EC97462 -= 300 =E3=F0=ED =D1=D3=CC=DB58356 - 200 =E3=F0=ED=D1=F3=EC=F1=EA=E0=FF =EE=E1=EB=E0=F1=F2= =FC89462 - 300 =E3=F0=ED =D2=C5=D0=CD=CE=CF=CE=CB=DC39271 - 200 =E3=F0=ED=D2=E5=F0=ED=EE=EF=EE=EB=FC= =F1=EA=E0=FF =EE=E1=EB=E0=F1=F2=FC69357 - 250 =E3=F0=ED =D3=C6=C3=CE=D0=CE=C447173 - 200 =E3=F0=ED=C7=E0=EA=E0=F0=EF=E0=F2=F1=EA=E0= =FF =EE=E1=EB=E0=F1=F2=FC72591 - 250 =E3=F0=ED =D5=C0=D0=DC=CA=CE=C2147286 - 350 =E3=F0=ED=D5=E0=F0=FC=EA=EE=E2=F1=EA=E0= =FF =EE=E1=EB=E0=F1=F2=FC205375 - 400 =E3=F0=ED =D5=C5=D0=D1=CE=CD97290 - 300 =E3=F0=ED=D5=E5=F0=F1=EE=ED=F1=EA=E0=FF =EE= =E1=EB=E0=F1=F2=FC121759 - 350 =E3=F0=ED =D5=CC=C5=CB=DC=CD=C8=D6=CA=C8=C984677 - 250 =E3=F0=ED=D5=EC=E5=EB=FC=ED=E8= =F6=EA=E0=FF =EE=E1=EB=E0=F1=F2=FC110475 - 300 =E3=F0=ED =D7=C5=D0=CA=C0=D1=D1=DB45289 - 200 =E3=F0=ED=D7=E5=F0=EA=E0=F1=F1=EA=E0=FF= =EE=E1=EB=E0=F1=F2=FC71492 - 250 =E3=F0=ED =D7=C5=D0=CD=C8=C3=CE=C268438 - 250 =E3=F0=ED=D7=E5=F0=ED=E8=E3=EE=E2=F1=EA= =E0=FF =EE=E1=EB=E0=F1=F2=FC84296 - 300 =E3=F0=ED =D7=C5=D0=CD=CE=C2=D6=DB44287 - 200 =E3=F0=ED=D7=E5=F0=ED=EE=E2=E8=F6=EA=E0= =FF =EE=E1=EB=E0=F1=F2=FC61731 - 250 =E3=F0=ED =D0=E0=F1=F1=FB=EB=EA=E0 =EF=EE =E2=F1=E5=E9 =E1=E0=E7=E5 =D3=EA=F0=E0=E8= =ED=FB =F1=F2=EE=E8=F2 13OO =E3=F0=ED. =CE=E1=F0=E0=F9=E0=E5=EC =C2=E0=F8=E5 =E2=ED=E8=EC=E0=ED=E8=E5 - =EC=E0=EA= =E5=F2=FB =F1=EE=E4=E5=F0=E6=E0=F9=E8=E5 =EF=EE=F0=ED=EE, =E0=E3=E8=F2=E8= =F0=F3=FE=F9=E8=E5 =EA =ED=E0=F1=E8=EB=E8=FE =E8 =EF=F0=EE=F2=E8=E2=EE=F0=E5=F7=E0=F9=E8=E5 =E4=E5=E9=F1=F2=E2=F3=FE=F9=E5= =EC=F3 =E7=E0=EA=EE=ED=EE=E4=E0=F2=E5=EB=FC=F1=F2=E2=F3 =D3=EA=F0=E0=E8=ED= =FB, =EA =F0=E0=F1=F1=FB=EB=EA=E5 =ED=E5 =EF=F0=E8=ED=E8=EC=E0=FE=F2=F1=FF= . =D2=E0=EA =E6=E5 =EF=F0=E5=E4=EB=E0=E3=E0=E5=EC =F0=E0=E7=EB=E8=F7=ED=FB=E5= =E1=E0=E7=FB =E4=E0=ED=ED=FB=F5 =E8 =F1=EF=F0=E0=E2=EE=F7=ED=E8=EA=E8, =EF= =F0=E0=E9=F1 =E2=FB=F1=FB=EB=E0=E5=EC =EF=EE =E7=E0=EF=F0=EE=F1=F3. =C2=CD=C8=CC=C0=CD=C8=C5! =CF=C8=D8=C8=D2=C5 =D2=CE=CB=DC=CA=CE =CD=C0 =D3= =CA=C0=C7=C0=CD=CD=DB=C9 =CD=C8=C6=C5 =C5=CC=C0=C8=CB =C0=C4=D0=C5=D1 =C8= =CB=C8 =C7=C2=CE=CD=C8=D2=C5 =CF=CE =D2=C5=CB=C5=D4=CE=CD=D3. =20 --- =D1 =F3=E2=E0=E6=E5=ED=E8=E5=EC =EE=F2=E4=E5=EB =F0=E5=EA=EB=E0=EC=FB =C2=EB=E0=E4=E8=EC=E8=F0 =C2=E8=EA=F2= =EE=F0=EE=E2=E8=F7 =F2=E5=EB: + 38063-637-4525 =F2=E5=F5=ED=E8=F7=E5=F1=EA=E8=E5 =E2=EE=EF=F0=EE=F1=FB =D1=E5=F0=E3=E5=E9= =C2=E0=EB=E5=F0=FC=E5=E2=E8=F7 =F2=E5=EB: + 38093-85599-27 mail: 932082@ukr.net skype: djinodjino74 icq: 653350891 =CE=D2=CF=C8=D1=C0=D2=DC=D1=DF =CE=D2 =D0=C0=D1=D1=DB=CB=CA=C8=CF=CE=C6= =C0=CB=CE=C2=C0=D2=DC=D1=DF =CD=C0 =D1=CF=C0=CC From owner-freebsd-stable@freebsd.org Tue Mar 8 18:07:51 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1FFC7AC320A for ; Tue, 8 Mar 2016 18:07:51 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4B58765 for ; Tue, 8 Mar 2016 18:07:50 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adM2s-000Jhf-Bf; Tue, 08 Mar 2016 21:07:46 +0300 Date: Tue, 8 Mar 2016 21:07:46 +0300 From: Slawa Olhovchenkov To: Scott Long Cc: freebsd-stable@freebsd.org Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160308180746.GE70809@zxy.spb.ru> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> <20160307111012.GL11654@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20160307111012.GL11654@zxy.spb.ru> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 18:07:51 -0000 On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: > > >>> This allocated one for all controllers, or allocated for every controller? > > >> > > >> It’s per-controller. > > >> > > >> I’ve thought about making the tuning be dynamic at runtime. I > > >> implemented similar dynamic tuning for other drivers, but it seemed > > >> overly complex for low benefit. Implementing it for this driver > > >> would be possible but require some significant code changes. > > > > > > What cause of chain_free+io_cmds_active << max_chains? > > > One cmd can use many chains? > > > > Yes. A request uses and active command, and depending on the size of the I/O, > > it might use several chain frames. I am play with max_chains and like significant cost of handling max_chains: with 8192 system resonded badly vs 2048. Now try 3192, response like with 2048. From owner-freebsd-stable@freebsd.org Tue Mar 8 18:13:29 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60A64AC385A for ; Tue, 8 Mar 2016 18:13:29 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 4B52F68B for ; Tue, 8 Mar 2016 18:13:29 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: by mailman.ysv.freebsd.org (Postfix) id 49EA0AC3858; Tue, 8 Mar 2016 18:13:29 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FBDCAC3857 for ; Tue, 8 Mar 2016 18:13:29 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [IPv6:2607:f3e0:0:1::12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E6F7868A; Tue, 8 Mar 2016 18:13:28 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: from vinyl4.sentex.ca ([IPv6:2607:f3e0:0:1::17]) by smarthost1.sentex.ca (8.15.2/8.15.2) with ESMTPS id u28IDRum035684 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 8 Mar 2016 13:13:27 -0500 (EST) (envelope-from cgreen@sentex.net) Received: from [192.168.42.176] (pyroxene.sentex.ca [199.212.134.18]) (authenticated bits=0) by vinyl4.sentex.ca (8.15.2/8.15.2) with ESMTPSA id u28IDR52041356 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 8 Mar 2016 13:13:27 -0500 (EST) (envelope-from cgreen@sentex.net) Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man To: Xin LI , src-committers@freebsd.org, "stable@freebsd.org" References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> From: Craig Green Message-ID: <56DF1654.7010308@sentex.net> Date: Tue, 8 Mar 2016 13:13:40 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56DEC973.5000106@sentex.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.78 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 18:13:29 -0000 On 2016-03-08 7:45 AM, Mike Tancsa wrote: > Hi, > I tried on 2 separate boxes, and sshd segfaults when this rev is applied > > ---Mike Just adding some debug logs showing a couple places where sshd exited. Encryption algorithm, kex and hmac didn't seem to matter. Craig. ------ Mar 7 16:59:53 smtp1 sshd[40348]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8 Mar 7 16:59:53 smtp1 sshd[40348]: debug1: inetd sockets after dupping: 3, 3 Mar 7 16:59:53 smtp1 sshd[40348]: debug1: res_init() Mar 7 16:59:53 smtp1 sshd[40348]: debug1: HPN Disabled: 0, HPN Buffer Size: 65536 Mar 7 16:59:53 smtp1 sshd[40348]: debug1: Client protocol version 2.0; client software version SecureCRT_6.6.1 (x64 build 289) SecureCRT Mar 7 16:59:53 smtp1 sshd[40348]: debug1: no match: SecureCRT_6.6.1 (x64 build 289) SecureCRT Mar 7 16:59:53 smtp1 sshd[40348]: debug1: Enabling compatibility mode for protocol 2.0 Mar 7 16:59:53 smtp1 sshd[40348]: debug1: Local version string SSH-2.0-OpenSSH_6.6.1_hpn13v11 FreeBSD-20140420 Mar 7 16:59:53 smtp1 sshd[40348]: debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 Mar 7 16:59:53 smtp1 sshd[40348]: debug1: SSH2_MSG_KEXINIT sent Mar 7 16:59:53 smtp1 sshd[40348]: debug1: SSH2_MSG_KEXINIT received Mar 7 16:59:53 smtp1 sshd[40348]: debug1: kex: client->server aes256-ctr hmac-sha1 none Mar 7 16:59:53 smtp1 sshd[40348]: debug1: kex: server->client aes256-ctr hmac-sha1 none Mar 7 16:59:53 smtp1 kernel: pid 40348 (sshd), uid 0: exited on signal 11 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: inetd sockets after dupping: 3, 3 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: res_init() Mar 7 17:01:39 smtp1 sshd[46204]: debug1: HPN Disabled: 0, HPN Buffer Size: 65536 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: Client protocol version 2.0; client software version OpenSSH_6.1_hpn13v11 FreeBSD-20120901 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: match: OpenSSH_6.1_hpn13v11 FreeBSD-20120901 pat OpenSSH* compat 0x04000000 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: Enabling compatibility mode for protocol 2.0 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: Local version string SSH-2.0-OpenSSH_6.6.1_hpn13v11 FreeBSD-20140420 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 Mar 7 17:01:39 smtp1 sshd[46204]: debug1: SSH2_MSG_KEXINIT sent Mar 7 17:01:39 smtp1 sshd[46204]: debug1: SSH2_MSG_KEXINIT received Mar 7 17:01:39 smtp1 sshd[46204]: debug1: kex: client->server aes128-ctr hmac-md5 none Mar 7 17:01:39 smtp1 sshd[46204]: debug1: kex: server->client aes128-ctr hmac-md5 none Mar 7 17:01:39 smtp1 sshd[46204]: debug1: expecting SSH2_MSG_KEX_ECDH_INIT Mar 7 17:01:40 smtp1 kernel: pid 46204 (sshd), uid 0: exited on signal 11 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: inetd sockets after dupping: 3, 3 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: res_init() Mar 7 17:02:01 smtp1 sshd[47350]: debug1: HPN Disabled: 0, HPN Buffer Size: 65536 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: Client protocol version 2.0; client software version OpenSSH_6.1_hpn13v11 FreeBSD-20120901 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: match: OpenSSH_6.1_hpn13v11 FreeBSD-20120901 pat OpenSSH* compat 0x04000000 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: Enabling compatibility mode for protocol 2.0 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: Local version string SSH-2.0-OpenSSH_6.6.1_hpn13v11 FreeBSD-20140420 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 Mar 7 17:02:01 smtp1 sshd[47350]: debug1: SSH2_MSG_KEXINIT sent Mar 7 17:02:01 smtp1 sshd[47350]: debug1: SSH2_MSG_KEXINIT received Mar 7 17:02:01 smtp1 sshd[47350]: debug1: kex: client->server aes128-ctr hmac-md5 none Mar 7 17:02:01 smtp1 sshd[47350]: debug1: kex: server->client aes128-ctr hmac-md5 none Mar 7 17:02:01 smtp1 sshd[47350]: debug1: expecting SSH2_MSG_KEX_ECDH_INIT Mar 7 17:02:01 smtp1 kernel: pid 47350 (sshd), uid 0: exited on signal 11 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: rexec start in 5 out 5 newsock 5 pipe 7 sock 8 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: inetd sockets after dupping: 3, 3 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: res_init() Mar 7 18:52:36 smtp1 sshd[1127]: debug1: HPN Disabled: 0, HPN Buffer Size: 65536 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: Client protocol version 2.0; client software version PuTTY_Release_0.60 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: no match: PuTTY_Release_0.60 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: Enabling compatibility mode for protocol 2.0 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: Local version string SSH-2.0-OpenSSH_6.6.1_hpn13v11 FreeBSD-20140420 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: list_hostkey_types: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ssh-ed25519 Mar 7 18:52:36 smtp1 sshd[1127]: debug1: SSH2_MSG_KEXINIT sent Mar 7 18:52:36 smtp1 sshd[1127]: debug1: SSH2_MSG_KEXINIT received Mar 7 18:52:36 smtp1 sshd[1127]: debug1: kex: client->server aes256-ctr hmac-sha1 none Mar 7 18:52:36 smtp1 sshd[1127]: debug1: kex: server->client aes256-ctr hmac-sha1 none Mar 7 18:52:36 smtp1 sshd[1127]: debug1: SSH2_MSG_KEX_DH_GEX_REQUEST_OLD received Mar 7 18:52:36 smtp1 sshd[1127]: debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent Mar 7 18:52:36 smtp1 kernel: pid 1127 (sshd), uid 0: exited on signal 11 From owner-freebsd-stable@freebsd.org Tue Mar 8 18:34:32 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FC1AAC74B2 for ; Tue, 8 Mar 2016 18:34:32 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from mail.samsco.org (suzy.samsco.org [168.103.85.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D473D6A for ; Tue, 8 Mar 2016 18:34:30 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from localhost (localhost [192.168.254.3]) by mail.samsco.org (Postfix) with ESMTP id 7E15415C1867E; Tue, 8 Mar 2016 18:36:19 +0000 (UTC) Received: from mail.samsco.org ([192.168.254.3]) by localhost (mail.samsco.org [192.168.254.3]) (maiad, port 10024) with ESMTP id 10538-04; Tue, 8 Mar 2016 18:36:19 +0000 (UTC) Received: from [192.168.1.85] (access-63-249-67-150.static.cruzio.com [63.249.67.150]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: scottl@samsco.org) by mail.samsco.org (Postfix) with ESMTPSA id 0B7F715C1867C; Tue, 8 Mar 2016 18:36:18 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. From: Scott Long In-Reply-To: <20160308180746.GE70809@zxy.spb.ru> Date: Tue, 8 Mar 2016 10:34:23 -0800 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <6189E959-3489-438E-8D91-9E5E46E2D482@samsco.org> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> <20160307111012.GL11654@zxy.spb.ru> <20160308180746.GE70809@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 18:34:32 -0000 > On Mar 8, 2016, at 10:07 AM, Slawa Olhovchenkov = wrote: >=20 > On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: >=20 >>>>>> This allocated one for all controllers, or allocated for every = controller? >>>>>=20 >>>>> It=E2=80=99s per-controller. >>>>>=20 >>>>> I=E2=80=99ve thought about making the tuning be dynamic at = runtime. I >>>>> implemented similar dynamic tuning for other drivers, but it = seemed >>>>> overly complex for low benefit. Implementing it for this driver >>>>> would be possible but require some significant code changes. >>>>=20 >>>> What cause of chain_free+io_cmds_active << max_chains? >>>> One cmd can use many chains? >>>=20 >>> Yes. A request uses and active command, and depending on the size = of the I/O, >>> it might use several chain frames. >=20 > I am play with max_chains and like significant cost of handling > max_chains: with 8192 system resonded badly vs 2048. Now try 3192, > response like with 2048. Hi, I=E2=80=99m not sure I understand what you=E2=80=99re saying. You = said that you tried 8192, but the system still complained of being out = of chain frames? Now you are trying fewer, only 3192? Thanks, Scott From owner-freebsd-stable@freebsd.org Tue Mar 8 18:48:27 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F18FAAC7AA3 for ; Tue, 8 Mar 2016 18:48:27 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A6AB6CA0 for ; Tue, 8 Mar 2016 18:48:27 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adMgB-000KdX-2s; Tue, 08 Mar 2016 21:48:23 +0300 Date: Tue, 8 Mar 2016 21:48:23 +0300 From: Slawa Olhovchenkov To: Scott Long Cc: freebsd-stable@freebsd.org Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160308184823.GF70809@zxy.spb.ru> References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> <20160307111012.GL11654@zxy.spb.ru> <20160308180746.GE70809@zxy.spb.ru> <6189E959-3489-438E-8D91-9E5E46E2D482@samsco.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6189E959-3489-438E-8D91-9E5E46E2D482@samsco.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 18:48:28 -0000 On Tue, Mar 08, 2016 at 10:34:23AM -0800, Scott Long wrote: > > > On Mar 8, 2016, at 10:07 AM, Slawa Olhovchenkov wrote: > > > > On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: > > > >>>>>> This allocated one for all controllers, or allocated for every controller? > >>>>> > >>>>> It’s per-controller. > >>>>> > >>>>> I’ve thought about making the tuning be dynamic at runtime. I > >>>>> implemented similar dynamic tuning for other drivers, but it seemed > >>>>> overly complex for low benefit. Implementing it for this driver > >>>>> would be possible but require some significant code changes. > >>>> > >>>> What cause of chain_free+io_cmds_active << max_chains? > >>>> One cmd can use many chains? > >>> > >>> Yes. A request uses and active command, and depending on the size of the I/O, > >>> it might use several chain frames. > > > > I am play with max_chains and like significant cost of handling > > max_chains: with 8192 system resonded badly vs 2048. Now try 3192, > > response like with 2048. > > Hi, I’m not sure I understand what you’re saying. You said that you tried 8192, but the system still complained of being out of chain frames? Now you are trying fewer, only 3192? With 8192 system not complained of being out of chain frames, but like need more CPU power to handle this chain list -- traffic graf (this host servered HTTP by nginx) have many "jerking", with 3192 traffic graf is more smooth. From owner-freebsd-stable@freebsd.org Tue Mar 8 18:56:43 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B524AC80FA for ; Tue, 8 Mar 2016 18:56:43 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from mail.samsco.org (suzy.samsco.org [168.103.85.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB48710D0 for ; Tue, 8 Mar 2016 18:56:42 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from localhost (localhost [192.168.254.3]) by mail.samsco.org (Postfix) with ESMTP id DF5BC15C1867E; Tue, 8 Mar 2016 18:58:36 +0000 (UTC) Received: from mail.samsco.org ([192.168.254.3]) by localhost (mail.samsco.org [192.168.254.3]) (maiad, port 10024) with ESMTP id 10538-08; Tue, 8 Mar 2016 18:58:36 +0000 (UTC) Received: from [192.168.1.85] (access-63-249-67-150.static.cruzio.com [63.249.67.150]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: scottl@samsco.org) by mail.samsco.org (Postfix) with ESMTPSA id 6D80315C1867C; Tue, 8 Mar 2016 18:58:36 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. From: Scott Long In-Reply-To: <20160308184823.GF70809@zxy.spb.ru> Date: Tue, 8 Mar 2016 10:56:39 -0800 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160306194555.GC94639@zxy.spb.ru> <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> <20160307111012.GL11654@zxy.spb.ru> <20160308180746.GE70809@zxy.spb.ru> <6189E959-3489-438E-8D91-9E5E46E2D482@samsco.org> <20160308184823.GF70809@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 18:56:43 -0000 > On Mar 8, 2016, at 10:48 AM, Slawa Olhovchenkov = wrote: >=20 > On Tue, Mar 08, 2016 at 10:34:23AM -0800, Scott Long wrote: >=20 >>=20 >>> On Mar 8, 2016, at 10:07 AM, Slawa Olhovchenkov = wrote: >>>=20 >>> On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: >>>=20 >>>>>>>> This allocated one for all controllers, or allocated for every = controller? >>>>>>>=20 >>>>>>> It=E2=80=99s per-controller. >>>>>>>=20 >>>>>>> I=E2=80=99ve thought about making the tuning be dynamic at = runtime. I >>>>>>> implemented similar dynamic tuning for other drivers, but it = seemed >>>>>>> overly complex for low benefit. Implementing it for this driver >>>>>>> would be possible but require some significant code changes. >>>>>>=20 >>>>>> What cause of chain_free+io_cmds_active << max_chains? >>>>>> One cmd can use many chains? >>>>>=20 >>>>> Yes. A request uses and active command, and depending on the size = of the I/O, >>>>> it might use several chain frames. >>>=20 >>> I am play with max_chains and like significant cost of handling >>> max_chains: with 8192 system resonded badly vs 2048. Now try 3192, >>> response like with 2048. >>=20 >> Hi, I=E2=80=99m not sure I understand what you=E2=80=99re saying. = You said that you tried 8192, but the system still complained of being = out of chain frames? Now you are trying fewer, only 3192? >=20 > With 8192 system not complained of being out of chain frames, but like > need more CPU power to handle this chain list -- traffic graf (this > host servered HTTP by nginx) have many "jerking", with 3192 traffic > graf is more smooth. Hi, The CPU overhead of doing more chain frames is nil. They are just = objects in a list, and processing the list is O(1), not O(n). What you = are likely seeing is other problems with VM and VFS-BIO system = struggling to deal with the amount of I/O that you are doing. Depending = on what kind I/O you are doing (buffered filesystem reads/writes, memory = mapped I/O, unbuffered I/O) there are limits and high/low water marks on = how much I/O can be outstanding, and when the limits are reached = processes are put to sleep and then race back in when they are woken up. = This causes poor, oscillating system behavior. There=E2=80=99s some = tuning you can do to increase the limits, but yes, it=E2=80=99s a = problem that behaves poorly in an untuned system. Scott From owner-freebsd-stable@freebsd.org Tue Mar 8 19:02:08 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7F3DAC8361 for ; Tue, 8 Mar 2016 19:02:08 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BBA31458 for ; Tue, 8 Mar 2016 19:02:08 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1adMtR-000Kyb-4n; Tue, 08 Mar 2016 22:02:05 +0300 Date: Tue, 8 Mar 2016 22:02:05 +0300 From: Slawa Olhovchenkov To: Scott Long Cc: freebsd-stable@freebsd.org Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. Message-ID: <20160308190205.GG70809@zxy.spb.ru> References: <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> <20160307111012.GL11654@zxy.spb.ru> <20160308180746.GE70809@zxy.spb.ru> <6189E959-3489-438E-8D91-9E5E46E2D482@samsco.org> <20160308184823.GF70809@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 19:02:08 -0000 On Tue, Mar 08, 2016 at 10:56:39AM -0800, Scott Long wrote: > > > On Mar 8, 2016, at 10:48 AM, Slawa Olhovchenkov wrote: > > > > On Tue, Mar 08, 2016 at 10:34:23AM -0800, Scott Long wrote: > > > >> > >>> On Mar 8, 2016, at 10:07 AM, Slawa Olhovchenkov wrote: > >>> > >>> On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov wrote: > >>> > >>>>>>>> This allocated one for all controllers, or allocated for every controller? > >>>>>>> > >>>>>>> It’s per-controller. > >>>>>>> > >>>>>>> I’ve thought about making the tuning be dynamic at runtime. I > >>>>>>> implemented similar dynamic tuning for other drivers, but it seemed > >>>>>>> overly complex for low benefit. Implementing it for this driver > >>>>>>> would be possible but require some significant code changes. > >>>>>> > >>>>>> What cause of chain_free+io_cmds_active << max_chains? > >>>>>> One cmd can use many chains? > >>>>> > >>>>> Yes. A request uses and active command, and depending on the size of the I/O, > >>>>> it might use several chain frames. > >>> > >>> I am play with max_chains and like significant cost of handling > >>> max_chains: with 8192 system resonded badly vs 2048. Now try 3192, > >>> response like with 2048. > >> > >> Hi, I’m not sure I understand what you’re saying. You said that you tried 8192, but the system still complained of being out of chain frames? Now you are trying fewer, only 3192? > > > > With 8192 system not complained of being out of chain frames, but like > > need more CPU power to handle this chain list -- traffic graf (this > > host servered HTTP by nginx) have many "jerking", with 3192 traffic > > graf is more smooth. > > Hi, > > The CPU overhead of doing more chain frames is nil. They are just > objects in a list, and processing the list is O(1), not O(n). What > you are likely seeing is other problems with VM and VFS-BIO system > struggling to deal with the amount of I/O that you are doing. > Depending on what kind I/O you are doing (buffered filesystem > reads/writes, memory mapped I/O, unbuffered I/O) there are limits > and high/low water marks on how much I/O can be outstanding, and > when the limits are reached processes are put to sleep and then race > back in when they are woken up. This causes poor, oscillating > system behavior. There’s some tuning you can do to increase the > limits, but yes, it’s a problem that behaves poorly in an untuned > system. Sorry, I am don't understund you point: how to large unused chain frames can consume CPU power? From owner-freebsd-stable@freebsd.org Tue Mar 8 20:17:14 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A04BCAC7E0D for ; Tue, 8 Mar 2016 20:17:14 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (khavrinen.csail.mit.edu [IPv6:2001:470:8b2d:1e1c:21b:21ff:feb8:d7b0]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "khavrinen.csail.mit.edu", Issuer "Client CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D21F2F1 for ; Tue, 8 Mar 2016 20:17:14 +0000 (UTC) (envelope-from wollman@khavrinen.csail.mit.edu) Received: from khavrinen.csail.mit.edu (localhost [127.0.0.1]) by khavrinen.csail.mit.edu (8.14.9/8.14.9) with ESMTP id u28KHCT9081863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL CN=khavrinen.csail.mit.edu issuer=Client+20CA) for ; Tue, 8 Mar 2016 15:17:12 -0500 (EST) (envelope-from wollman@khavrinen.csail.mit.edu) Received: (from wollman@localhost) by khavrinen.csail.mit.edu (8.14.9/8.14.9/Submit) id u28KHB8A081862; Tue, 8 Mar 2016 15:17:11 -0500 (EST) (envelope-from wollman) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22239.13127.949472.929342@khavrinen.csail.mit.edu> Date: Tue, 8 Mar 2016 15:17:11 -0500 From: Garrett Wollman To: freebsd-stable@freebsd.org Subject: procstat -kk: Cannot allocate memory X-Mailer: VM 8.2.0b under 24.5.1 (amd64-portbld-freebsd9.3) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (khavrinen.csail.mit.edu [127.0.0.1]); Tue, 08 Mar 2016 15:17:12 -0500 (EST) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 20:17:14 -0000 Sometimes when running "procstat -kk", I get the following error: procstat: sysctl: kern.proc.pid: 1044: Cannot allocate memory What is the condition that causes this? Is there a static limit in procstat, or in the kernel, that needs to be increased? -GAWollman From owner-freebsd-stable@freebsd.org Tue Mar 8 20:29:27 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29E68AC8311 for ; Tue, 8 Mar 2016 20:29:27 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 15647DA3 for ; Tue, 8 Mar 2016 20:29:26 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 3D4AA56A6E; Tue, 8 Mar 2016 14:29:20 -0600 (CST) Subject: Re: procstat -kk: Cannot allocate memory To: Garrett Wollman , freebsd-stable@freebsd.org References: <22239.13127.949472.929342@khavrinen.csail.mit.edu> From: Eric van Gyzen Message-ID: <56DF361F.5010800@vangyzen.net> Date: Tue, 8 Mar 2016 14:29:19 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <22239.13127.949472.929342@khavrinen.csail.mit.edu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 20:29:27 -0000 On 03/08/2016 14:17, Garrett Wollman wrote: > Sometimes when running "procstat -kk", I get the following error: > > procstat: sysctl: kern.proc.pid: 1044: Cannot allocate memory > > What is the condition that causes this? Is there a static limit in > procstat, or in the kernel, that needs to be increased? "Cannot allocate memory" from sysctl usually means the requested data grew between the two calls to sysctl. In this case, perhaps there are more stack frames during the second call than during the first. libprocstat should probably allocate a little more memory than the first sysctl prescribed, in order to accommodate this growth. Eric From owner-freebsd-stable@freebsd.org Tue Mar 8 20:29:59 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AAC9AC8397 for ; Tue, 8 Mar 2016 20:29:59 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from mail.samsco.org (suzy.samsco.org [168.103.85.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3589BEAE for ; Tue, 8 Mar 2016 20:29:58 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from localhost (localhost [192.168.254.3]) by mail.samsco.org (Postfix) with ESMTP id EE63415C18683; Tue, 8 Mar 2016 20:31:52 +0000 (UTC) Received: from mail.samsco.org ([192.168.254.3]) by localhost (mail.samsco.org [192.168.254.3]) (maiad, port 10024) with ESMTP id 11403-08; Tue, 8 Mar 2016 20:31:52 +0000 (UTC) Received: from [100.127.144.27] (unknown [69.53.245.22]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: scottl@samsco.org) by mail.samsco.org (Postfix) with ESMTPSA id 98B0315C18682; Tue, 8 Mar 2016 20:31:52 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: kernel: mps0: Out of chain frames, consider increasing hw.mps.max_chains. From: Scott Long In-Reply-To: <20160308190205.GG70809@zxy.spb.ru> Date: Tue, 8 Mar 2016 12:29:56 -0800 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <0F0C78F4-6FE2-43BA-B503-AA04A79F2E70@samsco.org> <20160306212733.GJ11654@zxy.spb.ru> <20160307060407.GK11654@zxy.spb.ru> <5B8DD95A-9FA0-4E16-85A1-87B54035B3F7@samsco.org> <20160307111012.GL11654@zxy.spb.ru> <20160308180746.GE70809@zxy.spb.ru> <6189E959-3489-438E-8D91-9E5E46E2D482@samsco.org> <20160308184823.GF70809@zxy.spb.ru> <20160308190205.GG70809@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 20:29:59 -0000 > On Mar 8, 2016, at 11:02 AM, Slawa Olhovchenkov = wrote: >=20 > On Tue, Mar 08, 2016 at 10:56:39AM -0800, Scott Long wrote: >=20 >>=20 >>> On Mar 8, 2016, at 10:48 AM, Slawa Olhovchenkov = wrote: >>>=20 >>> On Tue, Mar 08, 2016 at 10:34:23AM -0800, Scott Long wrote: >>>=20 >>>>=20 >>>>> On Mar 8, 2016, at 10:07 AM, Slawa Olhovchenkov = wrote: >>>>>=20 >>>>> On Mon, Mar 07, 2016 at 02:10:12PM +0300, Slawa Olhovchenkov = wrote: >>>>>=20 >>>>>>>>>> This allocated one for all controllers, or allocated for = every controller? >>>>>>>>>=20 >>>>>>>>> It=E2=80=99s per-controller. >>>>>>>>>=20 >>>>>>>>> I=E2=80=99ve thought about making the tuning be dynamic at = runtime. I >>>>>>>>> implemented similar dynamic tuning for other drivers, but it = seemed >>>>>>>>> overly complex for low benefit. Implementing it for this = driver >>>>>>>>> would be possible but require some significant code changes. >>>>>>>>=20 >>>>>>>> What cause of chain_free+io_cmds_active << max_chains? >>>>>>>> One cmd can use many chains? >>>>>>>=20 >>>>>>> Yes. A request uses and active command, and depending on the = size of the I/O, >>>>>>> it might use several chain frames. >>>>>=20 >>>>> I am play with max_chains and like significant cost of handling >>>>> max_chains: with 8192 system resonded badly vs 2048. Now try 3192, >>>>> response like with 2048. >>>>=20 >>>> Hi, I=E2=80=99m not sure I understand what you=E2=80=99re saying. = You said that you tried 8192, but the system still complained of being = out of chain frames? Now you are trying fewer, only 3192? >>>=20 >>> With 8192 system not complained of being out of chain frames, but = like >>> need more CPU power to handle this chain list -- traffic graf (this >>> host servered HTTP by nginx) have many "jerking", with 3192 traffic >>> graf is more smooth. >>=20 >> Hi, >>=20 >> The CPU overhead of doing more chain frames is nil. They are just >> objects in a list, and processing the list is O(1), not O(n). What >> you are likely seeing is other problems with VM and VFS-BIO system >> struggling to deal with the amount of I/O that you are doing. >> Depending on what kind I/O you are doing (buffered filesystem >> reads/writes, memory mapped I/O, unbuffered I/O) there are limits >> and high/low water marks on how much I/O can be outstanding, and >> when the limits are reached processes are put to sleep and then race >> back in when they are woken up. This causes poor, oscillating >> system behavior. There=E2=80=99s some tuning you can do to increase = the >> limits, but yes, it=E2=80=99s a problem that behaves poorly in an = untuned >> system. >=20 > Sorry, I am don't understund you point: how to large unused chain > frames can consume CPU power? A =E2=80=98chain frame=E2=80=99 is 128 bytes. By jumping from 2048 to = 8192 chain frames allocated, you=E2=80=99ve jumped from 256KB to 1MB of = allocated memory. This sounds like a lot, but if you=E2=80=99re doing = enough I/O to saturate the tunings then you likely have many GB of RAM. = The 1MB of memory consumed is going to be well less than 1% of you have, = and likely .1 to .01%. So it=E2=80=99s likely that the VM is not having = to work much harder to deal with the missing memory. In dealing with = the chain frames themselves, they are stored on a linked list, and that = list is never walked from head to tail. The driver adds to head and = subtracts from the head, so there is no cost for the length of the list. For comparison, we use 4 =E2=80=98mps=E2=80=99 controllers in our = servers at Netflix, and run 20Gbps (2.5GB/s) through them. We=E2=80=99ve = done extensive profiling and tuning of the kernel, and we=E2=80=99ve = never measured a change in cost for having different chain frame = lengths, other than the difficulties that come from having too few. The = problems exist in the VM and VFS-BIO interfaces being poorly tuned for = modern workloads. Scott From owner-freebsd-stable@freebsd.org Tue Mar 8 21:33:12 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 571F6A132FD; Tue, 8 Mar 2016 21:33:12 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from potato.growveg.org (potato.growveg.org [62.49.247.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1ADFC809; Tue, 8 Mar 2016 21:33:11 +0000 (UTC) (envelope-from john@potato.growveg.org) Received: from john by potato.growveg.org with local (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1adPFX-000Aez-4J; Tue, 08 Mar 2016 21:33:03 +0000 Date: Tue, 8 Mar 2016 21:33:03 +0000 From: John To: freebsd-current@freebsd.org Cc: freebsd-stable@freebsd.org Subject: Re: loader and load: path? Message-ID: <20160308213303.GA36131@potato.growveg.org> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: freebsd-current@freebsd.org, freebsd-stable@freebsd.org References: <56DD8DB4.9040202@multiplay.co.uk> <1502843679.5128683.1457366686937.JavaMail.yahoo@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1502843679.5128683.1457366686937.JavaMail.yahoo@mail.yahoo.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: john X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 21:33:12 -0000 Hi, (reply is at the bottom of quoted text) On Mon, Mar 07, 2016 at 04:04:46PM +0000, Anthony Jenkins wrote: >set module_path /boot/kernel # ? > >I don't think module_path is set to its default "/boot/kernel;/boot/modules" when booting to loader(8) prompt... > > >Anthony Jenkins >________________________________ >From: Steven Hartland >To: freebsd-current@freebsd.org >Sent: Monday, March 7, 2016 9:18 AM >Subject: Re: loader and load: path? > > >So your saying "kldload zfs" fails because it can't find opensolaris or >are you giving it absolute paths? > >If so try without absolute paths. > > Regards > Steve > > >On 07/03/2016 14:09, Larry Rosenman wrote: >> If I type load /boot/kernel/kernel, and then load /boot/kernel/zfs.ko, >> the loader >> (loader.efi in this case) says it can't find opensolaris. Same for >> dtraceall, where >> it can't find it's dependent modules. Just hitting enter does the >> right thing. >> >> What variable(s) am I missing? I think you're going to have to load /bootpool/boot/kernel/zfs.ko I've been bitten by this. Seems there was a recent change, and it affects -stable as well as -current. The boot path was changed and it's caused breakage. I dunno what way there is around it. I downloaded the memstick image 10.3-RC1 on the 5th, booted to it, all was well. Mouse working (I have a wireless mouse that uses ums0, standard zfs-on-root install, nothing else added. Today I ran svnlite and updated the sources, recompiled, ran mergemaster and at the start of it it says something like (from memory) that /boot kernel is a link and do I want to remove it? The directory can be made later - so I agree to this. After the update, the system is at 10.3-PRERELEASE #0 r296497 The system boots but now my mouse isn't detected as a mouse but as a keyboard. The radeon drivers the screen needs weren't compiled, so I go into /usr/src/sys/modules/drm2/ to make the modules, ran make install but it bails saying that /boot/kernel isn't a directory... so I checked and indeed it wasn't: $ ls -lah /boot/kernel -r-xr-xr-x 1 root wheel 454K Mar 8 20:57 /boot/kernel $ modules are now in /bootpool/boot/kernel/ it's a file so I can't fix this by symlinking to the real path. It seems some modules know about the path and not others. kldload doesn't know about the path. If I want a module loaded I have to specify the full path. For example, if I want to load ums.ko manually, I can: $ sudo kldload /bootpool/boot/kernel/ums.ko $ kldstat Id Refs Address Size Name 1 26 0xffffffff80200000 f8f798 kernel 2 1 0xffffffff81190000 2e9690 zfs.ko 3 2 0xffffffff8147a000 5640 opensolaris.ko 4 1 0xffffffff81480000 1d698 geom_eli.ko 5 3 0xffffffff8149e000 322f0 crypto.ko 6 1 0xffffffff814d1000 f8c8 aio.ko 7 1 0xffffffff814e1000 3418 amdtemp.ko 8 1 0xffffffff814e6000 4e50 aesni.ko 9 1 0xffffffff814ec000 15080 fuse.ko 10 1 0xffffffff81611000 22c8 ums.ko but if I unload it and then try to load it in the usual way, it can't be found: $ sudo kldload ums.ko kldload: can't load ums.ko: No such file or directory how can I fix this please? [without having to reinstall] thanks, -- John From owner-freebsd-stable@freebsd.org Wed Mar 9 04:54:29 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AA65AC89CD for ; Wed, 9 Mar 2016 04:54:29 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from mail-vk0-x22e.google.com (unknown [IPv6:2607:f8b0:400c:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3174ECE for ; Wed, 9 Mar 2016 04:54:28 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by mail-vk0-x22e.google.com with SMTP id e6so43054059vkh.2 for ; Tue, 08 Mar 2016 20:54:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=Oyf+/DddUS+TziLdm6RSI6DVrbTX5NweYsSJkkcs+0M=; b=H9i+sAsz2ZjwpZVryceaBg7G2bOTbiIp85WYiP0u8DVLqsGOvL71wuWKhOuic2gBBf IBKnar0c9RPhz1z1LPXpJKfe4BfNOpDJfR4nLoBr8jW3CCl8ANLt5wnybBqougd+T7xj 5bHekJOdCkp/qrHyJvJLlwLJVurgeYn3TiHVlK15e1nSbIMiCoUPoXFEZES9zLP7Y5t9 Qry62fo1iw4jElM2XROwQBJngc96IfO5oVgKhn5fBHXUj4vk2uZ+ddEkmeTC0AH7SfZI AyqhdUo0L9mXOvgy5H7Znbiw5NQLAHMU39NSuAfYxscvwQ2tPSGoji8VT6sqwNXUN0zT goXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Oyf+/DddUS+TziLdm6RSI6DVrbTX5NweYsSJkkcs+0M=; b=Cb/mdFzuiyg/PoS7X8sBTqLVRd0+xIztgJClwOgQhGhyWj5UWtKFSiqaZIYHLVnKgF WYedgCCaNmjgCS5glzQATWuHMRftQGjypYAl7d55lzo5qB25EBt0tlbCadiYBAjf1Bol gS+9LsncKLrvuRCQC7YbU+GfBkGCBkjwdkDa66OmoeNNs9yh6DHR9cnKqTeBF/q50OW9 TdeoTrixpqXfu/FKtqfWTw9spoz/ieNlb5ZTLMjRZWQelTznCOY1xQHnFOhUysGMbirY qnj4wT/SbUUmOihWwVk4/eADSmsafDkMFLXi4f55zblSXtCqF1oqS7jsRas/6cxZU+h5 n4Yw== X-Gm-Message-State: AD7BkJIAEGlBD/vn7TJtlItVur6JGmYgK6ifJl6UQsfDP5yxGaHyVW7+lFRSA1d41b0g/eMYjNVyc6ipsKX1XQ== X-Received: by 10.31.21.4 with SMTP id 4mr29812663vkv.151.1457499267114; Tue, 08 Mar 2016 20:54:27 -0800 (PST) MIME-Version: 1.0 Received: by 10.159.36.201 with HTTP; Tue, 8 Mar 2016 20:54:07 -0800 (PST) From: Morgan Reed Date: Wed, 9 Mar 2016 15:54:07 +1100 Message-ID: Subject: Not all ZFS pools mounting at boot To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 04:54:29 -0000 Hi All, Been fighting this one for a while and I figure it's time to take it to the brainstrust. I've recently added a third storage array to my NAS, it's a RAID-Z pool the same as the other two arrays in the box, the new array isn't mounting at boot, I have to manually import it every time. Done some digging around online but everything I've found has come down to the person not having zfs_enable=YES in rc.conf, obviously as two of my three pools are mounting at boot this is not my issue. Only oddity I've found is that, the output of zdb does NOT show the third storage pool, although it is presently imported and mounted. I am mounting the third pool under an alternate root, if that has any bearing on things. Any thoughts? Thanks, Morgan Reed From owner-freebsd-stable@freebsd.org Wed Mar 9 05:07:59 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B11B5AC8FA8 for ; Wed, 9 Mar 2016 05:07:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A267F873; Wed, 9 Mar 2016 05:07:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 32FBB19A1; Wed, 9 Mar 2016 05:07:59 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 9 Mar 2016 05:07:57 +0000 From: Glen Barber To: Morgan Reed Cc: "freebsd-stable@freebsd.org" Subject: Re: Not all ZFS pools mounting at boot Message-ID: <20160309050757.GU1531@FreeBSD.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ubBGeysJ7fFOU9Y9" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 05:07:59 -0000 --ubBGeysJ7fFOU9Y9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 09, 2016 at 03:54:07PM +1100, Morgan Reed wrote: > Hi All, >=20 > Been fighting this one for a while and I figure it's time to take it = to > the brainstrust. >=20 > I've recently added a third storage array to my NAS, it's a RAID-Z pool t= he > same as the other two arrays in the box, the new array isn't mounting at > boot, I have to manually import it every time. >=20 > Done some digging around online but everything I've found has come down to > the person not having zfs_enable=3DYES in rc.conf, obviously as two of my > three pools are mounting at boot this is not my issue. >=20 > Only oddity I've found is that, the output of zdb does NOT show the third > storage pool, although it is presently imported and mounted. >=20 > I am mounting the third pool under an alternate root, if that has any > bearing on things. >=20 > Any thoughts? >=20 I have similar structural layout, and have hit this exactly one time. (On -CURRENT, not -STABLE, though.) The problem for me to further diagnose the issue was, manually importing the pool and repeated subsequent reboots did not make the problem reappear. Additionally, the system was up long enough for any logs to be irrelevant - mainly the second pool in my case is used for VM disks and other "not a huge problem if it does away" dataset. So first my question is, how are you mounting the third pool in your case (assuming you are doing so)? Glen --ubBGeysJ7fFOU9Y9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW36+mAAoJEAMUWKVHj+KTElsP/0wlfF8BafBf2SjxzUyBNHWV uCZFjMXHClOUnP44LaSoTfSFKPOQmW3qLItHlywcwSDmYvTrum1Bc45FG/9CpXRt O9FkqMqh1Xcw3aZswEp567evADUl9Zd3HXvmo3AFdga+cS5EcEL0OK6Q9gmI5Yt0 eo1McJQ8+6g2rmK6HvTCmikLoyC3Bx6KtUjWP7mVB6B2i0ljxuyn0fC2htUbsSex vTkFhnZM9ZfSnHH6X9lx4GXOIzUICoWXqI7JKd6lpbrIYovtLsMwOZAge7ZM2KU0 6vj4muiQfeNGr+PAPobCnpk7WmfrY+FZmiEcZX7mtr5zoO3d6l6TISspLZmSNXxk Bt0+6f8qoyqHC8o7L04y5RSCQIlsygtjkFDN8l6tWAlJbzQkimuKWhYKiTHgaygF 1iXoZxi+eMnwiNQCvMjm/WOjThtEETsh7JnvuCC7o9a8ZQQtYFpTibCY8MURQ/3G aQQT9vplA2Z081ejgVYwUj+UHs4aNf6H+9Lr6Gr33bGgI5rvpA2FiUfEET50uXt9 cSmborLdMKXsPGa2PB+BC9hTcjDaGPc35DJGRQYN3naLHS/XHb6lkhKd1oPw7WUU F4an4WjkYP8Qx/LhZ3CgX4skXDC/PaGq8qDgHQl4Gi1n4gY9ZW4ZtqilC7DejcFq EoGf/2YTisvpD8DuCYWw =pI50 -----END PGP SIGNATURE----- --ubBGeysJ7fFOU9Y9-- From owner-freebsd-stable@freebsd.org Wed Mar 9 05:10:31 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B881AC7121 for ; Wed, 9 Mar 2016 05:10:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8CE679B9; Wed, 9 Mar 2016 05:10:31 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 1B7C11A3D; Wed, 9 Mar 2016 05:10:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 9 Mar 2016 05:10:29 +0000 From: Glen Barber To: Morgan Reed Cc: "freebsd-stable@freebsd.org" Subject: Re: Not all ZFS pools mounting at boot Message-ID: <20160309051029.GV1531@FreeBSD.org> References: <20160309050757.GU1531@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="JVVqWhpkAs5raV7A" Content-Disposition: inline In-Reply-To: <20160309050757.GU1531@FreeBSD.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 05:10:31 -0000 --JVVqWhpkAs5raV7A Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 09, 2016 at 05:07:57AM +0000, Glen Barber wrote: > On Wed, Mar 09, 2016 at 03:54:07PM +1100, Morgan Reed wrote: > > Hi All, > >=20 > > Been fighting this one for a while and I figure it's time to take i= t to > > the brainstrust. > >=20 > > I've recently added a third storage array to my NAS, it's a RAID-Z pool= the > > same as the other two arrays in the box, the new array isn't mounting at > > boot, I have to manually import it every time. > >=20 > > Done some digging around online but everything I've found has come down= to > > the person not having zfs_enable=3DYES in rc.conf, obviously as two of = my > > three pools are mounting at boot this is not my issue. > >=20 > > Only oddity I've found is that, the output of zdb does NOT show the thi= rd > > storage pool, although it is presently imported and mounted. > >=20 > > I am mounting the third pool under an alternate root, if that has any > > bearing on things. > >=20 > > Any thoughts? > >=20 >=20 > I have similar structural layout, and have hit this exactly one time. > (On -CURRENT, not -STABLE, though.) >=20 > The problem for me to further diagnose the issue was, manually importing > the pool and repeated subsequent reboots did not make the problem > reappear. Additionally, the system was up long enough for any logs to > be irrelevant - mainly the second pool in my case is used for VM disks > and other "not a huge problem if it does away" dataset. >=20 > So first my question is, how are you mounting the third pool in your > case (assuming you are doing so)? >=20 To be clear on my question, I mean this in the sense of "when you realize it has not mounted." Glen --JVVqWhpkAs5raV7A Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJW37BFAAoJEAMUWKVHj+KTzZEP/3Az37p2d2wZedGWMnTPpYeY 3MF7/eZ8r5oHg2HYEuJFZtZM9iPuCnbYWvb/KVeeN3jF1l8e5D82XAvzr4ojYxR6 VpCNWGUlDIth7QwfJO5UM/VOwaj9ySK+o5j62osW1+FyVcp6kO/UwcmP0CK11JOy MhDxAVDbUETmHtAdvDQxzcrqg6EQlJ4WqcYXVQhZUSdEtlNO9lC1e7tEbBBREKH6 /um/GMt2kKXmXtnfDQy+GPqiSYGK6hI0WHIrNNXePsQZKoG3ZlzEJVYjFE9aKFUX gKPRRG8u976oZNrV2Q1eMgNElKc/Vr5rh7XPAcOTVcHxRZU9Sl/NrHt0oz528V7u wTcaZWV34GHu6DR1K8G3l2q58Yd1ypvi6EohWUhARtEJ5u981xjyv0lMBAyts1fi 6C9k9y54wrey56wa0SKWGgrhCfAQaWwAaKMngkMx4UPW7ywaD1DsYQQv/x7k6wY+ eNxbJFo8uhJ6ZbNFo61oJap7bHIxRgZHpbkeLf+Sl7KWJwJbIy0JVVZGFkuE7AUP ZV1JM4CgvJRLdkAzqFYP21sqbvph0hxcLka2wUpi6ZR5KUDxgKY2AmopfEPNR2xA deisbL5ozfjlvLHzMbrXAmFQaL5aNfZZ7mYJuXX8d7Az84uFzC9TlZ560/MdlAbj /pfXxsCl/UeVT/8LF2F4 =AhSo -----END PGP SIGNATURE----- --JVVqWhpkAs5raV7A-- From owner-freebsd-stable@freebsd.org Wed Mar 9 08:24:00 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B8AB9DBBCC for ; Wed, 9 Mar 2016 08:24:00 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 51EE78BB for ; Wed, 9 Mar 2016 08:23:58 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA20773; Wed, 09 Mar 2016 10:23:56 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1adZPQ-0007Ja-4I; Wed, 09 Mar 2016 10:23:56 +0200 Subject: Re: Not all ZFS pools mounting at boot To: Morgan Reed , "freebsd-stable@freebsd.org" References: From: Andriy Gapon Message-ID: <56DFDD64.6050800@FreeBSD.org> Date: Wed, 9 Mar 2016 10:23:00 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 08:24:00 -0000 On 09/03/2016 06:54, Morgan Reed wrote: > I am mounting the third pool under an alternate root, if that has any > bearing on things. It does. A pool imported under an alternative root (-R option) is not added to zpool.cache. -- Andriy Gapon From owner-freebsd-stable@freebsd.org Wed Mar 9 11:04:30 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12681AC89C1 for ; Wed, 9 Mar 2016 11:04:30 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C2F01ACB; Wed, 9 Mar 2016 11:04:29 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id e6so51120605vkh.2; Wed, 09 Mar 2016 03:04:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=u5rlfYoHvyJDabItjX0r7z8NbJ64SQK2Dr3fJgxrMe4=; b=h8+imccvlPtK07EWZY+GTm+E/rqR0NHF8RBN8bQLHP8hsnYxZ3qHKluKU3iXdnY+6P Rxbeb+Fw4QXP+pdffMt2t1c7XBcU48HWKwhU2P33Qju7fUTcKEWW5PpOsOAexNBH6VXb 4YTLbOiM9BGq1v9mEWS2dcMISHBzN0XvOgK03/0MWCknHvnpspStGl+tftVlT3LlpDjw j6sG1NulRw7Kpkc72lU6f0i84QufsRxK4rgV1BAvw4HPJHXPEJRfWC/Xv02IUTDpRCeO 2J3EZu7oDw7e8W3Hp/vQddIN83SP/emQcEZpYxNMmzWIa1TmGQle/L0p66xoLuDjV3QI rbUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=u5rlfYoHvyJDabItjX0r7z8NbJ64SQK2Dr3fJgxrMe4=; b=iqaODK5Xfz0m4iSdgFZqTTnRq+efay8JmRHkY2ZEAaxXMBL8nqie6ItHhUTQ0jmX9g zig6LCAE7pV/DzuZlTa667cXzYxuXiqUiAa+VqDFl6pZ2MWYMCFxvG7VKlDX0njpqPGA uhaAIY/1UH+1qt76KxULZ1HfOrhm5mVfZAfzlI1ecBaVFDhNLcL+GmJe5qzxMroqmQ71 kr8v4A79AiQjzY+4H4nLoOkM52u8avsCha9K10TEZIYa2uRYR/7uQ+eWwGNVy+z80+eZ Ou/+npr5Tm07guKcOrwH+YGVZrWkOM1HGxDIUGVkIjHOFM0P/PXgtW8pbFup+eV/ouwb Jwtw== X-Gm-Message-State: AD7BkJK3JF9UXgaVc97qiKAko3gWnaCAXuAfI4eR8YHioBqT8wyZROvtz75zBooJp17qA5jQHZ6V/s8HJUfS1Q== X-Received: by 10.31.5.134 with SMTP id 128mr30421062vkf.29.1457521468811; Wed, 09 Mar 2016 03:04:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.159.36.201 with HTTP; Wed, 9 Mar 2016 03:04:09 -0800 (PST) In-Reply-To: <56DFDD64.6050800@FreeBSD.org> References: <56DFDD64.6050800@FreeBSD.org> From: Morgan Reed Date: Wed, 9 Mar 2016 22:04:09 +1100 Message-ID: Subject: Re: Not all ZFS pools mounting at boot To: Andriy Gapon Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 11:04:30 -0000 On Wed, Mar 9, 2016 at 7:23 PM, Andriy Gapon wrote: > On 09/03/2016 06:54, Morgan Reed wrote: > > I am mounting the third pool under an alternate root, if that has any > > bearing on things. > > It does. A pool imported under an alternative root (-R option) is not > added to > zpool.cache. > Ah, it would seem that this is the root of my issue then, I'll try importing it without the altroot switch and we'll see what happens. From owner-freebsd-stable@freebsd.org Wed Mar 9 11:16:11 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 344ACAC9128 for ; Wed, 9 Mar 2016 11:16:11 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: from mail-vk0-x230.google.com (mail-vk0-x230.google.com [IPv6:2607:f8b0:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3E4562F; Wed, 9 Mar 2016 11:16:10 +0000 (UTC) (envelope-from morgan.s.reed@gmail.com) Received: by mail-vk0-x230.google.com with SMTP id e185so51436514vkb.1; Wed, 09 Mar 2016 03:16:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=PB4scZtOSRtkSHUFVOui6BzNL4hTNdW3y25qD3lthGY=; b=AhGGEtMakP+QhAZyWsAYoivV4I8sdwgbCrDgA5zLjGmFnGFcr92BCC6zqnIxgxMCd3 DtjhJVKzHJ5fyXNx59vvSHeSV9tjC6w9mPzcla2bWdPzQTEUfTyxgW9lShJhTW5hczye x2iya45RURKh0EUNt1NiEN6B+ZsCvUoWu5L7CUEF7GIU5yce84CZv72TBj67gDPF4PPT mtvMRpx9xZQ/eqxS5gsdAum6NakeZ1itBBHbgjexcOQTr49+1UaXZv2qO+hKN3zVwTeg x921WpHhI1H1AWedRLJPXcWvGWqSPC1uJC3h6vKize13D4qDVq66F6xGLr7XlxTy+Qdq M13Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PB4scZtOSRtkSHUFVOui6BzNL4hTNdW3y25qD3lthGY=; b=b37dqqx95Iqzm2T3kE69bp/YWXRP1HY9Hn50fUMvpWrbMExHFR3lT6FLT+1kLOQ3qK zd+xo9c6g9uT+iWheALnaL0Eaw1kgA0PSbo7zkmrJifwAz3yEDBlCdidE9dQezmOg7i8 BxNDvYixuHu3We0fF32vd/u36arWY8tRAz94jXO4DwWh/U3cI9uOrKYj6tJwiOXaTcLZ wT3uzKUrXzArsvAaAKwXwTI+RJ5rF7x7ketxUqyGyQrgq0Nty1eeahBDvgKN64A8h0c1 X5faKz3l8aO9IULovOw9LukJyClw5XRoih3W7N7YkIvdoKVROf/52NB/DVmmfprgm1MS 6IPw== X-Gm-Message-State: AD7BkJJOqWflX4BhrJuhfx0k4TrjAsIyTK9+1GiWpll6cXDG6UQKOtFssgdAJkDjUYJql6gd7RM1IbJQgB9Vlw== X-Received: by 10.31.48.216 with SMTP id w207mr31859638vkw.36.1457522169800; Wed, 09 Mar 2016 03:16:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.159.36.201 with HTTP; Wed, 9 Mar 2016 03:15:49 -0800 (PST) In-Reply-To: References: <56DFDD64.6050800@FreeBSD.org> From: Morgan Reed Date: Wed, 9 Mar 2016 22:15:49 +1100 Message-ID: Subject: Re: Not all ZFS pools mounting at boot To: Andriy Gapon Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 11:16:11 -0000 On Wed, Mar 9, 2016 at 10:04 PM, Morgan Reed wrote: > On Wed, Mar 9, 2016 at 7:23 PM, Andriy Gapon wrote: > >> On 09/03/2016 06:54, Morgan Reed wrote: >> > I am mounting the third pool under an alternate root, if that has any >> > bearing on things. >> >> It does. A pool imported under an alternative root (-R option) is not >> added to >> zpool.cache. >> > > Ah, it would seem that this is the root of my issue then, I'll try > importing it without the altroot switch and we'll see what happens. > We have a winner, pool now mounts, a quick zfs set mountpoint later and it even mounts in the right place. Thanks for the assist. From owner-freebsd-stable@freebsd.org Wed Mar 9 13:31:15 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D62BAC8CD9 for ; Wed, 9 Mar 2016 13:31:15 +0000 (UTC) (envelope-from jdc@koitsu.org) Received: from resqmta-po-04v.sys.comcast.net (resqmta-po-04v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:163]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 160F0796 for ; Wed, 9 Mar 2016 13:31:14 +0000 (UTC) (envelope-from jdc@koitsu.org) Received: from resomta-po-07v.sys.comcast.net ([96.114.154.231]) by resqmta-po-04v.sys.comcast.net with comcast id TpXC1s0074zp9eg01pXDoy; Wed, 09 Mar 2016 13:31:13 +0000 Received: from koitsu.org ([69.181.142.213]) by resomta-po-07v.sys.comcast.net with comcast id TpXC1s0074cTVs501pXCu8; Wed, 09 Mar 2016 13:31:12 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id DD6BC1AF153; Wed, 9 Mar 2016 05:31:11 -0800 (PST) Date: Wed, 9 Mar 2016 05:31:11 -0800 From: Jeremy Chadwick To: freebsd-stable@freebsd.org Cc: cgreen@sentex.net, mike@sentex.net Subject: Re: svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man Message-ID: <20160309133111.GA1035@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1457530273; bh=7ZArI5zwCU5iygqSa5QvP+TkuQSfeU7JtrYyRrSvdy0=; h=Received:Received:Received:Date:From:To:Subject:Message-ID: MIME-Version:Content-Type; b=D2OODr0PhXw+D6T0iAbaW187/pmkAbtzocbI8h9ArOmn/D0nYWu30nGzohuq0S/37 UwnSjaaTn0ZJnYKq4bYRh2KtDI8Gj6mKfygzZeJlC1pg/B7KND+3rBIDSfF6ig3KpB tRnOGdC7TODC8ls4P9cgci1RFpF4JUqaO3rdsYQvd+gO1IZ8w8IlWHzyG6DcKA1Qu2 nBGUenp/brjN9Lt5u5sEsTE+jGwRSjRBtbjsm1Tv1C0DSOHYPuj+qyr5BBEz08a9YU 5bqXW9AF2AkbwlIcjGTK1+6ZbLB2iSlY4KRHFXAMAkvtLC/k0C/WC6TrZ4s7G2NN+A GefrjrzCDUboQ== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 13:31:15 -0000 (Please keep me CC'd as I'm not subscribed to -stable) r296462 is either not ABI-compatible, or if it truly is, it breaks internal behavioural compatibility with libcrypto/libssl in some way. Building the below programs (fetchmail + postfix) from ports directly (i.e. source) **does not** fix the problem. Hope the gdb in fetchmail helps narrow down where the problem is. Don't ask me for "bt full" output, as it's pointless since none of the system libs are built with -g/-g3/-ggdb. I have no problems with SSH (unlike Mike), but that means very little given configuration differences and setups. Rolling back to r296461 (i.e. svn up -r296461) rectifies the problem fully. If jkim@ et al need a box running r296462 w/ full root to troubleshoot this, let me know and I can set one up. Might take a day or two though. $ fetchmail -a -v fetchmail: removing stale lockfile fetchmail: 6.3.26 querying mambo.koitsu.org (protocol IMAP) at Wed 9 Mar 04:55:16 2016: poll started Trying to connect to 104.238.183.73/993...connected. fetchmail: Server certificate: fetchmail: Issuer Organisation: koitsu.org fetchmail: Issuer CommonName: mambo.koitsu.org fetchmail: Subject CommonName: mambo.koitsu.org fetchmail: mambo.koitsu.org key fingerprint: F4:35:18:75:88:92:BF:1C:82:14:9E:17:EC:7E:3D:1C fetchmail: mambo.koitsu.org fingerprints match. fetchmail: Server certificate: fetchmail: Issuer Organisation: koitsu.org fetchmail: Issuer CommonName: mambo.koitsu.org fetchmail: Subject CommonName: mambo.koitsu.org Segmentation fault: 11 (core dumped) $ gdb /usr/local/bin/fetchmail fetchmail.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `fetchmail'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libintl.so.8...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libintl.so.8 Reading symbols from /usr/lib/libopie.so.7...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libopie.so.7 Reading symbols from /lib/libcrypt.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypt.so.5 Reading symbols from /lib/libkvm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libkvm.so.5 Reading symbols from /usr/lib/libcom_err.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libcom_err.so.5 Reading symbols from /usr/lib/libssl.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libssl.so.6 Reading symbols from /lib/libcrypto.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypto.so.6 Reading symbols from /usr/lib/libgssapi.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libgssapi.so.10 Reading symbols from /usr/lib/libheimntlm.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libheimntlm.so.10 Reading symbols from /usr/lib/libkrb5.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libkrb5.so.10 Reading symbols from /usr/lib/libhx509.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libhx509.so.10 Reading symbols from /usr/lib/libasn1.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libasn1.so.10 Reading symbols from /usr/lib/libroken.so.10...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libroken.so.10 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/libiconv.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libiconv.so.2 Reading symbols from /lib/libmd.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libmd.so.5 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000801616774 in BN_mod_exp_mont_consttime () from /lib/libcrypto.so.6 (gdb) bt #0 0x0000000801616774 in BN_mod_exp_mont_consttime () from /lib/libcrypto.so.6 #1 0x00000008015f79f7 in DH_OpenSSL () from /lib/libcrypto.so.6 #2 0x00000008012c8d25 in ssl3_send_client_key_exchange () from /usr/lib/libssl.so.6 #3 0x00000008012cc0ab in ssl3_connect () from /usr/lib/libssl.so.6 #4 0x00000008012c7d04 in ssl23_connect () from /usr/lib/libssl.so.6 #5 0x00000000004052bf in ?? () #6 0x000000000040e360 in ?? () #7 0x000000000040813d in ?? () #8 0x000000000040a69a in ?? () #9 0x0000000000404e01 in ?? () #10 0x000000080065c000 in ?? () #11 0x0000000000000000 in ?? () (gdb) q Also tried to send mail to myself locally, as postfix's smtp(8) links to libcrypt/libssl/libcrypto. Bzzt, nope: pid 5046 (smtp), uid 125: exited on signal 11 Mar 9 04:49:38 icarus postfix/master[802]: daemon started -- version 3.1.0, configuration /usr/local/etc/postfix Mar 9 04:54:38 icarus postfix/pickup[5043]: 1835D1AF150: uid=1000 from= Mar 9 04:54:38 icarus postfix/cleanup[5044]: 1835D1AF150: message-id=<20160309125438.GA5033@icarus.home.lan> Mar 9 04:54:38 icarus postfix/qmgr[804]: 1835D1AF150: from=, size=631, nrcpt=1 (queue active) Mar 9 04:54:38 icarus postfix/qmgr[804]: warning: private/smtp socket: malformed response Mar 9 04:54:38 icarus postfix/qmgr[804]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description Mar 9 04:54:38 icarus postfix/master[802]: warning: process /usr/local/libexec/postfix/smtp pid 5046 killed by signal 11 Mar 9 04:54:38 icarus postfix/master[802]: warning: /usr/local/libexec/postfix/smtp: bad command startup -- throttling Mar 9 04:54:38 icarus postfix/error[5048]: 1835D1AF150: to=, relay=none, delay=0.5, delays=0.05/0.44/0/0.01, dsn=4.3.0, status=deferred (unknown mail transport error) -- | Jeremy Chadwick jdc@koitsu.org | | UNIX Systems Administrator http://jdc.koitsu.org/ | | Making life hard for others since 1977. PGP 4BD6C0CB | From owner-freebsd-stable@freebsd.org Wed Mar 9 14:00:17 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB87EAC9A07 for ; Wed, 9 Mar 2016 14:00:17 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 97A12928 for ; Wed, 9 Mar 2016 14:00:17 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 93AA6AC9A06; Wed, 9 Mar 2016 14:00:17 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7955BAC9A05 for ; Wed, 9 Mar 2016 14:00:17 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 143C7927 for ; Wed, 9 Mar 2016 14:00:17 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: by mail-lb0-x22c.google.com with SMTP id bc4so66508516lbc.2 for ; Wed, 09 Mar 2016 06:00:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=B0Lem6XTe2TSzam/tH5KMys9xczc7cW0OwG4ip4zJE4=; b=QDAGSj+1/hI55GaE+p85fk+wGQv1tKlME21KSC2TeObpLCmAgP5oYvmXKtrmfmpZcb 4DSnqnHUqp7S+nWafsdxPGG+R3NtL1cpLt0xrs5ZzdFkLS+eEYfo0Pp0vLaYAHhCRkqQ xOGMaVOP1dWLKqdOEf36iVc3ooB7rz8ul1wYFYCLefZbIikjxDwY5LEpiOZQS7MF201z /QQaGAIr/eCY6DdGl6Y0WM88cHDdBM/W9MARn/0ROCyEM9snHhKVgY0L/QMHx7Fs9R7N 8TTL6ikjWuCK4wjgc/PiOkr791HfS38cBuxgBmR94fi4IK6KQ78YBUi2gUEpw5Z2SpRs OLzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=B0Lem6XTe2TSzam/tH5KMys9xczc7cW0OwG4ip4zJE4=; b=SSajw1HCF72/3xaNIpV+9ivIz7+vygUOZCOAVHGRVZWc4Aviwf1voQ1HY0zPVUS2+s UABS05XlTpmqmvBb/WMjK6rw6kcnKs2txEEan/eUqha1vWCqGdnfkkG+9ngxqpMruNQa 24P4m6CVyMIScP4j25R2sn6fIj8L5zx5zLL9ZfEQD0szf50hwAg0KCiwZMDbBA15vhP7 pIOPl5YWCQEVi1XL8zN6LNRpoJiY2lc0pPyPkexw4azd/gEcMEdSN/1miphQawDaDV05 hgTkhl0s0KvQpRTM4ZxkdyPFCXOflPABV5WM3RCeH7UenptfKuNn6hrY8PIjPh3VvKaw 9+eA== X-Gm-Message-State: AD7BkJJ7xDKF+R5+NAblr0IPA3lOm78fgg0UyobKId1n37n/gGQSJJAOPhoQi6YFXWGJPA== X-Received: by 10.112.157.66 with SMTP id wk2mr3934903lbb.53.1457532007763; Wed, 09 Mar 2016 06:00:07 -0800 (PST) Received: from 95.108.172.115-red.dhcp.yndx.net (95.108.172.115-red.dhcp.yndx.net. [95.108.172.115]) by smtp.gmail.com with ESMTPSA id r191sm1335217lfe.28.2016.03.09.06.00.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Mar 2016 06:00:06 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Subject: Re: nfs_getpages: error 4 From: Dmitry Sivachenko In-Reply-To: Date: Wed, 9 Mar 2016 17:00:05 +0300 Cc: Eugene Grosbein , FreeBSD Stable ML Content-Transfer-Encoding: quoted-printable Message-Id: <3EDE50FC-73C5-4993-8ABA-DE824E442D48@gmail.com> References: <56DACD4E.3070905@grosbein.net> <550ADE4F-9F60-44FB-BF07-A1384A6B7B1A@gmail.com> <56DAE033.9020304@grosbein.net> <56DAE6D2.5040309@grosbein.net> <9BBCBDD0-4DAD-4189-9AAA-9FD94A458F7E@gmail.com> <20160305162747.GA67250@kib.kiev.ua> <415B1CAA-2728-48D0-96F0-C20F02F8A045@gmail.com> <20160305183558.GB67250@kib.kiev.ua> To: Konstantin Belousov X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 14:00:17 -0000 > On 05 Mar 2016, at 23:10, Dmitry Sivachenko = wrote: >=20 >=20 >> On 05 Mar 2016, at 21:35, Konstantin Belousov = wrote: >>=20 >> But I suspect that you do have enough free or reclamaible pages for = OOM >> to not trigger, e.g. because you demonstrated commands output from = the >> live system after the situation occured. It more likely was a = temporal >> free page shortage, after which the system recovered. >>=20 >> I more believe in a bug in the handling of killed process in = vm_fault(). >> Could you get the p_flag value for the hung process ? Like >> ps -o flags >=20 >=20 > Unfortunately I already rebooted this machine because our developers = needed it and processes did not stop after kill -9. >=20 > When this repeats, I will try to keep this server up for longer time = and provide any necessary information. So far I got the same error: Mar 8 07:13:08 skazka4 kernel: nfs_getpages: error 4 Mar 8 07:13:08 skazka4 kernel: vm_fault: pager read error, pid 58483 = (decodcmd) But the process in question finished successfully.= From owner-freebsd-stable@freebsd.org Wed Mar 9 15:27:58 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 359A5AC8EEB for ; Wed, 9 Mar 2016 15:27:58 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1A0C3E2C for ; Wed, 9 Mar 2016 15:27:58 +0000 (UTC) (envelope-from mike@sentex.net) Received: by mailman.ysv.freebsd.org (Postfix) id 19842AC8EEA; Wed, 9 Mar 2016 15:27:58 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3439AC8EE9 for ; Wed, 9 Mar 2016 15:27:57 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [IPv6:2607:f3e0:80:80::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D153AE2B; Wed, 9 Mar 2016 15:27:57 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (lava.sentex.ca [IPv6:2607:f3e0:0:5::11]) by smarthost2.sentex.ca (8.15.2/8.15.2) with ESMTPS id u29FRuE5089325 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Mar 2016 10:27:56 -0500 (EST) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:5c30:ed1b:e203:c55c] ([IPv6:2607:f3e0:0:4:5c30:ed1b:e203:c55c]) by lava.sentex.ca (8.14.9/8.14.9) with ESMTP id u29FRtCl040345; Wed, 9 Mar 2016 10:27:55 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man To: Craig Green , Xin LI , src-committers@freebsd.org, "stable@freebsd.org" References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> From: Mike Tancsa Organization: Sentex Communications Message-ID: <56E040E5.8080205@sentex.net> Date: Wed, 9 Mar 2016 10:27:33 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56DF1654.7010308@sentex.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.78 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 15:27:58 -0000 On 3/8/2016 1:13 PM, Craig Green wrote: > > > On 2016-03-08 7:45 AM, Mike Tancsa wrote: >> Hi, >> I tried on 2 separate boxes, and sshd segfaults when this rev is >> applied >> >> ---Mike > > Just adding some debug logs showing a couple places where sshd exited. > Encryption algorithm, kex and hmac didn't seem to matter. Here is an example of where sshd chokes good trace - pre openssl commit .... debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,umac-64@openssh.com [preauth] debug2: kex_parse_kexinit: hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,umac-64@openssh.com [preauth] debug2: kex_parse_kexinit: none [preauth] debug2: kex_parse_kexinit: none [preauth] debug2: kex_parse_kexinit: [preauth] debug2: kex_parse_kexinit: [preauth] debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] debug2: kex_parse_kexinit: reserved 0 [preauth] debug2: mac_setup: setup hmac-sha1 [preauth] debug1: kex: client->server aes256-ctr hmac-sha1 none [preauth] debug2: mac_setup: setup hmac-sha1 [preauth] debug1: kex: server->client aes256-ctr hmac-sha1 none [preauth] debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received [preauth] debug3: mm_request_send entering: type 0 [preauth] debug3: mm_request_receive entering debug3: monitor_read: checking request 0 debug3: mm_answer_moduli: got parameters: 1024 2048 2048 debug3: mm_request_send entering: type 1 debug2: monitor_read: 0 used once, disabling now debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI [preauth] debug3: mm_request_receive_expect entering: type 1 [preauth] debug3: mm_request_receive entering [preauth] debug3: mm_choose_dh: remaining 0 [preauth] *debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent [preauth]* *debug2: bits set: 1063/2048 [preauth]* debug1: expecting SSH2_MSG_KEX_DH_GEX_INIT [preauth] debug2: bits set: 1041/2048 [preauth] debug3: mm_key_sign entering [preauth] debug3: mm_request_send entering: type 6 [preauth] debug3: mm_request_receive entering debug3: monitor_read: checking request 6 debug3: mm_answer_sign debug3: mm_answer_sign: signature 0x8034173c0(55) debug3: mm_request_send entering: type 7 debug2: monitor_read: 6 used once, disabling now debug3: mm_key_sign: waiting for MONITOR_ANS_SIGN [preauth] bad trace - with openssl commit. debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received [preauth] debug3: mm_request_send entering: type 0 [preauth] debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI [preauth] debug3: mm_request_receive_expect entering: type 1 [preauth] debug3: mm_request_receive entering [preauth] debug3: mm_request_receive entering debug3: monitor_read: checking request 0 debug3: mm_answer_moduli: got parameters: 1024 2048 2048 debug3: mm_request_send entering: type 1 debug2: monitor_read: 0 used once, disabling now debug3: mm_choose_dh: remaining 0 [preauth] *debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent [preauth]* debug1: monitor_read_log: child log fd closed debug3: mm_request_receive entering debug1: do_cleanup debug3: PAM: sshpam_thread_cleanup entering debug1: Killing privsep child 1837 -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ From owner-freebsd-stable@freebsd.org Wed Mar 9 15:48:16 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F44FAC980C for ; Wed, 9 Mar 2016 15:48:16 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 35987E2D for ; Wed, 9 Mar 2016 15:48:16 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 3145FAC980B; Wed, 9 Mar 2016 15:48:16 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 30D28AC980A for ; Wed, 9 Mar 2016 15:48:16 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B373FE2C; Wed, 9 Mar 2016 15:48:15 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id l68so184843123wml.0; Wed, 09 Mar 2016 07:48:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-transfer-encoding; bh=ZkpKCILw5bh8QQ0yXVylvIh0bGpjsiARTbejLXGYC9E=; b=RVgwom4uvCg/L87NS85pUrFGgUhwNbqYBLcIPjVhflTBhh5s5P21fKVMcZYAXchROc bX6ZXzFo9BZk1arE0rQ1pz6++icBtMcC4SM6LaMadpWKpydHMxOjbXH08dEbERkOZocm TBIe6CGTJcxOzRr11WRjqsUvoXiLPFENd3e0idtUpej12NBBxNYlO/mtkArcnOdQQVPr 6tWYKgpEf0tEUmaNGqYOK5ujLMdJlH7arcPYr9VvkUpb/use/QzAd4CI8x9QScV5Z4TU KxxvqamyWKmpFlCx9WteVGrSje7cCrS478kfVftMVfa/c1Tz04JYBqrCZgD3KudzNoRD 0S0A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=ZkpKCILw5bh8QQ0yXVylvIh0bGpjsiARTbejLXGYC9E=; b=WTHAAR2gQqvaLGOMO7VpmVZvn/r45K4+K6W/NqDpObIELGjfgT7uEFMIfwWkBMbXlT uIKBgAwFWqh0CRk5ai0Aa7E1j3v2p9CKz9PMA7wCfp19/pube3qeuMJuhFHC6gH1f/56 NWwTE4yd1mfxeAc99u3mR9E1J12JHFSIpne9SbZa+0fGED+BpU1znVfj3WteWhQNQEqa 48JR1/l4rp59fbl6xnDRvEp+K6VMqfe6azVjjbbloUpKZ97EbEDHhp8AzofRdzir5IIz SiEw72VR6k9GjDDpSi4kezc+wkVgtKcjlV01RD5MaXSRyIPIQ+1F089I+L48L7Rw6CR+ u4cg== X-Gm-Message-State: AD7BkJKzMFMMtHLTn+2or73FVXYCfripZJbv8z9PYD3Doi8TsvesYJBSBfVvy/8W/eHNCw== X-Received: by 10.28.87.65 with SMTP id l62mr27825902wmb.102.1457538494151; Wed, 09 Mar 2016 07:48:14 -0800 (PST) Received: from srvbsdfenssv.interne.associated-bears.org (LCaen-656-1-57-48.w217-128.abo.wanadoo.fr. [217.128.200.48]) by smtp.gmail.com with ESMTPSA id hu1sm8528111wjb.36.2016.03.09.07.48.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Mar 2016 07:48:13 -0800 (PST) Sender: Eric Masson Received: from srvbsdfenssv.interne.associated-bears.org (localhost [127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (Postfix) with ESMTP id 637B7CF286; Wed, 9 Mar 2016 16:48:12 +0100 (CET) X-Virus-Scanned: amavisd-new at interne.associated-bears.org Received: from srvbsdfenssv.interne.associated-bears.org ([127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (srvbsdfenssv.interne.associated-bears.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id unET37_802jk; Wed, 9 Mar 2016 16:48:09 +0100 (CET) Received: by srvbsdfenssv.interne.associated-bears.org (Postfix, from userid 1001) id 9B45DCF0C8; Wed, 9 Mar 2016 16:48:09 +0100 (CET) From: Eric Masson To: Mike Tancsa Cc: Craig Green , Xin LI , src-committers@freebsd.org, "stable\@freebsd.org" Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man In-Reply-To: <56E040E5.8080205@sentex.net> (Mike Tancsa's message of "Wed, 9 Mar 2016 10:27:33 -0500") References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) X-Operating-System: FreeBSD 9.3-RELEASE-p37 amd64 Date: Wed, 09 Mar 2016 16:48:09 +0100 Message-ID: <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 15:48:16 -0000 Mike Tancsa writes: Hi, > good trace - pre openssl commit > .... > debug2: kex_parse_kexinit: > hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,umac-64@openssh.com [preauth] > debug2: kex_parse_kexinit: > hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,umac-64@openssh.com [preauth] > debug2: kex_parse_kexinit: none [preauth] > debug2: kex_parse_kexinit: none [preauth] > debug2: kex_parse_kexinit: [preauth] > debug2: kex_parse_kexinit: [preauth] > debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] > debug2: kex_parse_kexinit: reserved 0 [preauth] > debug2: mac_setup: setup hmac-sha1 [preauth] > debug1: kex: client->server aes256-ctr hmac-sha1 none [preauth] > debug2: mac_setup: setup hmac-sha1 [preauth] > debug1: kex: server->client aes256-ctr hmac-sha1 none [preauth] > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received [preauth] > debug3: mm_request_send entering: type 0 [preauth] > debug3: mm_request_receive entering > debug3: monitor_read: checking request 0 > debug3: mm_answer_moduli: got parameters: 1024 2048 2048 > bad trace - with openssl commit. > > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received [preauth] > debug3: mm_request_send entering: type 0 [preauth] > debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI [preauth] > debug3: mm_request_receive_expect entering: type 1 [preauth] > debug3: mm_request_receive entering [preauth] > debug3: mm_request_receive entering > debug3: monitor_read: checking request 0 > debug3: mm_answer_moduli: got parameters: 1024 2048 2048 > debug3: mm_request_send entering: type 1 > debug2: monitor_read: 0 used once, disabling now > debug3: mm_choose_dh: remaining 0 [preauth] > *debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent [preauth]* > debug1: monitor_read_log: child log fd closed > debug3: mm_request_receive entering > debug1: do_cleanup > debug3: PAM: sshpam_thread_cleanup entering > debug1: Killing privsep child 1837 Similar symptoms on 9.3-p37 when trying to connect with putty from a Win 7 station. Using cygwin's openssh client doesn't trigger the issue. Éric Masson -- J'ai essayé de creer un news un alt.west.virginia ou sur d'autres alt.west.wirginia.xxx mais quand je vais sur ces forums rien n'apparait? l'emetteur d'un new recoit il un avertissement si celui ci est censuré? -+- LM in: - Bien sansurer ses news sur C-I -+- From owner-freebsd-stable@freebsd.org Wed Mar 9 18:34:08 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5537AC876D for ; Wed, 9 Mar 2016 18:34:08 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id B8B0377C; Wed, 9 Mar 2016 18:34:08 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id D54D18F; Wed, 9 Mar 2016 18:34:07 +0000 (UTC) Date: Wed, 9 Mar 2016 18:34:06 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <429141380.198.1457548446349.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_10 #124 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 18:34:08 -0000 See ------------------------------------------ [...truncated 66798 lines...] printf '\t.section .note.GNU-stack,"",%%progbits\n' >>fchmodat.S --- mknodat.S --- --- fexecve.S --- printf '#include "compat.h"\n' > fexecve.S printf '#include "SYS.h"\nRSYSCALL(fexecve)\n' >> fexecve.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>fexecve.S --- readlinkat.S --- --- futimesat.S --- printf '#include "compat.h"\n' > futimesat.S printf '#include "SYS.h"\nRSYSCALL(futimesat)\n' >> futimesat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>futimesat.S --- unlinkat.S --- --- mknodat.S --- printf '#include "compat.h"\n' > mknodat.S printf '#include "SYS.h"\nRSYSCALL(mknodat)\n' >> mknodat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>mknodat.S --- shmctl.S --- --- readlinkat.S --- printf '#include "compat.h"\n' > readlinkat.S printf '#include "SYS.h"\nRSYSCALL(readlinkat)\n' >> readlinkat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>readlinkat.S --- lpathconf.S --- --- cap_getmode.S --- --- unlinkat.S --- printf '#include "compat.h"\n' > unlinkat.S printf '#include "SYS.h"\nRSYSCALL(unlinkat)\n' >> unlinkat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>unlinkat.S --- shmctl.S --- printf '#include "compat.h"\n' > shmctl.S printf '#include "SYS.h"\nRSYSCALL(shmctl)\n' >> shmctl.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>shmctl.S --- pdfork.S --- --- lpathconf.S --- printf '#include "compat.h"\n' > lpathconf.S printf '#include "SYS.h"\nRSYSCALL(lpathconf)\n' >> lpathconf.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>lpathconf.S --- pdkill.S --- --- cap_getmode.S --- printf '#include "compat.h"\n' > cap_getmode.S printf '#include "SYS.h"\nRSYSCALL(cap_getmode)\n' >> cap_getmode.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_getmode.S --- posix_fallocate.S --- --- pdfork.S --- printf '#include "compat.h"\n' > pdfork.S printf '#include "SYS.h"\nRSYSCALL(pdfork)\n' >> pdfork.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>pdfork.S --- posix_fadvise.S --- --- pdkill.S --- printf '#include "compat.h"\n' > pdkill.S printf '#include "SYS.h"\nRSYSCALL(pdkill)\n' >> pdkill.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>pdkill.S --- cap_rights_limit.S --- --- posix_fallocate.S --- printf '#include "compat.h"\n' > posix_fallocate.S --- cap_ioctls_get.S --- --- posix_fallocate.S --- printf '#include "SYS.h"\nRSYSCALL(posix_fallocate)\n' >> posix_fallocate.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>posix_fallocate.S --- posix_fadvise.S --- printf '#include "compat.h"\n' > posix_fadvise.S printf '#include "SYS.h"\nRSYSCALL(posix_fadvise)\n' >> posix_fadvise.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>posix_fadvise.S --- cap_fcntls_get.S --- --- cap_rights_limit.S --- printf '#include "compat.h"\n' > cap_rights_limit.S printf '#include "SYS.h"\nRSYSCALL(cap_rights_limit)\n' >> cap_rights_limit= .S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_rights_limit.S --- procctl.S --- --- cap_ioctls_get.S --- printf '#include "compat.h"\n' > cap_ioctls_get.S printf '#include "SYS.h"\nRSYSCALL(cap_ioctls_get)\n' >> cap_ioctls_get.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_ioctls_get.S --- _pwrite.S --- --- cap_fcntls_get.S --- printf '#include "compat.h"\n' > cap_fcntls_get.S printf '#include "SYS.h"\nRSYSCALL(cap_fcntls_get)\n' >> cap_fcntls_get.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_fcntls_get.S --- _mmap.S --- --- procctl.S --- printf '#include "compat.h"\n' > procctl.S printf '#include "SYS.h"\nRSYSCALL(procctl)\n' >> procctl.S --- _aio_suspend.S --- --- procctl.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>procctl.S --- _pwrite.S --- printf '#include "compat.h"\n' > _pwrite.S printf '#include "SYS.h"\nPSEUDO(pwrite)\n' >> _pwrite.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_pwrite.S --- _close.S --- --- _mmap.S --- printf '#include "compat.h"\n' > _mmap.S printf '#include "SYS.h"\nPSEUDO(mmap)\n' >> _mmap.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_mmap.S --- _msync.S --- --- _openat.S --- --- _aio_suspend.S --- printf '#include "compat.h"\n' > _aio_suspend.S printf '#include "SYS.h"\nPSEUDO(aio_suspend)\n' >> _aio_suspend.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_aio_suspend.S --- _close.S --- printf '#include "compat.h"\n' > _close.S printf '#include "SYS.h"\nPSEUDO(close)\n' >> _close.S --- _poll.S --- --- _close.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_close.S --- _msync.S --- printf '#include "compat.h"\n' > _msync.S printf '#include "SYS.h"\nPSEUDO(msync)\n' >> _msync.S --- _ppoll.S --- --- _msync.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_msync.S --- _openat.S --- printf '#include "compat.h"\n' > _openat.S printf '#include "SYS.h"\nPSEUDO(openat)\n' >> _openat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_openat.S --- _recvfrom.S --- --- _poll.S --- printf '#include "compat.h"\n' > _poll.S printf '#include "SYS.h"\nPSEUDO(poll)\n' >> _poll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_poll.S --- _sigprocmask.S --- --- _sigtimedwait.S --- --- _ppoll.S --- printf '#include "compat.h"\n' > _ppoll.S printf '#include "SYS.h"\nPSEUDO(ppoll)\n' >> _ppoll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_ppoll.S --- _recvfrom.S --- printf '#include "compat.h"\n' > _recvfrom.S printf '#include "SYS.h"\nPSEUDO(recvfrom)\n' >> _recvfrom.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvfrom.S --- _sigwaitinfo.S --- --- _sigprocmask.S --- printf '#include "compat.h"\n' > _sigprocmask.S printf '#include "SYS.h"\nPSEUDO(sigprocmask)\n' >> _sigprocmask.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigprocmask.S --- _sigaction.S --- --- _sigtimedwait.S --- printf '#include "compat.h"\n' > _sigtimedwait.S printf '#include "SYS.h"\nPSEUDO(sigtimedwait)\n' >> _sigtimedwait.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigtimedwait.S --- yp_xdr.c --- --- _sigaction.S --- printf '#include "compat.h"\n' > _sigaction.S printf '#include "SYS.h"\nPSEUDO(sigaction)\n' >> _sigaction.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigaction.S --- _sigwaitinfo.S --- printf '#include "compat.h"\n' > _sigwaitinfo.S printf '#include "SYS.h"\nPSEUDO(sigwaitinfo)\n' >> _sigwaitinfo.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigwaitinfo.S --- gdtoa_strtorx.c --- --- gdtoa_dmisc.c --- --- gdtoa_dtoa.c --- --- yp_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o yp_xdr.c /builds/workspace/FreeBSD_stabl= e_10/obj/builds/workspace/FreeBSD_stable_10/src/tmp/usr/include/rpcsvc/yp.x --- gdtoa_strtorx.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/gdtoa= /strtorx.c gdtoa_strtorx.c --- gdtoa_dmisc.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/gdtoa= /dmisc.c gdtoa_dmisc.c --- gdtoa_dtoa.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/gdtoa= /dtoa.c gdtoa_dtoa.c --- gdtoa_strtodg.c --- --- gdtoa_strtord.c --- --- jemalloc_bitmap.c --- --- gdtoa_strtodg.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/gdtoa= /strtodg.c gdtoa_strtodg.c --- gdtoa_strtord.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/gdtoa= /strtord.c gdtoa_strtord.c --- jemalloc_chunk.c --- --- jemalloc_bitmap.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/bitmap.c jemalloc_bitmap.c --- jemalloc_ckh.c --- --- jemalloc_chunk.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/chunk.c jemalloc_chunk.c --- jemalloc_ctl.c --- --- jemalloc_ckh.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/ckh.c jemalloc_ckh.c --- jemalloc_extent.c --- --- jemalloc_huge.c --- --- jemalloc_extent.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/extent.c jemalloc_extent.c --- jemalloc_ctl.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/ctl.c jemalloc_ctl.c --- jemalloc_mb.c --- --- jemalloc_huge.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/huge.c jemalloc_huge.c --- subr_acl_nfs4.c --- --- crypt_clnt.c --- --- jemalloc_mb.c --- ln -sf /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../contrib/jemal= loc/src/mb.c jemalloc_mb.c --- crypt_xdr.c --- --- yp.h --- --- subr_acl_nfs4.c --- cat /builds/workspace/FreeBSD_stable_10/src/lib/libc/../../sys/kern/subr_ac= l_nfs4.c > subr_acl_nfs4.c --- crypt_clnt.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -l -o crypt_clnt.c /builds/workspace/FreeBSD_s= table_10/obj/builds/workspace/FreeBSD_stable_10/src/tmp/usr/include/rpcsvc/= crypt.x --- crypt_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o crypt_xdr.c /builds/workspace/FreeBSD_st= able_10/obj/builds/workspace/FreeBSD_stable_10/src/tmp/usr/include/rpcsvc/c= rypt.x --- yp.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o yp.h /builds/workspace/FreeBSD_stable_10= /obj/builds/workspace/FreeBSD_stable_10/src/tmp/usr/include/rpcsvc/yp.x --- nslexer.c --- lex -P_nsyy -o/dev/stdout /builds/workspace/FreeBSD_stable_10/src/lib/libc= /net/nslexer.l | sed -e '/YY_BUF_SIZE/s/16384/1024/' >nslexer.c --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/builds/workspace/FreeBSD_stable_10/src= /lib/libc/include -I/builds/workspace/FreeBSD_stable_10/src/lib/libc/../../= include -I/builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64 -DNLS -D__= DBINTERFACE_PRIVATE -I/builds/workspace/FreeBSD_stable_10/src/lib/libc/../.= ./contrib/gdtoa -I/builds/workspace/FreeBSD_stable_10/src/lib/libc/../../co= ntrib/libc-vis -DINET6 -I/builds/workspace/FreeBSD_stable_10/obj/builds/wor= kspace/FreeBSD_stable_10/src/lib/libc -I/builds/workspace/FreeBSD_stable_10= /src/lib/libc/resolv -D_ACL_PRIVATE -DPOSIX_MISTAKE -I/builds/workspace/Fre= eBSD_stable_10/src/lib/libc/../libmd -I/builds/workspace/FreeBSD_stable_10/= src/lib/libc/../../contrib/jemalloc/include -I/builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/../../contrib/tzcode/stdtime -I/builds/workspace/FreeBS= D_stable_10/src/lib/libc/stdtime -I/builds/workspace/FreeBSD_stable_10/src/= lib/libc/locale -DBROKEN_DES -DPORTMAP -DDES_BUILTIN -I/builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/rpc -DYP -DNS_CACHING -DSYMBOL_VERSIONING -DSY= SCALL_COMPAT -std=3Dgnu99 /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/db/btree/bt_close.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/= btree/bt_conv.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/btree/b= t_debug.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/btree/bt_dele= te.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/btree/bt_get.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/db/btree/bt_open.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/db/btree/bt_overflow.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/db/btree/bt_page.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/db/btree/bt_put.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/db/btree/bt_search.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/db/btree/bt_seq.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/db/btree/bt_split.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/db/btree/bt_utils.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/d= b/db.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/hash/hash.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/db/hash/hash_bigkey.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/db/hash/hash_buf.c /builds/workspa= ce/FreeBSD_stable_10/src/lib/libc/db/hash/hash_func.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/db/hash/hash_log2.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/db/hash/hash_page.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/db/hash/ndbm.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/db/mpool/mpool.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/m= pool/mpool-compat.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/rec= no/rec_close.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/recno/re= c_delete.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/recno/rec_ge= t.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/db/recno/rec_open.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/db/recno/rec_put.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/db/recno/rec_search.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/db/recno/rec_seq.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/db/recno/rec_utils.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/compat-43/creat.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/compat-43/gethostid.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/compat-43/getwd.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/compat-43/killpg.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/com= pat-43/sethostid.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/compat-= 43/setpgrp.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/compat-43/set= rgid.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/compat-43/setruid.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/compat-43/sigcompat.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/__getosreldate.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/gen/__pthread_mutex_init_calloc_cb= _stub.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/__xuname.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/_once_stub.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/gen/_pthread_stubs.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/gen/_rand48.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/gen/_spinlock_stub.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/gen/_thread_init.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/gen/alarm.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/ar= c4random.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/assert.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/auxv.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/gen/basename.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/gen/cap_sandboxed.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/gen/check_utility_compat.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/gen/clock.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/gen/clock_getcpuclockid.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/gen/closedir.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/confs= tr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/crypt.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/gen/ctermid.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/gen/daemon.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/gen/devname.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/gen/dirfd.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/dirname= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/disklabel.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/gen/dlfcn.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/gen/drand48.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/gen/dup3.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /gen/elf_utils.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/erand= 48.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/err.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/gen/errlst.c /builds/workspace/FreeBS= D_stable_10/src/lib/libc/gen/errno.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/gen/exec.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/= fdevname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/feature_pre= sent.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/fmtcheck.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/gen/fmtmsg.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/gen/fnmatch.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/gen/fpclassify.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/gen/frexp.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen= /fstab.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/ftok.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/gen/fts.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/gen/fts-compat.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/gen/ftw.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/gen/getbootfile.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/ge= tbsize.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getcap.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getcwd.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/gen/getdomainname.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/gen/getgrent.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/gen/getgrouplist.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/gen/gethostname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= gen/getloadavg.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getlo= gin.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getmntinfo.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getnetgrent.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/gen/getosreldate.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/gen/getpagesize.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/gen/getpagesizes.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/gen/getpeereid.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/gen/getprogname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/g= en/getpwent.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getttyen= t.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getusershell.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/getutxent.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/gen/getvfsbyname.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/gen/glob.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/gen/initgroups.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/gen/isatty.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/isin= f.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/isnan.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/gen/jrand48.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/gen/lcong48.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/gen/libc_dlopen.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/gen/lockf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/lra= nd48.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/mrand48.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/gen/nftw.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/gen/nice.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/gen/nlist.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= gen/nrand48.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/opendir.= c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/pause.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/gen/pmadvise.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/gen/popen.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/gen/posix_spawn.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/gen/psignal.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/putu= txline.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/pw_scan.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/raise.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/gen/readdir.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/gen/readpassphrase.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/gen/rewinddir.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/gen/scandir.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/see= d48.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/seekdir.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/gen/semctl.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/gen/setdomainname.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/gen/sethostname.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/gen/setjmperr.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/gen/setmode.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/se= tproctitle.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/setprogna= me.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/siginterrupt.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/siglist.c /builds/worksp= ace/FreeBSD_stable_10/src/lib/libc/gen/signal.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/gen/sigsetops.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/gen/sleep.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/ge= n/srand48.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/statvfs.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/stringlist.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/gen/strtofflags.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/gen/sysconf.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/gen/sysctl.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/gen/sysctlbyname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= gen/sysctlnametomib.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/= syslog.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/telldir.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/gen/termios.c /builds/workspa= ce/FreeBSD_stable_10/src/lib/libc/gen/time.c /builds/workspace/FreeBSD_stab= le_10/src/lib/libc/gen/times.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/gen/timezone.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/tl= s.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/ttyname.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/gen/ttyslot.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/gen/ualarm.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/gen/ulimit.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/gen/uname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/unvis-c= ompat.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/usleep.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/gen/utime.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/gen/utxdb.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/gen/valloc.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/gen/wait.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/wait3.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/gen/waitpid.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/gen/waitid.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/gen/wordexp.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/../../contrib/libc-pwcache/pwcache.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/../../contrib/libc-vis/unvis.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/../../contrib/libc-vis/vis.c cancelpoints_sem.c= cancelpoints_sem_new.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/am= d64/gen/_setjmp.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/ge= n/_set_tp.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/gen/rfor= k_thread.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/gen/setjm= p.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/gen/sigsetjmp.S = /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/gen/fabs.S /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/amd64/gen/getcontextx.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/amd64/gen/infinity.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/gen/ldexp.c /builds/workspace/FreeBSD_stab= le_10/src/lib/libc/amd64/gen/makecontext.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/amd64/gen/signalcontext.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/amd64/gen/flt_rounds.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/amd64/gen/fpgetmask.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/amd64/gen/fpsetmask.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/amd64/gen/fpgetprec.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/amd64/gen/fpsetprec.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/am= d64/gen/fpgetround.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64= /gen/fpsetround.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/ge= n/fpgetsticky.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gmon/gmon.= c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gmon/mcount.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/iconv/citrus_bcs.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/iconv/citrus_bcs_strtol.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/iconv/citrus_bcs_strtoul.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/iconv/citrus_csmapper.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/iconv/citrus_db.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/iconv/citrus_db_factory.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/iconv/citrus_db_hash.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/iconv/citrus_esdb.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/iconv/citrus_hash.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/iconv/citrus_iconv.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/iconv/citrus_lookup.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/i= conv/citrus_lookup_factory.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/iconv/citrus_mapper.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/i= conv/citrus_memstream.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/ic= onv/citrus_mmap.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/iconv/ci= trus_module.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/iconv/citrus= _none.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/iconv/citrus_pivot= _factory.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/iconv/citrus_pr= op.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/iconv/citrus_stdenc.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/iconv/bsd_iconv.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/iconv/iconv_compat.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/inet/inet_addr.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/inet/inet_cidr_ntop.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/inet/inet_cidr_pton.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/inet/inet_lnaof.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/inet/inet_makeaddr.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/inet/inet_net_ntop.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/inet/inet_net_pton.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/ine= t/inet_neta.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/inet/inet_ne= tof.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/inet/inet_network.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/inet/inet_ntoa.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/inet/inet_ntop.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/inet/inet_pton.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/inet/nsap_addr.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/isc/ev_streams.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/isc/ev_timers.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale= /ascii.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/big5.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/locale/btowc.c /builds/worksp= ace/FreeBSD_stable_10/src/lib/libc/locale/collate.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/locale/collcmp.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/locale/euc.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/locale/fix_grouping.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= locale/gb18030.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/gb= 2312.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/gbk.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/locale/ctype.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/locale/isctype.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/locale/iswctype.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/locale/ldpart.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/locale/lmessages.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/lo= cale/lmonetary.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/ln= umeric.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/localeconv= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/mblen.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/locale/mbrlen.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/locale/mbrtowc.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/locale/mbsinit.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/locale/mbsnrtowcs.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/locale/mbsrtowcs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= locale/mbtowc.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/mbs= towcs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/mskanji.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/nextwctype.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/locale/nl_langinfo.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/locale/nomacros.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/locale/none.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/locale/rpmatch.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/locale/rune.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/loca= le/runetype.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/setlo= cale.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/setrunelocal= e.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/table.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/locale/tolower.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/locale/toupper.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/locale/utf8.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/locale/wcrtomb.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/locale/wcsnrtombs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/loc= ale/wcsrtombs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/wcs= ftime.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/wcstof.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/locale/wcstod.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/locale/wcstoimax.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/locale/wcstol.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/locale/wcstold.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/locale/wcstoll.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/locale/wcstombs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale= /wcstoul.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/wcstoull= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/wcstoumax.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/locale/wctob.c /builds/workspa= ce/FreeBSD_stable_10/src/lib/libc/locale/wctomb.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/locale/wctrans.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/locale/wctype.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/locale/wcwidth.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/loca= le/xlocale.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/c16rto= mb_iconv.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/c32rtomb= _iconv.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/mbrtoc16_i= conv.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/locale/mbrtoc32_ico= nv.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/../libmd/md5c.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/nameser/ns_name.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/nameser/ns_netint.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/nameser/ns_parse.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/nameser/ns_print.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/nameser/ns_samedomain.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/nameser/ns_ttl.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/net/base64.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/ethe= r_addr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/eui64.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/net/gai_strerror.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/net/getaddrinfo.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/net/gethostbydns.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/net/gethostbyht.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/net/gethostbynis.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/net/gethostnamadr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /net/getifaddrs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/geti= fmaddrs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/getnameinfo.= c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/getnetbydns.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/net/getnetbyht.c /builds/workspa= ce/FreeBSD_stable_10/src/lib/libc/net/getnetbynis.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/net/getnetnamadr.c /builds/workspace/FreeBSD_stab= le_10/src/lib/libc/net/getproto.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/net/getprotoent.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= net/getprotoname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/get= servent.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/if_indextona= me.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/if_nameindex.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/net/if_nametoindex.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/net/ip6opt.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/net/linkaddr.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/net/map_v4v6.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/net/name6.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/nto= h.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/nsdispatch.c nslex= er.c nsparser.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/nss_co= mpat.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/rcmd.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/net/rcmdsh.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/net/recv.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/net/rthdr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/n= et/sctp_sys_calls.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/se= nd.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/sockatmark.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/net/sourcefilter.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/net/vars.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/net/nscache.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/net/nscachedcli.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/nls/msgcat.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/ac= l_branding.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_c= alc_mask.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_cop= y.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_compat.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_delete.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_delete_entry.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_entry.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_flag.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/posix1e/acl_free.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/posix1e/acl_from_text.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/posix1e/acl_from_text_nfs4.c /builds/workspace/FreeBS= D_stable_10/src/lib/libc/posix1e/acl_get.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/posix1e/acl_id_to_name.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/posix1e/acl_init.c /builds/workspace/FreeBSD_stable_10/src/= lib/libc/posix1e/acl_perm.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/posix1e/acl_set.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1= e/acl_strip.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_= support.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_supp= ort_nfs4.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_to_= text.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_to_text= _nfs4.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/acl_valid.= c /builds/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/extattr.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/posix1e/mac.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/posix1e/mac_exec.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/posix1e/mac_get.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/posix1e/mac_set.c subr_acl_nfs4.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/regex/regcomp.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/regex/regerror.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/regex/regexec.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/regex= /regfree.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/resolv/herror.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/resolv/h_errno.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/resolv/mtctxres.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/resolv/res_comp.c /builds/workspace/FreeBS= D_stable_10/src/lib/libc/resolv/res_data.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/resolv/res_debug.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/resolv/res_findzonecut.c /builds/workspace/FreeBSD_stable_10/src/= lib/libc/resolv/res_init.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /resolv/res_mkquery.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/reso= lv/res_mkupdate.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/resolv/r= es_query.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/resolv/res_send= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/resolv/res_state.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/resolv/res_update.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/stdio/_flock_stub.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/stdio/asprintf.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/stdio/clrerr.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/stdio/dprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/stdio/fclose.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fc= loseall.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fdopen.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/feof.c /builds/worksp= ace/FreeBSD_stable_10/src/lib/libc/stdio/ferror.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/stdio/fflush.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/stdio/fgetc.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /stdio/fgetln.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fget= pos.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fgets.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fgetwc.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/stdio/fgetwln.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/stdio/fgetws.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/stdio/fileno.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= stdio/findfp.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/flags= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fmemopen.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fopen.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/stdio/fprintf.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/stdio/fpurge.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/stdio/fputc.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/st= dio/fputs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fputwc.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fputws.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/stdio/fread.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/stdio/freopen.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/stdio/fscanf.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/stdio/fseek.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/= fsetpos.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/ftell.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/funopen.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/stdio/fvwrite.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/stdio/fwalk.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/stdio/fwide.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/stdio/fwprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/= fwscanf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/fwrite.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/getc.c /builds/worksp= ace/FreeBSD_stable_10/src/lib/libc/stdio/getchar.c /builds/workspace/FreeBS= D_stable_10/src/lib/libc/stdio/getdelim.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/stdio/getline.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/stdio/gets.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/g= etw.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/getwc.c /build= s/workspace/FreeBSD_stable_10/src/lib/libc/stdio/getwchar.c /builds/workspa= ce/FreeBSD_stable_10/src/lib/libc/stdio/makebuf.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/stdio/mktemp.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/stdio/open_memstream.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/stdio/open_wmemstream.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/stdio/perror.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/std= io/printf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/printf-p= os.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/putc.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/stdio/putchar.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/stdio/puts.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/stdio/putw.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/stdio/putwc.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/p= utwchar.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/refill.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/remove.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/stdio/rewind.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/stdio/rget.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/stdio/scanf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /stdio/setbuf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/setb= uffer.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/setvbuf.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/snprintf.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/stdio/sprintf.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/stdio/sscanf.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/stdio/stdio.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/stdio/swprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdi= o/swscanf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/tempnam.= c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/tmpfile.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/stdio/tmpnam.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/stdio/ungetc.c /builds/workspace/FreeBSD_stab= le_10/src/lib/libc/stdio/ungetwc.c /builds/workspace/FreeBSD_stable_10/src/= lib/libc/stdio/vasprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /stdio/vdprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/vf= printf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/vfscanf.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/vfwprintf.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/stdio/vfwscanf.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/stdio/vprintf.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/stdio/vscanf.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/stdio/vsnprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/stdio/vsprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/v= sscanf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/vswprintf.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/vswscanf.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/stdio/vwprintf.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/stdio/vwscanf.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/stdio/wbuf.c /builds/workspace/FreeBSD_stable_10/src/= lib/libc/stdio/wprintf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/s= tdio/wscanf.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/wsetup= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdio/xprintf.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/stdio/xprintf_float.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/stdio/xprintf_int.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/stdio/xprintf_str.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/stdio/xprintf_errno.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/stdio/xprintf_hexdump.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/stdio/xprintf_quote.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/stdio/xprintf_time.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/stdio/xprintf_vis.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/../../contrib/tzcode/stdtime/asctime.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/../../contrib/tzcode/stdtime/difftime.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/../../contrib/tzcode/stdtime/localtime.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/stdtime/strftime.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/stdtime/strptime.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/stdtime/timelocal.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/stdtime/time32.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/amd64/sys/amd64_get_fsbase.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/amd64/sys/amd64_get_gsbase.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/amd64/sys/amd64_set_fsbase.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/amd64/sys/amd64_set_gsbase.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/amd64/sys/__vdso_gettc.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/sys/clock_gettime.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/sys/gettimeofday.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/sys/__vdso_gettimeofday.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/sys/stack_protector.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/sys/stack_protector_compat.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/sys/__error.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/sys/interposing_table.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /sys/ftruncate.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/lseek= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/mmap.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/sys/pread.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/sys/pwrite.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/sys/truncate.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/s= ys/futimens.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/utimensa= t.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/accept.c /builds/w= orkspace/FreeBSD_stable_10/src/lib/libc/sys/accept4.c /builds/workspace/Fre= eBSD_stable_10/src/lib/libc/sys/aio_suspend.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/sys/close.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/sys/connect.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/fc= ntl.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/fsync.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/sys/fork.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/sys/kevent.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/sys/msync.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/s= ys/nanosleep.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/open.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/openat.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/sys/poll.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/sys/ppoll.c /builds/workspace/FreeBSD_stable_10/src/li= b/libc/sys/pselect.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/r= ead.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/readv.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/sys/recvfrom.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/sys/recvmsg.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/sys/select.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/sys/sendmsg.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/sen= dto.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/setcontext.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/sys/sigprocmask.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/sys/sigsuspend.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/sys/sigtimedwait.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/sys/sigwait.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/sys/sigwaitinfo.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/sys/swapcontext.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/wa= it4.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/sys/wait6.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/sys/write.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/sys/writev.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/sys/sigaction.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/amd64/sys/vfork.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd6= 4/sys/brk.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/sys/cerr= or.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/sys/exect.S /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/sys/getcontext.S /build= s/workspace/FreeBSD_stable_10/src/lib/libc/amd64/sys/pipe.S /builds/workspa= ce/FreeBSD_stable_10/src/lib/libc/amd64/sys/ptrace.S /builds/workspace/Free= BSD_stable_10/src/lib/libc/amd64/sys/sbrk.S /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/amd64/sys/setlogin.S /builds/workspace/FreeBSD_stable_10/= src/lib/libc/amd64/sys/sigreturn.S syscall.S link.S unlink.S chdir.S fchdir= .S mknod.S chmod.S chown.S freebsd4_getfsstat.S getpid.S mount.S unmount.S = setuid.S getuid.S geteuid.S getpeername.S getsockname.S access.S chflags.S = fchflags.S sync.S kill.S getppid.S dup.S getegid.S profil.S ktrace.S getgid= .S acct.S sigaltstack.S ioctl.S reboot.S revoke.S symlink.S readlink.S exec= ve.S umask.S chroot.S vadvise.S munmap.S mprotect.S madvise.S mincore.S get= groups.S setgroups.S getpgrp.S setpgid.S setitimer.S swapon.S getitimer.S g= etdtablesize.S dup2.S setpriority.S socket.S getpriority.S bind.S setsockop= t.S listen.S getrusage.S getsockopt.S settimeofday.S fchown.S fchmod.S setr= euid.S setregid.S rename.S flock.S mkfifo.S shutdown.S socketpair.S mkdir.S= rmdir.S utimes.S adjtime.S setsid.S quotactl.S nlm_syscall.S nfssvc.S free= bsd4_statfs.S freebsd4_fstatfs.S lgetfh.S getfh.S freebsd4_getdomainname.S = freebsd4_setdomainname.S freebsd4_uname.S sysarch.S rtprio.S semsys.S msgsy= s.S shmsys.S freebsd6_pread.S freebsd6_pwrite.S setfib.S ntp_adjtime.S setg= id.S setegid.S seteuid.S stat.S fstat.S lstat.S pathconf.S fpathconf.S getr= limit.S setrlimit.S getdirentries.S freebsd6_mmap.S __syscall.S freebsd6_ls= eek.S freebsd6_truncate.S freebsd6_ftruncate.S __sysctl.S mlock.S munlock.S= undelete.S futimes.S getpgid.S freebsd7___semctl.S semget.S semop.S freebs= d7_msgctl.S msgget.S msgsnd.S msgrcv.S shmat.S freebsd7_shmctl.S shmdt.S sh= mget.S clock_settime.S clock_getres.S ktimer_create.S ktimer_delete.S ktime= r_settime.S ktimer_gettime.S ktimer_getoverrun.S ffclock_getcounter.S ffclo= ck_setestimate.S ffclock_getestimate.S clock_getcpuclockid2.S ntp_gettime.S= minherit.S rfork.S issetugid.S lchown.S aio_read.S aio_write.S lio_listio.= S getdents.S lchmod.S netbsd_lchown.S lutimes.S netbsd_msync.S nstat.S nfst= at.S nlstat.S preadv.S pwritev.S freebsd4_fhstatfs.S fhopen.S fhstat.S modn= ext.S modstat.S modfnext.S modfind.S kldload.S kldunload.S kldfind.S kldnex= t.S kldstat.S kldfirstmod.S getsid.S setresuid.S setresgid.S aio_return.S a= io_cancel.S aio_error.S oaio_read.S oaio_write.S olio_listio.S mlockall.S m= unlockall.S __getcwd.S sched_setparam.S sched_getparam.S sched_setscheduler= .S sched_getscheduler.S sched_yield.S sched_get_priority_max.S sched_get_pr= iority_min.S sched_rr_get_interval.S utrace.S freebsd4_sendfile.S kldsym.S = jail.S nnpfs_syscall.S freebsd4_sigaction.S sigpending.S freebsd4_sigreturn= .S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_fd.S __acl_de= lete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclcheck_fd.S ext= attrctl.S extattr_set_file.S extattr_get_file.S extattr_delete_file.S aio_w= aitcomplete.S getresuid.S getresgid.S kqueue.S extattr_set_fd.S extattr_get= _fd.S extattr_delete_fd.S __setugid.S eaccess.S afs3_syscall.S nmount.S __m= ac_get_proc.S __mac_set_proc.S __mac_get_fd.S __mac_get_file.S __mac_set_fd= .S __mac_set_file.S kenv.S lchflags.S uuidgen.S sendfile.S mac_syscall.S ge= tfsstat.S statfs.S fstatfs.S fhstatfs.S ksem_close.S ksem_post.S ksem_wait.= S ksem_trywait.S ksem_init.S ksem_open.S ksem_unlink.S ksem_getvalue.S ksem= _destroy.S __mac_get_pid.S __mac_get_link.S __mac_set_link.S extattr_set_li= nk.S extattr_get_link.S extattr_delete_link.S __mac_execve.S swapoff.S __ac= l_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclcheck_link.S thr= _create.S thr_exit.S thr_self.S thr_kill.S _umtx_lock.S _umtx_unlock.S jail= _attach.S extattr_list_fd.S extattr_list_file.S extattr_list_link.S ksem_ti= medwait.S thr_suspend.S thr_wake.S kldunloadf.S audit.S auditon.S getauid.S= setauid.S getaudit.S setaudit.S getaudit_addr.S setaudit_addr.S auditctl.S= _umtx_op.S thr_new.S sigqueue.S kmq_open.S kmq_setattr.S kmq_timedreceive.= S kmq_timedsend.S kmq_notify.S kmq_unlink.S abort2.S thr_set_name.S aio_fsy= nc.S rtprio_thread.S sctp_peeloff.S sctp_generic_sendmsg.S sctp_generic_sen= dmsg_iov.S sctp_generic_recvmsg.S thr_kill2.S shm_open.S shm_unlink.S cpuse= t.S cpuset_setid.S cpuset_getid.S cpuset_getaffinity.S cpuset_setaffinity.S= faccessat.S fchmodat.S fchownat.S fexecve.S fstatat.S futimesat.S linkat.S= mkdirat.S mkfifoat.S mknodat.S readlinkat.S renameat.S symlinkat.S unlinka= t.S posix_openpt.S gssd_syscall.S jail_get.S jail_set.S jail_remove.S close= from.S __semctl.S msgctl.S shmctl.S lpathconf.S __cap_rights_get.S cap_ente= r.S cap_getmode.S pdfork.S pdkill.S pdgetpid.S getloginclass.S setloginclas= s.S rctl_get_racct.S rctl_get_rules.S rctl_get_limits.S rctl_add_rule.S rct= l_remove_rule.S posix_fallocate.S posix_fadvise.S cap_rights_limit.S cap_io= ctls_limit.S cap_ioctls_get.S cap_fcntls_limit.S cap_fcntls_get.S bindat.S = connectat.S chflagsat.S pipe2.S aio_mlock.S procctl.S _getlogin.S _exit.S _= pread.S _pwrite.S _lseek.S _mmap.S _ftruncate.S _truncate.S _clock_gettime.= S _gettimeofday.S _futimens.S _utimensat.S _accept.S _accept4.S _aio_suspen= d.S _close.S _connect.S _fcntl.S _fsync.S _fork.S _kevent.S _msync.S _nanos= leep.S _open.S _openat.S _poll.S _ppoll.S _pselect.S _read.S _readv.S _recv= from.S _recvmsg.S _select.S _sendmsg.S _sendto.S _setcontext.S _sigprocmask= .S _sigsuspend.S _sigtimedwait.S _sigwait.S _sigwaitinfo.S _swapcontext.S _= wait4.S _wait6.S _write.S _writev.S _sigaction.S /builds/workspace/FreeBSD_= stable_10/src/lib/libc/rpc/auth_none.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/rpc/auth_unix.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/rpc/authunix_prot.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc= /bindresvport.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/clnt_b= cast.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/clnt_dg.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/clnt_generic.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/rpc/clnt_perror.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/rpc/clnt_raw.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/rpc/clnt_simple.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/rpc/clnt_vc.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rp= c/rpc_dtablesize.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/get= netconfig.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/getnetpath= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/getrpcent.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/rpc/getrpcport.c /builds/workspac= e/FreeBSD_stable_10/src/lib/libc/rpc/mt_misc.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/rpc/pmap_clnt.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/rpc/pmap_getmaps.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/rpc/pmap_getport.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc= /pmap_prot.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/pmap_prot= 2.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/pmap_rmt.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/rpc/rpc_prot.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/rpc/rpc_commondata.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/rpc/rpc_callmsg.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/rpc/rpc_generic.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/rpc/rpc_soc.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rp= c/rpcb_clnt.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/rpcb_pro= t.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/rpcb_st_xdr.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/rpcsec_gss_stub.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/rpc/svc.c /builds/workspace/FreeBS= D_stable_10/src/lib/libc/rpc/svc_auth.c /builds/workspace/FreeBSD_stable_10= /src/lib/libc/rpc/svc_dg.c /builds/workspace/FreeBSD_stable_10/src/lib/libc= /rpc/svc_auth_unix.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/s= vc_generic.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/svc_raw.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/svc_run.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/rpc/svc_simple.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/rpc/svc_vc.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/rpc/auth_time.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/rpc/auth_des.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/a= uthdes_prot.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/des_cryp= t.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/des_soft.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/rpc/crypt_client.c /builds/worksp= ace/FreeBSD_stable_10/src/lib/libc/rpc/key_call.c /builds/workspace/FreeBSD= _stable_10/src/lib/libc/rpc/key_prot_xdr.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/rpc/getpublickey.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/rpc/svc_auth_des.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/rpc/netname.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/netna= mer.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/rpcdname.c /buil= ds/workspace/FreeBSD_stable_10/src/lib/libc/rpc/rtime.c crypt_clnt.c crypt_= xdr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/uuid/uuid_compare.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/uuid/uuid_create.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/uuid/uuid_create_nil.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/uuid/uuid_equal.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/uuid/uuid_from_string.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/uuid/uuid_hash.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/uuid/uuid_is_nil.c /builds/workspace/FreeBSD_stable_10/= src/lib/libc/uuid/uuid_stream.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/uuid/uuid_to_string.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/xdr/xdr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/xdr/xdr_array.= c /builds/workspace/FreeBSD_stable_10/src/lib/libc/xdr/xdr_float.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/xdr/xdr_mem.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/xdr/xdr_rec.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/xdr/xdr_reference.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/xdr/xdr_sizeof.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/xdr/xdr_stdio.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/yp/xdryp= .c yp_xdr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/yp/yplib.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/../../sys/kern/subr_capabilit= y.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gdtoa/machdep_ldisx.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/stdlib/div.S /builds= /workspace/FreeBSD_stable_10/src/lib/libc/amd64/stdlib/ldiv.S /builds/works= pace/FreeBSD_stable_10/src/lib/libc/amd64/stdlib/lldiv.S /builds/workspace/= FreeBSD_stable_10/src/lib/libc/amd64/string/bcmp.S /builds/workspace/FreeBS= D_stable_10/src/lib/libc/amd64/string/bcopy.S /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/amd64/string/bzero.S /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/amd64/string/memcmp.S /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/amd64/string/memcpy.S /builds/workspace/FreeBSD_stable_10/src/li= b/libc/amd64/string/memmove.S /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/amd64/string/memset.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/= amd64/string/strcat.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd6= 4/string/strcmp.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/st= ring/stpcpy.S /builds/workspace/FreeBSD_stable_10/src/lib/libc/amd64/string= /strcpy.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/gdtoa/_hdtoa.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/gdtoa/_hldtoa.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/gdtoa/_ldtoa.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/gdtoa/glue.c gdtoa_strtorx.c gdtoa_dmisc.c gdtoa= _dtoa.c gdtoa_gdtoa.c gdtoa_gethex.c gdtoa_gmisc.c gdtoa_hd_init.c gdtoa_he= xnan.c gdtoa_misc.c gdtoa_smisc.c gdtoa_strtod.c gdtoa_strtodg.c gdtoa_strt= of.c gdtoa_strtord.c gdtoa_sum.c gdtoa_ulp.c /builds/workspace/FreeBSD_stab= le_10/src/lib/libc/gen/modf.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/stdlib/_Exit.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/= a64l.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/abort.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/abs.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/stdlib/atexit.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/stdlib/atof.c /builds/workspace/FreeBSD_stable_10/src= /lib/libc/stdlib/atoi.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/st= dlib/atol.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/atoll.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/bsearch.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/stdlib/exit.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/stdlib/getenv.c /builds/workspace/FreeBSD_stab= le_10/src/lib/libc/stdlib/getopt.c /builds/workspace/FreeBSD_stable_10/src/= lib/libc/stdlib/getopt_long.c /builds/workspace/FreeBSD_stable_10/src/lib/l= ibc/stdlib/getsubopt.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/std= lib/hcreate.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/heaps= ort.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/imaxabs.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/imaxdiv.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/stdlib/insque.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/stdlib/l64a.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/stdlib/labs.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/stdlib/llabs.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/l= search.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/merge.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/ptsname.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/stdlib/qsort.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/stdlib/qsort_r.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/stdlib/quick_exit.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/stdlib/radixsort.c /builds/workspace/FreeBSD_stable_10/src/lib/= libc/stdlib/rand.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/= random.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/reallocf.c= /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/realpath.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/stdlib/remque.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/stdlib/strfmon.c /builds/workspace/FreeBSD_= stable_10/src/lib/libc/stdlib/strtoimax.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/stdlib/strtol.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/stdlib/strtoll.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/std= lib/strtoq.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/strtou= l.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/strtonum.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/strtoull.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/stdlib/strtoumax.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/stdlib/strtouq.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/stdlib/system.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/stdlib/tdelete.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/stdlib/tfind.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/ts= earch.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stdlib/twalk.c jem= alloc_jemalloc.c jemalloc_arena.c jemalloc_atomic.c jemalloc_base.c jemallo= c_bitmap.c jemalloc_chunk.c jemalloc_chunk_dss.c jemalloc_chunk_mmap.c jema= lloc_ckh.c jemalloc_ctl.c jemalloc_extent.c jemalloc_hash.c jemalloc_huge.c= jemalloc_mb.c jemalloc_mutex.c jemalloc_prof.c jemalloc_quarantine.c jemal= loc_rtree.c jemalloc_stats.c jemalloc_tcache.c jemalloc_util.c jemalloc_tsd= .c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/ffs.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/string/ffsl.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/string/ffsll.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/string/fls.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/string/flsl.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/fl= sll.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/memccpy.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/string/memchr.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/string/memrchr.c /builds/workspace/Free= BSD_stable_10/src/lib/libc/string/memmem.c /builds/workspace/FreeBSD_stable= _10/src/lib/libc/string/stpncpy.c /builds/workspace/FreeBSD_stable_10/src/l= ib/libc/string/strcasecmp.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/string/strcasestr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/stri= ng/strchr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/strchrn= ul.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/strcoll.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/string/strcspn.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/string/strdup.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/string/strerror.c /builds/workspace/FreeBSD_stabl= e_10/src/lib/libc/string/strlcat.c /builds/workspace/FreeBSD_stable_10/src/= lib/libc/string/strlcpy.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/= string/strlen.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/str= mode.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/strncat.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/string/strncmp.c /builds/wor= kspace/FreeBSD_stable_10/src/lib/libc/string/strncpy.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/string/strndup.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/string/strnlen.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/string/strnstr.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/string/strpbrk.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/= strrchr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/strsep.c = /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/strsignal.c /builds= /workspace/FreeBSD_stable_10/src/lib/libc/string/strspn.c /builds/workspace= /FreeBSD_stable_10/src/lib/libc/string/strstr.c /builds/workspace/FreeBSD_s= table_10/src/lib/libc/string/strtok.c /builds/workspace/FreeBSD_stable_10/s= rc/lib/libc/string/strxfrm.c /builds/workspace/FreeBSD_stable_10/src/lib/li= bc/string/swab.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wc= pcpy.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcpncpy.c /b= uilds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcscasecmp.c /builds/= workspace/FreeBSD_stable_10/src/lib/libc/string/wcscat.c /builds/workspace/= FreeBSD_stable_10/src/lib/libc/string/wcschr.c /builds/workspace/FreeBSD_st= able_10/src/lib/libc/string/wcscmp.c /builds/workspace/FreeBSD_stable_10/sr= c/lib/libc/string/wcscoll.c /builds/workspace/FreeBSD_stable_10/src/lib/lib= c/string/wcscpy.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/w= cscspn.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcsdup.c /= builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcslcat.c /builds/wo= rkspace/FreeBSD_stable_10/src/lib/libc/string/wcslcpy.c /builds/workspace/F= reeBSD_stable_10/src/lib/libc/string/wcslen.c /builds/workspace/FreeBSD_sta= ble_10/src/lib/libc/string/wcsncasecmp.c /builds/workspace/FreeBSD_stable_1= 0/src/lib/libc/string/wcsncat.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/string/wcsncmp.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/str= ing/wcsncpy.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcsnl= en.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcspbrk.c /bui= lds/workspace/FreeBSD_stable_10/src/lib/libc/string/wcsrchr.c /builds/works= pace/FreeBSD_stable_10/src/lib/libc/string/wcsspn.c /builds/workspace/FreeB= SD_stable_10/src/lib/libc/string/wcsstr.c /builds/workspace/FreeBSD_stable_= 10/src/lib/libc/string/wcstok.c /builds/workspace/FreeBSD_stable_10/src/lib= /libc/string/wcswidth.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/st= ring/wcsxfrm.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wmem= chr.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/string/wmemcmp.c /bu= ilds/workspace/FreeBSD_stable_10/src/lib/libc/string/wmemcpy.c /builds/work= space/FreeBSD_stable_10/src/lib/libc/string/wmemmove.c /builds/workspace/Fr= eeBSD_stable_10/src/lib/libc/string/wmemset.c /builds/workspace/FreeBSD_stable_10/src/lib/libc/net/nslexer.l:47:10: fatal= error: 'nsparser.h' file not found #include "nsparser.h" ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /builds/workspace/FreeBSD_stable_10/src/lib/libc 1 error make[4]: stopped in /builds/workspace/FreeBSD_stable_10/src/lib/libc *** [lib/libc__L] Error code 2 make[3]: stopped in /builds/workspace/FreeBSD_stable_10/src 1 error make[3]: stopped in /builds/workspace/FreeBSD_stable_10/src *** [libraries] Error code 2 make[2]: stopped in /builds/workspace/FreeBSD_stable_10/src 1 error make[2]: stopped in /builds/workspace/FreeBSD_stable_10/src *** [_libraries] Error code 2 make[1]: stopped in /builds/workspace/FreeBSD_stable_10/src 1 error make[1]: stopped in /builds/workspace/FreeBSD_stable_10/src *** [buildworld] Error code 2 make: stopped in /builds/workspace/FreeBSD_stable_10/src 1 error make: stopped in /builds/workspace/FreeBSD_stable_10/src [Pipeline] } //withEnv [Pipeline] Set environment variables : End [Pipeline] } //dir [Pipeline] Change current directory : End [Pipeline] } //node [Pipeline] Allocate node : End [Pipeline] Allocate node : Start Running on master in /usr/local/jenkins/workspace/FreeBSD_stable_10 [Pipeline] node { [Pipeline] step From owner-freebsd-stable@freebsd.org Wed Mar 9 21:21:39 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 644CAAC8B90 for ; Wed, 9 Mar 2016 21:21:39 +0000 (UTC) (envelope-from Holger.Kipp@alogis.com) Received: from alogis.com (firewall.alogis.com [212.184.102.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3BE5152A; Wed, 9 Mar 2016 21:21:37 +0000 (UTC) (envelope-from Holger.Kipp@alogis.com) Received: from msx3.exchange.alogis.com (msxcn3.exchange.alogis.com [10.1.1.23]) by alogis.com (8.13.4/8.13.1) with ESMTP id u29LLNaC077413; Wed, 9 Mar 2016 22:21:28 +0100 (CET) (envelope-from Holger.Kipp@alogis.com) Received: from MSXCN2.exchange.alogis.com ([fe80::11b6:f5c4:b8ee:4a89]) by MSXCN3.exchange.alogis.com ([fe80::1d16:dbad:788c:e446%16]) with mapi id 14.03.0279.002; Wed, 9 Mar 2016 22:21:23 +0100 From: Holger Kipp To: Ian Lepore CC: "freebsd-stable@freebsd.org" Subject: [Solved] Problems with ucom/uftdi and sendfax on 10.2 p12 (works like a charm with 7.4) Thread-Topic: [Solved] Problems with ucom/uftdi and sendfax on 10.2 p12 (works like a charm with 7.4) Thread-Index: AQHRekmhe961tiZlbEOTBJKrNMNE3g== Date: Wed, 9 Mar 2016 21:21:22 +0000 Message-ID: <7D2BDA5F-889D-4234-8F64-6D00956E05E3@alogis.com> References: <1456865414.13785.119.camel@freebsd.org>, <9CA439E9-66BD-488D-AC8D-E0FCACC48A15@alogis.com> In-Reply-To: <9CA439E9-66BD-488D-AC8D-E0FCACC48A15@alogis.com> Accept-Language: de-DE, en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 21:21:39 -0000 Dear Ian, > On 02.03.2016, at 11:45, Holger Kipp wrote: > > > Am 01.03.2016 um 23:08 schrieb Ian Lepore >: > > On Tue, 2016-03-01 at 19:58 +0000, Holger Kipp wrote: > Hi all, > > I currently encounter a problem with sending faxes with new server > and FreeBSD 10.2-RELEASE p12 > using mgetty+sendfax and RS232-Modems via USB to RS232-Adapter (com, > uftdi). > > Problem is that _after_ sending the first page, the reply of modem is > not read correctly. > > In Error case, Faxlog says: > > 02/29 18:46:10 aU4 read 64, write 64 > 02/29 18:46:10 aU4 read 52, write 52 > 02/29 18:46:10 aU4 page complete, 40900 bytes sent > 02/29 18:46:10 aU4 sending DLE ',' > 02/29 18:46:10 aU4 got:[0a][0d][0a]OK[0d] > 02/29 18:46:18 aU4 got response: 'OK' > 02/29 18:46:18 aU4 fax_send_page("f2.g3") started... > 02/29 18:46:18 aU4 tio_set_flow_control( HARD ) > 02/29 18:46:18 aU4 fax_send: 'AT+FDT' > 02/29 18:46:18 aU4 fax_wait_for(CONNECT) > 02/29 18:46:18 aU4 got:[0a] > 02/29 18:48:18 aU4 Warning: got alarm signal! > > So I run into timeout because the modem does not reply as expected > after AT+FDT-command (maybe even after sending DLE ',=91 because the OK > response seems to take some more time than under FreeBSD 7.4). > > > if I issue "tip modem4" (which is /dev/cuaU4), I get the missing > replies including CONNECT from the modem (then leaving tip with "~.=93) > > root@faxserver:/usr/local/etc/mgetty+sendfax # tip modem4 > connected > AT+FDT > CONNECT > > +FHS:43 > > OK > AT+FCLASS=3D0 > OK > ~ > [EOT] > root@faxserver:/usr/local/etc/mgetty+sendfax # > > > This works correctly with same modems and USB to RS232-Adapter > (uftdi) under FreeBSD 7.4. > > 02/29 12:18:26 aU4 receiver cap.: '+FIS:1,5,0,2,1,1,0,3' -> fine 144 > 2D/MR ECM** found ** > 02/29 12:18:26 aU4 sendfax: IGNORE DCD (carrier) status > 02/29 12:18:26 aU4 fax_send: 'AT+FDT' > 02/29 12:18:26 aU4 fax_wait_for(CONNECT) > 02/29 12:18:33 aU4 transmission par.: '+FCS:1,5,0,2,0,0,0,3'** found > ** > 02/29 12:18:33 aU4 sending f1.g3... > 02/29 12:19:04 aU4 page complete, 34495 bytes sent > 02/29 12:19:04 aU4 sending DLE ',' > 02/29 12:19:10 aU4 got response: 'OK' > 02/29 12:19:10 aU4 fax_send: 'AT+FDT' > 02/29 12:19:10 aU4 fax_wait_for(CONNECT)** found ** > 02/29 12:19:11 aU4 sending f2.g3... > 02/29 12:19:55 aU4 page complete, 60064 bytes sent > 02/29 12:19:55 aU4 sending DLE ',' > 02/29 12:20:01 aU4 got response: 'OK' > 02/29 12:20:01 aU4 fax_send: 'AT+FDT' > 02/29 12:20:01 aU4 fax_wait_for(CONNECT)** found ** > 02/29 12:20:01 aU4 sending f3.g3... > 02/29 12:20:52 aU4 page complete, 71335 bytes sent > 02/29 12:20:52 aU4 sending DLE ',' > 02/29 12:20:57 aU4 got response: 'OK' > 02/29 12:20:57 aU4 fax_send: 'AT+FDT' > 02/29 12:20:57 aU4 fax_wait_for(CONNECT)** found ** > 02/29 12:20:58 aU4 sending f4.g3... > 02/29 12:21:40 aU4 page complete, 58628 bytes sent > 02/29 12:21:40 aU4 sending DLE '.' > 02/29 12:21:49 aU4 connection hangup: '+FHS:00' > 02/29 12:21:49 aU4 got response: 'OK' > 02/29 12:21:49 aU4 fax_send: 'AT+FCLASS=3D0' > > This is with devolo 56k i ISDN-modems, but it looks more like a USB > interface communication issue to me. > > Modems and USB-to-RS232 are the same - connected to FreeBSD 7.4 > servers works (sends all pages), connected to 10.2 server does not > work (sends first page only). > > I can also provide dmesg.boot details on request but didn=92t want to > pollute the list. > > Difference with stty -a /dev/cuaU4 seems to be clocal instead of > -clocal which I can=92t set for cuaU4, only for .init and .lock. which > does not help. > 7.4 Kernel comes with uftdi and ucom compiled in. > 10.2 Kernel has the same issues with ucom and uftdi loaded as kernel > modules or compiled in. > > mgetty+sendfax is version 1.1.35_1 on FreeBSD 7.4 and version 1.1.37 > on FreeBSD 10.2-RELEASE p12. > > Any other ideas where to look further or what to investigate? > > Many thanks and best regards, > Holger > > Seeing "tio_set_flow_control( HARD )>" in your output, along with the > fact that you said the expected output finally appeared after you > connected with tip, makes me suspect that flow control is at the root > of this problem. > > The biggest ftdi driver difference before/after freebsd 8 is that the > driver used to automatically re-intialize the chip on every open to set > up some arbitrary combination of comms parameters (baud, flow control, > etc) -- I forget all the details now, I'd have to do some digging > through logs to find exactly what it used to set. Now the driver > leaves the chip alone at open time, and the contents of the > /dev/cuaU#.init and cuaU#.lock files should be completely in control of > the serial parameters. > > Is it possible that you set up the .init and/or .lock devices in some > rc script in freebsd 7 and forgot about it? If not, then maybe the > driver init changes are enough to explain the glitch. > > I wonder if this would fix it: > > stty -f /dev/cuaU4.init crtscts > > If so, then put that command into an rc script, or maybe into a devd > rule that runs whenever that usb-serial is attached. > > If not... then I guess we'll figure out what to try next. :) > > Dear Ian, > > below you will find stty settings in old and new system. > I had tried crtscts, but without success and not properly documented. > Have tried it once more (see below), now also documented ;-) > > FreeBSD 7.4: > faxserver# stty -f /dev/cuaU4 > speed 9600 baud; > lflags: -echo > oflags: -oxtabs > cflags: cs8 -parenb > faxserver# stty -f /dev/cuaU4.init > speed 9600 baud; > lflags: -echo > oflags: -oxtabs > cflags: cs8 -parenb > faxserver# stty -f /dev/cuaU4.lock > speed 0 baud; > lflags: -icanon -isig -iexten -echo > iflags: -icrnl -ixon -ixany -imaxbel -brkint > oflags: -opost -onlcr -oxtabs > cflags: -cread cs5 -parenb -hupcl > discard dsusp eof eol eol2 erase erase2 intr kill > ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ > lnext min quit reprint start status stop susp werase > ^@ 0 ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > > FreeBSD 10.2-RELEASE > faxserver# stty -f /dev/cuaU4 > speed 9600 baud; > lflags: echoe echoke echoctl > oflags: tab0 > cflags: cs8 -parenb clocal > faxserver# stty -f /dev/cuaU4.init > speed 9600 baud; > lflags: echoe echoke echoctl > oflags: tab0 > cflags: cs8 -parenb > faxserver# stty -f /dev/cuaU4.lock > speed 0 baud; > lflags: -icanon -isig -iexten -echo > iflags: -icrnl -ixon -ixany -imaxbel -brkint > oflags: -opost -onlcr tab0 > cflags: -cread cs5 -parenb -hupcl > discard dsusp eof eol eol2 erase erase2 intr kill > ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ > lnext min quit reprint start status stop susp werase > ^@ 0 ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > original settings (I have not changed anything for cuaU7): > faxserver# stty -f /dev/cuaU7 > speed 9600 baud; > lflags: echoe echoke echoctl > oflags: tab0 > cflags: cs8 -parenb clocal > faxserver# stty -f /dev/cuaU7.init > speed 9600 baud; > lflags: echoe echoke echoctl > oflags: tab0 > cflags: cs8 -parenb > faxserver# stty -f /dev/cuaU7.lock > speed 0 baud; > lflags: -icanon -isig -iexten -echo > iflags: -icrnl -ixon -ixany -imaxbel -brkint > oflags: -opost -onlcr tab0 > cflags: -cread cs5 -parenb -hupcl > discard dsusp eof eol eol2 erase erase2 intr kill > ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ > lnext min quit reprint start status stop susp werase > ^@ 0 ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > > I have set crtscts on 10.2 as requested: > faxserver# stty -f /dev/cuaU4.init crtscts > faxserver# stty -f /dev/cuaU4.init > speed 9600 baud; > lflags: echoe echoke echoctl > oflags: tab0 > cflags: cs8 -parenb crtscts > > then during transmission I get: > faxserver# stty -f /dev/cuaU4 > speed 38400 baud; > lflags: -icanon -isig -iexten -echo > iflags: -icrnl -ixon -ixany -imaxbel -brkint > oflags: -opost -onlcr tab0 > cflags: cs8 -parenb clocal crtscts > eol > ^@ > > so crtscts is obviously set. I don=92t know why clocal is set instead of = =96clocal, though (I _can_ change /dev/cuaU4 to -clocal whilst cuaU4 is in = use, but that also does not help (tested separately, see my remarks at the = end)). > But behavior for faxing is exactly the same with crtscts set: > > 03/02 10:50:34 sendfax: interim release 1.1.37-Jun05 > 03/02 10:50:34 sending fax to > 03/02 10:50:34 checking f1.g3 > 03/02 10:50:34 checking f2.g3 > 03/02 10:50:34 checking f3.g3 > 03/02 10:50:34 checking f4.g3 > 03/02 10:50:34 checking f5.g3 > 03/02 10:50:34 aU4 tss: set speed to 38400 (113000) > 03/02 10:50:34 aU4 mdm_send: 'ATV1Q0' > 03/02 10:50:34 aU4 got:ATV1Q0[0d] > 03/02 10:50:34 aU4 mdm_command: string 'ATV1Q0' > 03/02 10:50:34 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:34 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:34 aU4 mdm_send: 'ATI' > 03/02 10:50:34 aU4 got:[0a]ATI[0d] > 03/02 10:50:34 aU4 got:[0d][0a]282[0d] > 03/02 10:50:34 aU4 mdm_gis: string 1: '282' > 03/02 10:50:34 aU4 got:[0a][0d][0a]OK[0d] > 03/02 10:50:34 aU4 mdm_identify: string '282' > 03/02 10:50:34 aU4 ELSA MicroLink 28.8/56K series detected > 03/02 10:50:35 aU4 mdm_send: 'ATI3' > 03/02 10:50:35 aU4 got:[0a]ATI3[0d] > 03/02 10:50:35 aU4 got:[0d][0a]Version 1.87 / 31.07.2000[0d] > 03/02 10:50:35 aU4 mdm_gis: string 1: 'Version 1.87 / 31.07.2000' > 03/02 10:50:35 aU4 got:[0a][0d][0a]OK[0d] > 03/02 10:50:35 aU4 additional info: 'Version 1.87 / 31.07.2000' > 03/02 10:50:35 aU4 mdm_send: 'AT+FCLASS=3D2.0' > 03/02 10:50:35 aU4 got:[0a]AT+FCLASS=3D2.0[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT+FCLASS=3D2.0' > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:35 aU4 mdm_send: 'AT+FLI=3D"+49"' > 03/02 10:50:35 aU4 got:[0a]AT+FLI=3D"+49"[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT+FLI=3D"+49"' > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:35 aU4 mdm_send: 'AT+FCC=3D1,5,0,2,0,0,0,0' > 03/02 10:50:35 aU4 got:[0a]AT+FCC=3D1,5,0,2,0,0,0,0[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT+FCC=3D1,5,0,2,0,0,0,0' > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:35 aU4 mdm_send: 'AT+FBO=3D0' > 03/02 10:50:35 aU4 got:[0a]AT+FBO=3D0[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT+FBO=3D0' > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:35 aU4 mdm_send: 'AT+FNR=3D1,1,1,0' > 03/02 10:50:35 aU4 got:[0a]AT+FNR=3D1,1,1,0[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT+FNR=3D1,1,1,0' > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:35 aU4 mdm_send: 'AT+FLO=3D2' > 03/02 10:50:35 aU4 got:[0a]AT+FLO=3D2[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT+FLO=3D2' > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > 03/02 10:50:35 aU4 mdm_send: 'AT&H3' > 03/02 10:50:35 aU4 got:[0a]AT&H3[0d] > 03/02 10:50:35 aU4 mdm_command: string 'AT&H3' > 03/02 10:50:35 aU4 got:[0d][0a]ERROR[0d] > 03/02 10:50:35 aU4 mdm_command: string 'ERROR' -> ERROR > 03/02 10:50:35 aU4 cannot set 'modem_handshake'; ignored > 03/02 10:50:35 aU4 fax_send: 'ATD0' > 03/02 10:50:35 aU4 fax_wait_for(OK) > 03/02 10:50:35 aU4 got:[0a]ATD0[0d] > 03/02 10:50:35 aU4 fax_wait_for: string 'ATD0' > 03/02 10:50:35 aU4 got:[0d][0a]+FCO[0d] > 03/02 10:50:48 aU4 fax_wait_for: string '+FCO' > 03/02 10:50:48 aU4 got:[0a][0d][0a]+FIS:1,3,2,2,0,1,0,0[0d] > 03/02 10:50:49 aU4 fax_wait_for: string '+FIS:1,3,2,2,0,1,0,0' > 03/02 10:50:49 aU4 receiver cap.: '+FIS:1,3,2,2,0,1,0,0' -> fine ECM > 03/02 10:50:49 aU4 got:[0a][0d][0a]OK[0d] > 03/02 10:50:49 aU4 fax_wait_for: string 'OK'** found ** > 03/02 10:50:49 aU4 sendfax: IGNORE DCD (carrier) status > 03/02 10:50:49 aU4 fax_send_page("f1.g3") started... > 03/02 10:50:49 aU4 tio_set_flow_control( HARD ) > 03/02 10:50:49 aU4 fax_send: 'AT+FDT' > 03/02 10:50:49 aU4 fax_wait_for(CONNECT) > 03/02 10:50:49 aU4 got:[0a]AT+FDT[0d] > 03/02 10:50:49 aU4 fax_wait_for: string 'AT+FDT' > 03/02 10:50:49 aU4 got:[0d][0a]+FCS:1,3,0,2,0,0,0,0[0d] > 03/02 10:50:55 aU4 fax_wait_for: string '+FCS:1,3,0,2,0,0,0,0' > 03/02 10:50:55 aU4 transmission par.: '+FCS:1,3,0,2,0,0,0,0' > 03/02 10:50:55 aU4 got:[0a][0d][0a]CONNECT[0d] > 03/02 10:50:55 aU4 fax_wait_for: string 'CONNECT'** found ** > 03/02 10:50:55 aU4 tio_set_flow_control( HARD XON_OUT ) > 03/02 10:50:55 aU4 sending f1.g3... > 03/02 10:50:55 aU4 read 64, write 64 > 03/02 10:50:55 aU4 read 64, write 64 > 03/02 10:50:55 aU4 read 64, write 64 > [..] > 03/02 10:51:26 aU4 read 64, write 64 > 03/02 10:51:26 aU4 read 64, write 64 > 03/02 10:51:26 aU4 read 52, write 52 > 03/02 10:51:26 aU4 page complete, 40900 bytes sent > 03/02 10:51:26 aU4 sending DLE ',' > 03/02 10:51:26 aU4 got:[0a][0d][0a]OK[0d] > 03/02 10:51:33 aU4 got response: 'OK' > 03/02 10:51:33 aU4 fax_send_page("f2.g3") started... > 03/02 10:51:33 aU4 tio_set_flow_control( HARD ) > 03/02 10:51:33 aU4 fax_send: 'AT+FDT' > 03/02 10:51:33 aU4 fax_wait_for(CONNECT) > 03/02 10:51:33 aU4 got:[0a] > 03/02 10:53:34 aU4 Warning: got alarm signal! > 03/02 10:53:34 aU4 mdm_read_byte: read returned -1: Interrupted system c= all > 03/02 10:53:34 aU4 mdm_get_line: cannot read byte, return: Interrupted s= ystem call > 03/02 10:53:34 aU4 AT+FDT -> some error (-6), abort fax send! > > I could change the AT&H3 to devolo-specific AT+IFC=3D2,2 (which is RTS,CT= S) - had already tested that just to make sure, but that is modem default s= etting anyway so makes no difference. I reverted to default sendfax.config = afterwards (identical to the 7.4 settings). > > I noticed that for the first page I have HARD XON_OUT and for the second = page only HARD. This is however exactly the same behavior on 7.4. > stty -f /dev/cuaU4 reflects this (-ixon is set when trying to send the se= cond page, and even if -clocal was set before (during transmission of the f= irst page), this is then set back to clocal when the second page starts). > > On both 7.4 and 10.2 file /etc/rc.d/serial is unchanged, so no special se= ttings are applied. > No special settings for devd.conf either. And 10.2 (apart from added port= s) is just the plain RELEASE installation. > Originally this was a binary installation only (apart from added ports). = I have installed usr/src (10.2-RELEASE p12) and compiled with ucom, uftdi i= n kernel (because it was compiled in in 7.4 FreeBSD version) to rule out an= y possible side effects there. Nothing changed, but at least I=92m now prep= ared to recompile with any patches thrown at me ;-) > > Otherwise I=92m a bit out of ideas right now. > > Many thanks and best regards, > Holger Setting crtscts on its own did not help. I also tried an LogiLink AU0033 US= B-Adapter which resulted in a comparable behaviour (sending first page only= ). So it is not related to uftdi. It turned out to be an issue with the modems as well (even though their def= ault setting _is_ hardware handshake, there seems to be a problem with xon/= xoff) - maybe together with changes to tty-handling between 7.4 and 10.2. setting crtscts -ixon -ixoff for .init and locking these settings (=3D> crtscts xon xoff for .lock) (done in rc.d/= serial) however did help. Modems in question are Devolo 56k-I (ISDN). I have not checked other modems= (eg ELSA ISDN TL V34) yet due to time constraints. Maybe this information is helpful if someone else is encountering a similar= problem. Many thanks and best regards, Holger __________________________________________________________ Holger Kipp Diplom-Mathematiker Senior Consultant Tel. : +49 30 436 58 114 Fax. : +49 30 436 58 214 Mobil: +49 178 36 58 114 Email: holger.kipp@alogis.com alogis AG Alt-Moabit 90b D-10559 Berlin http://www.alogis.com __________________________________________________________ alogis AG Sitz/Registergericht: Berlin/AG Charlottenburg, HRB 71484 Vorstand: Arne Friedrichs, Joern Samuelson Aufsichtsratsvorsitzender: Reinhard Mielke From owner-freebsd-stable@freebsd.org Wed Mar 9 22:06:16 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76723ACA18D for ; Wed, 9 Mar 2016 22:06:16 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAF5814 for ; Wed, 9 Mar 2016 22:06:16 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5AFCCACA18C; Wed, 9 Mar 2016 22:06:16 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A8FBACA18B for ; Wed, 9 Mar 2016 22:06:16 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D363D813; Wed, 9 Mar 2016 22:06:15 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::dd44:f53f:bd83:81a6] (unknown [IPv6:2001:7b8:3a7:0:dd44:f53f:bd83:81a6]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id F262F3E9A3; Wed, 9 Mar 2016 23:06:11 +0100 (CET) Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/signed; boundary="Apple-Mail=_8B1C0F85-A33A-44AB-94DA-FFE39C83CB21"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.6b2 (ebbf3ef) From: Dimitry Andric In-Reply-To: <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> Date: Wed, 9 Mar 2016 23:06:04 +0100 Cc: Mike Tancsa , Craig Green , Xin LI , src-committers@freebsd.org, "stable@freebsd.org" Message-Id: References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> To: Eric Masson X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 22:06:16 -0000 --Apple-Mail=_8B1C0F85-A33A-44AB-94DA-FFE39C83CB21 Content-Type: multipart/mixed; boundary="Apple-Mail=_3666F486-DB98-4D7D-8E91-25553EDE4386" --Apple-Mail=_3666F486-DB98-4D7D-8E91-25553EDE4386 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1 On 09 Mar 2016, at 16:48, Eric Masson wrote: > > Mike Tancsa writes: > > Hi, > >> good trace - pre openssl commit >> .... >> debug2: kex_parse_kexinit: >> hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,umac-64@openssh.com [preauth] >> debug2: kex_parse_kexinit: >> hmac-sha1,hmac-sha1-96,hmac-md5,hmac-md5-96,umac-64@openssh.com [preauth] >> debug2: kex_parse_kexinit: none [preauth] >> debug2: kex_parse_kexinit: none [preauth] >> debug2: kex_parse_kexinit: [preauth] >> debug2: kex_parse_kexinit: [preauth] >> debug2: kex_parse_kexinit: first_kex_follows 0 [preauth] >> debug2: kex_parse_kexinit: reserved 0 [preauth] >> debug2: mac_setup: setup hmac-sha1 [preauth] >> debug1: kex: client->server aes256-ctr hmac-sha1 none [preauth] >> debug2: mac_setup: setup hmac-sha1 [preauth] >> debug1: kex: server->client aes256-ctr hmac-sha1 none [preauth] >> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received [preauth] >> debug3: mm_request_send entering: type 0 [preauth] >> debug3: mm_request_receive entering >> debug3: monitor_read: checking request 0 >> debug3: mm_answer_moduli: got parameters: 1024 2048 2048 >> bad trace - with openssl commit. >> >> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST received [preauth] >> debug3: mm_request_send entering: type 0 [preauth] >> debug3: mm_choose_dh: waiting for MONITOR_ANS_MODULI [preauth] >> debug3: mm_request_receive_expect entering: type 1 [preauth] >> debug3: mm_request_receive entering [preauth] >> debug3: mm_request_receive entering >> debug3: monitor_read: checking request 0 >> debug3: mm_answer_moduli: got parameters: 1024 2048 2048 >> debug3: mm_request_send entering: type 1 >> debug2: monitor_read: 0 used once, disabling now >> debug3: mm_choose_dh: remaining 0 [preauth] >> *debug1: SSH2_MSG_KEX_DH_GEX_GROUP sent [preauth]* >> debug1: monitor_read_log: child log fd closed >> debug3: mm_request_receive entering >> debug1: do_cleanup >> debug3: PAM: sshpam_thread_cleanup entering >> debug1: Killing privsep child 1837 > > Similar symptoms on 9.3-p37 when trying to connect with putty from a Win > 7 station. > > Using cygwin's openssh client doesn't trigger the issue. Can you please try the attached patch, which I also attached to PR 207783? I think this will solve the crashes. It should be enough to rebuild secure/lib/libcrypto, and install it. -Dimitry --Apple-Mail=_3666F486-DB98-4D7D-8E91-25553EDE4386 Content-Disposition: attachment; filename=fix-pr207783-1.diff Content-Type: application/octet-stream; name="fix-pr207783-1.diff" Content-Transfer-Encoding: 7bit Index: crypto/openssl/crypto/bn/bn_exp.c =================================================================== --- crypto/openssl/crypto/bn/bn_exp.c (revision 296583) +++ crypto/openssl/crypto/bn/bn_exp.c (working copy) @@ -758,7 +758,7 @@ int BN_mod_exp_mont_consttime(BIGNUM *rr, const BI * Fetch the appropriate pre-computed value from the pre-buf */ if (!MOD_EXP_CTIME_COPY_FROM_PREBUF - (computeTemp, top, powerbuf, wvalue, numPowers)) + (computeTemp, top, powerbuf, wvalue, window)) goto err; /* Multiply the result into the intermediate result */ --Apple-Mail=_3666F486-DB98-4D7D-8E91-25553EDE4386-- --Apple-Mail=_8B1C0F85-A33A-44AB-94DA-FFE39C83CB21 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.29 iEYEARECAAYFAlbgnlMACgkQsF6jCi4glqMt+QCeOy8HatYrQh2BbkQjDZ8UH/2K PUwAoNs88zflmt4rbFepjzb2Cgt8tYEe =HaMW -----END PGP SIGNATURE----- --Apple-Mail=_8B1C0F85-A33A-44AB-94DA-FFE39C83CB21-- From owner-freebsd-stable@freebsd.org Wed Mar 9 22:20:05 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE4F8ACA75C for ; Wed, 9 Mar 2016 22:20:05 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D65C611CC for ; Wed, 9 Mar 2016 22:20:05 +0000 (UTC) (envelope-from mike@sentex.net) Received: by mailman.ysv.freebsd.org (Postfix) id D1E49ACA75B; Wed, 9 Mar 2016 22:20:05 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D17DDACA75A for ; Wed, 9 Mar 2016 22:20:05 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [IPv6:2607:f3e0:80:80::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9EB0F11CB; Wed, 9 Mar 2016 22:20:05 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (lava.sentex.ca [IPv6:2607:f3e0:0:5::11]) by smarthost2.sentex.ca (8.15.2/8.15.2) with ESMTPS id u29MK4oa026939 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 Mar 2016 17:20:04 -0500 (EST) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:5c30:ed1b:e203:c55c] ([IPv6:2607:f3e0:0:4:5c30:ed1b:e203:c55c]) by lava.sentex.ca (8.14.9/8.14.9) with ESMTP id u29MK2TP043594; Wed, 9 Mar 2016 17:20:03 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man To: Dimitry Andric , Eric Masson References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> Cc: Craig Green , Xin LI , src-committers@freebsd.org, "stable@freebsd.org" From: Mike Tancsa Organization: Sentex Communications Message-ID: <56E0A17B.7060407@sentex.net> Date: Wed, 9 Mar 2016 17:19:39 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.78 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 22:20:06 -0000 On 3/9/2016 5:06 PM, Dimitry Andric wrote: > Can you please try the attached patch, which I also attached to PR > 207783? I think this will solve the crashes. > > It should be enough to rebuild secure/lib/libcrypto, and install it. Hi, Yes it allows sshd to not crash on my one test case (secureCRT client) so far! Thanks. ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ From owner-freebsd-stable@freebsd.org Wed Mar 9 22:47:43 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 411EBAC9501 for ; Wed, 9 Mar 2016 22:47:43 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2962AF0 for ; Wed, 9 Mar 2016 22:47:43 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: by mailman.ysv.freebsd.org (Postfix) id 24DCCAC94FE; Wed, 9 Mar 2016 22:47:43 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2472AAC94FC for ; Wed, 9 Mar 2016 22:47:43 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [IPv6:2607:f3e0:0:1::12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E399DEF; Wed, 9 Mar 2016 22:47:42 +0000 (UTC) (envelope-from cgreen@sentex.net) Received: from vinyl4.sentex.ca ([IPv6:2607:f3e0:0:1::17]) by smarthost1.sentex.ca (8.15.2/8.15.2) with ESMTPS id u29MleKR006284 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 9 Mar 2016 17:47:40 -0500 (EST) (envelope-from cgreen@sentex.net) Received: from [192.168.42.176] (pyroxene.sentex.ca [199.212.134.18]) (authenticated bits=0) by vinyl4.sentex.ca (8.15.2/8.15.2) with ESMTPSA id u29MlcBY007349 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 9 Mar 2016 17:47:38 -0500 (EST) (envelope-from cgreen@sentex.net) Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man To: Mike Tancsa , Dimitry Andric , Eric Masson References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> <56E0A17B.7060407@sentex.net> Cc: Xin LI , src-committers@freebsd.org, "stable@freebsd.org" From: Craig Green Message-ID: <56E0A819.6050509@sentex.net> Date: Wed, 9 Mar 2016 17:47:53 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56E0A17B.7060407@sentex.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2016 22:47:43 -0000 On 2016-03-09 5:19 PM, Mike Tancsa wrote: > On 3/9/2016 5:06 PM, Dimitry Andric wrote: > >> Can you please try the attached patch, which I also attached to PR >> 207783? I think this will solve the crashes. >> >> It should be enough to rebuild secure/lib/libcrypto, and install it. > Hi, > Yes it allows sshd to not crash on my one test case (secureCRT client) > so far! Thanks. Looks to work as well on the second server here that SSH was crashing on. Thanks. :-) Craig. ------ From owner-freebsd-stable@freebsd.org Thu Mar 10 02:00:27 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81ECCACA790 for ; Thu, 10 Mar 2016 02:00:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7555EF70; Thu, 10 Mar 2016 02:00:27 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A4BFF1D9; Thu, 10 Mar 2016 02:00:27 +0000 (UTC) Date: Thu, 10 Mar 2016 02:00:26 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <1061608882.199.1457575226495.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <429141380.198.1457548446349.JavaMail.jenkins@jenkins-9.freebsd.org> References: <429141380.198.1457548446349.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_stable_10 #125 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKKb2VAfYQKfu1t7qk4nR5qzUBEI+UqT4BPec4qHVhqUy0FFdq50sMH+3y9bCDNOufctov6VqTNffZ3YXArnZK95YF0OX97fh+E9txYOUX1adc+TikcKjuYpHmL5dE62eaZTI+4A5jnRonskQ1PaoIFz0Kbu4mWzkFsmdiXTraGzomXq4cHUCATA2+K4eDYgjXEQI30z3GOMmmZ4t/+6QGk1cMb/BqMWHbn80AsRCb4tU7Hpd72XLDpsuO7YRP1Q0CjmNAuBOTj+sFiiOe6U9HpqOlQN+iFUvBdZo/ybuy5Kh71cAaYQNL68cYdZJ6binH/DkG3KY/fS7DFYAeuwjwIDAQAB X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 02:00:27 -0000 See From owner-freebsd-stable@freebsd.org Thu Mar 10 03:08:53 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA8BCACA1E1 for ; Thu, 10 Mar 2016 03:08:53 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 84A08CC6 for ; Thu, 10 Mar 2016 03:08:52 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u2A396ka059436 for ; Wed, 9 Mar 2016 19:09:13 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: "FreeBSD STABLE" From: "Chris H" Subject: fetch(1) always dumps core - openssl issue? Date: Wed, 09 Mar 2016 19:09:13 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 03:08:53 -0000 Greetings, I just built/installed world/kernel on a fresh STABLE-9 box. Now building ports almost always results in fetch(1) dumping core. It appears that this happens on ssl enabled hosts. Resulting in fetch dropping to distcache.freebsd.org. I see a lot of noise on the lists regarding openssl issues recently. So thought I'd mention this, in hopes of finding a solution. Thanks! --Chris -- From owner-freebsd-stable@freebsd.org Thu Mar 10 05:28:53 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36A33ACA160 for ; Thu, 10 Mar 2016 05:28:53 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F62763B for ; Thu, 10 Mar 2016 05:28:53 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from Xins-MBP.home.us.delphij.net (unknown [IPv6:2601:646:8f00:8a91:3de7:4656:e87f:241d]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 929B1BD48; Wed, 9 Mar 2016 21:28:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1457587732; x=1457602132; bh=zuveNDVKtNy0CmytWivR7o99kNOqTGg9HRKochvKQek=; h=Subject:To:References:From:Date:In-Reply-To; b=e7ku/6tFz8J5/UxJjaFjRU9dRYkYqDyO2VlDB8ezRz/l1StlcXPWfs1kisyiJHrxD FiiYrCqgrHYTtjgmITMPZ+CF8/aIlPHCQ3j/6sMFH8FNagjLbOEEljY3JE93LWUeJL I1S9MVDZwIAXV/7THps8UbKw4mKGLJb0vg72HCyo= Subject: Re: fetch(1) always dumps core - openssl issue? To: Chris H , FreeBSD STABLE References: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net> From: Xin Li Message-ID: <56E10610.4090108@delphij.net> Date: Wed, 9 Mar 2016 21:28:48 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="97efELPbAh1EvdauskWLGdKvRIgMJ3GMg" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 05:28:53 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --97efELPbAh1EvdauskWLGdKvRIgMJ3GMg Content-Type: multipart/mixed; boundary="Dl6kfvOaK6c1ULgH6XvVr4VFa9iTc2dfk" From: Xin Li To: Chris H , FreeBSD STABLE Message-ID: <56E10610.4090108@delphij.net> Subject: Re: fetch(1) always dumps core - openssl issue? References: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net> In-Reply-To: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net> --Dl6kfvOaK6c1ULgH6XvVr4VFa9iTc2dfk Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 3/9/16 19:09, Chris H wrote: > Greetings, > I just built/installed world/kernel on a fresh > STABLE-9 box. Now building ports almost always results > in fetch(1) dumping core. It appears that this happens > on ssl enabled hosts. Resulting in fetch dropping to > distcache.freebsd.org. > I see a lot of noise on the lists regarding openssl > issues recently. So thought I'd mention this, in hopes > of finding a solution. Please update to r296597+. Cheers, --Dl6kfvOaK6c1ULgH6XvVr4VFa9iTc2dfk-- --97efELPbAh1EvdauskWLGdKvRIgMJ3GMg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJW4QYTAAoJEJW2GBstM+nsXQAP/1ls14oOAn2kDYQZAEXAbUP6 +utAC/Z+BSvqEhBLiTl/mgANnP/tbrU/ALPC9Zyp0y4Nmez/J/J9mz04iVgC4BD9 2tg2jHFFPi9519ci22sBuQt+UNmzGFggG+fpYcJKFtdDiHZyzMQkk54D4lEhDiWu O7edyxzKn29k4y7C4zJ6HsFkoXjmuDaOySpAKrY2DnyxRG98oGncUXhQ+BcxuD0T GiMgupIiQtdgJlDsN5UfLjSMVjs/SZUjrA5b7xSz+1czDZQ4TXVE8cc+3nEEQwJ5 ScRhfWTNY88n7jbAWbIUpV3uhggp/p8Q/QU+Sif4TlCt++xbgryWrmDgnF5/hFl0 L861kwcQ7cn4lBlfuIncqtepISlnRI55R7sLocSDhLdAU0+a0g5dJyt/iQBHEIIC OGOxJ+DnXSNj4KCKzq+WKndZOS+5d2Z1ExedsdkI1QMR8DJ3C63aSK6HUROajbEx Y87VK+SHXT9fQDOHp9nEXftTVUrPT6SINpiVTJFHbi4/FFW0SiuDwG0DYErjwEyL YOkapwuX2h6w/A2zgIuW389s3M2qge0cDMOsm7F9A4HK0LMskpAnSQnyHwtNdj6x ZKv+rLPamuc46jXLE+65pDS4FA6pUYOlzjQ1sBRWbhwL8nUuIYo7R7g9A3bquf4j cmBJZ5kTB8wZ38I8dvSq =hkmi -----END PGP SIGNATURE----- --97efELPbAh1EvdauskWLGdKvRIgMJ3GMg-- From owner-freebsd-stable@freebsd.org Thu Mar 10 06:30:33 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A99CAACA629 for ; Thu, 10 Mar 2016 06:30:33 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7043617E3 for ; Thu, 10 Mar 2016 06:30:32 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u2A6Uf4b081157; Wed, 9 Mar 2016 22:30:48 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: FreeBSD STABLE , Xin Li In-Reply-To: <56E10610.4090108@delphij.net> References: <39b73d74356785fa404c79546d84b3fb@ultimatedns.net>, <56E10610.4090108@delphij.net> From: "Chris H" Subject: Re: fetch(1) always dumps core - openssl issue? Date: Wed, 09 Mar 2016 22:30:48 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 06:30:33 -0000 On Wed, 9 Mar 2016 21:28:48 -0800 Xin Li wrote > On 3/9/16 19:09, Chris H wrote: > > Greetings, > > I just built/installed world/kernel on a fresh > > STABLE-9 box. Now building ports almost always results > > in fetch(1) dumping core. It appears that this happens > > on ssl enabled hosts. Resulting in fetch dropping to > > distcache.freebsd.org. > > I see a lot of noise on the lists regarding openssl > > issues recently. So thought I'd mention this, in hopes > > of finding a solution. > > Please update to r296597+. > > Cheers, Will do. Thank you very much! --Chris -- From owner-freebsd-stable@freebsd.org Thu Mar 10 08:00:46 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A3065ACABC1 for ; Thu, 10 Mar 2016 08:00:46 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 77D3817C8 for ; Thu, 10 Mar 2016 08:00:46 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 7745CACABC0; Thu, 10 Mar 2016 08:00:46 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CFA7ACABBF for ; Thu, 10 Mar 2016 08:00:46 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF1D817C5; Thu, 10 Mar 2016 08:00:45 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id p65so17178848wmp.1; Thu, 10 Mar 2016 00:00:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-transfer-encoding; bh=odsdgrIuaGa9tmFZHw1tfkzn2pWllD3FcLn2SF/sByU=; b=DtYUWIVoGvRUt82tFIk9Kg2rak5BvD4WsHwhO1v4+siVVzR8DHsBlMHfpsrl6p/q4P Eriq79AWg3etU85q8OGb3Smrj2YE22c1nTyTkkkIhONr8T6ThnPPVF/Rb2i+0UJD0uPW PtioKQjvKv+q8gQTBTVNQE5q7G/xkImAay2ShRlymLNdo6Htidjxiw2sFUTRJJTMPnZ1 uvC9VYVzJmDRQruIiGtXeElVmIakU6RW/g6hdMOBA6HRIn+mMEB6M4Le1d9KBaEcU7u2 LhMLQhuOcPZCIwdvGpSyj9rzfRIQSMZ7lrgzYYex8bnO87t11UZb2TNCpu3PhYqQ9Vw+ OSGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=odsdgrIuaGa9tmFZHw1tfkzn2pWllD3FcLn2SF/sByU=; b=RrHZbZSmHialRVytC/9DCGbEIhstiyRLcff1m6V2UjTwXqGswRvh5C4OPuIJB+Oq24 4puXQQ55bnH/G3EgyvMBYYhOxjwz6bOFfvnOli9otwL4CYTGDeCgDPpI4ghY95k2rbY8 mnc+RsRjabzr7CxzIjZJaqPLPoq13tSwg0F8qRvZgJICsB6lwxWdgqlwKdwgCkqDLwKQ r3dUwvs2rcSA4W5rJ0y4eM96sZAGAiSAy7ks/8VSzDLmwUxS/UVsI9E3qzZ5pq20lGVa /lzDj4qgZBw1dr3ulzQpbCUduHZ6g7CGm1EnVEoEEcw+t9XesIJ8tdYrY3EomrjAYrMF p4ig== X-Gm-Message-State: AD7BkJJcRdrbzmPLeYoEGqQg9Jpx6yxVGBUV5Rp1w3JQvJFjSTDGcUzweoFWXt2Su+WNsw== X-Received: by 10.28.145.9 with SMTP id t9mr2249068wmd.54.1457596844464; Thu, 10 Mar 2016 00:00:44 -0800 (PST) Received: from srvbsdfenssv.interne.associated-bears.org (LCaen-656-1-57-48.w217-128.abo.wanadoo.fr. [217.128.200.48]) by smtp.gmail.com with ESMTPSA id y62sm2197280wmg.12.2016.03.10.00.00.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Mar 2016 00:00:43 -0800 (PST) Sender: Eric Masson Received: from srvbsdfenssv.interne.associated-bears.org (localhost [127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (Postfix) with ESMTP id 63E0ACF4B1; Thu, 10 Mar 2016 09:00:42 +0100 (CET) X-Virus-Scanned: amavisd-new at interne.associated-bears.org Received: from srvbsdfenssv.interne.associated-bears.org ([127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (srvbsdfenssv.interne.associated-bears.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SrMWqB5fiVT6; Thu, 10 Mar 2016 09:00:36 +0100 (CET) Received: by srvbsdfenssv.interne.associated-bears.org (Postfix, from userid 1001) id D56DDCF4B0; Thu, 10 Mar 2016 09:00:36 +0100 (CET) From: Eric Masson To: Dimitry Andric Cc: Mike Tancsa , Craig Green , Xin LI , src-committers@freebsd.org, "stable\@freebsd.org" Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man In-Reply-To: (Dimitry Andric's message of "Wed, 9 Mar 2016 23:06:04 +0100") References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) X-Operating-System: FreeBSD 9.3-RELEASE-p37 amd64 Date: Thu, 10 Mar 2016 09:00:35 +0100 Message-ID: <86mvq6wyn0.fsf@srvbsdfenssv.interne.associated-bears.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 08:00:46 -0000 Dimitry Andric writes: Hi Dimitry, > Can you please try the attached patch, which I also attached to PR > 207783? I think this will solve the crashes. Works as expected with patch applied, thanks a lot. Will it be pushed to releng/9.3/ please ? Regards Éric Masson -- J'arrête pas d'essayer de m'abonner au mailing list sur la Nippon animation, mais le machin auromatique MAJORDOMO me renvoit toujours la même foutu page d'instruction de code. Comment ca marche ? -+- W in Guide du Neuneu d'Usenet : Mauvais abonné, changer d'abonné -+- From owner-freebsd-stable@freebsd.org Thu Mar 10 08:05:10 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58A40ACAE98 for ; Thu, 10 Mar 2016 08:05:10 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 340C61C81 for ; Thu, 10 Mar 2016 08:05:10 +0000 (UTC) (envelope-from delphij@delphij.net) Received: by mailman.ysv.freebsd.org (Postfix) id 2FDFCACAE97; Thu, 10 Mar 2016 08:05:10 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 17192ACAE96 for ; Thu, 10 Mar 2016 08:05:10 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E96571C80; Thu, 10 Mar 2016 08:05:09 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from Xins-MBP.home.us.delphij.net (unknown [IPv6:2601:646:8f00:8a91:3de7:4656:e87f:241d]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 66248B7DB; Thu, 10 Mar 2016 00:05:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1457597108; x=1457611508; bh=cebSWVGQLQdXENu6peGHxok+2tFj0Qoa0cUo5Oyqwxk=; h=Subject:To:References:Cc:From:Date:In-Reply-To; b=G4cdzTDOU8oaMte8d279lIU5xmXYcXD8ykfc7jDFDAVueYahkoeR/IH6zZtldR5kF litjUljfxr5UVf/YaZg/z7fCbiYIuEV7Lqm0E3raYmF3ZM5sVhL4EJz/sbH3m8gmhE iEpU8L6qpycmQXJ7xjQBEA+zM/xakH7TJidEEHRM= Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man To: Eric Masson , Dimitry Andric References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> <86mvq6wyn0.fsf@srvbsdfenssv.interne.associated-bears.org> Cc: Mike Tancsa , Craig Green , Xin LI , src-committers@freebsd.org, "stable@freebsd.org" From: Xin Li Message-ID: <56E12AB0.1020900@delphij.net> Date: Thu, 10 Mar 2016 00:05:04 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <86mvq6wyn0.fsf@srvbsdfenssv.interne.associated-bears.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1BUCQt6mNoESHNesoBGUANmn9RtolJiNQ" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 08:05:10 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1BUCQt6mNoESHNesoBGUANmn9RtolJiNQ Content-Type: multipart/mixed; boundary="BhTr3FFi5Sb3VEhgjtSFnBBEqou6PNxrE" From: Xin Li To: Eric Masson , Dimitry Andric Cc: Mike Tancsa , Craig Green , Xin LI , src-committers@freebsd.org, "stable@freebsd.org" Message-ID: <56E12AB0.1020900@delphij.net> Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> <86mvq6wyn0.fsf@srvbsdfenssv.interne.associated-bears.org> In-Reply-To: <86mvq6wyn0.fsf@srvbsdfenssv.interne.associated-bears.org> --BhTr3FFi5Sb3VEhgjtSFnBBEqou6PNxrE Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 3/10/16 00:00, Eric Masson wrote: > Dimitry Andric writes: >=20 > Hi Dimitry, >=20 >> Can you please try the attached patch, which I also attached to PR >> 207783? I think this will solve the crashes. >=20 > Works as expected with patch applied, thanks a lot. > Will it be pushed to releng/9.3/ please ? It will. The binary update is still compiling. Cheers, --BhTr3FFi5Sb3VEhgjtSFnBBEqou6PNxrE-- --1BUCQt6mNoESHNesoBGUANmn9RtolJiNQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJW4SqzAAoJEJW2GBstM+nsPiIP/REhMMOvQCG8Pdq7s5Yn8+mN shSZO30cbcXXAYnnerqzv8jEatfZ6fPnshLmFwqbFmGwzpbWllTfbYinyiaSEUN1 tgVzG6txhjsRFnxgLCwwVXYNQUDJ6nk8S5O856j5EhXmwicnev62hK1euXnh1p8M 5Sh6Hy1L4eeFucCKaQ09AX6fJ93iVlcDaRf+vjAusxsqjX5UJmM3aG8Asdz+R0rF O5KPHiSIObyjd9UPu0TFHj6BfKMFYjXdMYmIFlARL24awPM4I7jgtGAqfefPdCZn CFTud5UeIqVLgIw5iX8pgypUC3Dp6UYxy9DDDJdZQH+ll4Tb76o7xWSNkYGQDnL0 3/hIsWkqKEtcm7qvRiYXISDOBhRjTaw3wIXECGiVxwQwXnW1FNaj6GCfqVaXx2Qk rEGORDbqu5aRtZ0PHpueymyZPQDISCSA/J/4OXuD+g0+wxatslc7AodsqH6hLPfQ c+RhOfHBmtQvbPtcmTSbUZ6ONzlYJBAZIfXIecyRRLrQIe6ZY5ZbYda7PsiChPKz 29IZaEiU+bvCgmMRh3jVpS9Rjt58PTCRZyJJkLKMC7oj9eSaMXzGRe6OcnI1mBZu a/2QMHs8+knLs4oTKPDvxFYmQh/zMEciRGkz1vq1dVWVd3mqdED1WHMIw1lbAqpp VCgcVM2Cg3p6WOxTeJ0J =0sRp -----END PGP SIGNATURE----- --1BUCQt6mNoESHNesoBGUANmn9RtolJiNQ-- From owner-freebsd-stable@freebsd.org Thu Mar 10 08:31:36 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0CFCACA8EB for ; Thu, 10 Mar 2016 08:31:36 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A5091E03 for ; Thu, 10 Mar 2016 08:31:36 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A4542ACA8EA; Thu, 10 Mar 2016 08:31:36 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A032ACA8E9 for ; Thu, 10 Mar 2016 08:31:36 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 27DA7E01; Thu, 10 Mar 2016 08:31:36 +0000 (UTC) (envelope-from emss.mail@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id p65so18163820wmp.1; Thu, 10 Mar 2016 00:31:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-transfer-encoding; bh=K26/p9/D8S1M2zXV5qH6Ta+2lM38NqpnlF6pWv5jHuc=; b=Q4iT/hkNG39Je+Ct+84DQjm8C96b3VLtyiTCpKiEQjNGKtOMHcrYzoyaJdHH07tuI6 6X4ztxglGhdZ2EelQcTMgzYZmRT9yRNnIhyGrS+nRMTqHxv9Q17J76A7vULxD8rA8EC5 h+yqF1RpPUpNCkwtGu9/o4WTmvsdpq4+RcVvUpCW6zpxDT3JFKWQgGPEYIXND6kM6L1P 61EPF5hldrlwjuyi4YCvQbR6cMwcTAJ8VPD31Zv3z9T/YmGKVnEXkEHzOVkM3b81HxLP KrUWXZlQitnwFj7Cg5/lFJBuO/2QMEVUF2Ufsh/LH5eF9yUmHdtNJ5IbkHJD0aoLtP00 SUiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-transfer-encoding; bh=K26/p9/D8S1M2zXV5qH6Ta+2lM38NqpnlF6pWv5jHuc=; b=GvAK3e3X7xeaisKdEb++KFJwmDrls91SmGS4FB6lIDRq+L1GTMhct6AAemnD7yG8vB hzWpd+LRqVQiyIhRJW5ZRy/vseORTOSVdOG5t4GBvBJFncKQksIUT18fBlOQ9sQtPNQs +Ri+VJKQzmUCxFK47Y+XLK4WrNWux/PJ6gO3rqQ3j6Ynd8rBuIqzp4Pv9GyJ0zL7uceh kL494ArFAeEGPLJi/3Yc3IlIUeMfgmL39cYTdFjwzJ0LAoMGlUBM6CuNMKJGjv1qIk15 pYwoYXbzfMNX64fNNTCxOK+hTYbPrnVPowYup++96Hv4sTPyNKvf+m231tKbGph5kk63 2O1A== X-Gm-Message-State: AD7BkJIuo9Nwy/aG8cpVy+Lv0qVgqmaivCT+s70CDuIkdEOXMgzC9RyQN8NPfdq+3UCM9A== X-Received: by 10.194.216.2 with SMTP id om2mr2233227wjc.164.1457598694232; Thu, 10 Mar 2016 00:31:34 -0800 (PST) Received: from srvbsdfenssv.interne.associated-bears.org (LCaen-656-1-57-48.w217-128.abo.wanadoo.fr. [217.128.200.48]) by smtp.gmail.com with ESMTPSA id i1sm2286511wjs.45.2016.03.10.00.31.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Mar 2016 00:31:33 -0800 (PST) Sender: Eric Masson Received: from srvbsdfenssv.interne.associated-bears.org (localhost [127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (Postfix) with ESMTP id 77B0ECF3AF; Thu, 10 Mar 2016 09:31:32 +0100 (CET) X-Virus-Scanned: amavisd-new at interne.associated-bears.org Received: from srvbsdfenssv.interne.associated-bears.org ([127.0.0.1]) by srvbsdfenssv.interne.associated-bears.org (srvbsdfenssv.interne.associated-bears.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mSCbSpvW6SH9; Thu, 10 Mar 2016 09:31:30 +0100 (CET) Received: by srvbsdfenssv.interne.associated-bears.org (Postfix, from userid 1001) id 56136CF0C8; Thu, 10 Mar 2016 09:31:30 +0100 (CET) From: Eric Masson To: Xin Li Cc: Dimitry Andric , Mike Tancsa , Craig Green , Xin LI , src-committers@freebsd.org, "stable\@freebsd.org" Subject: Re: [FreeBSD-Stable] svn commit: r296462 - in stable/9: crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/doc/apps crypto/openssl/ssl secure/usr.bin/openssl/man In-Reply-To: <56E12AB0.1020900@delphij.net> (Xin Li's message of "Thu, 10 Mar 2016 00:05:04 -0800") References: <201603071618.u27GI736079901@repo.freebsd.org> <56DEC973.5000106@sentex.net> <56DF1654.7010308@sentex.net> <56E040E5.8080205@sentex.net> <86h9gf8xfq.fsf@srvbsdfenssv.interne.associated-bears.org> <86mvq6wyn0.fsf@srvbsdfenssv.interne.associated-bears.org> <56E12AB0.1020900@delphij.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) X-Operating-System: FreeBSD 9.3-RELEASE-p37 amd64 Date: Thu, 10 Mar 2016 09:31:30 +0100 Message-ID: <86io0uwx7h.fsf@srvbsdfenssv.interne.associated-bears.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 08:31:36 -0000 Xin Li writes: Hi Xin, > It will. The binary update is still compiling. Good news. Thanks a lot. Regards Éric Masson -- > et sinon, quand on s'interesse a un media que l'on ne maitrise pas, > on essaye de le comprendre d'abord. (Suivi par l'intégralité du message initial de 45 lignes.) -+-BM in : GNU - La maîtrise est un long apprentissage petit scarabé -+- From owner-freebsd-stable@freebsd.org Thu Mar 10 18:12:55 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACFC5ACAAD5 for ; Thu, 10 Mar 2016 18:12:55 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 480D7B76 for ; Thu, 10 Mar 2016 18:12:55 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x234.google.com with SMTP id p65so39708618wmp.0 for ; Thu, 10 Mar 2016 10:12:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=NxM8JUDOLrnnSB1ORzZuGilDj9e21XN6HFL/tQUn0TY=; b=dIjKhT3afPp7ClC1g8HGMZLlsIOeG7pImSyLXlM8LPv++Ht4SvlouAxj56e/wM2FkM wvcIqESAfoRXWLtPZjeNnRa1yUTkQmmVgtoBrwJJzZgi9Q0C1lOppcuSy8YqWPsF0Upf PMwqR+Uwq3ewTumYOMN47dAAcSI377twZyD+C/mn7AJVFF3uoy2FwEAijgMDHqo2Zx9O e95s5IS2y+z2DNDUNvTXvlvywDYntUH9Jm8l8VIfG1tadd85WZEdawzKwzS/ZLrq8FCI S6jYp7UGurESpzEkIhOcz57eOILZR+bmIVhag5xltf7OW6S8A0rIzujq9FcVGty8BAps IFaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=NxM8JUDOLrnnSB1ORzZuGilDj9e21XN6HFL/tQUn0TY=; b=Yy3NW0nHMpKRlUMVKZxN6YiSObNldKPOXooZT6j9JS0t7KeVT89VggmObaUBNJXwW0 oY5YtJtRfccrt/umSuacqmHVnHJaF7a1QcsoBDbZZOytb36ZJ9nTFgMWOe+GDhgwN/zq 4a6gB5q7IiqIxjcf6q46fqwYfMTBXqxzY5aZAQ+XHbiUYtr++ml3PvZSNcTVBwoUTUwi QWhZsVkCPCRAdJEhe85ePQ9wFQqbpJQZDJdGaOb3x7nuAw+jwj8vdMCigo9PdttqoI3q BtQ0auVmSygmJ04ykLowLaJV1Up51LFkbSVcyM0W3VMsRJjIxyRLP8TpOJr/AnHOLVPV PE7g== X-Gm-Message-State: AD7BkJIZHKklZfNOgVlwFS8CTU4MYH0HpaJMpGN+Hu+UbtQwoz5jq8e57uOFwIWb+HOFrQ== X-Received: by 10.28.214.6 with SMTP id n6mr5582573wmg.49.1457633573820; Thu, 10 Mar 2016 10:12:53 -0800 (PST) Received: from Johans-MacBook-Air.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id i186sm3977762wmf.1.2016.03.10.10.12.52 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 10:12:53 -0800 (PST) To: freebsd-stable@freebsd.org From: Johan Hendriks Subject: output to file different than console. (ssh and zfs ) Message-ID: <56E1B925.5060105@gmail.com> Date: Thu, 10 Mar 2016 19:12:53 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:12:55 -0000 Hello all. I use a script to get a list of snapshots from a remote machine. If I run it on the console it gives me the following. root@storage1:/ # ssh root@storage2.server.mydomain.com /sbin/zfs list -H -o name -t snapshot | grep 15min_ | sort storage/home/datadir1@15min_2016-03-09_22.20.00--1h storage/home/datadir2@15min_2016-03-09_22.20.00--1h storage/home/datadir3@15min_2016-03-09_22.20.00--1h storage/home/datadir4@15min_2016-03-09_22.20.00--1h root@storage1:/ # As you see the output shows the zfs snapshots of the remote server. I need this to to into a file so I can grep, sed and do other things with it. If I put the output to a file than the name of the remote machine is in that file. ( I see this on my 10.2 machines, not on my 9.x machines.) root@storage1:/ # ssh root@storage2.server.mydomain.com /sbin/zfs list -H -o name -t snapshot | grep 15min_ | sort > /tmp/zfs-remote-snapshot root@storage1:/ # vi /tmp/zfs-remote-snapshot ^[]0;storage2.server.mydomain.com^Gstorage/home/datadir1@15min_2016-03-09_22.20.00--1h storage/home/datadir2@15min_2016-03-09_22.20.00--1h storage/home/datadir3@15min_2016-03-09_22.20.00--1h storage/home/datadir4@15min_2016-03-09_22.20.00--1h I have no idea why the hostname is in the file. Is there an option I should give to ssh or something. Like I said, on FreeBSD 9.x I do not see this. Thanks for your time. regards Johan From owner-freebsd-stable@freebsd.org Thu Mar 10 18:18:09 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69978ACACE9 for ; Thu, 10 Mar 2016 18:18:09 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: from mail-vk0-x235.google.com (mail-vk0-x235.google.com [IPv6:2607:f8b0:400c:c05::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 25DAEE04 for ; Thu, 10 Mar 2016 18:18:09 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: by mail-vk0-x235.google.com with SMTP id e6so105770295vkh.2 for ; Thu, 10 Mar 2016 10:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=Fev+QiXIB/VAsgG751ppshfYyaf97uNRzCZFogUCaRk=; b=cM3fwGzqsH6Z5gPEh0wqf5NzBbczPqumOO2r9Nkxypuj1jjjBo9zkuCD0AofYHCwtC 1acFf5ZKoZz8e3PqY9jBXSVvXWcMU89lkctsPTDvILLhVV0LUdJPUi+LkYrGLtKbZBlF LmT4WUS9AlpcteCgBZcp+I5YND7F5iQCdwsK1B1rsPhRzpeASwTxE0jL/JKejR8RK0ct PeqfUGsOOvzK1F+z/2ym3s2+zxORt42Y6Ig8AjU+jCBBlIKBilf9NAPrnHXAyknvz1iE wePLNuNnTitpKLCJRD3CnbbT+wPtgIp4Tf2ORPPPAi5udKyc8FUwCu0anIC2PMLizcYc pZDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=Fev+QiXIB/VAsgG751ppshfYyaf97uNRzCZFogUCaRk=; b=Y7VaQ2JRmSKo4ercaVWJQYvTHKMPT4l59c4tfA4XlLNAvCebCHQjbxMc1LaHDzjUs2 DvBg1pI92e6LfO7M/6dgQANT4u/LBGwYewMgfFVZkRAMAMepB3BtT9ivPDKjVdNQ8idk KCywQIpWqQ1vJtdtdIKKHCoG2YFNqtHZ1TyzjkglsuuABY3DJrK7nclaQaQKXPXdkL+K AjD3WaHc+g8Po3Xd0pbeGklpe50bkMkuns0DIncM9yVgev6CnKMqKoO8AaC0z4f1iwi/ BPGyrgQIl1qgiFJoqFl6y3QsE08tdgOGDVDx6MD3owoFm2SDZ+su6Xkq20evblWs25ML 8WZg== X-Gm-Message-State: AD7BkJIu+K/PQszURCjp7ieB2QIyX37WVv5i67OqDA/NZ3ncWBu12P/1zr/GnCLKOdx2xZWFxjrUX+5SzX5djQ== MIME-Version: 1.0 X-Received: by 10.31.130.6 with SMTP id e6mr4444939vkd.49.1457633888124; Thu, 10 Mar 2016 10:18:08 -0800 (PST) Received: by 10.176.3.236 with HTTP; Thu, 10 Mar 2016 10:18:08 -0800 (PST) In-Reply-To: <56E1B925.5060105@gmail.com> References: <56E1B925.5060105@gmail.com> Date: Thu, 10 Mar 2016 13:18:08 -0500 Message-ID: Subject: Re: output to file different than console. (ssh and zfs ) From: Brandon Allbery To: Johan Hendriks Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:18:09 -0000 On Thu, Mar 10, 2016 at 1:12 PM, Johan Hendriks wrote: > ^[]0;storage2.server.mydomain.com > > ^Gstorage/home/datadir1@15min_2016-03-09_22.20.00--1h > storage/home/datadir2@15min_2016-03-09_22.20.00--1h > storage/home/datadir3@15min_2016-03-09_22.20.00--1h > storage/home/datadir4@15min_2016-03-09_22.20.00--1h > The ^[ .. ^G stuff is trying to write the hostname to a terminal emulator's status bar. Check for the shell on that machine having some kind of precmd (zsh) / $PROMPT_FUNCTION (bash) or just an echo like that in its dotfiles. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net From owner-freebsd-stable@freebsd.org Thu Mar 10 18:41:30 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 148CAACB699 for ; Thu, 10 Mar 2016 18:41:30 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99ED5E2A for ; Thu, 10 Mar 2016 18:41:29 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x22d.google.com with SMTP id l68so43195071wml.0 for ; Thu, 10 Mar 2016 10:41:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:cc:to:message-id:date:user-agent :mime-version:in-reply-to; bh=xn6fnnU2KTW2S7+XFo9mSMgaVVBzX1/hGp6y+I3H85I=; b=MUuK++I6Dapwj+AyIFr35qtPFS8MzM7svkF8fqKEH+zdMbsUtLJquoIauIrUHXU/F2 V0hFzk44lWW+kh9rxRSugpg5Ws3eoWXcT4NNsW5aIGBiDeESfBMj/8/6f5MTKdaHSkSy iVYP/t6IVbQpsiFbXSRfw3H/5SzyrCfitTLu6xQXFVnuYYRUhMuBCw4ZgunL0Q7xvlwc 2WKUm8QbZ3s2AR30Mhv/Rh7fsafbIXwTDoKvzWyV/PgAnL0sq3Azrb2CmrHyCWKtyfaw n+m/8j5VPitw05N/5NQabcYzpT/GyXWNagy89o8R07Uvb+FCyBXUgqQENorngSJZB6Gt bPGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:from:cc:to:message-id:date :user-agent:mime-version:in-reply-to; bh=xn6fnnU2KTW2S7+XFo9mSMgaVVBzX1/hGp6y+I3H85I=; b=M+o085Ag3lRPtkQapkknwbtWi1VCC5SRp7FyYJ80iQgyjx/kLCOi0AKeP986RNTGPH boYUWxiAHfoJKGxYkhUjKtP86cxZ1fd2PIrlVZzx5KXwbfUzBnX9HkudMB+HLRcqeYmS ZNQq+WCpP9OICzw017LQtfxozJMMhM3eRaoyPgGaSUaQ2cU2jPeKpovhcIdVQYM9Z5H7 ziz09FaoddNP4QWs2Qy+e/K/AidcLzQzsd++DwIWaHvXPiiceRhAgLEtEZqtH1Cgstf1 WmX/CfmlkaHxQ5Wzo9aUaKiV8kShVWAzDO2tNBNu13ZoNatQmICB0gR+8MCcECQd4KBt NnMg== X-Gm-Message-State: AD7BkJJsmgD/Iz3lDko3/FfctbiL7LSNi5IwL70ox3Vj5J3TfMyM7iyePPbqL7HuoIxq9Q== X-Received: by 10.28.220.215 with SMTP id t206mr5240675wmg.68.1457635286986; Thu, 10 Mar 2016 10:41:26 -0800 (PST) Received: from Johans-MacBook-Air.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id ls5sm4734256wjb.33.2016.03.10.10.41.25 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 10:41:26 -0800 (PST) Subject: Re: output to file different than console. (ssh and zfs ) References: <56E1B925.5060105@gmail.com> From: Johan Hendriks Cc: Brandon Allbery To: freebsd-stable@freebsd.org Message-ID: <56E1BFD6.60906@gmail.com> Date: Thu, 10 Mar 2016 19:41:26 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:41:30 -0000 Op 10/03/16 om 19:18 schreef Brandon Allbery: > On Thu, Mar 10, 2016 at 1:12 PM, Johan Hendriks > > wrote: > > ^[]0;storage2.server.mydomain.com > > > ^Gstorage/home/datadir1@15min_2016-03-09_22.20.00--1h > storage/home/datadir2@15min_2016-03-09_22.20.00--1h > storage/home/datadir3@15min_2016-03-09_22.20.00--1h > storage/home/datadir4@15min_2016-03-09_22.20.00--1h > > > The ^[ .. ^G stuff is trying to write the hostname to a terminal > emulator's status bar. Check for the shell on that machine having some > kind of precmd (zsh) / $PROMPT_FUNCTION (bash) or just an echo like > that in its dotfiles. > > -- > brandon s allbery kf8nh sine nomine > associates > allbery.b@gmail.com > ballbery@sinenomine.net > unix, openafs, kerberos, infrastructure, xmonad > http://sinenomine.net Now you mention this, after the command, the tab in xterm was changed to the remote machines name, I saw that but did not see the link. The remote machine uses csh, and I have for that machine set the following in .cshrc alias mytitle 'printf "\033]0;$HOST\a"' mytitle I use this so I have my server name in TAB, not in my 9.x machines, so that is the reason I do not see it there. Is there a way around it? I like the named TABs :D Thank you for your time regards Johan From owner-freebsd-stable@freebsd.org Thu Mar 10 18:43:30 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A4917ACB7A0 for ; Thu, 10 Mar 2016 18:43:30 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: from mail-vk0-x232.google.com (mail-vk0-x232.google.com [IPv6:2607:f8b0:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 613678C for ; Thu, 10 Mar 2016 18:43:30 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: by mail-vk0-x232.google.com with SMTP id k1so106803646vkb.0 for ; Thu, 10 Mar 2016 10:43:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=cAFOxDKVSznifJSrwsrmK/0DDQhPU5G6L767wxZpRic=; b=0Xu6sR5G6Vjld6HX40Yja8DX2t0cF9FIg3cXG7J7r4p09zkbGHbONvRXKrENwlfOwp p5bjep0CTA3D3mvijr2wRwEjwuT1ysZ2mV83RWYHrhlqXbNFOn0LmfL+ZBFcvs2gJQQc 9BC2LQvzThUda033zL3nY/JqoiW2x1VWUnvWaDO12+Vdd0sMZLzQXwC0DBXziw6vWENo q388U8oi7g184isy6F0ge2zBFRIH9jYABgsIbS4+fMByDohqaaHFVQ9EW/V5zRFd/97+ WrOCV9LvqyaS3cdpwRiIwjuWtVpSWbfKspHsQjr/FPJfDY5CS62HgXevUSPEuwd/alGj 416A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=cAFOxDKVSznifJSrwsrmK/0DDQhPU5G6L767wxZpRic=; b=euDV3pqGVjWhOKdV+Zxt1UAcy1QAvM3Y3EPqcE9hqV6OH5mQp/WbA4AfKxH/gDKKNc HMkQPeQF10ciQQfpbRWEcmojSmydseJdzIAr5PZG1BCYm5/BGLLBwDRjLSF52zJhg0yM HRkLIv2wKVt7+Y2MZ7dpiGmuMBDjcxf5zOsy6vFlNQhyuRvkhNqT3Pk3/xAGGK1srVNz I3mMNpRnAjqebrbTHA/JLPzQ0DXgjlasav4ge9F/c04/oRZMn3trAWKN9ebjXKI0T8al hviUryWWFRXJZp6Oo6qnWvi1JLreMzrHB/YY3wMjYlbR0UIAdYKx5KvmhC2SeSkoenYz ZrOA== X-Gm-Message-State: AD7BkJJl6rTIXq6wzrey7j7A4blf65nAN/CZCA/gVCiOekhKlTCWDKP4YW3h336hgPV0UENF1m2sTXj1LuBFxg== MIME-Version: 1.0 X-Received: by 10.31.142.203 with SMTP id q194mr5180756vkd.95.1457635409223; Thu, 10 Mar 2016 10:43:29 -0800 (PST) Received: by 10.176.3.236 with HTTP; Thu, 10 Mar 2016 10:43:29 -0800 (PST) In-Reply-To: <56E1BFD6.60906@gmail.com> References: <56E1B925.5060105@gmail.com> <56E1BFD6.60906@gmail.com> Date: Thu, 10 Mar 2016 13:43:29 -0500 Message-ID: Subject: Re: output to file different than console. (ssh and zfs ) From: Brandon Allbery To: Johan Hendriks Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 18:43:30 -0000 On Thu, Mar 10, 2016 at 1:41 PM, Johan Hendriks wrote: > mytitle if ($?prompt) mytitle -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net From owner-freebsd-stable@freebsd.org Thu Mar 10 19:10:58 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECB6DACA1A1 for ; Thu, 10 Mar 2016 19:10:57 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD677FA7 for ; Thu, 10 Mar 2016 19:10:57 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: e8d6d9db-e6f3-11e5-8dfb-c75234cc769e X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Thu, 10 Mar 2016 19:11:35 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u2AJAmHj010469; Thu, 10 Mar 2016 12:10:48 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1457637048.1406.72.camel@freebsd.org> Subject: Re: [Solved] Problems with ucom/uftdi and sendfax on 10.2 p12 (works like a charm with 7.4) From: Ian Lepore To: Holger Kipp Cc: "freebsd-stable@freebsd.org" Date: Thu, 10 Mar 2016 12:10:48 -0700 In-Reply-To: <7D2BDA5F-889D-4234-8F64-6D00956E05E3@alogis.com> References: <1456865414.13785.119.camel@freebsd.org> , <9CA439E9-66BD-488D-AC8D-E0FCACC48A15@alogis.com> <7D2BDA5F-889D-4234-8F64-6D00956E05E3@alogis.com> Content-Type: text/plain; charset="windows-1251" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 19:10:58 -0000 On Wed, 2016-03-09 at 21:21 +0000, Holger Kipp wrote: > Dear Ian, > > > On 02.03.2016, at 11:45, Holger Kipp > > wrote: > > > > > > Am 01.03.2016 um 23:08 schrieb Ian Lepore > ian@freebsd.org>>: > > > > On Tue, 2016-03-01 at 19:58 +0000, Holger Kipp wrote: > > Hi all, > > > > I currently encounter a problem with sending faxes with new server > > and FreeBSD 10.2-RELEASE p12 > > using mgetty+sendfax and RS232-Modems via USB to RS232-Adapter > > (com, > > uftdi). > > > > Problem is that _after_ sending the first page, the reply of modem > > is > > not read correctly. > > > > In Error case, Faxlog says: > > > > 02/29 18:46:10 aU4 read 64, write 64 > > 02/29 18:46:10 aU4 read 52, write 52 > > 02/29 18:46:10 aU4 page complete, 40900 bytes sent > > 02/29 18:46:10 aU4 sending DLE ',' > > 02/29 18:46:10 aU4 got:[0a][0d][0a]OK[0d] > > 02/29 18:46:18 aU4 got response: 'OK' > > 02/29 18:46:18 aU4 fax_send_page("f2.g3") started... > > 02/29 18:46:18 aU4 tio_set_flow_control( HARD ) > > 02/29 18:46:18 aU4 fax_send: 'AT+FDT' > > 02/29 18:46:18 aU4 fax_wait_for(CONNECT) > > 02/29 18:46:18 aU4 got:[0a] > > 02/29 18:48:18 aU4 Warning: got alarm signal! > > > > So I run into timeout because the modem does not reply as expected > > after AT+FDT-command (maybe even after sending DLE ',‘ because the > > OK > > response seems to take some more time than under FreeBSD 7.4). > > > > > > if I issue "tip modem4" (which is /dev/cuaU4), I get the missing > > replies including CONNECT from the modem (then leaving tip with > > "~.“) > > > > root@faxserver:/usr/local/etc/mgetty+sendfax # tip modem4 > > connected > > AT+FDT > > CONNECT > > > > +FHS:43 > > > > OK > > AT+FCLASS=0 > > OK > > ~ > > [EOT] > > root@faxserver:/usr/local/etc/mgetty+sendfax # > > > > > > This works correctly with same modems and USB to RS232-Adapter > > (uftdi) under FreeBSD 7.4. > > > > 02/29 12:18:26 aU4 receiver cap.: '+FIS:1,5,0,2,1,1,0,3' -> fine > > 144 > > 2D/MR ECM** found ** > > 02/29 12:18:26 aU4 sendfax: IGNORE DCD (carrier) status > > 02/29 12:18:26 aU4 fax_send: 'AT+FDT' > > 02/29 12:18:26 aU4 fax_wait_for(CONNECT) > > 02/29 12:18:33 aU4 transmission par.: '+FCS:1,5,0,2,0,0,0,3'** > > found > > ** > > 02/29 12:18:33 aU4 sending f1.g3... > > 02/29 12:19:04 aU4 page complete, 34495 bytes sent > > 02/29 12:19:04 aU4 sending DLE ',' > > 02/29 12:19:10 aU4 got response: 'OK' > > 02/29 12:19:10 aU4 fax_send: 'AT+FDT' > > 02/29 12:19:10 aU4 fax_wait_for(CONNECT)** found ** > > 02/29 12:19:11 aU4 sending f2.g3... > > 02/29 12:19:55 aU4 page complete, 60064 bytes sent > > 02/29 12:19:55 aU4 sending DLE ',' > > 02/29 12:20:01 aU4 got response: 'OK' > > 02/29 12:20:01 aU4 fax_send: 'AT+FDT' > > 02/29 12:20:01 aU4 fax_wait_for(CONNECT)** found ** > > 02/29 12:20:01 aU4 sending f3.g3... > > 02/29 12:20:52 aU4 page complete, 71335 bytes sent > > 02/29 12:20:52 aU4 sending DLE ',' > > 02/29 12:20:57 aU4 got response: 'OK' > > 02/29 12:20:57 aU4 fax_send: 'AT+FDT' > > 02/29 12:20:57 aU4 fax_wait_for(CONNECT)** found ** > > 02/29 12:20:58 aU4 sending f4.g3... > > 02/29 12:21:40 aU4 page complete, 58628 bytes sent > > 02/29 12:21:40 aU4 sending DLE '.' > > 02/29 12:21:49 aU4 connection hangup: '+FHS:00' > > 02/29 12:21:49 aU4 got response: 'OK' > > 02/29 12:21:49 aU4 fax_send: 'AT+FCLASS=0' > > > > This is with devolo 56k i ISDN-modems, but it looks more like a USB > > interface communication issue to me. > > > > Modems and USB-to-RS232 are the same - connected to FreeBSD 7.4 > > servers works (sends all pages), connected to 10.2 server does not > > work (sends first page only). > > > > I can also provide dmesg.boot details on request but didn’t want to > > pollute the list. > > > > Difference with stty -a /dev/cuaU4 seems to be clocal instead of > > -clocal which I can’t set for cuaU4, only for .init and .lock. > > which > > does not help. > > 7.4 Kernel comes with uftdi and ucom compiled in. > > 10.2 Kernel has the same issues with ucom and uftdi loaded as > > kernel > > modules or compiled in. > > > > mgetty+sendfax is version 1.1.35_1 on FreeBSD 7.4 and version > > 1.1.37 > > on FreeBSD 10.2-RELEASE p12. > > > > Any other ideas where to look further or what to investigate? > > > > Many thanks and best regards, > > Holger > > > > Seeing "tio_set_flow_control( HARD )>" in your output, along with > > the > > fact that you said the expected output finally appeared after you > > connected with tip, makes me suspect that flow control is at the > > root > > of this problem. > > > > The biggest ftdi driver difference before/after freebsd 8 is that > > the > > driver used to automatically re-intialize the chip on every open to > > set > > up some arbitrary combination of comms parameters (baud, flow > > control, > > etc) -- I forget all the details now, I'd have to do some digging > > through logs to find exactly what it used to set. Now the driver > > leaves the chip alone at open time, and the contents of the > > /dev/cuaU#.init and cuaU#.lock files should be completely in > > control of > > the serial parameters. > > > > Is it possible that you set up the .init and/or .lock devices in > > some > > rc script in freebsd 7 and forgot about it? If not, then maybe the > > driver init changes are enough to explain the glitch. > > > > I wonder if this would fix it: > > > > stty -f /dev/cuaU4.init crtscts > > > > If so, then put that command into an rc script, or maybe into a > > devd > > rule that runs whenever that usb-serial is attached. > > > > If not... then I guess we'll figure out what to try next. :) > > > > Dear Ian, > > > > below you will find stty settings in old and new system. > > I had tried crtscts, but without success and not properly > > documented. > > Have tried it once more (see below), now also documented ;-) > > > > FreeBSD 7.4: > > faxserver# stty -f /dev/cuaU4 > > speed 9600 baud; > > lflags: -echo > > oflags: -oxtabs > > cflags: cs8 -parenb > > faxserver# stty -f /dev/cuaU4.init > > speed 9600 baud; > > lflags: -echo > > oflags: -oxtabs > > cflags: cs8 -parenb > > faxserver# stty -f /dev/cuaU4.lock > > speed 0 baud; > > lflags: -icanon -isig -iexten -echo > > iflags: -icrnl -ixon -ixany -imaxbel -brkint > > oflags: -opost -onlcr -oxtabs > > cflags: -cread cs5 -parenb -hupcl > > discard dsusp eof eol eol2 erase erase2 intr > > kill > > ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > lnext min quit reprint start status stop susp > > werase > > ^@ 0 ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > > > > > FreeBSD 10.2-RELEASE > > faxserver# stty -f /dev/cuaU4 > > speed 9600 baud; > > lflags: echoe echoke echoctl > > oflags: tab0 > > cflags: cs8 -parenb clocal > > faxserver# stty -f /dev/cuaU4.init > > speed 9600 baud; > > lflags: echoe echoke echoctl > > oflags: tab0 > > cflags: cs8 -parenb > > faxserver# stty -f /dev/cuaU4.lock > > speed 0 baud; > > lflags: -icanon -isig -iexten -echo > > iflags: -icrnl -ixon -ixany -imaxbel -brkint > > oflags: -opost -onlcr tab0 > > cflags: -cread cs5 -parenb -hupcl > > discard dsusp eof eol eol2 erase erase2 intr > > kill > > ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > lnext min quit reprint start status stop susp > > werase > > ^@ 0 ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > > > original settings (I have not changed anything for cuaU7): > > faxserver# stty -f /dev/cuaU7 > > speed 9600 baud; > > lflags: echoe echoke echoctl > > oflags: tab0 > > cflags: cs8 -parenb clocal > > faxserver# stty -f /dev/cuaU7.init > > speed 9600 baud; > > lflags: echoe echoke echoctl > > oflags: tab0 > > cflags: cs8 -parenb > > faxserver# stty -f /dev/cuaU7.lock > > speed 0 baud; > > lflags: -icanon -isig -iexten -echo > > iflags: -icrnl -ixon -ixany -imaxbel -brkint > > oflags: -opost -onlcr tab0 > > cflags: -cread cs5 -parenb -hupcl > > discard dsusp eof eol eol2 erase erase2 intr > > kill > > ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > lnext min quit reprint start status stop susp > > werase > > ^@ 0 ^@ ^@ ^@ ^@ ^@ ^@ ^@ > > > > > > I have set crtscts on 10.2 as requested: > > faxserver# stty -f /dev/cuaU4.init crtscts > > faxserver# stty -f /dev/cuaU4.init > > speed 9600 baud; > > lflags: echoe echoke echoctl > > oflags: tab0 > > cflags: cs8 -parenb crtscts > > > > then during transmission I get: > > faxserver# stty -f /dev/cuaU4 > > speed 38400 baud; > > lflags: -icanon -isig -iexten -echo > > iflags: -icrnl -ixon -ixany -imaxbel -brkint > > oflags: -opost -onlcr tab0 > > cflags: cs8 -parenb clocal crtscts > > eol > > ^@ > > > > so crtscts is obviously set. I don’t know why clocal is set instead > > of –clocal, though (I _can_ change /dev/cuaU4 to -clocal whilst > > cuaU4 is in use, but that also does not help (tested separately, > > see my remarks at the end)). > > But behavior for faxing is exactly the same with crtscts set: > > > > 03/02 10:50:34 sendfax: interim release 1.1.37-Jun05 > > 03/02 10:50:34 sending fax to > > 03/02 10:50:34 checking f1.g3 > > 03/02 10:50:34 checking f2.g3 > > 03/02 10:50:34 checking f3.g3 > > 03/02 10:50:34 checking f4.g3 > > 03/02 10:50:34 checking f5.g3 > > 03/02 10:50:34 aU4 tss: set speed to 38400 (113000) > > 03/02 10:50:34 aU4 mdm_send: 'ATV1Q0' > > 03/02 10:50:34 aU4 got:ATV1Q0[0d] > > 03/02 10:50:34 aU4 mdm_command: string 'ATV1Q0' > > 03/02 10:50:34 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:34 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:34 aU4 mdm_send: 'ATI' > > 03/02 10:50:34 aU4 got:[0a]ATI[0d] > > 03/02 10:50:34 aU4 got:[0d][0a]282[0d] > > 03/02 10:50:34 aU4 mdm_gis: string 1: '282' > > 03/02 10:50:34 aU4 got:[0a][0d][0a]OK[0d] > > 03/02 10:50:34 aU4 mdm_identify: string '282' > > 03/02 10:50:34 aU4 ELSA MicroLink 28.8/56K series detected > > 03/02 10:50:35 aU4 mdm_send: 'ATI3' > > 03/02 10:50:35 aU4 got:[0a]ATI3[0d] > > 03/02 10:50:35 aU4 got:[0d][0a]Version 1.87 / 31.07.2000[0d] > > 03/02 10:50:35 aU4 mdm_gis: string 1: 'Version 1.87 / 31.07.2000' > > 03/02 10:50:35 aU4 got:[0a][0d][0a]OK[0d] > > 03/02 10:50:35 aU4 additional info: 'Version 1.87 / 31.07.2000' > > 03/02 10:50:35 aU4 mdm_send: 'AT+FCLASS=2.0' > > 03/02 10:50:35 aU4 got:[0a]AT+FCLASS=2.0[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT+FCLASS=2.0' > > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:35 aU4 mdm_send: 'AT+FLI="+49"' > > 03/02 10:50:35 aU4 got:[0a]AT+FLI="+49"[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT+FLI="+49"' > > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:35 aU4 mdm_send: 'AT+FCC=1,5,0,2,0,0,0,0' > > 03/02 10:50:35 aU4 got:[0a]AT+FCC=1,5,0,2,0,0,0,0[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT+FCC=1,5,0,2,0,0,0,0' > > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:35 aU4 mdm_send: 'AT+FBO=0' > > 03/02 10:50:35 aU4 got:[0a]AT+FBO=0[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT+FBO=0' > > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:35 aU4 mdm_send: 'AT+FNR=1,1,1,0' > > 03/02 10:50:35 aU4 got:[0a]AT+FNR=1,1,1,0[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT+FNR=1,1,1,0' > > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:35 aU4 mdm_send: 'AT+FLO=2' > > 03/02 10:50:35 aU4 got:[0a]AT+FLO=2[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT+FLO=2' > > 03/02 10:50:35 aU4 got:[0d][0a]OK[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'OK' -> OK > > 03/02 10:50:35 aU4 mdm_send: 'AT&H3' > > 03/02 10:50:35 aU4 got:[0a]AT&H3[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'AT&H3' > > 03/02 10:50:35 aU4 got:[0d][0a]ERROR[0d] > > 03/02 10:50:35 aU4 mdm_command: string 'ERROR' -> ERROR > > 03/02 10:50:35 aU4 cannot set 'modem_handshake'; ignored > > 03/02 10:50:35 aU4 fax_send: 'ATD0' > > 03/02 10:50:35 aU4 fax_wait_for(OK) > > 03/02 10:50:35 aU4 got:[0a]ATD0[0d] > > 03/02 10:50:35 aU4 fax_wait_for: string 'ATD0' > > 03/02 10:50:35 aU4 got:[0d][0a]+FCO[0d] > > 03/02 10:50:48 aU4 fax_wait_for: string '+FCO' > > 03/02 10:50:48 aU4 got:[0a][0d][0a]+FIS:1,3,2,2,0,1,0,0[0d] > > 03/02 10:50:49 aU4 fax_wait_for: string '+FIS:1,3,2,2,0,1,0,0' > > 03/02 10:50:49 aU4 receiver cap.: '+FIS:1,3,2,2,0,1,0,0' -> fine > > ECM > > 03/02 10:50:49 aU4 got:[0a][0d][0a]OK[0d] > > 03/02 10:50:49 aU4 fax_wait_for: string 'OK'** found ** > > 03/02 10:50:49 aU4 sendfax: IGNORE DCD (carrier) status > > 03/02 10:50:49 aU4 fax_send_page("f1.g3") started... > > 03/02 10:50:49 aU4 tio_set_flow_control( HARD ) > > 03/02 10:50:49 aU4 fax_send: 'AT+FDT' > > 03/02 10:50:49 aU4 fax_wait_for(CONNECT) > > 03/02 10:50:49 aU4 got:[0a]AT+FDT[0d] > > 03/02 10:50:49 aU4 fax_wait_for: string 'AT+FDT' > > 03/02 10:50:49 aU4 got:[0d][0a]+FCS:1,3,0,2,0,0,0,0[0d] > > 03/02 10:50:55 aU4 fax_wait_for: string '+FCS:1,3,0,2,0,0,0,0' > > 03/02 10:50:55 aU4 transmission par.: '+FCS:1,3,0,2,0,0,0,0' > > 03/02 10:50:55 aU4 got:[0a][0d][0a]CONNECT[0d] > > 03/02 10:50:55 aU4 fax_wait_for: string 'CONNECT'** found ** > > 03/02 10:50:55 aU4 tio_set_flow_control( HARD XON_OUT ) > > 03/02 10:50:55 aU4 sending f1.g3... > > 03/02 10:50:55 aU4 read 64, write 64 > > 03/02 10:50:55 aU4 read 64, write 64 > > 03/02 10:50:55 aU4 read 64, write 64 > > [..] > > 03/02 10:51:26 aU4 read 64, write 64 > > 03/02 10:51:26 aU4 read 64, write 64 > > 03/02 10:51:26 aU4 read 52, write 52 > > 03/02 10:51:26 aU4 page complete, 40900 bytes sent > > 03/02 10:51:26 aU4 sending DLE ',' > > 03/02 10:51:26 aU4 got:[0a][0d][0a]OK[0d] > > 03/02 10:51:33 aU4 got response: 'OK' > > 03/02 10:51:33 aU4 fax_send_page("f2.g3") started... > > 03/02 10:51:33 aU4 tio_set_flow_control( HARD ) > > 03/02 10:51:33 aU4 fax_send: 'AT+FDT' > > 03/02 10:51:33 aU4 fax_wait_for(CONNECT) > > 03/02 10:51:33 aU4 got:[0a] > > 03/02 10:53:34 aU4 Warning: got alarm signal! > > 03/02 10:53:34 aU4 mdm_read_byte: read returned -1: Interrupted > > system call > > 03/02 10:53:34 aU4 mdm_get_line: cannot read byte, return: > > Interrupted system call > > 03/02 10:53:34 aU4 AT+FDT -> some error (-6), abort fax send! > > > > I could change the AT&H3 to devolo-specific AT+IFC=2,2 (which is > > RTS,CTS) - had already tested that just to make sure, but that is > > modem default setting anyway so makes no difference. I reverted to > > default sendfax.config afterwards (identical to the 7.4 settings). > > > > I noticed that for the first page I have HARD XON_OUT and for the > > second page only HARD. This is however exactly the same behavior on > > 7.4. > > stty -f /dev/cuaU4 reflects this (-ixon is set when trying to send > > the second page, and even if -clocal was set before (during > > transmission of the first page), this is then set back to clocal > > when the second page starts). > > > > On both 7.4 and 10.2 file /etc/rc.d/serial is unchanged, so no > > special settings are applied. > > No special settings for devd.conf either. And 10.2 (apart from > > added ports) is just the plain RELEASE installation. > > Originally this was a binary installation only (apart from added > > ports). I have installed usr/src (10.2-RELEASE p12) and compiled > > with ucom, uftdi in kernel (because it was compiled in in 7.4 > > FreeBSD version) to rule out any possible side effects there. > > Nothing changed, but at least I’m now prepared to recompile with > > any patches thrown at me ;-) > > > > Otherwise I’m a bit out of ideas right now. > > > > Many thanks and best regards, > > Holger > > Setting crtscts on its own did not help. I also tried an LogiLink > AU0033 USB-Adapter which resulted in a comparable behaviour (sending > first page only). So it is not related to uftdi. > It turned out to be an issue with the modems as well (even though > their default setting _is_ hardware handshake, there seems to be a > problem with xon/xoff) - maybe together with changes to tty-handling > between 7.4 and 10.2. > > setting crtscts -ixon -ixoff for .init > and locking these settings (=> crtscts xon xoff for .lock) (done in > rc.d/serial) however did help. > > Modems in question are Devolo 56k-I (ISDN). I have not checked other > modems (eg ELSA ISDN TL V34) yet due to time constraints. > > Maybe this information is helpful if someone else is encountering a > similar problem. > > Many thanks and best regards, > Holger > I'm glad to hear you got it working. I spent some time looking at the driver code last weekend and couldn't spot any changes between 7.x and 10.x that would make a difference. I did see in the debug output from your fax software it was setting both rtscts and xonxoff flow control at the same time "tio_set_flow_control( HARD XON_OUT )", and the ftdi driver doesn't really handle that (I suspect many drivers don't). But I didn't have time to do any experiments to see what effect that has on real hardware. -- Ian From owner-freebsd-stable@freebsd.org Thu Mar 10 21:08:54 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AC30ACAEEB for ; Thu, 10 Mar 2016 21:08:54 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 232F0FDF for ; Thu, 10 Mar 2016 21:08:54 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id l68so4365169wml.0 for ; Thu, 10 Mar 2016 13:08:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:cc:to:from:message-id:date:user-agent :mime-version:in-reply-to; bh=WTH/uaVE1wdkyZ4FVckKs5NuzjQPvbA7+sgSEeBpJKw=; b=ekcMz4DHTQFjuKnP097/TfC6LsL3BmWE3ueG+Jrev0Rv3yuc7bHwwfLl+us9aCGeEy Ds+RlGGyMOAuiqAsaSTOVRYnhDS52unj0UWtnAowUzYQ6fE2QoanexRMRt7ZHOouPxZO cJeKBPnbs7qMXwqKy53A/FM/eYazbLAzD2xXgG0pYYchF+cSDa92UI8Fsiymv64thP+p fUVw/DYeYax2DkzBxo3Etz1Gq/p3Qas4K/CAg6WQ09zLVa1XF7k9ahJK5B7v/xdkIbwV LnOlxlQCTm3CIOp8q8kQjELAiMOQXsZT+YQrf3iU8727h/hT1H+m+BkeKetYM0Hsi8/L eWKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:cc:to:from:message-id:date :user-agent:mime-version:in-reply-to; bh=WTH/uaVE1wdkyZ4FVckKs5NuzjQPvbA7+sgSEeBpJKw=; b=AOyGcbfS97byYCFoyxGxEu7ONy3gXq3M+rZeWjmCPC9CLofh8frAp0sG40R5XDa6Ed UR5oRgXHwxo+hjs7sJHJ1s4LhPzkmEF3Udi0f5qvZ/55lxRok99RengvAT9acIkTgON3 UnNvxmZ3PJDBh70Dc7ojuxB4CVqrcM5L59J+3u8rVY0iwCnzFNtxO61Qv+9Z1RuYuCan u1o+0aKTMs5g88aVwo9aClJHqBtTxY7Ofe95i58/TAkNrn4oTVsW/687jdKCaHCFA1Lx BP4i4yUqTsQMRphxreP7WTc0+MPmeKEOo1hhAWZqjT359cMibzaFfc1VhmhqIU5AJzC5 20oA== X-Gm-Message-State: AD7BkJJK55vlaPN8aSdqTWE0k14nOMtqASzHTazTeklUHMYv5PJNZQrbOcdp4cr0U9B1UQ== X-Received: by 10.194.60.20 with SMTP id d20mr6677840wjr.109.1457644132570; Thu, 10 Mar 2016 13:08:52 -0800 (PST) Received: from Johans-MacBook-Air.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id 63sm388259wms.1.2016.03.10.13.08.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 13:08:51 -0800 (PST) Subject: Re: output to file different than console. (ssh and zfs ) References: <56E1B925.5060105@gmail.com> <56E1BFD6.60906@gmail.com> Cc: Brandon Allbery To: freebsd-stable@freebsd.org From: Johan Hendriks Message-ID: <56E1E262.5000504@gmail.com> Date: Thu, 10 Mar 2016 22:08:50 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 21:08:54 -0000 Op 10/03/16 om 19:43 schreef Brandon Allbery: > > On Thu, Mar 10, 2016 at 1:41 PM, Johan Hendriks > > wrote: > > mytitle > > > if ($?prompt) mytitle > > > -- > brandon s allbery kf8nh sine nomine > associates > allbery.b@gmail.com > ballbery@sinenomine.net > unix, openafs, kerberos, infrastructure, xmonad > http://sinenomine.net If I change mytitle to if ($?prompt) mytitle I get the following error. mytitle: command not found. This is how I have set it. alias mytitle 'printf "\033]0;$HOST\a"' if ($?prompt) mytitle regards, Johan From owner-freebsd-stable@freebsd.org Thu Mar 10 21:13:11 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2FCDACB197 for ; Thu, 10 Mar 2016 21:13:11 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DD2E69D for ; Thu, 10 Mar 2016 21:13:11 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id c3so111524077vkb.3 for ; Thu, 10 Mar 2016 13:13:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=D6/8xfzBJn00LTYhpv1iuwaGHB+RTHrOTwMZsT2y8v4=; b=wUx+gM5ymz04IVFKi26k6JHCH4/KcTR/fDJWJOyzmLvRlvjcyQ1Yzzqc80Ihhmhvwf B55xoAAgWqwnNfLpxCJZDyLZXXmqYHXO0IFWk/QbQfXeM83hJpq4Qh8jlDXeD4zufBic lY5iVXs8kpyUhcQTvcuoDX39x1sVaLO+OAPPW7VhkkHaVJLBBW/5a3tQMgP0n+ZtWzKW 9pZ83t3/LozSKyOyLJloY/rZ12VHXCyXkJLnEE7s7Qp3GrOPCCwpKJbxyNJe9IfooAf2 JqkKIdRbxkHjgSQ3DEWh6+ejZ2nOYTgonxX4/ouB/w3/96i9yuCDKHUJB/9xzhUxU0bb LHOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=D6/8xfzBJn00LTYhpv1iuwaGHB+RTHrOTwMZsT2y8v4=; b=i+3K4UffUnKGzXHs3FP22/tjYrMgTXadpJI5F+fm/KKptGq/E8/P2DwE1kxDLEKYv+ T4PjWM/oFEEseSuLO3hwr2jyiXJx1GGO3MVNtRBAZ7MiZnzx9BwW7OJg7efMeHJKgyHH L+S3BExpujrqFDMyESIhCbBzzDz5H/kfiRUl2krpoxUhzQt7gXxSMKsJbSrRS5u/a0GM RIGKA+8qFXIkYQtthCGK51jTPcKwRnuUBwcqojyEEwZW7ZmgApxRB5Zfocq2m/Y7tBi4 TtEedSP8bGk67kpSjKwn6Sd6h0ja0760kfBF+l//FkU0Yt5IVLXL9LPSlg0rwdCP+C9o zMHg== X-Gm-Message-State: AD7BkJIf4rXf547iOrC6/ZNj0tFsI172NYaR7ehuElgv2NRnCFBTC0UQYRGPI7ZnkVFg6KjX8XeiPOC6aRCHxg== MIME-Version: 1.0 X-Received: by 10.31.167.195 with SMTP id q186mr5843648vke.113.1457644390356; Thu, 10 Mar 2016 13:13:10 -0800 (PST) Received: by 10.176.3.236 with HTTP; Thu, 10 Mar 2016 13:13:10 -0800 (PST) In-Reply-To: <56E1E262.5000504@gmail.com> References: <56E1B925.5060105@gmail.com> <56E1BFD6.60906@gmail.com> <56E1E262.5000504@gmail.com> Date: Thu, 10 Mar 2016 16:13:10 -0500 Message-ID: Subject: Re: output to file different than console. (ssh and zfs ) From: Brandon Allbery To: Johan Hendriks Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 21:13:12 -0000 On Thu, Mar 10, 2016 at 4:08 PM, Johan Hendriks wrote: > > Op 10/03/16 om 19:43 schreef Brandon Allbery: > > On Thu, Mar 10, 2016 at 1:41 PM, Johan Hendriks < > joh.hendriks@gmail.com> wrote: > >> mytitle > > > if ($?prompt) mytitle > > If I change mytitle to if ($?prompt) mytitle I get the following error. > mytitle: command not found. > > This is how I have set it. > alias mytitle 'printf "\033]0;$HOST\a"' > if ($?prompt) mytitle > gah, csh! The one-line if form won't work with aliases. You need to use the long form. :( This should work, then: if ($?prompt) then mytitle endif (if not then I'll have to dig up whether aliases are any weirder in csh, like in ksh/bash they don't take effect in the file in which they're defined --- although that clearly is not the case here) I actually do title setting as part of prompt setup, so it automatically behaves nicely with non-interactive use, but that's a bit too much for csh to handle (I use zsh). -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net From owner-freebsd-stable@freebsd.org Thu Mar 10 21:16:03 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31169ACB2CC for ; Thu, 10 Mar 2016 21:16:03 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C826583A for ; Thu, 10 Mar 2016 21:16:02 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: by mail-wm0-x236.google.com with SMTP id l68so4562222wml.0 for ; Thu, 10 Mar 2016 13:16:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:cc:to:from:message-id:date:user-agent :mime-version:in-reply-to; bh=ahqjaiWR53EXaGhNewUF6o/d9rSUB1m7kxjZUZjD28g=; b=bjam0hmnaRHxlcYPgANyNw0R9Z1h2OF5jwCeM8s9UXiXzWq3Z1juE76uYAbbmeYEp1 pckc4g+HvCfoRkmEHtOJmG0pCMWH9FqSG03KNiBHjitt1fN43LIg8gpHRJU5r7X59h8Y 824fPWtvlOwnxsHA2vvCAAZR7zcWRixWQwoHo2HjKkwcG/tQiE2+N8VQMgUlerqK0IL2 G0s6N3QqoUIGLm+2IJejTqTc5UTlesEFCYUi6KWgN0FwrWxLCSFle4FFU/wG8MUIuS37 EwWLGztk8/XJEFUi7DhwWMui5lmMxSLW0NQr3WZl0UgZfPJJZ+SZO/ATxzpAYPWeRrvx 2qlQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:cc:to:from:message-id:date :user-agent:mime-version:in-reply-to; bh=ahqjaiWR53EXaGhNewUF6o/d9rSUB1m7kxjZUZjD28g=; b=Jf8/22sMW3C9MKv/jZmxkNZoRUuw15YrdvbHQIwCu87jigbQZqqc3n0cbyw078xH22 zy3iG54fTen43f7+yq7uk9QwIDp9nyA0eVMxFgpjsVp19UpyRvuxfXAHv1eT4J4yHnqe APqqrA37DJC9Ew1zZodQ/F5h0syyEM4km1ukjD8vS4MFni3l77hOrtO1t3zzW5MMyIUF i/ml6jZIxNiAkKqnOUzEGFViSaZxJU/Z2Z4NI78+Lh6PZugkPPhQqdTg5IZiZiVWtQYI +aX6U1Zw6z/JSz2Du/8PwrcalBv7opT7BL7n50urrbrIR72V0yb882ySs/oY9wFSBEtj sS0w== X-Gm-Message-State: AD7BkJI0UFNpgt4aBUGgzy4gM26BIgZIvAPdJ27Z+fHzGjI5KVevLe+le+eQF5C/xMJJKg== X-Received: by 10.28.174.72 with SMTP id x69mr109556wme.68.1457644561228; Thu, 10 Mar 2016 13:16:01 -0800 (PST) Received: from Johans-MacBook-Air.local (92-111-79-242.static.chello.nl. [92.111.79.242]) by smtp.googlemail.com with ESMTPSA id z127sm393094wme.5.2016.03.10.13.16.00 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Mar 2016 13:16:00 -0800 (PST) Subject: Re: output to file different than console. (ssh and zfs ) References: <56E1B925.5060105@gmail.com> <56E1BFD6.60906@gmail.com> Cc: Brandon Allbery To: freebsd-stable@freebsd.org From: Johan Hendriks Message-ID: <56E1E40F.9070608@gmail.com> Date: Thu, 10 Mar 2016 22:15:59 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2016 21:16:03 -0000 Op 10/03/16 om 19:43 schreef Brandon Allbery: > > On Thu, Mar 10, 2016 at 1:41 PM, Johan Hendriks > > wrote: > > mytitle > > > if ($?prompt) mytitle > > > -- > brandon s allbery kf8nh sine nomine > associates > allbery.b@gmail.com > ballbery@sinenomine.net > unix, openafs, kerberos, infrastructure, xmonad > http://sinenomine.net Found it! There is already a if ($?prompt) in the .cshrc file. So I added mytitle to the if statement and all is fine now. And again, thank you very much .. So here is my full .cshrc file if anybody else needs this. Only the two lines with mytitle are added to the default .cshrc file that comes with FreeBSD. # $FreeBSD: releng/10.2/etc/root/dot.cshrc 243893 2012-12-05 13:56:39Z eadler $ # # .cshrc - csh resource script, read at beginning of execution by each shell # # see also csh(1), environ(7). # more examples available at /usr/share/examples/csh/ # # Create a nice TAB title in Xterm alias mytitle 'printf "\033]0;$HOST\a"' alias h history 25 alias j jobs -l alias la ls -aF alias lf ls -FA alias ll ls -lAF # A righteous umask umask 22 set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin $HOME/bin) setenv EDITOR vi setenv PAGER more setenv BLOCKSIZE K if ($?prompt) then # An interactive shell -- set some stuff up set prompt = "%N@%m:%~ %# " set promptchars = "%#" # Print the title to the TAB mytitle set filec set history = 1000 set savehist = (1000 merge) set autolist = ambiguous # Use history to aid expansion set autoexpand set autorehash set mail = (/var/mail/$USER) if ( $?tcsh ) then bindkey "^W" backward-delete-word bindkey -k up history-search-backward bindkey -k down history-search-forward endif endif From owner-freebsd-stable@freebsd.org Fri Mar 11 06:47:19 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D96B9ACB728 for ; Fri, 11 Mar 2016 06:47:19 +0000 (UTC) (envelope-from filippomore@mindspring.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C97D6618 for ; Fri, 11 Mar 2016 06:47:19 +0000 (UTC) (envelope-from filippomore@mindspring.com) Received: by mailman.ysv.freebsd.org (Postfix) id C8CA6ACB727; Fri, 11 Mar 2016 06:47:19 +0000 (UTC) Delivered-To: stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C85E2ACB726 for ; Fri, 11 Mar 2016 06:47:19 +0000 (UTC) (envelope-from filippomore@mindspring.com) Received: from elasmtp-curtail.atl.sa.earthlink.net (elasmtp-curtail.atl.sa.earthlink.net [209.86.89.64]) by mx1.freebsd.org (Postfix) with ESMTP id AEF81617 for ; Fri, 11 Mar 2016 06:47:19 +0000 (UTC) (envelope-from filippomore@mindspring.com) Received: from [36.69.73.114] (helo=mindspring.com) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1aeGqZ-0007q4-EJ for stable@freebsd.org; Fri, 11 Mar 2016 01:46:52 -0500 From: "filippomore" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Hi stable Message-Id: Date: Fri, 11 Mar 2016 06:48:20 +0000 To: "stable" X-Mailer: iPhone Mail (11D169) X-ELNK-Trace: 5986a6aa66595cfcd4c20f6b8d69d888857e9f10d2205ddc199c1db00a9ddff63b98f70ddeb0f22d350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 36.69.73.114 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 06:47:19 -0000 Hello stable http://amut.org.tn/Chicago.php?region=3Dbqw13gbb12gnv6e filippomore filippomore@yahoo.com From owner-freebsd-stable@freebsd.org Fri Mar 11 13:24:57 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1816DACB6B0 for ; Fri, 11 Mar 2016 13:24:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 0ABEAEAC; Fri, 11 Mar 2016 13:24:57 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1B0971263; Fri, 11 Mar 2016 13:24:57 +0000 (UTC) Date: Fri, 11 Mar 2016 13:24:46 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <1674443396.15.1457702696864.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_9 - Build #1062 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_9 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2016 13:24:57 -0000 FreeBSD_stable_9 - Build #1062 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/1062/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/1062/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/1062/console Change summaries: 296650 by ae: MFC r296348: Use correct size for malloc. The end of the build log: [...truncated 81396 lines...] c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_exception.cc -o eh_exception.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_exception.cc -o eh_exception.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/block.c -o block.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_exception.cc -o eh_exception.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/closeall.c -o closeall.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/closeall.c -o closeall.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/block.c -o block.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_globals.cc -o eh_globals.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/dev.c -o dev.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_globals.cc -o eh_globals.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/dev.c -o dev.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/cgroup.c -o cgroup.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ioctl.c -o ioctl.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_globals.cc -o eh_globals.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_parser.c -o ucl_parser.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ioctl.c -o ioctl.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/nullfs.c -o nullfs.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_personality.cc -o eh_personality.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/nullfs.c -o nullfs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/stat.c -o stat.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/cgroup.c -o cgroup.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/stat.c -o stat.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/fstat.c -o fstat.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_personality.cc -o eh_personality.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/fstat.c -o fstat.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/close.c -o close.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/cgroup.c -o cgroup.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/close.c -o close.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/lseek.c -o lseek.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/lseek.c -o lseek.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_personality.cc -o eh_personality.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/open.c -o open.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/inode.c -o inode.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/open.c -o open.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/read.c -o read.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/inode.c -o inode.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_term_handler.cc -o eh_term_handler.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/read.c -o read.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_term_handler.cc -o eh_term_handler.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_term_handler.cc -o eh_term_handler.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/write.c -o write.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/inode.c -o inode.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_terminate.cc -o eh_terminate.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/write.c -o write.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_terminate.cc -o eh_terminate.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/sblock.c -o sblock.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/readdir.c -o readdir.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_terminate.cc -o eh_terminate.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/readdir.c -o readdir.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_throw.cc -o eh_throw.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/arp.c -o arp.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/sblock.c -o sblock.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_throw.cc -o eh_throw.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/arp.c -o arp.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_throw.cc -o eh_throw.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_type.cc -o eh_type.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ether.c -o ether.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/sblock.c -o sblock.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_type.cc -o eh_type.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ether.c -o ether.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_parser.c -o ucl_parser.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_type.cc -o eh_type.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_unex_handler.cc -o eh_unex_handler.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/type.c -o type.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/inet_ntoa.c -o inet_ntoa.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_unex_handler.cc -o eh_unex_handler.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/inet_ntoa.c -o inet_ntoa.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/eh_unex_handler.cc -o eh_unex_handler.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/in_cksum.c -o in_cksum.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/pure.cc -o pure.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/type.c -o type.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/in_cksum.c -o in_cksum.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/pure.cc -o pure.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/net.c -o net.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/pure.cc -o pure.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/type.c -o type.So c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/vec.cc -o vec.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/net.c -o net.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/../../sys/ufs/ffs/ffs_subr.c -o ffs_subr.o c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/vec.cc -o vec.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/udp.c -o udp.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/../../sys/ufs/ffs/ffs_subr.c -o ffs_subr.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/udp.c -o udp.po c++ -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcclibs/include -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++ -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/gcc -I/builds/FreeBSD_stable_9/gnu/lib/libsupc++/../libstdc++ -I. -frandom-seed=RepeatabilityConsideredGood -fstack-protector -fno-implicit-templates -ffunction-sections -fdata-sections -c /builds/FreeBSD_stable_9/gnu/lib/libsupc++/../../../contrib/libstdc++/libsupc++/vec.cc -o vec.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/../../sys/ufs/ffs/ffs_subr.c -o ffs_subr.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/netif.c -o netif.o building static supc++ library ranlib libsupc++.a building profiled supc++ library cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/netif.c -o netif.po ranlib libsupc++_p.a building shared library libsupc++.so.1 cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/../../sys/ufs/ffs/ffs_tables.c -o ffs_tables.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -Wl,--version-script=/builds/FreeBSD_stable_9/gnu/lib/libsupc++/Version.map -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libsupc++.so.1 -Wl,-soname,libsupc++.so.1 `NM='' lorder del_op.So del_opnt.So del_opv.So del_opvnt.So eh_alloc.So eh_arm.So eh_aux_runtime.So eh_call.So eh_catch.So eh_exception.So eh_globals.So eh_personality.So eh_term_handler.So eh_terminate.So eh_throw.So eh_type.So eh_unex_handler.So guard.So new_handler.So new_op.So new_opnt.So new_opv.So new_opvnt.So pure.So tinfo.So tinfo2.So vec.So vterminate.So cp-demangle.So | tsort -q` cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/../../sys/ufs/ffs/ffs_tables.c -o ffs_tables.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -D_LIBUFS -I/builds/FreeBSD_stable_9/lib/libufs -g -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libufs/../../sys/ufs/ffs/ffs_tables.c -o ffs_tables.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/rpc.c -o rpc.o ===> gnu/lib/csu (install) building static ufs library sh /builds/FreeBSD_stable_9/tools/install.sh -o root -g wheel -m 444 crtbegin.o /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/crtbegin.o sh /builds/FreeBSD_stable_9/tools/install.sh -o root -g wheel -m 444 crtend.o /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/crtend.o ranlib libufs.a sh /builds/FreeBSD_stable_9/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/crtbeginT.o building profiled ufs library sh /builds/FreeBSD_stable_9/tools/install.sh -o root -g wheel -m 444 crtbegin.So /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/crtbeginS.o sh /builds/FreeBSD_stable_9/tools/install.sh -o root -g wheel -m 444 crtend.So /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/crtendS.o ===> gnu/lib/libgcc (install) ranlib libufs_p.a building shared library libufs.so.6 cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libufs.so.6 -Wl,-soname,libufs.so.6 `NM='' lorder block.So cgroup.So inode.So sblock.So type.So ffs_subr.So ffs_tables.So | tsort -q` cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/rpc.c -o rpc.po sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgcc_eh.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgcc_eh_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libgcc_s.so.1 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libgcc_s.so.1 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libgcc_s.so /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/bin/ld: skipping incompatible /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/lib/libgcc_s.so when searching for -lgcc_s /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/bin/ld: skipping incompatible /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/lib/libgcc_s.so when searching for -lgcc_s ===> gnu/lib/libgcov (install) /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/tmp/usr/bin/ld: cannot find -lgcc_s *** [libufs.so.6] Error code 1 1 error *** [all_subdir_libufs] Error code 2 cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/bootp.c -o bootp.o sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgcov.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 ===> gnu/lib/libdialog (install) sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libdialog.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libdialog_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libdialog.so.7 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libdialog.so.7 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libdialog.so ===> gnu/lib/libgomp (install) cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_schema.c -o ucl_schema.o sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgomp.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgomp_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libgomp.so.1 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libgomp.so.1 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libgomp.so ===> gnu/lib/libodialog (install) sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libodialog.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libodialog_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/bootp.c -o bootp.po sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libodialog.so.7 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libodialog.so.7 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libodialog.so ===> gnu/lib/libregex (install) sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgnuregex.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libgnuregex_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libgnuregex.so.5 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libgnuregex.so.5 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libgnuregex.so ===> gnu/lib/libregex/doc (install) ===> gnu/lib/libreadline (install) ===> gnu/lib/libreadline/history (install) sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libhistory.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libhistory_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/rarp.c -o rarp.o sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libhistory.so.8 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libhistory.so.8 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libhistory.so ===> gnu/lib/libreadline/history/doc (install) ===> gnu/lib/libreadline/readline (install) cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/rarp.c -o rarp.po sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libreadline.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libreadline_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libreadline.so.8 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libreadline.so.8 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libreadline.so ===> gnu/lib/libreadline/readline/doc (install) ===> gnu/lib/libssp (install) cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/bootparam.c -o bootparam.o sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libssp.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libssp_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libssp.so.0 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libssp.so.0 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libssp.so ===> gnu/lib/libssp/libssp_nonshared (install) sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libssp_nonshared.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 ===> gnu/lib/libstdc++ (install) cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_schema.c -o ucl_schema.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/bootparam.c -o bootparam.po sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libstdc++.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libstdc++_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libstdc++.so.6 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libstdc++.so.6 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libstdc++.so ===> gnu/lib/libsupc++ (install) cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ufs.c -o ufs.o sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libsupc++.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -C -o root -g wheel -m 444 libsupc++_p.a /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -s -o root -g wheel -m 444 libsupc++.so.1 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 sh /builds/FreeBSD_stable_9/tools/install.sh -l s libsupc++.so.1 /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32/libsupc++.so cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ufs.c -o ufs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/nfs.c -o nfs.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_schema.c -o ucl_schema.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/nfs.c -o nfs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/cd9660.c -o cd9660.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_util.c -o ucl_util.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/cd9660.c -o cd9660.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_util.c -o ucl_util.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/ucl_util.c -o ucl_util.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/tftp.c -o tftp.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/tftp.c -o tftp.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/xxhash.c -o xxhash.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/xxhash.c -o xxhash.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/gzipfs.c -o gzipfs.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fpic -DPIC -O2 -pipe -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/include -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src -I/builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/uthash -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libucl/../../contrib/libucl/src/xxhash.c -o xxhash.So cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/gzipfs.c -o gzipfs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/bzipfs.c -o bzipfs.o building static ucl library building profiled ucl library building shared library libucl.so.1 ranlib libucl.a cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/bzipfs.c -o bzipfs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-shared-textrel -o libucl.so.1 -Wl,-soname,libucl.so.1 `NM='' lorder ucl_emitter.So ucl_hash.So ucl_parser.So ucl_schema.So ucl_util.So xxhash.So | tsort -q` ranlib libucl_p.a cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/dosfs.c -o dosfs.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/dosfs.c -o dosfs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ext2fs.c -o ext2fs.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/ext2fs.c -o ext2fs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/splitfs.c -o splitfs.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c /builds/FreeBSD_stable_9/lib/libstand/splitfs.c -o splitfs.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _bzlib.c -o _bzlib.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _bzlib.c -o _bzlib.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _crctable.c -o _crctable.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _crctable.c -o _crctable.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _decompress.c -o _decompress.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _decompress.c -o _decompress.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _huffman.c -o _huffman.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _huffman.c -o _huffman.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _randtable.c -o _randtable.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _randtable.c -o _randtable.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _infback.c -o _infback.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _infback.c -o _infback.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _inffast.c -o _inffast.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _inffast.c -o _inffast.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _inflate.c -o _inflate.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _inflate.c -o _inflate.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _inftrees.c -o _inftrees.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _inftrees.c -o _inftrees.po cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _zutil.c -o _zutil.o cc -m32 -march=i686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/include/ -L/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -B/builds/FreeBSD_stable_9/obj/builds/FreeBSD_stable_9/lib32/usr/lib32 -pg -O2 -pipe -ffreestanding -Wformat -I/builds/FreeBSD_stable_9/lib/libstand -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_NO_COMPRESS -DHAVE_MEMCPY -I/builds/FreeBSD_stable_9/lib/libstand/../libz -std=gnu99 -mpreferred-stack-boundary=2 -Wno-pointer-sign -c _zutil.c -o _zutil.po building static stand library building profiled stand library ranlib libstand.a ranlib libstand_p.a 1 error *** [lib__L] Error code 2 1 error *** [libraries] Error code 2 1 error *** [build32] Error code 2 1 error *** [buildworld] Error code 2 1 error Build step 'Execute shell' marked build as failure Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Sat Mar 12 01:33:40 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 343BCACDE76 for ; Sat, 12 Mar 2016 01:33:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 28FFDB15; Sat, 12 Mar 2016 01:33:40 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 5B7B914B0; Sat, 12 Mar 2016 01:33:40 +0000 (UTC) Date: Sat, 12 Mar 2016 01:33:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jkim@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <204042183.33.1457746420079.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1674443396.15.1457702696864.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1674443396.15.1457702696864.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_9 - Build #1063 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_9 X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 01:33:40 -0000 FreeBSD_stable_9 - Build #1063 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/1063/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/1063/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_9/1063/console Change summaries: 296686 by jkim: Link ntp-keygen(8) with pthread. Note this is a direct commit to stable/9 because head and stable/10 were fixed differently with r280849 and r285612, respectively. From owner-freebsd-stable@freebsd.org Sat Mar 12 05:46:33 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0166ACD359 for ; Sat, 12 Mar 2016 05:46:33 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mta1.riverwillow.net.au (mta1.riverwillow.net.au [IPv6:2001:8000:1000:1801::3001]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mta1.riverwillow.net.au", Issuer "Riverwillow 2014 CA Root Certificate" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BDD25C60 for ; Sat, 12 Mar 2016 05:46:31 +0000 (UTC) (envelope-from john.marshall@riverwillow.com.au) Received: from mail1.riverwillow.net.au (mail1.riverwillow.net.au [IPv6:2001:8000:1000:1801:0:0:0:4001]) by mta1.riverwillow.net.au (8.15.2/8.15.2) with ESMTPS id u2C5kMu7027604 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sat, 12 Mar 2016 16:46:23 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riverwillow.com.au; s=mta1002; t=1457761583; bh=gpuy2Jv+yQx1VIdKEy5MBco0c5dMPnHOgxc/7Q0VkxI=; h=Date:From:To:Subject; b=qCX6BTk3/nvh3To5I5gDhn37G+/sX0Yx5g4pyZYDOEU88kqKIBwvbWdbMBZLALj6Y fJUhQdHVfqQZuL1u/l4hftVMcxke+M/ZFTEwPUu76NKWU/ISsSLgE59YRKjRIunmv5 2Ql4SFD0C+ukBj8mnFpXpLYjLGbmyRbHAltsN2j0= Received: from rwpc16.gfn.riverwillow.net.au (rwpc16.gfn.riverwillow.net.au [IPv6:2001:8000:1000:18e1:ae87:a3ff:fe04:b351]) (authenticated bits=56) by mail1.riverwillow.net.au (8.15.2/8.15.2) with ESMTPSA id u2C5kLnT027602 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sat, 12 Mar 2016 16:46:22 +1100 (AEDT) Date: Sat, 12 Mar 2016 16:46:18 +1100 From: John Marshall To: freebsd-stable@FreeBSD.org Subject: releng/10.3 rc netwait disabled by ipfw dependency Message-ID: <20160312054618.GA6373@rwpc16.gfn.riverwillow.net.au> Mail-Followup-To: freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xHFwDpU9dbj6ez1V" Content-Disposition: inline OpenPGP: id=A29A84A2; url=http://pki.riverwillow.com.au/pgp/johnmarshall.asc User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 05:46:33 -0000 --xHFwDpU9dbj6ez1V Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I recently upgraded a server from 10.2-RELEASE to 10.3-RC2. The server has ipfw configured and also has netwait enabled in rc.conf. All was good in 10.2-RELEASE. Now, rc pauses during netwait for the full ${netwait_timeout} failing to ping ${netwait_ip}, prints a WARNING about the network likely not being properly up, then proceeds to enable the firewall and start other components with varying degrees of success (now that the interfaces can pass packets and has started configuring itself - think IPv6 SLAAC). The netwait rc script used to "REQUIRE: NETWORKING", until r294680 when (among other things) this happened... # PROVIDE: netwait -# REQUIRE: NETWORKING +# REQUIRE: devd routing # KEYWORD: nojail Adding ipfw to the netwait REQUIRE list makes things work for me (see Bug 207916) but I am sure there is more that ought to be taken into account and perhaps the dependency ought to be resolved in a different way. --=20 John Marshall --xHFwDpU9dbj6ez1V Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlbjrSoACgkQw/tAaKKahKLKTwCggzgiGtkWUB+qqf63IHSUKhOG PVoAnieYUVBITTrJpK9QUw5NAy5oxB0R =qpoB -----END PGP SIGNATURE----- --xHFwDpU9dbj6ez1V--