From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 29 14:40:12 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CD79106564A for ; Sun, 29 Jan 2012 14:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 69C688FC13 for ; Sun, 29 Jan 2012 14:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0TEeC5Q035608 for ; Sun, 29 Jan 2012 14:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0TEeCwP035607; Sun, 29 Jan 2012 14:40:12 GMT (envelope-from gnats) Resent-Date: Sun, 29 Jan 2012 14:40:12 GMT Resent-Message-Id: <201201291440.q0TEeCwP035607@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Panyushkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1799106564A for ; Sun, 29 Jan 2012 14:36:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D4DB18FC08 for ; Sun, 29 Jan 2012 14:36:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q0TEaxS8055240 for ; Sun, 29 Jan 2012 14:36:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q0TEax34055239; Sun, 29 Jan 2012 14:36:59 GMT (envelope-from nobody) Message-Id: <201201291436.q0TEax34055239@red.freebsd.org> Date: Sun, 29 Jan 2012 14:36:59 GMT From: Alexander Panyushkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Sun, 29 Jan 2012 17:14:16 +0000 Cc: Subject: amd64/164602: word don`t build X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 14:40:12 -0000 >Number: 164602 >Category: amd64 >Synopsis: word don`t build >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 29 14:40:12 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Alexander Panyushkin >Release: FreeBSD 9.0-STABLE >Organization: Home >Environment: FreeBSD 9.0-STABLE #0: Sat Jan 28 14:03:03 EET 2012 root@local:/usr/obj/usr/src/sys/Kernel amd64 >Description: After update src files, world don`t build. ####################################################### /etc/make.conf: CPUTYPE?=nocona KERNCONF=Kernel MAKE_JOBS_NUMBER=2 BATCH_DELETE_OLD_FILES=yes # ---===== default build settings for base system =====--- .if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*} CFLAGS+= -D_FORTIFY_SOURCE=2 .if !defined(CPP) || ${CPP} == "cpp" CPP=clang-cpp .endif .if !defined(CC) || ${CC} == "cc" CC=clang .endif .if !defined(CXX) || ${CXX} == "c++" CXX=clang++ .endif .endif # NO_FSCHG= NO_WERROR= WERROR= # MAKE_SHELL?=sh # # optimizations WITH_SSE= yes WITH_3DNOW= yes WITH_MMX= yes WITH_THREADS= yes WITHOUT_PROFILE=yes WITHOUT_DEBUG= yes WITH_SYSTEM_ICU=yes PRINTERDEVICE= ps ####################################################### /etc/src.conf: WITHOUT_AMD=YES WITHOUT_ATM=YES WITHOUT_AUDIT=YES WITHOUT_AUTHPF=YES WITHOUT_BLUETOOTH=YES WITHOUT_BSNMP=YES WITHOUT_FREEBSD_UPDATE=YES WITHOUT_GAMES=YES WITHOUT_I4B=YES WITHOUT_IDEA=YES WITHOUT_INET6=YES WITHOUT_INET6_SUPPORT=YES WITHOUT_IPFILTER=YES WITHOUT_IPFW=YES WITHOUT_IPX=YES WITHOUT_KERBEROS=YES WITHOUT_LPR=yes WITHOUT_NCP=yes WITHOUT_NETGRAPH=YES WITHOUT_NIS=YES WITHOUT_PPP=yes WITHOUT_PROFILE=YES WITHOUT_RCMDS=YES WITHOUT_RCS=YES WITHOUT_WIRELESS=YES WITHOUT_WPA_SUPPLICANT_EAPOL=YES ####################################################### time make buildworld clang++ -O2 -pipe -D_FORTIFY_SOURCE=2 -I/usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm/include -I/usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm/tools/clang/include -I/usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm/tools/clang/utils/TableGen -I. -I/usr/src/usr.bin/clang/clang-tblgen/../../../contrib/llvm/../../lib/clang/include -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -DLLVM_HOSTTRIPLE=\"x86_64-unknown-freebsd9.0\" -I/usr/obj/usr/src/tmp/legacy/usr/include -static -L/usr/obj/usr/src/tmp/legacy/usr/lib -o clang-tblgen ClangASTNodesEmitter.o ClangAttrEmitter.o ClangDiagnosticsEmitter.o ClangSACheckersEmitter.o NeonEmitter.o OptParserEmitter.o TableGen.o /usr/obj/usr/src/tmp/usr/src/usr.bin/clang/clang-tblgen/../../../lib/clang/libllvmtablegen/libllvmtablegen.a /usr/obj/usr/src/tmp/usr/src/usr.bin/clang/clang-tblgen/../../../lib/clang/libllvmsupport/libllvmsupport.a -legacy sh /usr/src/tools/install.sh -s -o root -g wheel -m 555 clang-tblgen /usr/obj/usr/src/tmp/legacy/usr/bin ===> gnu/usr.bin/gperf (obj,depend,all,install) /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf created for /usr/src/gnu/usr.bin/gperf ===> gnu/usr.bin/gperf/doc (obj) /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf/doc created for /usr/src/gnu/usr.bin/gperf/doc make: don't know how to make iterator.cc. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. make buildworld 90.86s user 7.70s system 97% cpu 1:40.87 total >How-To-Repeat: update src cd /usr/src && make buildworld >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 29 17:49:32 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3889C1065670 for ; Sun, 29 Jan 2012 17:49:32 +0000 (UTC) (envelope-from tomdean@speakeasy.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id 082888FC0C for ; Sun, 29 Jan 2012 17:49:31 +0000 (UTC) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.50]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id E3EC4A70759 for ; Sun, 29 Jan 2012 12:49:29 -0500 (EST) Received: (qmail 30390 invoked from network); 29 Jan 2012 17:49:25 -0000 Received: by simscan 1.4.0 ppid: 5478, pid: 16430, t: 0.2368s scanners: clamav: 0.88.2/m:52/d:10739 spam: 3.0.4 Received: from unknown (HELO P9X79.tddhome) (tomdean@[24.113.112.30]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Jan 2012 17:49:24 -0000 Message-ID: <4F2586A7.7090301@speakeasy.org> Date: Sun, 29 Jan 2012 09:49:27 -0800 From: "Thomas D. Dean" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:9.0) Gecko/20120126 Thunderbird/9.0 MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <201201291436.q0TEax34055239@red.freebsd.org> In-Reply-To: <201201291436.q0TEax34055239@red.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail6.sea5 X-Spam-Level: X-Spam-Status: No, score=0.9 required=8.0 tests=FORGED_RCVD_HELO, RATWARE_GECKO_BUILD autolearn=disabled version=3.0.4 Subject: Re: amd64/164602: word don`t build X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 17:49:32 -0000 On 01/29/12 06:36, Alexander Panyushkin wrote: >> Number: 164602 > /usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf/doc created for /usr/src/gnu/usr.bin/gperf/doc > make: don't know how to make iterator.cc. Stop > *** Error code 2 > > Stop in /usr/src. > *** Error code 1 > This is the same problem I just had. The problem may have been in hub updating the cvsup mirrors. I fixed it by > rm -rf /usr/src > rm -rf /usr/obj/* > cvsup # I used cvsup4.FreeBSD.org > cd /usr/src > env -i make buildworld > env -i make kernel and the other steps listed in src/Makefile Tom Dean From owner-freebsd-amd64@FreeBSD.ORG Sun Jan 29 23:49:09 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95E6F1065670; Sun, 29 Jan 2012 23:49:09 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 825778FC19; Sun, 29 Jan 2012 23:49:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0TNn9nJ042006; Sun, 29 Jan 2012 23:49:09 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0TNn9gM042002; Sun, 29 Jan 2012 23:49:09 GMT (envelope-from gavin) Date: Sun, 29 Jan 2012 23:49:09 GMT Message-Id: <201201292349.q0TNn9gM042002@freefall.freebsd.org> To: vsityz@gmail.com, gavin@FreeBSD.org, freebsd-amd64@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: amd64/164602: world doesn't build X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2012 23:49:09 -0000 Old Synopsis: word don`t build New Synopsis: world doesn't build State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Sun Jan 29 23:43:28 UTC 2012 State-Changed-Why: Hi, Could you please try to determine which of the options on your src.conf and make.conf are responsible for this breakage? It would probably be best to comment everything outr from your make.conf and then test the build. If that still fails, try commenting out lines from your src.conf until you figure out which option (or set of options) are breakign the build for you. I'm afraid that with so many "non-standard" settings in both your make.conf and src.conf, you're going to have to try to establish the cause of this issue yourself - it is unlikely that anybody else has used the same options (and indeed, I've not seen anybody complain about similar breakage, either). Thanks, Gavin Responsible-Changed-From-To: freebsd-amd64->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Sun Jan 29 23:43:28 UTC 2012 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=164602 From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 04:30:12 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD3B1065670 for ; Mon, 30 Jan 2012 04:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19C0C8FC0A for ; Mon, 30 Jan 2012 04:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0U4UB36002497 for ; Mon, 30 Jan 2012 04:30:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0U4UBMO002492; Mon, 30 Jan 2012 04:30:11 GMT (envelope-from gnats) Date: Mon, 30 Jan 2012 04:30:11 GMT Message-Id: <201201300430.q0U4UBMO002492@freefall.freebsd.org> To: freebsd-amd64@FreeBSD.org From: Paul Lambert X-Mailman-Approved-At: Mon, 30 Jan 2012 04:55:30 +0000 Cc: Subject: Re: amd64/164288: package qt4-doc.4.7.4 tbz does not complete download X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Paul Lambert List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 04:30:12 -0000 The following reply was made to PR amd64/164288; it has been noted by GNATS. From: Paul Lambert To: bug-followup@FreeBSD.org, eb30750@gmail.com Cc: Subject: Re: amd64/164288: package qt4-doc.4.7.4 tbz does not complete download Date: Sun, 29 Jan 2012 23:22:29 -0500 --90e6ba6e8196d783a004b7b73101 Content-Type: text/plain; charset=ISO-8859-1 Though I initially believed that I was out of disk space when I first reported this download problem that was only a secondary issue. The package virtualbox-ose would download but not the qt4 package. I was, however, able to resolve this by downloading the qt4 package via ftp manually and the installing it from the local disk. pkg_add subsequently downloaded and installed the remaining dependent packages. qt4 is a sizable package and the download simply quits about 2/3 of the way through. This does not appear to be a package issue so I would suggest closing both this BR and 164195. --90e6ba6e8196d783a004b7b73101 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Though I initially believed that I was out of disk space when I first repor= ted this download problem that was only a secondary issue.=A0 The package v= irtualbox-ose would download but not the qt4 package.=A0 I was, however, ab= le to resolve this by downloading the qt4 package via ftp manually and the = installing it from the local disk.=A0 pkg_add subsequently downloaded and i= nstalled the remaining dependent packages.=A0 qt4 is a sizable package and = the download simply quits about 2/3 of the way through.=A0 This does not ap= pear to be a package issue so I would suggest closing both this BR and 1641= 95.
--90e6ba6e8196d783a004b7b73101-- From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 05:35:04 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AB74106566B; Mon, 30 Jan 2012 05:35:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy2.sentex.ca (freebsd-legacy2.sentex.ca [64.7.128.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1387C8FC12; Mon, 30 Jan 2012 05:35:03 +0000 (UTC) Received: from freebsd-legacy2.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5) with ESMTP id q0U5YnBo011509; Mon, 30 Jan 2012 05:34:49 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5/Submit) id q0U5YnEY011508; Mon, 30 Jan 2012 05:34:49 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 30 Jan 2012 05:34:49 GMT Message-Id: <201201300534.q0U5YnEY011508@freebsd-legacy2.sentex.ca> X-Authentication-Warning: freebsd-legacy2.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8_2 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 05:35:04 -0000 TB --- 2012-01-30 05:19:15 - tinderbox 2.8 running on freebsd-legacy2.sentex.ca TB --- 2012-01-30 05:19:15 - starting RELENG_8_2 tinderbox run for amd64/amd64 TB --- 2012-01-30 05:19:15 - mkdir /usr/home/tinderbox/RELENG_8_2 TB --- 2012-01-30 05:19:15 - mkdir /usr/home/tinderbox/RELENG_8_2/amd64 TB --- 2012-01-30 05:19:15 - mkdir /usr/home/tinderbox/RELENG_8_2/amd64/amd64 TB --- 2012-01-30 05:19:15 - cleaning the object tree TB --- 2012-01-30 05:19:15 - cvsupping the source tree TB --- 2012-01-30 05:19:15 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca -s /usr/home/tinderbox/RELENG_8_2/amd64/amd64/supfile TB --- 2012-01-30 05:22:46 - building world TB --- 2012-01-30 05:22:46 - CROSS_BUILD_TESTING=YES TB --- 2012-01-30 05:22:46 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-30 05:22:46 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-30 05:22:46 - SRCCONF=/dev/null TB --- 2012-01-30 05:22:46 - TARGET=amd64 TB --- 2012-01-30 05:22:46 - TARGET_ARCH=amd64 TB --- 2012-01-30 05:22:46 - TZ=UTC TB --- 2012-01-30 05:22:46 - __MAKE_CONF=/dev/null TB --- 2012-01-30 05:22:46 - cd /src TB --- 2012-01-30 05:22:46 - /usr/bin/make -B buildworld >>> World build started on Mon Jan 30 05:22:46 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -I. -I/obj/amd64/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector -c /src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_printw.c cc -O2 -pipe -I. -I/obj/amd64/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector -c /src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_redrawln.c cc -O2 -pipe -I. -I/obj/amd64/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector -c /src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_refresh.c cc -O2 -pipe -I. -I/obj/amd64/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector -c /src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_restart.c cc -O2 -pipe -I. -I/obj/amd64/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../ncurses -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/include -I/src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses -Wall -DNDEBUG -DHAVE_CONFIG_H -DFREEBSD_NATIVE -DTERMIOS -std=gnu99 -fstack-protector -c /src/lib/ncurses/ncurses/../../../contrib/ncurses/ncurses/base/lib_scanw.c lib_scanw.o: No space left on device {standard input}: Assembler messages: {standard input}:347: FATAL: Can't write lib_scanw.o: No space left on device *** Error code 1 Stop in /src/lib/ncurses/ncurses. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-30 05:34:49 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-30 05:34:49 - ERROR: failed to build world TB --- 2012-01-30 05:34:49 - 576.54 user 120.20 system 934.44 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_2-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 05:35:04 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67907106566C; Mon, 30 Jan 2012 05:35:04 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-legacy2.sentex.ca (freebsd-legacy2.sentex.ca [64.7.128.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1393D8FC13; Mon, 30 Jan 2012 05:35:03 +0000 (UTC) Received: from freebsd-legacy2.sentex.ca (localhost [127.0.0.1]) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5) with ESMTP id q0U5Yohm011522; Mon, 30 Jan 2012 05:34:50 GMT (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-legacy2.sentex.ca (8.14.5/8.14.5/Submit) id q0U5YoTS011521; Mon, 30 Jan 2012 05:34:50 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 30 Jan 2012 05:34:50 GMT Message-Id: <201201300534.q0U5YoTS011521@freebsd-legacy2.sentex.ca> X-Authentication-Warning: freebsd-legacy2.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [releng_8_1 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 05:35:04 -0000 TB --- 2012-01-30 04:00:47 - tinderbox 2.8 running on freebsd-legacy2.sentex.ca TB --- 2012-01-30 04:00:47 - starting RELENG_8_1 tinderbox run for amd64/amd64 TB --- 2012-01-30 04:00:47 - mkdir /usr/home/tinderbox/RELENG_8_1 TB --- 2012-01-30 04:00:47 - mkdir /usr/home/tinderbox/RELENG_8_1/amd64 TB --- 2012-01-30 04:00:47 - mkdir /usr/home/tinderbox/RELENG_8_1/amd64/amd64 TB --- 2012-01-30 04:00:47 - cleaning the object tree TB --- 2012-01-30 04:00:47 - cvsupping the source tree TB --- 2012-01-30 04:00:47 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca -s /usr/home/tinderbox/RELENG_8_1/amd64/amd64/supfile TB --- 2012-01-30 04:24:16 - building world TB --- 2012-01-30 04:24:16 - CROSS_BUILD_TESTING=YES TB --- 2012-01-30 04:24:16 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-30 04:24:16 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-30 04:24:16 - SRCCONF=/dev/null TB --- 2012-01-30 04:24:16 - TARGET=amd64 TB --- 2012-01-30 04:24:16 - TARGET_ARCH=amd64 TB --- 2012-01-30 04:24:16 - TZ=UTC TB --- 2012-01-30 04:24:16 - __MAKE_CONF=/dev/null TB --- 2012-01-30 04:24:16 - cd /src TB --- 2012-01-30 04:24:16 - /usr/bin/make -B buildworld >>> World build started on Mon Jan 30 04:24:16 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Mon Jan 30 05:30:34 UTC 2012 TB --- 2012-01-30 05:30:34 - generating LINT kernel config TB --- 2012-01-30 05:30:34 - cd /src/sys/amd64/conf TB --- 2012-01-30 05:30:34 - /usr/bin/make -B LINT TB --- 2012-01-30 05:30:34 - cd /src/sys/amd64/conf TB --- 2012-01-30 05:30:34 - /usr/sbin/config -m LINT TB --- 2012-01-30 05:30:34 - building LINT kernel TB --- 2012-01-30 05:30:34 - CROSS_BUILD_TESTING=YES TB --- 2012-01-30 05:30:34 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-30 05:30:34 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-30 05:30:34 - SRCCONF=/dev/null TB --- 2012-01-30 05:30:34 - TARGET=amd64 TB --- 2012-01-30 05:30:34 - TARGET_ARCH=amd64 TB --- 2012-01-30 05:30:34 - TZ=UTC TB --- 2012-01-30 05:30:34 - __MAKE_CONF=/dev/null TB --- 2012-01-30 05:30:34 - cd /src TB --- 2012-01-30 05:30:34 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Jan 30 05:30:34 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ed/if_ed_rtl80x9.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ed/if_ed_pccard.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ed/if_ed_pci.c awk -f /src/sys/tools/makeobjops.awk /src/sys/dev/eisa/eisa_if.m -c ; cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue eisa_if.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/e1000/if_em.c -I/src/sys/dev/e1000 if_em.o: No space left on device {standard input}: Assembler messages: {standard input}:13043: FATAL: Can't write if_em.o: No space left on device *** Error code 1 Stop in /obj/amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-30 05:34:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-30 05:34:50 - ERROR: failed to build LINT kernel TB --- 2012-01-30 05:34:50 - 3282.55 user 688.05 system 5642.31 real http://tinderbox.freebsd.org/tinderbox-releng_8-RELENG_8_1-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 07:18:43 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B20121065673; Mon, 30 Jan 2012 07:18:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8833C8FC17; Mon, 30 Jan 2012 07:18:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0U7IhPK063833; Mon, 30 Jan 2012 07:18:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0U7IhfG063829; Mon, 30 Jan 2012 07:18:43 GMT (envelope-from linimon) Date: Mon, 30 Jan 2012 07:18:43 GMT Message-Id: <201201300718.q0U7IhfG063829@freefall.freebsd.org> To: eb30750@gmail.com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: amd64/164195: virtualbox-ose package will not complete download X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 07:18:43 -0000 Synopsis: virtualbox-ose package will not complete download State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jan 30 07:18:32 UTC 2012 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=164195 From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 07:19:01 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B146106566B; Mon, 30 Jan 2012 07:19:01 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 618758FC1C; Mon, 30 Jan 2012 07:19:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0U7J1qd063911; Mon, 30 Jan 2012 07:19:01 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0U7J180063907; Mon, 30 Jan 2012 07:19:01 GMT (envelope-from linimon) Date: Mon, 30 Jan 2012 07:19:01 GMT Message-Id: <201201300719.q0U7J180063907@freefall.freebsd.org> To: eb30750@gmail.com, linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: amd64/164288: package qt4-doc.4.7.4 tbz does not complete download X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 07:19:01 -0000 Synopsis: package qt4-doc.4.7.4 tbz does not complete download State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Jan 30 07:18:54 UTC 2012 State-Changed-Why: Closed at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=164288 From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 11:07:26 2012 Return-Path: Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E3C5106564A for ; Mon, 30 Jan 2012 11:07:26 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 39FA68FC1E for ; Mon, 30 Jan 2012 11:07:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0UB7QPr005325 for ; Mon, 30 Jan 2012 11:07:26 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0UB7Ps3005323 for freebsd-amd64@FreeBSD.org; Mon, 30 Jan 2012 11:07:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 30 Jan 2012 11:07:25 GMT Message-Id: <201201301107.q0UB7Ps3005323@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-amd64@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-amd64@FreeBSD.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 11:07:26 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o amd64/164619 amd64 when logged in as root the user and group applications o amd64/164457 amd64 [install] Can't install FreeBSD 9.0 (amd64) on HP Blad o amd64/164301 amd64 [install] 9.0 - Can't install, no DHCP lease o amd64/164136 amd64 after fresh install 8.1 release or 8.2 release the har o amd64/164116 amd64 [boot] FreeBSD 9.0-RELEASE installations mediums fails o amd64/164089 amd64 FreeBSD-9.0-RELEASE-amd64-memstick.img does not boot o amd64/164073 amd64 /etc/rc warning after booting o amd64/164036 amd64 [keyboard] Moused fails on 9_0_RELENG o amd64/163736 amd64 Freebsd 8.2 with MPD5 and about 100 PPPoE clients pani o amd64/163710 amd64 setjump in userboot.so causes stack corruption o amd64/163625 amd64 Install problems of RC3 amd64 on ASRock N68 GE3 UCC o amd64/163568 amd64 hard drive naming o amd64/163285 amd64 when installing gnome2-lite not all dependent packages o amd64/163284 amd64 print manager failed to install correctly o amd64/163114 amd64 no boot on Via Nanao netbook Samsung NC20 o amd64/163092 amd64 FreeBSD 9.0-RC2 fails to boot from raid-z2 if AHCI is o amd64/163048 amd64 normal user cant mount ntfs-3g o amd64/162936 amd64 fails boot and destabilizes other OSes on FreeBSD 9 RC o amd64/162489 amd64 After some time X blanks the screen and does not respo o amd64/162314 amd64 not able to install FreeBSD-8.2-RELEASE-amd64-dvd1 as o amd64/162219 amd64 [REGRESSION] In KDE 4.7.2 cant enable OpenGL,in 4.6.5 o amd64/162170 amd64 Unable to install due to freeze at "run_interrupt_driv o amd64/161974 amd64 FreeBSD 9 new installer installs succesful, renders ma o kern/160833 amd64 Keyboard USB doesn't work o amd64/157386 amd64 [powerd] Enabling powerd(8) with default settings on I o amd64/156106 amd64 [boot] boot0 fails to start o amd64/155135 amd64 [boot] Does Not Boot On a Very Standard Hardware o amd64/154957 amd64 [boot] Install boot CD won't boot up - keeps rebooting o amd64/154629 amd64 [panic] Fatal trap 9: general protection fault while i o amd64/153935 amd64 [hang] system hangs while trying to do 'shutdown -h no o amd64/153831 amd64 [boot] CD bootloader won't on Tyan s2912G2nr o amd64/153496 amd64 [hyper-v] [install] Install on Hyper-V leaves corrupt o amd64/153372 amd64 [panic] kernel panic o amd64/153175 amd64 [amd64] Kernel Panic on only FreeBSD 8 amd64 o amd64/152874 amd64 [install] 8.1 install fails where 7.3 works due to lac o amd64/152430 amd64 [boot] HP ProLiant Microserver n36l cannot boot into i o amd64/145991 amd64 [NOTES] [patch] Add a requires line to /sys/amd64/conf o amd64/144405 amd64 [build] [patch] include /usr/obj/lib32 in cleanworld t s amd64/143173 amd64 [ata] Promise FastTrack TX4 + SATA DVD, installer can' p amd64/141413 amd64 [hang] Tyan 2881 m3289 SMDC freeze o amd64/137942 amd64 [pci] 8.0-BETA2 having problems with Asus M2N-SLI-delu o amd64/127640 amd64 [amd64] gcc(1) will not build shared libraries with -f o amd64/115194 amd64 LCD screen remains blank after Dell XPS M1210 lid is c 43 problems total. From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 30 22:20:02 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6034106564A; Mon, 30 Jan 2012 22:20:02 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id A20CE8FC08; Mon, 30 Jan 2012 22:20:01 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q0UMK0Ul083411; Mon, 30 Jan 2012 17:20:00 -0500 (EST) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q0UMK0Hf083410; Mon, 30 Jan 2012 22:20:00 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 30 Jan 2012 22:20:00 GMT Message-Id: <201201302220.q0UMK0Hf083410@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2012 22:20:03 -0000 TB --- 2012-01-30 19:30:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2012-01-30 19:30:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2012-01-30 19:30:00 - cleaning the object tree TB --- 2012-01-30 19:30:49 - cvsupping the source tree TB --- 2012-01-30 19:30:49 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/amd64/amd64/supfile TB --- 2012-01-30 19:36:14 - building world TB --- 2012-01-30 19:36:14 - CROSS_BUILD_TESTING=YES TB --- 2012-01-30 19:36:14 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-30 19:36:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-30 19:36:14 - SRCCONF=/dev/null TB --- 2012-01-30 19:36:14 - TARGET=amd64 TB --- 2012-01-30 19:36:14 - TARGET_ARCH=amd64 TB --- 2012-01-30 19:36:14 - TZ=UTC TB --- 2012-01-30 19:36:14 - __MAKE_CONF=/dev/null TB --- 2012-01-30 19:36:14 - cd /src TB --- 2012-01-30 19:36:14 - /usr/bin/make -B buildworld >>> World build started on Mon Jan 30 19:36:14 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> stage 5.1: building 32 bit shim libraries >>> World build completed on Mon Jan 30 22:11:57 UTC 2012 TB --- 2012-01-30 22:11:57 - generating LINT kernel config TB --- 2012-01-30 22:11:57 - cd /src/sys/amd64/conf TB --- 2012-01-30 22:11:57 - /usr/bin/make -B LINT TB --- 2012-01-30 22:11:57 - cd /src/sys/amd64/conf TB --- 2012-01-30 22:11:57 - /usr/sbin/config -m LINT TB --- 2012-01-30 22:11:57 - building LINT kernel TB --- 2012-01-30 22:11:57 - CROSS_BUILD_TESTING=YES TB --- 2012-01-30 22:11:57 - MAKEOBJDIRPREFIX=/obj TB --- 2012-01-30 22:11:57 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-01-30 22:11:57 - SRCCONF=/dev/null TB --- 2012-01-30 22:11:57 - TARGET=amd64 TB --- 2012-01-30 22:11:57 - TARGET_ARCH=amd64 TB --- 2012-01-30 22:11:57 - TZ=UTC TB --- 2012-01-30 22:11:57 - __MAKE_CONF=/dev/null TB --- 2012-01-30 22:11:57 - cd /src TB --- 2012-01-30 22:11:57 - /usr/bin/make -B buildkernel KERNCONF=LINT >>> Kernel build for LINT started on Mon Jan 30 22:11:57 UTC 2012 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ixgb/ixgb_hw.c cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -DGPROF -falign-functions=16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-frame-pointer -mno-sse -mcmodel=kernel -mno-red-zone -mno-mmx -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /src/sys/dev/ixgbe/ixgbe.c -I/src/sys/dev/ixgbe In file included from /src/sys/dev/ixgbe/ixgbe_type.h:38, from /src/sys/dev/ixgbe/ixgbe_api.h:38, from /src/sys/dev/ixgbe/ixgbe.h:96, from /src/sys/dev/ixgbe/ixgbe.c:40: /src/sys/dev/ixgbe/ixgbe_osdep.h:109: error: conflicting types for 'bool' /src/sys/sys/types.h:271: error: previous declaration of 'bool' was here *** Error code 1 Stop in /obj/amd64.amd64/src/sys/LINT. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-01-30 22:20:00 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-01-30 22:20:00 - ERROR: failed to build LINT kernel TB --- 2012-01-30 22:20:00 - 7893.79 user 1277.53 system 10200.29 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-amd64-amd64.full From owner-freebsd-amd64@FreeBSD.ORG Wed Feb 1 14:40:09 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A6AA106564A for ; Wed, 1 Feb 2012 14:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6604B8FC15 for ; Wed, 1 Feb 2012 14:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q11Ee9kS031976 for ; Wed, 1 Feb 2012 14:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q11Ee90F031975; Wed, 1 Feb 2012 14:40:09 GMT (envelope-from gnats) Resent-Date: Wed, 1 Feb 2012 14:40:09 GMT Resent-Message-Id: <201202011440.q11Ee90F031975@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Torsten Zühlsdorff Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9000F106564A for ; Wed, 1 Feb 2012 14:33:44 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7E5448FC0A for ; Wed, 1 Feb 2012 14:33:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q11EXiKH040065 for ; Wed, 1 Feb 2012 14:33:44 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q11EXhw8040043; Wed, 1 Feb 2012 14:33:43 GMT (envelope-from nobody) Message-Id: <201202011433.q11EXhw8040043@red.freebsd.org> Date: Wed, 1 Feb 2012 14:33:43 GMT From: Torsten Zühlsdorff To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Wed, 01 Feb 2012 14:53:13 +0000 Cc: Subject: amd64/164691: compiling database/proftpd-mod_sql_postgres do not add backend to Proftpd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 14:40:09 -0000 >Number: 164691 >Category: amd64 >Synopsis: compiling database/proftpd-mod_sql_postgres do not add backend to Proftpd >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 01 14:40:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Torsten Zühlsdorff >Release: 8.2-RELEASE >Organization: >Environment: FreeBSD 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:45:57 UTC 2011 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: After building Proftpd 1.3.4a (maint) with an SQL-Backend, the backend is not registered in Proftpd. Both, database/proftpd-mod_sql_postgres and database/proftpd-mod_sql_mysql, are not working. Example of Proftp output after building proftpd and the proftpd-mod_sql_postgres and database/proftpd-mod_sql_mysql port: Built With: configure '--localstatedir=/var/run' '--libexecdir=/usr/local/libexec/proftpd' '--with-pkgconfig=libdata/pkgconfig' '--sysconfdir=/usr/local/etc' '--enable-dso' '--disable-sendfile' '--enable-ipv6' '--enable-nls' '--enable-pcre' '--enable-ctrls' '--disable-memcache' '--with-shared=mod_ratio:mod_readme:mod_rewrite:mod_copy:mod_deflate:mod_ifsession:mod_ifversion:mod_radius:mod_quotatab_file:mod_quotatab_sql:mod_quotatab:mod_sftp:mod_sql:mod_tls:mod_wrap2' '--with-includes=:/usr/local/include:/usr/local/include:/include' '--with-libraries=:/usr/local/lib:/usr/local/lib:/usr/local/lib' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd8.2' 'build_alias=amd64-portbld-freebsd8.2' 'CC=cc' 'CFLAGS=-O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing' 'LDFLAGS= -rpath=/usr/lib:/usr/local/lib' 'LIBS=-lintl -L/usr/local/lib -lssl -lcrypto -L/usr/lib' 'CPPFLAGS=' 'CPP=cpp' CFLAGS: -O2 -pipe -DHAVE_OPENSSL -I/usr/include -fno-strict-aliasing -Wall LDFLAGS: -L$(top_srcdir)/lib -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -L/usr/local/lib -L/usr/local/lib LIBS: -lintl -lpcreposix -lpcre -lssl -lcrypto -lpam -lsupp -lcrypt -lintl -L/usr/local/lib -lssl -lcrypto -L/usr/lib -liconv -lutil As you can see there is no hint for mysql or postgres to be compiled. In a correct build the LIBS path for example would look like: LIBS: -lintl -lssl -lcrypto -lm -lmysqlclient -lpam -lz -lsupp -lcrypt -lintl -L/usr/local/lib -lssl -lcrypto -L/usr/lib -liconv -lutil Please notice "-lmysqlclient" as it is build with mysql-backend. Correct output taken from 1.3.3g (maint). >How-To-Repeat: # cd /usr/ports/databases/proftpd-mod_sql_postgres/ # make install # proftpd -V [examine the output] >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Feb 1 21:20:16 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EE981065798 for ; Wed, 1 Feb 2012 21:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F33FC8FC1A for ; Wed, 1 Feb 2012 21:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q11LKEm0098079 for ; Wed, 1 Feb 2012 21:20:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q11LKEK0098078; Wed, 1 Feb 2012 21:20:14 GMT (envelope-from gnats) Resent-Date: Wed, 1 Feb 2012 21:20:14 GMT Resent-Message-Id: <201202012120.q11LKEK0098078@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Lambert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20D5B106564A for ; Wed, 1 Feb 2012 21:13:43 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0F4C28FC16 for ; Wed, 1 Feb 2012 21:13:43 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q11LDgSr093248 for ; Wed, 1 Feb 2012 21:13:42 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q11LDg2K093240; Wed, 1 Feb 2012 21:13:42 GMT (envelope-from nobody) Message-Id: <201202012113.q11LDg2K093240@red.freebsd.org> Date: Wed, 1 Feb 2012 21:13:42 GMT From: Paul Lambert To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Wed, 01 Feb 2012 21:46:08 +0000 Cc: Subject: amd64/164695: swfdec-plugin for firefox does not display the Flash correctly for the listed website X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 21:20:16 -0000 >Number: 164695 >Category: amd64 >Synopsis: swfdec-plugin for firefox does not display the Flash correctly for the listed website >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 01 21:20:14 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Paul Lambert >Release: 9.0 >Organization: BRSINC >Environment: BRSINC-BSDHST# uname -a FreeBSD BRSINC-BSDHST.local 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The Flash box in the upper right side of this webpage is garbled. http://www.usatoday.com/money/index?refresh=1 >How-To-Repeat: use browser to display listed webpage link >Fix: Most likely one of these packages BRSINC-BSDHST# pkg_info | grep swfdec swfdec-0.8.4_3 Flash Rendering Library swfdec-gnome-2.30.1 Gtk flash player and thumbnailer swfdec-plugin-0.8.2_3 Flash rendering plugin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Wed Feb 1 23:29:15 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B24611065677; Wed, 1 Feb 2012 23:29:15 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 87B758FC1A; Wed, 1 Feb 2012 23:29:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q11NTFND016028; Wed, 1 Feb 2012 23:29:15 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q11NTFGr016024; Wed, 1 Feb 2012 23:29:15 GMT (envelope-from linimon) Date: Wed, 1 Feb 2012 23:29:15 GMT Message-Id: <201202012329.q11NTFGr016024@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164691: compiling databases/proftpd-mod_sql_postgres do not add backend to Proftpd X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 23:29:15 -0000 Old Synopsis: compiling database/proftpd-mod_sql_postgres do not add backend to Proftpd New Synopsis: compiling databases/proftpd-mod_sql_postgres do not add backend to Proftpd Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 1 23:28:57 UTC 2012 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=164691 From owner-freebsd-amd64@FreeBSD.ORG Wed Feb 1 23:59:00 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74AAD1065672; Wed, 1 Feb 2012 23:59:00 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A1008FC13; Wed, 1 Feb 2012 23:59:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q11Nx0vO043747; Wed, 1 Feb 2012 23:59:00 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q11Nx0eL043743; Wed, 1 Feb 2012 23:59:00 GMT (envelope-from linimon) Date: Wed, 1 Feb 2012 23:59:00 GMT Message-Id: <201202012359.q11Nx0eL043743@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/164695: www/swfdec-plugin for firefox does not display the Flash correctly for the listed website X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 23:59:00 -0000 Old Synopsis: swfdec-plugin for firefox does not display the Flash correctly for the listed website New Synopsis: www/swfdec-plugin for firefox does not display the Flash correctly for the listed website Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 1 23:58:38 UTC 2012 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=164695 From owner-freebsd-amd64@FreeBSD.ORG Thu Feb 2 10:30:13 2012 Return-Path: Delivered-To: freebsd-amd64@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5EAB1065673 for ; Thu, 2 Feb 2012 10:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8CEB8FC12 for ; Thu, 2 Feb 2012 10:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q12AU91B058980 for ; Thu, 2 Feb 2012 10:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q12AU90B058979; Thu, 2 Feb 2012 10:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 2 Feb 2012 10:30:09 GMT Resent-Message-Id: <201202021030.q12AU90B058979@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-amd64@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anders Larson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 177FF1065675 for ; Thu, 2 Feb 2012 10:27:38 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id ECBB48FC21 for ; Thu, 2 Feb 2012 10:27:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q12ARbNJ082857 for ; Thu, 2 Feb 2012 10:27:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q12ARbkb082856; Thu, 2 Feb 2012 10:27:37 GMT (envelope-from nobody) Message-Id: <201202021027.q12ARbkb082856@red.freebsd.org> Date: Thu, 2 Feb 2012 10:27:37 GMT From: Anders Larson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 X-Mailman-Approved-At: Thu, 02 Feb 2012 12:21:52 +0000 Cc: Subject: amd64/164707: FreeBSD 9 installer does not work with IBM uefi X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 10:30:13 -0000 >Number: 164707 >Category: amd64 >Synopsis: FreeBSD 9 installer does not work with IBM uefi >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-amd64 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 02 10:30:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Anders Larson >Release: FreeBSD 9 Release amd64 >Organization: Exait >Environment: FreeBSD ext.labb.exait.se 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The FreeBSD 9 installer works until reboot of the server, then it can not boot from the newly installed FreeBSD boot. "HardDisk 0 boot failure". Firmware on the server is: UEFI D6E153A 06/30/2011 Im using the new FreeBSD installer with the bootonly cd-iso. The drive volume is from a LSI sas controller with "clean" disk. mpt0: port 0x1000-0x10ff mem 0x97910000-0x97913fff,0x97900000-0x9790ffff irq 16 at device 0.0 on pci1 mpt0: MPI Version=1.5.20.0 mpt0: Capabilities: ( RAID-0 RAID-1E RAID-1 ) mpt0: 1 Active Volume (2 Max) mpt0: 2 Hidden Drive Members (14 Max) It used to run a FreeBSD 8.1 but during testing i recreated the volume and destroyed all data on it. The partitioning is created with this scheme: 64kb freebsd-boot 2Gb / 4Gb /tmp 20Gb /var 45Gb /usr 8Gb swap Im not sure what IBM is doing, the nexenta/opensolaris has seen problems with uefi also. http://www.nexentastor.org/boards/1/topics/2577#message-3743 Im not sure if those boot problems is related but since uEFI 1.11 and newer there is problems with boot. Oracle Solaris has the same problem up to Solaris 11 release (where they fixed something) I got this possible workaround regarding solaris from IBM support recently: ###### To install, you'll need to boot under kmdb (in GRUB, select the line you want to boot, hit 'e' to edit, use arrow keys to select the "kernel" boot line, hit 'e' again, then type ' -kd', ENTER, then 'b' to boot). The machine will boot into KMDB. At the prompt, type: ¬0|> x86gentopo_legacy/W1 ¬0|> :c After installation, you can add: set x86gentopo_legacy = 1 to /etc/system on the new machine to permanently use the workaround. This concern the SMBIOS enumeration : new kernel tunable variable "x86gentopo_legacy". When set to one (1) the platform will revert to legacy enumeration via the XML i86pc-legacy-hc-topology.xml map file. Issue affects Solaris 10 8/11, but not Solaris 10 10/09, Solaris 10 9/10 or Solaris 11. Seems it's an OS defect, not actually an uEFI defect ###### Maybe it helps in finding what happens during IBM uefi boot? >How-To-Repeat: Run the FreeBSD 9 cd-iso reboot and watch the boot error. >Fix: Workaround: Go into BIOS. In Start Options -> Add Bootoption Add "Legacy Only" Then exit and adjust the boot order: Make sure the "Legacy Only" is above the "HardDisk 0". IT is just an label telling uefi to handle things differently! Then you will be able to boot the system. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-amd64@FreeBSD.ORG Fri Feb 3 14:29:31 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6DB1065670; Fri, 3 Feb 2012 14:29:31 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8858FC22; Fri, 3 Feb 2012 14:29:30 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id EEB6D69A1; Fri, 3 Feb 2012 14:12:23 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id DE8E588BC; Fri, 3 Feb 2012 15:12:23 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: FreeBSD Tinderbox References: <201201300534.q0U5YoTS011521@freebsd-legacy2.sentex.ca> Date: Fri, 03 Feb 2012 15:12:23 +0100 In-Reply-To: <201201300534.q0U5YoTS011521@freebsd-legacy2.sentex.ca> (FreeBSD Tinderbox's message of "Mon, 30 Jan 2012 05:34:50 GMT") Message-ID: <86sjisj9a0.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: amd64@freebsd.org, stable@freebsd.org Subject: Re: [releng_8_1 tinderbox] failure on amd64/amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2012 14:29:31 -0000 FreeBSD Tinderbox writes: > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=3Dc99 -Wal= l -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fforma= t-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -D= HAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit= =3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D10= 00 -DGPROF -falign-functions=3D16 -DGPROF4 -DGUPROF -fno-builtin -fno-omit-= frame-pointer -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-sse -mno= -sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-= tables -ffreestanding -fstack-protector -Werror -pg -mprofiler-epilogue /sr= c/sys/dev/e1000/if_em.c -I/src/sys/dev/e1000 > if_em.o: No space left on device > {standard input}: Assembler messages: > {standard input}:13043: FATAL: Can't write if_em.o: No space left on devi= ce > *** Error code 1 Fixed, sorry for the noise. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 12:49:58 2012 Return-Path: Delivered-To: amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35EB9106564A for ; Sat, 4 Feb 2012 12:49:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 99D908FC12 for ; Sat, 4 Feb 2012 12:49:57 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q14CnrGH006655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Feb 2012 14:49:53 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q14CnqVW044463; Sat, 4 Feb 2012 14:49:52 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q14CnquY044462; Sat, 4 Feb 2012 14:49:52 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 4 Feb 2012 14:49:52 +0200 From: Konstantin Belousov To: Mario Fleischmann Message-ID: <20120204124952.GK3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="IB2Qao3B4XdnqHmg" Content-Disposition: inline In-Reply-To: <4F2CFFC3.30909@gurgelmail.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 12:49:58 -0000 --IB2Qao3B4XdnqHmg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2012 at 10:52:03AM +0100, Mario Fleischmann wrote: > Hi Konstantin, > I hope you don't mind me writing to you directly, but I'm having a hard= =20 > time finding information on Google. You would get much higher chances of getting response if you post on the public list Cc:ing corresponding developer. Since the question seemingly not contain any sensitive information, and discussion may be useful to the wider audience, I added appropriate ml to Cc:. >=20 > I'm currently in the market for a new system, and I need AES-NI=20 > acceleration with FreeBSD 9.0. I'd like to buy an AMD-FX 4100 CPU, which= =20 > supports the AES-NI instruction set. Do you have a reference to the CPU datasheet or programming manual ? >=20 > What I'd like to know is: Does the aesni driver in FreeBSD also support= =20 > AMD CPUs? The man page explicitly states the driver is for Intel CPUs,=20 > but since the AES-NI instruction set is licensed by AMD, I think it=20 > should also work with those CPUs? The aesni(4) driver attaches on any CPU that reports AESNI support through the CPUID instruction. If amd implemented bit-to-bit compatible AESNI instruction set and report the capability in CPUID, driver shall just work. I never saw any bulldozer live, so this is the most I can answer to you. >=20 >=20 > A reply would be greatly appreciated, >=20 > Best Regards, > Mario --IB2Qao3B4XdnqHmg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8tKXAACgkQC3+MBN1Mb4jCbwCgopaSOFCWRkGGRiDSpUJMsLuS Y9QAoOA3PBKdMncjpHyhkwKSuWAR5Xpk =x/9W -----END PGP SIGNATURE----- --IB2Qao3B4XdnqHmg-- From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 13:36:55 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68946106566C for ; Sat, 4 Feb 2012 13:36:55 +0000 (UTC) (envelope-from andrej@antiszoc.hu) Received: from mail.deployis.eu (mail.deployis.eu [217.20.135.253]) by mx1.freebsd.org (Postfix) with ESMTP id DCA358FC18 for ; Sat, 4 Feb 2012 13:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=antiszoc.hu; s=default; h=Message-ID:References:In-Reply-To:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=S/E9QkXj+0wFmp6gFuYPd7VZyDIqej04QnGIeD+/xDc=; b=blw0gzZXkzNwA73GK6XCgQV5ekiL7WRbvy1lH7vlsEbw4Vjy0rBlo5STmIE4IUbO3OEfVmd/f56PeeD8kWPz7QOI6t5fF6f+14cIAcCgyzVIqLWB9FOrvRBz2vuQ84j8; Authentication-Results: mail.deployis.eu dkim=none Received: from localhost ([127.0.0.1]:40464 helo=mail.deployis.eu) by mail.deployis.eu with esmtp (Exim 4.71 #1 (Debian)) id 1RtfNp-0006Hm-N8 from for ; Sat, 04 Feb 2012 14:10:37 +0100 Received: from pool-232-162.ippark.hu ([31.223.232.162]) by mail.deployis.eu with HTTP (HTTP/1.1 POST); Sat, 04 Feb 2012 14:10:25 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 04 Feb 2012 14:10:25 +0100 From: =?UTF-8?Q?G=C3=B3t_Andr=C3=A1s?= To: In-Reply-To: <20120204124952.GK3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> Message-ID: <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> X-Sender: andrej@antiszoc.hu User-Agent: RoundCube Webmail/0.2.1 X-Mail-Status-postahivatal: trustedmail (from 127.0.0.1) X-Spam-Score-postahivatal: -43 Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 13:36:55 -0000 Hi, This is from a Linux machine: processor : 15 vendor_id : AuthenticAMD cpu family : 21 model : 1 model name : AMD Opteron(tm) Processor 4280 stepping : 2 microcode : 0x6000624 cpu MHz : 2800.277 cache size : 2048 KB physical id : 1 siblings : 8 core id : 7 cpu cores : 4 apicid : 39 initial apicid : 23 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr topoext perfctr_core arat cpb npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold AFAIK Bulldozer only has AVX, but unfortunately not AESNI. Andras On Sat, 4 Feb 2012 14:49:52 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 10:52:03AM +0100, Mario Fleischmann wrote: >> Hi Konstantin, >> I hope you don't mind me writing to you directly, but I'm having a >> hard >> time finding information on Google. > You would get much higher chances of getting response if you post on > the > public list Cc:ing corresponding developer. Since the question > seemingly > not contain any sensitive information, and discussion may be useful > to > the wider audience, I added appropriate ml to Cc:. > >> >> I'm currently in the market for a new system, and I need AES-NI >> acceleration with FreeBSD 9.0. I'd like to buy an AMD-FX 4100 CPU, >> which >> supports the AES-NI instruction set. > Do you have a reference to the CPU datasheet or programming manual ? > >> >> What I'd like to know is: Does the aesni driver in FreeBSD also >> support >> AMD CPUs? The man page explicitly states the driver is for Intel >> CPUs, >> but since the AES-NI instruction set is licensed by AMD, I think it >> should also work with those CPUs? > The aesni(4) driver attaches on any CPU that reports AESNI support > through > the CPUID instruction. If amd implemented bit-to-bit compatible AESNI > instruction set and report the capability in CPUID, driver shall just > work. > > I never saw any bulldozer live, so this is the most I can answer to > you. > >> >> >> A reply would be greatly appreciated, >> >> Best Regards, >> Mario From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 13:45:24 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A719E1065674 for ; Sat, 4 Feb 2012 13:45:24 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id F38FD8FC19 for ; Sat, 4 Feb 2012 13:45:23 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q14DjHMt010270 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Feb 2012 15:45:17 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q14DjH1p044747; Sat, 4 Feb 2012 15:45:17 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q14DjHTM044746; Sat, 4 Feb 2012 15:45:17 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 4 Feb 2012 15:45:17 +0200 From: Konstantin Belousov To: G??t Andr??s Message-ID: <20120204134517.GN3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S4drRqups3dkeHIl" Content-Disposition: inline In-Reply-To: <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 13:45:24 -0000 --S4drRqups3dkeHIl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2012 at 02:10:25PM +0100, G??t Andr??s wrote: > Hi, >=20 > This is from a Linux machine: >=20 > processor : 15 > vendor_id : AuthenticAMD > cpu family : 21 > model : 1 > model name : AMD Opteron(tm) Processor 4280 > stepping : 2 > microcode : 0x6000624 > cpu MHz : 2800.277 > cache size : 2048 KB > physical id : 1 > siblings : 8 > core id : 7 > cpu cores : 4 > apicid : 39 > initial apicid : 23 > fpu : yes > fpu_exception : yes > cpuid level : 13 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca=20 > cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt=20 > pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid=20 > aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes=20 ^^^^ This one looks interesting. The final answer can only be provided by consulting a datasheet and booting FreeBSD on the machine. > xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a=20 > misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr=20 > topoext perfctr_core arat cpb npt lbrv svm_lock nrip_save tsc_scale=20 > vmcb_clean flushbyasid decodeassists pausefilter pfthreshold >=20 > AFAIK Bulldozer only has AVX, but unfortunately not AESNI. --S4drRqups3dkeHIl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8tNm0ACgkQC3+MBN1Mb4jK4QCgn/zoisA5Cez1CXcWTqS7oKid sUcAoI63i8d31sZm9KXiGUZgQ+J2l77t =xQtW -----END PGP SIGNATURE----- --S4drRqups3dkeHIl-- From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 16:28:34 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F57F1065677 for ; Sat, 4 Feb 2012 16:28:34 +0000 (UTC) (envelope-from freebsd@penx.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id D3AE48FC15 for ; Sat, 4 Feb 2012 16:28:33 +0000 (UTC) Received: from [IPv6:::1] (localhost [IPv6:::1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14GSQEk012739; Sat, 4 Feb 2012 08:28:26 -0800 (PST) (envelope-from freebsd@penx.com) From: Dennis Glatting To: =?ISO-8859-1?Q?G=F3t_Andr=E1s?= In-Reply-To: <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 08:28:26 -0800 Message-ID: <1328372906.15339.98.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14GSQEk012739 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@penx.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 16:28:34 -0000 I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. #1: CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 Stepping = 2 Features=0x178bfbff Features2=0x1698220b ------------------------------------------------------------------------^^^^^ AMD Features=0x2e500800 AMD Features2=0x1c9bfff,> And #2: CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 Stepping = 2 Features=0x178bfbff Features2=0x1698220b ------------------------------------------------------------------------^^^^^ AMD Features=0x2e500800 AMD Features2=0x1c9bfff,> On Sat, 2012-02-04 at 14:10 +0100, Gót András wrote: > Hi, > > This is from a Linux machine: > > processor : 15 > vendor_id : AuthenticAMD > cpu family : 21 > model : 1 > model name : AMD Opteron(tm) Processor 4280 > stepping : 2 > microcode : 0x6000624 > cpu MHz : 2800.277 > cache size : 2048 KB > physical id : 1 > siblings : 8 > core id : 7 > cpu cores : 4 > apicid : 39 > initial apicid : 23 > fpu : yes > fpu_exception : yes > cpuid level : 13 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov > pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt > pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid > aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes > xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a > misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr > topoext perfctr_core arat cpb npt lbrv svm_lock nrip_save tsc_scale > vmcb_clean flushbyasid decodeassists pausefilter pfthreshold > > AFAIK Bulldozer only has AVX, but unfortunately not AESNI. > > Andras > > On Sat, 4 Feb 2012 14:49:52 +0200, Konstantin Belousov wrote: > > On Sat, Feb 04, 2012 at 10:52:03AM +0100, Mario Fleischmann wrote: > >> Hi Konstantin, > >> I hope you don't mind me writing to you directly, but I'm having a > >> hard > >> time finding information on Google. > > You would get much higher chances of getting response if you post on > > the > > public list Cc:ing corresponding developer. Since the question > > seemingly > > not contain any sensitive information, and discussion may be useful > > to > > the wider audience, I added appropriate ml to Cc:. > > > >> > >> I'm currently in the market for a new system, and I need AES-NI > >> acceleration with FreeBSD 9.0. I'd like to buy an AMD-FX 4100 CPU, > >> which > >> supports the AES-NI instruction set. > > Do you have a reference to the CPU datasheet or programming manual ? > > > >> > >> What I'd like to know is: Does the aesni driver in FreeBSD also > >> support > >> AMD CPUs? The man page explicitly states the driver is for Intel > >> CPUs, > >> but since the AES-NI instruction set is licensed by AMD, I think it > >> should also work with those CPUs? > > The aesni(4) driver attaches on any CPU that reports AESNI support > > through > > the CPUID instruction. If amd implemented bit-to-bit compatible AESNI > > instruction set and report the capability in CPUID, driver shall just > > work. > > > > I never saw any bulldozer live, so this is the most I can answer to > > you. > > > >> > >> > >> A reply would be greatly appreciated, > >> > >> Best Regards, > >> Mario > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 16:33:18 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C172A106566B for ; Sat, 4 Feb 2012 16:33:18 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 375A08FC0C for ; Sat, 4 Feb 2012 16:33:17 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q14GX3ub021824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Feb 2012 18:33:03 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q14GX3kE045501; Sat, 4 Feb 2012 18:33:03 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q14GX33p045500; Sat, 4 Feb 2012 18:33:03 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 4 Feb 2012 18:33:03 +0200 From: Konstantin Belousov To: Dennis Glatting Message-ID: <20120204163303.GR3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4CyH/NlNBqvsUTYP" Content-Disposition: inline In-Reply-To: <1328372906.15339.98.camel@btw.pki2.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 16:33:18 -0000 --4CyH/NlNBqvsUTYP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. >=20 >=20 >=20 > #1: >=20 > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > K8-class CPU) > Origin =3D "AuthenticAMD" Id =3D 0x600f12 Family =3D 15 Model =3D 1 > Stepping =3D 2 >=20 > Features=3D0x178bfbff >=20 > Features2=3D0x1698220b > ------------------------------------------------------------------------^= ^^^^ > AMD Features=3D0x2e500800 > AMD > Features2=3D0x1c9bfff,> >=20 >=20 > And >=20 >=20 > #2: >=20 >=20 > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > K8-class CPU) > Origin =3D "AuthenticAMD" Id =3D 0x600f12 Family =3D 15 Model =3D 1 > Stepping =3D 2 >=20 > Features=3D0x178bfbff >=20 > Features2=3D0x1698220b > ------------------------------------------------------------------------^= ^^^^ > AMD Features=3D0x2e500800 > AMD > Features2=3D0x1c9bfff,> >=20 So did you tried to kldload aesni(4) ? --4CyH/NlNBqvsUTYP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8tXb4ACgkQC3+MBN1Mb4gH3ACgu2Umq++x1XnqKQR1gI3AwyOB BDwAoJeCpSLboS7MD7W2NupiaOkN7Kcd =6h2U -----END PGP SIGNATURE----- --4CyH/NlNBqvsUTYP-- From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 16:27:57 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385431065679 for ; Sat, 4 Feb 2012 16:27:57 +0000 (UTC) (envelope-from dg17@penx.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id DEEF18FC23 for ; Sat, 4 Feb 2012 16:27:56 +0000 (UTC) Received: from [IPv6:::1] (localhost [IPv6:::1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14GRl9b012693; Sat, 4 Feb 2012 08:27:47 -0800 (PST) (envelope-from dg17@penx.com) From: Dennis Glatting To: =?ISO-8859-1?Q?G=F3t_Andr=E1s?= In-Reply-To: <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 08:27:47 -0800 Message-ID: <1328372867.15339.97.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14GRl9b012693 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: dg17@penx.com X-Mailman-Approved-At: Sat, 04 Feb 2012 16:37:43 +0000 Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dg17@penx.com List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 16:27:57 -0000 I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. #1: CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 Stepping = 2 Features=0x178bfbff Features2=0x1698220b ------------------------------------------------------------------------^^^^^ AMD Features=0x2e500800 AMD Features2=0x1c9bfff,> And #2: CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 Stepping = 2 Features=0x178bfbff Features2=0x1698220b ------------------------------------------------------------------------^^^^^ AMD Features=0x2e500800 AMD Features2=0x1c9bfff,> On Sat, 2012-02-04 at 14:10 +0100, Gót András wrote: > Hi, > > This is from a Linux machine: > > processor : 15 > vendor_id : AuthenticAMD > cpu family : 21 > model : 1 > model name : AMD Opteron(tm) Processor 4280 > stepping : 2 > microcode : 0x6000624 > cpu MHz : 2800.277 > cache size : 2048 KB > physical id : 1 > siblings : 8 > core id : 7 > cpu cores : 4 > apicid : 39 > initial apicid : 23 > fpu : yes > fpu_exception : yes > cpuid level : 13 > wp : yes > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov > pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt > pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc extd_apicid > aperfmperf pni pclmulqdq monitor ssse3 cx16 sse4_1 sse4_2 popcnt aes > xsave avx lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a > misalignsse 3dnowprefetch osvw ibs xop skinit wdt lwp fma4 nodeid_msr > topoext perfctr_core arat cpb npt lbrv svm_lock nrip_save tsc_scale > vmcb_clean flushbyasid decodeassists pausefilter pfthreshold > > AFAIK Bulldozer only has AVX, but unfortunately not AESNI. > > Andras > > On Sat, 4 Feb 2012 14:49:52 +0200, Konstantin Belousov wrote: > > On Sat, Feb 04, 2012 at 10:52:03AM +0100, Mario Fleischmann wrote: > >> Hi Konstantin, > >> I hope you don't mind me writing to you directly, but I'm having a > >> hard > >> time finding information on Google. > > You would get much higher chances of getting response if you post on > > the > > public list Cc:ing corresponding developer. Since the question > > seemingly > > not contain any sensitive information, and discussion may be useful > > to > > the wider audience, I added appropriate ml to Cc:. > > > >> > >> I'm currently in the market for a new system, and I need AES-NI > >> acceleration with FreeBSD 9.0. I'd like to buy an AMD-FX 4100 CPU, > >> which > >> supports the AES-NI instruction set. > > Do you have a reference to the CPU datasheet or programming manual ? > > > >> > >> What I'd like to know is: Does the aesni driver in FreeBSD also > >> support > >> AMD CPUs? The man page explicitly states the driver is for Intel > >> CPUs, > >> but since the AES-NI instruction set is licensed by AMD, I think it > >> should also work with those CPUs? > > The aesni(4) driver attaches on any CPU that reports AESNI support > > through > > the CPUID instruction. If amd implemented bit-to-bit compatible AESNI > > instruction set and report the capability in CPUID, driver shall just > > work. > > > > I never saw any bulldozer live, so this is the most I can answer to > > you. > > > >> > >> > >> A reply would be greatly appreciated, > >> > >> Best Regards, > >> Mario > > _______________________________________________ > freebsd-amd64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 > To unsubscribe, send any mail to "freebsd-amd64-unsubscribe@freebsd.org" From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 16:38:35 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B33EF1065673 for ; Sat, 4 Feb 2012 16:38:35 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 5DDEB8FC0C for ; Sat, 4 Feb 2012 16:38:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14GcPvr013257; Sat, 4 Feb 2012 08:38:25 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <20120204163303.GR3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 08:38:25 -0800 Message-ID: <1328373505.14163.8.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14GcPvr013257 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 16:38:35 -0000 On Sat, 2012-02-04 at 18:33 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > > I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. > > > > > > > > #1: > > > > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > > K8-class CPU) > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > Stepping = 2 > > > > Features=0x178bfbff > > > > Features2=0x1698220b > > ------------------------------------------------------------------------^^^^^ > > AMD Features=0x2e500800 > > AMD > > Features2=0x1c9bfff,> > > > > > > And > > > > > > #2: > > > > > > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > > K8-class CPU) > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > Stepping = 2 > > > > Features=0x178bfbff > > > > Features2=0x1698220b > > ------------------------------------------------------------------------^^^^^ > > AMD Features=0x2e500800 > > AMD > > Features2=0x1c9bfff,> > > > > So did you tried to kldload aesni(4) ? On the 8150: bd3# cd /boot/kernel bd3# kldload aesni bd3# kldstat | grep aesni 8 1 0xffffffff81768000 1a2b aesni.ko Any other test you want me to try? The 6274 system if busy but I'll try the load if you want. That system: bd3# uname -a FreeBSD bd3 9.0-STABLE FreeBSD 9.0-STABLE #1: Sun Jan 29 20:27:12 PST 2012 root@bd3:/sys/amd64/compile/SMUNI amd64 bd3# From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 16:45:54 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27468106564A for ; Sat, 4 Feb 2012 16:45:54 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id C3A3E8FC14 for ; Sat, 4 Feb 2012 16:45:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14Gjmxh013582; Sat, 4 Feb 2012 08:45:48 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <1328373505.14163.8.camel@btw.pki2.com> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 08:45:48 -0800 Message-ID: <1328373948.14163.13.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14Gjmxh013582 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 16:45:54 -0000 On Sat, 2012-02-04 at 08:38 -0800, Dennis Glatting wrote: > On Sat, 2012-02-04 at 18:33 +0200, Konstantin Belousov wrote: > > On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > > > I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. > > > > > > > > > > > > #1: > > > > > > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > > > K8-class CPU) > > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > > Stepping = 2 > > > > > > Features=0x178bfbff > > > > > > Features2=0x1698220b > > > ------------------------------------------------------------------------^^^^^ > > > AMD Features=0x2e500800 > > > AMD > > > Features2=0x1c9bfff,> > > > > > > > > > And > > > > > > > > > #2: > > > > > > > > > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > > > K8-class CPU) > > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > > Stepping = 2 > > > > > > Features=0x178bfbff > > > > > > Features2=0x1698220b > > > ------------------------------------------------------------------------^^^^^ > > > AMD Features=0x2e500800 > > > AMD > > > Features2=0x1c9bfff,> > > > > > > > So did you tried to kldload aesni(4) ? > > > On the 8150: > > bd3# cd /boot/kernel > bd3# kldload aesni > bd3# kldstat | grep aesni > 8 1 0xffffffff81768000 1a2b aesni.ko > > Any other test you want me to try? The 6274 system if busy but I'll try > the load if you want. > > That system: > > bd3# uname -a > FreeBSD bd3 9.0-STABLE FreeBSD 9.0-STABLE #1: Sun Jan 29 20:27:12 PST > 2012 root@bd3:/sys/amd64/compile/SMUNI amd64 > bd3# > Opps. I forgot some details related to the 8150 that might be of interest since you are considering them. I have four 8150 systems, three slightly over clocked to 4GHz, two liquid cooled. Three are using the GigaByte GA-990FXA-UD7 MB and the last a ASUS Crosshair V FORMULA. 16GB of memory in each. The 6274 system has two 16-core CPUs with 32GB of memory, growing as income allows. From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 17:04:36 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 820F0106566C for ; Sat, 4 Feb 2012 17:04:36 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 101E98FC0C for ; Sat, 4 Feb 2012 17:04:35 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q14H4VRQ024120 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Feb 2012 19:04:31 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q14H4Vuf045655; Sat, 4 Feb 2012 19:04:31 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q14H4VAj045654; Sat, 4 Feb 2012 19:04:31 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 4 Feb 2012 19:04:31 +0200 From: Konstantin Belousov To: Dennis Glatting Message-ID: <20120204170431.GT3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xt4oM5y0t/70YhQj" Content-Disposition: inline In-Reply-To: <1328373948.14163.13.camel@btw.pki2.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 17:04:36 -0000 --xt4oM5y0t/70YhQj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2012 at 08:45:48AM -0800, Dennis Glatting wrote: > On Sat, 2012-02-04 at 08:38 -0800, Dennis Glatting wrote: > > On Sat, 2012-02-04 at 18:33 +0200, Konstantin Belousov wrote: > > > On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > > > > I am confused by the Bulldozer comment and what FreeeBSD 9.0 report= s. > > > >=20 > > > >=20 > > > >=20 > > > > #1: > > > >=20 > > > > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > > > > K8-class CPU) > > > > Origin =3D "AuthenticAMD" Id =3D 0x600f12 Family =3D 15 Model = =3D 1 > > > > Stepping =3D 2 > > > >=20 > > > > Features=3D0x178bfbff > > > >=20 > > > > Features2=3D0x1698220b > > > > -------------------------------------------------------------------= -----^^^^^ > > > > AMD Features=3D0x2e500800 > > > > AMD > > > > Features2=3D0x1c9bfff,> > > > >=20 > > > >=20 > > > > And > > > >=20 > > > >=20 > > > > #2: > > > >=20 > > > >=20 > > > > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > > > > K8-class CPU) > > > > Origin =3D "AuthenticAMD" Id =3D 0x600f12 Family =3D 15 Model = =3D 1 > > > > Stepping =3D 2 > > > >=20 > > > > Features=3D0x178bfbff > > > >=20 > > > > Features2=3D0x1698220b > > > > -------------------------------------------------------------------= -----^^^^^ > > > > AMD Features=3D0x2e500800 > > > > AMD > > > > Features2=3D0x1c9bfff,> > > > >=20 > > >=20 > > > So did you tried to kldload aesni(4) ? > >=20 > >=20 > > On the 8150: > >=20 > > bd3# cd /boot/kernel > > bd3# kldload aesni > > bd3# kldstat | grep aesni > > 8 1 0xffffffff81768000 1a2b aesni.ko > >=20 > > Any other test you want me to try? The 6274 system if busy but I'll try > > the load if you want. What is written into dmesg after the load ? Try to restart sshd and log into the system over ssh after aesni(4) and cryptodev(4) modules are loaded. > >=20 > > That system: > >=20 > > bd3# uname -a > > FreeBSD bd3 9.0-STABLE FreeBSD 9.0-STABLE #1: Sun Jan 29 20:27:12 PST > > 2012 root@bd3:/sys/amd64/compile/SMUNI amd64 > > bd3# > >=20 >=20 >=20 > Opps. I forgot some details related to the 8150 that might be of > interest since you are considering them. >=20 > I have four 8150 systems, three slightly over clocked to 4GHz, two > liquid cooled. Three are using the GigaByte GA-990FXA-UD7 MB and the > last a ASUS Crosshair V FORMULA. 16GB of memory in each. >=20 > The 6274 system has two 16-core CPUs with 32GB of memory, growing as > income allows. >=20 >=20 >=20 --xt4oM5y0t/70YhQj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8tZR4ACgkQC3+MBN1Mb4jrcwCgljDE1pjNETdLWCbjCWOf/eMR LckAoNcmQ+ksp/slvGIGb5LCHU01pv62 =xysy -----END PGP SIGNATURE----- --xt4oM5y0t/70YhQj-- From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 17:10:53 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC4F6106566B for ; Sat, 4 Feb 2012 17:10:53 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7B5948FC12 for ; Sat, 4 Feb 2012 17:10:53 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14HAmwF014683; Sat, 4 Feb 2012 09:10:48 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <20120204170431.GT3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 09:10:48 -0800 Message-ID: <1328375448.14163.14.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14HAmwF014683 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 17:10:53 -0000 On Sat, 2012-02-04 at 19:04 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 08:45:48AM -0800, Dennis Glatting wrote: > > On Sat, 2012-02-04 at 08:38 -0800, Dennis Glatting wrote: > > > On Sat, 2012-02-04 at 18:33 +0200, Konstantin Belousov wrote: > > > > On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > > > > > I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. > > > > > > > > > > > > > > > > > > > > #1: > > > > > > > > > > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > > > > > K8-class CPU) > > > > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > > > > Stepping = 2 > > > > > > > > > > Features=0x178bfbff > > > > > > > > > > Features2=0x1698220b > > > > > ------------------------------------------------------------------------^^^^^ > > > > > AMD Features=0x2e500800 > > > > > AMD > > > > > Features2=0x1c9bfff,> > > > > > > > > > > > > > > > And > > > > > > > > > > > > > > > #2: > > > > > > > > > > > > > > > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > > > > > K8-class CPU) > > > > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > > > > Stepping = 2 > > > > > > > > > > Features=0x178bfbff > > > > > > > > > > Features2=0x1698220b > > > > > ------------------------------------------------------------------------^^^^^ > > > > > AMD Features=0x2e500800 > > > > > AMD > > > > > Features2=0x1c9bfff,> > > > > > > > > > > > > > So did you tried to kldload aesni(4) ? > > > > > > > > > On the 8150: > > > > > > bd3# cd /boot/kernel > > > bd3# kldload aesni > > > bd3# kldstat | grep aesni > > > 8 1 0xffffffff81768000 1a2b aesni.ko > > > > > > Any other test you want me to try? The 6274 system if busy but I'll try > > > the load if you want. > What is written into dmesg after the load ? > Try to restart sshd and log into the system over ssh after aesni(4) and > cryptodev(4) modules are loaded. > cryptosoft0: on motherboard aesni0: on motherboard > > > > > > That system: > > > > > > bd3# uname -a > > > FreeBSD bd3 9.0-STABLE FreeBSD 9.0-STABLE #1: Sun Jan 29 20:27:12 PST > > > 2012 root@bd3:/sys/amd64/compile/SMUNI amd64 > > > bd3# > > > > > > > > > Opps. I forgot some details related to the 8150 that might be of > > interest since you are considering them. > > > > I have four 8150 systems, three slightly over clocked to 4GHz, two > > liquid cooled. Three are using the GigaByte GA-990FXA-UD7 MB and the > > last a ASUS Crosshair V FORMULA. 16GB of memory in each. > > > > The 6274 system has two 16-core CPUs with 32GB of memory, growing as > > income allows. > > > > > > From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 17:51:28 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E96B106566B for ; Sat, 4 Feb 2012 17:51:28 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id D27A58FC17 for ; Sat, 4 Feb 2012 17:51:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14HpKjA016558; Sat, 4 Feb 2012 09:51:20 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <20120204170431.GT3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 09:51:20 -0800 Message-ID: <1328377880.14163.22.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14HpKjA016558 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 17:51:28 -0000 On Sat, 2012-02-04 at 19:04 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 08:45:48AM -0800, Dennis Glatting wrote: > > On Sat, 2012-02-04 at 08:38 -0800, Dennis Glatting wrote: > > > On Sat, 2012-02-04 at 18:33 +0200, Konstantin Belousov wrote: > > > > On Sat, Feb 04, 2012 at 08:28:26AM -0800, Dennis Glatting wrote: > > > > > I am confused by the Bulldozer comment and what FreeeBSD 9.0 reports. > > > > > > > > > > > > > > > > > > > > #1: > > > > > > > > > > CPU: AMD FX(tm)-8150 Eight-Core Processor (4017.99-MHz > > > > > K8-class CPU) > > > > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > > > > Stepping = 2 > > > > > > > > > > Features=0x178bfbff > > > > > > > > > > Features2=0x1698220b > > > > > ------------------------------------------------------------------------^^^^^ > > > > > AMD Features=0x2e500800 > > > > > AMD > > > > > Features2=0x1c9bfff,> > > > > > > > > > > > > > > > And > > > > > > > > > > > > > > > #2: > > > > > > > > > > > > > > > CPU: AMD Opteron(TM) Processor 6274 (2200.07-MHz > > > > > K8-class CPU) > > > > > Origin = "AuthenticAMD" Id = 0x600f12 Family = 15 Model = 1 > > > > > Stepping = 2 > > > > > > > > > > Features=0x178bfbff > > > > > > > > > > Features2=0x1698220b > > > > > ------------------------------------------------------------------------^^^^^ > > > > > AMD Features=0x2e500800 > > > > > AMD > > > > > Features2=0x1c9bfff,> > > > > > > > > > > > > > So did you tried to kldload aesni(4) ? > > > > > > > > > On the 8150: > > > > > > bd3# cd /boot/kernel > > > bd3# kldload aesni > > > bd3# kldstat | grep aesni > > > 8 1 0xffffffff81768000 1a2b aesni.ko > > > > > > Any other test you want me to try? The 6274 system if busy but I'll try > > > the load if you want. > What is written into dmesg after the load ? > Try to restart sshd and log into the system over ssh after aesni(4) and > cryptodev(4) modules are loaded. > cryptosoft0: on motherboard aesni0: on motherboard > > > > > > That system: > > > > > > bd3# uname -a > > > FreeBSD bd3 9.0-STABLE FreeBSD 9.0-STABLE #1: Sun Jan 29 20:27:12 PST > > > 2012 root@bd3:/sys/amd64/compile/SMUNI amd64 > > > bd3# > > > > > > > > > Opps. I forgot some details related to the 8150 that might be of > > interest since you are considering them. > > > > I have four 8150 systems, three slightly over clocked to 4GHz, two > > liquid cooled. Three are using the GigaByte GA-990FXA-UD7 MB and the > > last a ASUS Crosshair V FORMULA. 16GB of memory in each. > > > > The 6274 system has two 16-core CPUs with 32GB of memory, growing as > > income allows. > > > > > > From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 18:02:56 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E694B106564A for ; Sat, 4 Feb 2012 18:02:55 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 999108FC13 for ; Sat, 4 Feb 2012 18:02:55 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14I2nt8017110; Sat, 4 Feb 2012 10:02:50 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <1328375448.14163.14.camel@btw.pki2.com> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> <1328375448.14163.14.camel@btw.pki2.com> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 10:02:49 -0800 Message-ID: <1328378569.14163.23.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14I2nt8017110 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 18:02:56 -0000 On Sat, 2012-02-04 at 09:10 -0800, Dennis Glatting wrote: > > What is written into dmesg after the load ? > > Try to restart sshd and log into the system over ssh after aesni(4) > and > > cryptodev(4) modules are loaded. > Sorry, BD3 is in the process of being updated to pick up the LSI patches (Thank you LSI and others). On BD3: bd3# kldload aesni bd3# kldstat | grep -i aesni 8 1 0xffffffff81768000 1a2b aesni.ko bd3# /etc/rc.d/sshd restart Stopping sshd. Waiting for PIDS: 1832. Starting sshd. bd3# On BTW: btw> ssh -v dennisg@bd3 OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. debug1: Connection established. debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-sha1 none debug1: kex: client->server aes128-ctr hmac-sha1 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa debug1: Next authentication method: keyboard-interactive Password: debug1: Authentication succeeded (keyboard-interactive). debug1: Final hpn_buffer_size = 2097152 debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 debug1: channel 0: new [client-session] debug1: Enabled Dynamic Window Scaling debug1: Requesting no-more-sessions@openssh.com debug1: Entering interactive session. Last login: Sat Feb 4 09:38:12 2012 from btw.pki2.com FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 bd3> Back to BD3: bd3# dmesg|tail da9 at mps2 bus 0 scbus4 target 0 lun 0 da9: Fixed Direct Access SCSI-6 device da9: 300.000MB/s transfers da9: Command Queueing enabled da9: 2384658MB (4883781168 512 byte sectors: 255H 63S/T 304001C) Trying to mount root from ufs:/dev/gpt/disk0 [rw]... ZFS filesystem version 5 ZFS storage pool version 28 cryptosoft0: on motherboard aesni0: on motherboard bd3# bd3# tail /var/log/messages (snip -- sorry) Feb 4 09:38:18 bd3 su: dennisg to root on /dev/pts/0 Feb 4 09:38:22 bd3 kernel: cryptosoft0: on motherboard Feb 4 09:38:22 bd3 kernel: aesni0: on motherboard bd3# I /assume/ sshd is using the driver. How would I know? -- Dennis Glatting From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 18:04:08 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1946106566C for ; Sat, 4 Feb 2012 18:04:08 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 704E18FC08 for ; Sat, 4 Feb 2012 18:04:07 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q14I423B028159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Feb 2012 20:04:02 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q14I41bV045937; Sat, 4 Feb 2012 20:04:01 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q14I415w045936; Sat, 4 Feb 2012 20:04:01 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 4 Feb 2012 20:04:01 +0200 From: Konstantin Belousov To: Dennis Glatting Message-ID: <20120204180401.GV3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> <1328375448.14163.14.camel@btw.pki2.com> <1328377314.14163.21.camel@btw.pki2.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KNVwDSkw2BjFUkD8" Content-Disposition: inline In-Reply-To: <1328377314.14163.21.camel@btw.pki2.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 18:04:09 -0000 --KNVwDSkw2BjFUkD8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2012 at 09:41:54AM -0800, Dennis Glatting wrote: > On Sat, 2012-02-04 at 09:10 -0800, Dennis Glatting wrote: > > > What is written into dmesg after the load ? > > > Try to restart sshd and log into the system over ssh after aesni(4) > > and > > > cryptodev(4) modules are loaded. > >=20 >=20 > Sorry, BD3 is in the process of being updated to pick up the LSI patches > (Thank you LSI and others). >=20 >=20 > On BD3: >=20 >=20 > bd3# kldload aesni > bd3# kldstat | grep -i aesni > 8 1 0xffffffff81768000 1a2b aesni.ko > bd3# /etc/rc.d/sshd restart > Stopping sshd. > Waiting for PIDS: 1832. > Starting sshd. > bd3# >=20 >=20 >=20 > On BTW: >=20 >=20 > btw> ssh -v dennisg@bd3 > OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. > debug1: Connection established. > debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 > debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 > debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 > debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 > debug1: Remote protocol version 2.0, remote software version > OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 > debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* > debug1: Enabling compatibility mode for protocol 2.0 > debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 > FreeBSD-20100308 > debug1: SSH2_MSG_KEXINIT sent > debug1: SSH2_MSG_KEXINIT received > debug1: kex: server->client aes128-ctr hmac-sha1 none > debug1: kex: client->server aes128-ctr hmac-sha1 none > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. > debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 > debug1: ssh_rsa_verify: signature correct > debug1: SSH2_MSG_NEWKEYS sent > debug1: expecting SSH2_MSG_NEWKEYS > debug1: SSH2_MSG_NEWKEYS received > debug1: Roaming not allowed by server > debug1: SSH2_MSG_SERVICE_REQUEST sent > debug1: SSH2_MSG_SERVICE_ACCEPT received > debug1: Authentications that can continue: > publickey,keyboard-interactive > debug1: Next authentication method: publickey > debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa > debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa > debug1: Next authentication method: keyboard-interactive > Password: > debug1: Authentication succeeded (keyboard-interactive). > debug1: Final hpn_buffer_size =3D 2097152 > debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 > debug1: channel 0: new [client-session] > debug1: Enabled Dynamic Window Scaling >=20 > debug1: Requesting no-more-sessions@openssh.com > debug1: Entering interactive session. > Last login: Sat Feb 4 09:38:12 2012 from btw.pki2.com > FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 >=20 > bd3> >=20 >=20 > Back to BD3: >=20 > bd3# dmesg|tail > da9 at mps2 bus 0 scbus4 target 0 lun 0 > da9: Fixed Direct Access SCSI-6 device > da9: 300.000MB/s transfers > da9: Command Queueing enabled > da9: 2384658MB (4883781168 512 byte sectors: 255H 63S/T 304001C) > Trying to mount root from ufs:/dev/gpt/disk0 [rw]... > ZFS filesystem version 5 > ZFS storage pool version 28 > cryptosoft0: on motherboard > aesni0: on motherboard > bd3# >=20 >=20 > bd3# tail /var/log/messages > (snip -- sorry) > Feb 4 09:38:18 bd3 su: dennisg to root on /dev/pts/0 > Feb 4 09:38:22 bd3 kernel: cryptosoft0: on > motherboard > Feb 4 09:38:22 bd3 kernel: aesni0: on motherboard > bd3# >=20 >=20 >=20 > I /assume/ sshd is using the driver. How would I know? Without reading the code and possibly adding some printfs or logs, you cannot. But I do know that sshd prefer /dev/crypto when available, over the usermode algorithm implementation. You can also look at the users of /dev/crypto, using "fuser /dev/crypto" command, and see what that pids are. Overall, from logs you have provide, I think it is safe to claim that AESNI properly attached and working on bulldozer. Also, there is src/tools/tools/crypto, in particular, cryptotest, which I used while developing aesni(4). You would need to learn how to use it, but it would make you 100% certain that AESNI driver working. --KNVwDSkw2BjFUkD8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8tcxEACgkQC3+MBN1Mb4ijMACgoMG4veMZOg1VAmcIlMZG86iM D7EAn2UVYlaAuD0RUWEe5yEPEu1AFXiP =Zx8C -----END PGP SIGNATURE----- --KNVwDSkw2BjFUkD8-- From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 18:14:24 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B331065688 for ; Sat, 4 Feb 2012 18:14:24 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 514D88FC13 for ; Sat, 4 Feb 2012 18:14:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14IEIXc017675; Sat, 4 Feb 2012 10:14:18 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <20120204180401.GV3283@deviant.kiev.zoral.com.ua> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> <1328375448.14163.14.camel@btw.pki2.com> <1328377314.14163.21.camel@btw.pki2.com> <20120204180401.GV3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 10:14:18 -0800 Message-ID: <1328379258.14163.28.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14IEIXc017675 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 18:14:24 -0000 On Sat, 2012-02-04 at 20:04 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 09:41:54AM -0800, Dennis Glatting wrote: > > On Sat, 2012-02-04 at 09:10 -0800, Dennis Glatting wrote: > > > > What is written into dmesg after the load ? > > > > Try to restart sshd and log into the system over ssh after aesni(4) > > > and > > > > cryptodev(4) modules are loaded. > > > > > > > Sorry, BD3 is in the process of being updated to pick up the LSI patches > > (Thank you LSI and others). > > > > > > On BD3: > > > > > > bd3# kldload aesni > > bd3# kldstat | grep -i aesni > > 8 1 0xffffffff81768000 1a2b aesni.ko > > bd3# /etc/rc.d/sshd restart > > Stopping sshd. > > Waiting for PIDS: 1832. > > Starting sshd. > > bd3# > > > > > > > > On BTW: > > > > > > btw> ssh -v dennisg@bd3 > > OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 > > debug1: Reading configuration data /etc/ssh/ssh_config > > debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. > > debug1: Connection established. > > debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 > > debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 > > debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 > > debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 > > debug1: Remote protocol version 2.0, remote software version > > OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 > > debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* > > debug1: Enabling compatibility mode for protocol 2.0 > > debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 > > FreeBSD-20100308 > > debug1: SSH2_MSG_KEXINIT sent > > debug1: SSH2_MSG_KEXINIT received > > debug1: kex: server->client aes128-ctr hmac-sha1 none > > debug1: kex: client->server aes128-ctr hmac-sha1 none > > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent > > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > > debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. > > debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 > > debug1: ssh_rsa_verify: signature correct > > debug1: SSH2_MSG_NEWKEYS sent > > debug1: expecting SSH2_MSG_NEWKEYS > > debug1: SSH2_MSG_NEWKEYS received > > debug1: Roaming not allowed by server > > debug1: SSH2_MSG_SERVICE_REQUEST sent > > debug1: SSH2_MSG_SERVICE_ACCEPT received > > debug1: Authentications that can continue: > > publickey,keyboard-interactive > > debug1: Next authentication method: publickey > > debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa > > debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa > > debug1: Next authentication method: keyboard-interactive > > Password: > > debug1: Authentication succeeded (keyboard-interactive). > > debug1: Final hpn_buffer_size = 2097152 > > debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 > > debug1: channel 0: new [client-session] > > debug1: Enabled Dynamic Window Scaling > > > > debug1: Requesting no-more-sessions@openssh.com > > debug1: Entering interactive session. > > Last login: Sat Feb 4 09:38:12 2012 from btw.pki2.com > > FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 > > > > bd3> > > > > > > Back to BD3: > > > > bd3# dmesg|tail > > da9 at mps2 bus 0 scbus4 target 0 lun 0 > > da9: Fixed Direct Access SCSI-6 device > > da9: 300.000MB/s transfers > > da9: Command Queueing enabled > > da9: 2384658MB (4883781168 512 byte sectors: 255H 63S/T 304001C) > > Trying to mount root from ufs:/dev/gpt/disk0 [rw]... > > ZFS filesystem version 5 > > ZFS storage pool version 28 > > cryptosoft0: on motherboard > > aesni0: on motherboard > > bd3# > > > > > > bd3# tail /var/log/messages > > (snip -- sorry) > > Feb 4 09:38:18 bd3 su: dennisg to root on /dev/pts/0 > > Feb 4 09:38:22 bd3 kernel: cryptosoft0: on > > motherboard > > Feb 4 09:38:22 bd3 kernel: aesni0: on motherboard > > bd3# > > > > > > > > I /assume/ sshd is using the driver. How would I know? > > Without reading the code and possibly adding some printfs or logs, you > cannot. But I do know that sshd prefer /dev/crypto when available, over > the usermode algorithm implementation. > > You can also look at the users of /dev/crypto, using "fuser /dev/crypto" > command, and see what that pids are. > Check that. At this point I would have to do some reading but there is no /dev/crypto. Whatever AESNI is doing, apparently creating /dev/crypto isn't one of them. I loaded and looked on three machines: Two 8150s and the 6274. All RELENG_9. bd3# fuser /dev/crypto fuser: /dev/crypto: No such file or directory fuser: files not accessible bd3# > Overall, from logs you have provide, I think it is safe to claim that > AESNI properly attached and working on bulldozer. > > Also, there is src/tools/tools/crypto, in particular, cryptotest, which > I used while developing aesni(4). You would need to learn how to use it, > but it would make you 100% certain that AESNI driver working. From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 18:28:46 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 544B8106564A for ; Sat, 4 Feb 2012 18:28:46 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 4DD8A8FC0C for ; Sat, 4 Feb 2012 18:28:45 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q14ISf5F030353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Feb 2012 20:28:41 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q14ISfmU046114; Sat, 4 Feb 2012 20:28:41 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q14ISfOe046113; Sat, 4 Feb 2012 20:28:41 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 4 Feb 2012 20:28:41 +0200 From: Konstantin Belousov To: Dennis Glatting Message-ID: <20120204182841.GZ3283@deviant.kiev.zoral.com.ua> References: <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> <1328375448.14163.14.camel@btw.pki2.com> <1328377314.14163.21.camel@btw.pki2.com> <20120204180401.GV3283@deviant.kiev.zoral.com.ua> <1328379258.14163.28.camel@btw.pki2.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="q3mG+ZLxscYP/cqM" Content-Disposition: inline In-Reply-To: <1328379258.14163.28.camel@btw.pki2.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 18:28:46 -0000 --q3mG+ZLxscYP/cqM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2012 at 10:14:18AM -0800, Dennis Glatting wrote: > On Sat, 2012-02-04 at 20:04 +0200, Konstantin Belousov wrote: > > On Sat, Feb 04, 2012 at 09:41:54AM -0800, Dennis Glatting wrote: > > > On Sat, 2012-02-04 at 09:10 -0800, Dennis Glatting wrote: > > > > > What is written into dmesg after the load ? > > > > > Try to restart sshd and log into the system over ssh after aesni(= 4) > > > > and > > > > > cryptodev(4) modules are loaded. > > > >=20 > > >=20 > > > Sorry, BD3 is in the process of being updated to pick up the LSI patc= hes > > > (Thank you LSI and others). > > >=20 > > >=20 > > > On BD3: > > >=20 > > >=20 > > > bd3# kldload aesni > > > bd3# kldstat | grep -i aesni > > > 8 1 0xffffffff81768000 1a2b aesni.ko > > > bd3# /etc/rc.d/sshd restart > > > Stopping sshd. > > > Waiting for PIDS: 1832. > > > Starting sshd. > > > bd3# > > >=20 > > >=20 > > >=20 > > > On BTW: > > >=20 > > >=20 > > > btw> ssh -v dennisg@bd3 > > > OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 > > > debug1: Reading configuration data /etc/ssh/ssh_config > > > debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. > > > debug1: Connection established. > > > debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 > > > debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 > > > debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 > > > debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 > > > debug1: Remote protocol version 2.0, remote software version > > > OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 > > > debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* > > > debug1: Enabling compatibility mode for protocol 2.0 > > > debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 > > > FreeBSD-20100308 > > > debug1: SSH2_MSG_KEXINIT sent > > > debug1: SSH2_MSG_KEXINIT received > > > debug1: kex: server->client aes128-ctr hmac-sha1 none > > > debug1: kex: client->server aes128-ctr hmac-sha1 none > > > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent > > > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > > > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > > > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > > > debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. > > > debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 > > > debug1: ssh_rsa_verify: signature correct > > > debug1: SSH2_MSG_NEWKEYS sent > > > debug1: expecting SSH2_MSG_NEWKEYS > > > debug1: SSH2_MSG_NEWKEYS received > > > debug1: Roaming not allowed by server > > > debug1: SSH2_MSG_SERVICE_REQUEST sent > > > debug1: SSH2_MSG_SERVICE_ACCEPT received > > > debug1: Authentications that can continue: > > > publickey,keyboard-interactive > > > debug1: Next authentication method: publickey > > > debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa > > > debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa > > > debug1: Next authentication method: keyboard-interactive > > > Password: > > > debug1: Authentication succeeded (keyboard-interactive). > > > debug1: Final hpn_buffer_size =3D 2097152 > > > debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 > > > debug1: channel 0: new [client-session] > > > debug1: Enabled Dynamic Window Scaling > > >=20 > > > debug1: Requesting no-more-sessions@openssh.com > > > debug1: Entering interactive session. > > > Last login: Sat Feb 4 09:38:12 2012 from btw.pki2.com > > > FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 > > >=20 > > > bd3> > > >=20 > > >=20 > > > Back to BD3: > > >=20 > > > bd3# dmesg|tail > > > da9 at mps2 bus 0 scbus4 target 0 lun 0 > > > da9: Fixed Direct Access SCSI-6 device > > > da9: 300.000MB/s transfers > > > da9: Command Queueing enabled > > > da9: 2384658MB (4883781168 512 byte sectors: 255H 63S/T 304001C) > > > Trying to mount root from ufs:/dev/gpt/disk0 [rw]... > > > ZFS filesystem version 5 > > > ZFS storage pool version 28 > > > cryptosoft0: on motherboard > > > aesni0: on motherboard > > > bd3# > > >=20 > > >=20 > > > bd3# tail /var/log/messages > > > (snip -- sorry) > > > Feb 4 09:38:18 bd3 su: dennisg to root on /dev/pts/0 > > > Feb 4 09:38:22 bd3 kernel: cryptosoft0: on > > > motherboard > > > Feb 4 09:38:22 bd3 kernel: aesni0: on motherboard > > > bd3# > > >=20 > > >=20 > > >=20 > > > I /assume/ sshd is using the driver. How would I know? > >=20 > > Without reading the code and possibly adding some printfs or logs, you > > cannot. But I do know that sshd prefer /dev/crypto when available, over > > the usermode algorithm implementation. > >=20 > > You can also look at the users of /dev/crypto, using "fuser /dev/crypto" > > command, and see what that pids are. > >=20 >=20 > Check that. >=20 > At this point I would have to do some reading but there is > no /dev/crypto. Whatever AESNI is doing, apparently creating /dev/crypto > isn't one of them. I loaded and looked on three machines: Two 8150s and > the 6274. All RELENG_9. >=20 > bd3# fuser /dev/crypto > fuser: /dev/crypto: No such file or directory > fuser: files not accessible > bd3# Did you load cryptodev ? I noted that in some previous message. --q3mG+ZLxscYP/cqM Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk8teNgACgkQC3+MBN1Mb4iHBQCg0Wr3fYJvanEO24W+fppQhkgx UBkAn0pIUFsXF3zMEV4me8LP2qqy+pA2 =bQ4q -----END PGP SIGNATURE----- --q3mG+ZLxscYP/cqM-- From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 17:42:07 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6E0106566C for ; Sat, 4 Feb 2012 17:42:07 +0000 (UTC) (envelope-from dg@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id B13F48FC0C for ; Sat, 4 Feb 2012 17:42:06 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14HfslS016098; Sat, 4 Feb 2012 09:41:54 -0800 (PST) (envelope-from dg@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <1328375448.14163.14.camel@btw.pki2.com> References: <4F2CFFC3.30909@gurgelmail.com> <20120204124952.GK3283@deviant.kiev.zoral.com.ua> <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> <1328375448.14163.14.camel@btw.pki2.com> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 09:41:54 -0800 Message-ID: <1328377314.14163.21.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14HfslS016098 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: dg@pki2.com X-Mailman-Approved-At: Sat, 04 Feb 2012 18:34:44 +0000 Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 17:42:07 -0000 On Sat, 2012-02-04 at 09:10 -0800, Dennis Glatting wrote: > > What is written into dmesg after the load ? > > Try to restart sshd and log into the system over ssh after aesni(4) > and > > cryptodev(4) modules are loaded. > Sorry, BD3 is in the process of being updated to pick up the LSI patches (Thank you LSI and others). On BD3: bd3# kldload aesni bd3# kldstat | grep -i aesni 8 1 0xffffffff81768000 1a2b aesni.ko bd3# /etc/rc.d/sshd restart Stopping sshd. Waiting for PIDS: 1832. Starting sshd. bd3# On BTW: btw> ssh -v dennisg@bd3 OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. debug1: Connection established. debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-sha1 none debug1: kex: client->server aes128-ctr hmac-sha1 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa debug1: Next authentication method: keyboard-interactive Password: debug1: Authentication succeeded (keyboard-interactive). debug1: Final hpn_buffer_size = 2097152 debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 debug1: channel 0: new [client-session] debug1: Enabled Dynamic Window Scaling debug1: Requesting no-more-sessions@openssh.com debug1: Entering interactive session. Last login: Sat Feb 4 09:38:12 2012 from btw.pki2.com FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 bd3> Back to BD3: bd3# dmesg|tail da9 at mps2 bus 0 scbus4 target 0 lun 0 da9: Fixed Direct Access SCSI-6 device da9: 300.000MB/s transfers da9: Command Queueing enabled da9: 2384658MB (4883781168 512 byte sectors: 255H 63S/T 304001C) Trying to mount root from ufs:/dev/gpt/disk0 [rw]... ZFS filesystem version 5 ZFS storage pool version 28 cryptosoft0: on motherboard aesni0: on motherboard bd3# bd3# tail /var/log/messages (snip -- sorry) Feb 4 09:38:18 bd3 su: dennisg to root on /dev/pts/0 Feb 4 09:38:22 bd3 kernel: cryptosoft0: on motherboard Feb 4 09:38:22 bd3 kernel: aesni0: on motherboard bd3# I /assume/ sshd is using the driver. How would I know? -- Dennis Glatting From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 4 21:46:05 2012 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90DC21065673 for ; Sat, 4 Feb 2012 21:46:05 +0000 (UTC) (envelope-from freebsd@pki2.com) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1D38FC17 for ; Sat, 4 Feb 2012 21:46:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.5/8.14.5) with ESMTP id q14LjrJ6026479; Sat, 4 Feb 2012 13:45:53 -0800 (PST) (envelope-from freebsd@pki2.com) From: Dennis Glatting To: Konstantin Belousov In-Reply-To: <20120204182841.GZ3283@deviant.kiev.zoral.com.ua> References: <7e0e01cc2b957c417a3f69232b33ebe0@antiszoc.hu> <1328372906.15339.98.camel@btw.pki2.com> <20120204163303.GR3283@deviant.kiev.zoral.com.ua> <1328373505.14163.8.camel@btw.pki2.com> <1328373948.14163.13.camel@btw.pki2.com> <20120204170431.GT3283@deviant.kiev.zoral.com.ua> <1328375448.14163.14.camel@btw.pki2.com> <1328377314.14163.21.camel@btw.pki2.com> <20120204180401.GV3283@deviant.kiev.zoral.com.ua> <1328379258.14163.28.camel@btw.pki2.com> <20120204182841.GZ3283@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset="ISO-8859-1" Date: Sat, 04 Feb 2012 13:45:53 -0800 Message-ID: <1328391953.14163.31.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-yoursite-MailScanner-Information: Dennis Glatting X-yoursite-MailScanner-ID: q14LjrJ6026479 X-yoursite-MailScanner: Found to be clean X-MailScanner-From: freebsd@pki2.com Cc: freebsd-amd64@freebsd.org Subject: Re: aesni module with AMD CPUs? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2012 21:46:05 -0000 On Sat, 2012-02-04 at 20:28 +0200, Konstantin Belousov wrote: > On Sat, Feb 04, 2012 at 10:14:18AM -0800, Dennis Glatting wrote: > > On Sat, 2012-02-04 at 20:04 +0200, Konstantin Belousov wrote: > > > On Sat, Feb 04, 2012 at 09:41:54AM -0800, Dennis Glatting wrote: > > > > On Sat, 2012-02-04 at 09:10 -0800, Dennis Glatting wrote: > > > > > > What is written into dmesg after the load ? > > > > > > Try to restart sshd and log into the system over ssh after aesni(4) > > > > > and > > > > > > cryptodev(4) modules are loaded. > > > > > > > > > > > > > Sorry, BD3 is in the process of being updated to pick up the LSI patches > > > > (Thank you LSI and others). > > > > > > > > > > > > On BD3: > > > > > > > > > > > > bd3# kldload aesni > > > > bd3# kldstat | grep -i aesni > > > > 8 1 0xffffffff81768000 1a2b aesni.ko > > > > bd3# /etc/rc.d/sshd restart > > > > Stopping sshd. > > > > Waiting for PIDS: 1832. > > > > Starting sshd. > > > > bd3# > > > > > > > > > > > > > > > > On BTW: > > > > > > > > > > > > btw> ssh -v dennisg@bd3 > > > > OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 > > > > debug1: Reading configuration data /etc/ssh/ssh_config > > > > debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. > > > > debug1: Connection established. > > > > debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 > > > > debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 > > > > debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 > > > > debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 > > > > debug1: Remote protocol version 2.0, remote software version > > > > OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 > > > > debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* > > > > debug1: Enabling compatibility mode for protocol 2.0 > > > > debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 > > > > FreeBSD-20100308 > > > > debug1: SSH2_MSG_KEXINIT sent > > > > debug1: SSH2_MSG_KEXINIT received > > > > debug1: kex: server->client aes128-ctr hmac-sha1 none > > > > debug1: kex: client->server aes128-ctr hmac-sha1 none > > > > debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent > > > > debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP > > > > debug1: SSH2_MSG_KEX_DH_GEX_INIT sent > > > > debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY > > > > debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. > > > > debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 > > > > debug1: ssh_rsa_verify: signature correct > > > > debug1: SSH2_MSG_NEWKEYS sent > > > > debug1: expecting SSH2_MSG_NEWKEYS > > > > debug1: SSH2_MSG_NEWKEYS received > > > > debug1: Roaming not allowed by server > > > > debug1: SSH2_MSG_SERVICE_REQUEST sent > > > > debug1: SSH2_MSG_SERVICE_ACCEPT received > > > > debug1: Authentications that can continue: > > > > publickey,keyboard-interactive > > > > debug1: Next authentication method: publickey > > > > debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa > > > > debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa > > > > debug1: Next authentication method: keyboard-interactive > > > > Password: > > > > debug1: Authentication succeeded (keyboard-interactive). > > > > debug1: Final hpn_buffer_size = 2097152 > > > > debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 > > > > debug1: channel 0: new [client-session] > > > > debug1: Enabled Dynamic Window Scaling > > > > > > > > debug1: Requesting no-more-sessions@openssh.com > > > > debug1: Entering interactive session. > > > > Last login: Sat Feb 4 09:38:12 2012 from btw.pki2.com > > > > FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 > > > > > > > > bd3> > > > > > > > > > > > > Back to BD3: > > > > > > > > bd3# dmesg|tail > > > > da9 at mps2 bus 0 scbus4 target 0 lun 0 > > > > da9: Fixed Direct Access SCSI-6 device > > > > da9: 300.000MB/s transfers > > > > da9: Command Queueing enabled > > > > da9: 2384658MB (4883781168 512 byte sectors: 255H 63S/T 304001C) > > > > Trying to mount root from ufs:/dev/gpt/disk0 [rw]... > > > > ZFS filesystem version 5 > > > > ZFS storage pool version 28 > > > > cryptosoft0: on motherboard > > > > aesni0: on motherboard > > > > bd3# > > > > > > > > > > > > bd3# tail /var/log/messages > > > > (snip -- sorry) > > > > Feb 4 09:38:18 bd3 su: dennisg to root on /dev/pts/0 > > > > Feb 4 09:38:22 bd3 kernel: cryptosoft0: on > > > > motherboard > > > > Feb 4 09:38:22 bd3 kernel: aesni0: on motherboard > > > > bd3# > > > > > > > > > > > > > > > > I /assume/ sshd is using the driver. How would I know? > > > > > > Without reading the code and possibly adding some printfs or logs, you > > > cannot. But I do know that sshd prefer /dev/crypto when available, over > > > the usermode algorithm implementation. > > > > > > You can also look at the users of /dev/crypto, using "fuser /dev/crypto" > > > command, and see what that pids are. > > > > > > > Check that. > > > > At this point I would have to do some reading but there is > > no /dev/crypto. Whatever AESNI is doing, apparently creating /dev/crypto > > isn't one of them. I loaded and looked on three machines: Two 8150s and > > the 6274. All RELENG_9. > > > > bd3# fuser /dev/crypto > > fuser: /dev/crypto: No such file or directory > > fuser: files not accessible > > bd3# > Did you load cryptodev ? I noted that in some previous message. No. But now that I know about, :), I think this is what you want to see: bd3# kldload aesni bd3# kldload cryptodev bd3# ls -l /dev/crypto crw-rw-rw- 1 root wheel 0, 146 Feb 4 13:40 /dev/crypto bd3# bd3# /etc/rc.d/sshd restart Stopping sshd. Waiting for PIDS: 1832. Starting sshd. bd3# fuser /dev/crypto /dev/crypto: 2052w bd3# ps -ax| grep 2052 2052 ?? Ss 0:00.00 /usr/sbin/sshd 2055 1 RL+ 0:00.00 grep 2052 bd3# btw> ssh -v dennisg@bd3 OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308, OpenSSL 0.9.8q 2 Dec 2010 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Connecting to bd3.pki2.com [192.168.23.22] port 22. debug1: Connection established. debug1: identity file /home/dennis_glatting/.ssh/id_rsa type -1 debug1: identity file /home/dennis_glatting/.ssh/id_rsa-cert type -1 debug1: identity file /home/dennis_glatting/.ssh/id_dsa type -1 debug1: identity file /home/dennis_glatting/.ssh/id_dsa-cert type -1 debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 debug1: match: OpenSSH_5.8p2_hpn13v11 FreeBSD-20110503 pat OpenSSH* debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_5.4p1_hpn13v11 FreeBSD-20100308 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-ctr hmac-sha1 none debug1: kex: client->server aes128-ctr hmac-sha1 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<2048<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'bd3.pki2.com' is known and matches the RSA host key. debug1: Found key in /home/dennis_glatting/.ssh/known_hosts:41 debug1: ssh_rsa_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: Roaming not allowed by server debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentications that can continue: publickey,keyboard-interactive debug1: Next authentication method: publickey debug1: Trying private key: /home/dennis_glatting/.ssh/id_rsa debug1: Trying private key: /home/dennis_glatting/.ssh/id_dsa debug1: Next authentication method: keyboard-interactive Password: debug1: Authentication succeeded (keyboard-interactive). debug1: Final hpn_buffer_size = 2097152 debug1: HPN Disabled: 0, HPN Buffer Size: 2097152 debug1: channel 0: new [client-session] debug1: Enabled Dynamic Window Scaling debug1: Requesting no-more-sessions@openssh.com debug1: Entering interactive session. Last login: Sat Feb 4 13:28:09 2012 from btw.pki2.com FreeBSD 9.0-STABLE (SMUNI) #2: Sat Feb 4 09:15:42 PST 2012 bd3> bd3# lsof | grep crypto | grep sshd sshd 1809 root txt VREG 0,131 1718000 95344175 /lib/libcrypto.so.6 sshd 1931 root txt VREG 0,131 1718000 95344175 /lib/libcrypto.so.6 sshd 1934 dennisg txt VREG 0,131 1718000 95344175 /lib/libcrypto.so.6 sshd 1984 root txt VREG 0,131 1718000 95344175 /lib/libcrypto.so.6 sshd 1987 dennisg txt VREG 0,131 1718000 95344175 /lib/libcrypto.so.6 sshd 2052 root txt VREG 0,131 1718000 95344175 /lib/libcrypto.so.6 sshd 2052 root 3u VCHR 0,146 0t0 146 /dev/crypto