From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 03:25:51 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C735B72 for ; Sun, 28 Dec 2014 03:25:51 +0000 (UTC) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [150.101.137.141]) by mx1.freebsd.org (Postfix) with ESMTP id 0695E64516 for ; Sun, 28 Dec 2014 03:25:50 +0000 (UTC) Received: from ppp14-2-30-215.lns21.adl2.internode.on.net (HELO leader.local) ([14.2.30.215]) by ipmail04.adl6.internode.on.net with ESMTP; 28 Dec 2014 13:50:40 +1030 Message-ID: <549F7705.4020701@ShaneWare.Biz> Date: Sun, 28 Dec 2014 13:50:37 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dr Josef Karthauser , stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> In-Reply-To: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 03:25:51 -0000 On 28/12/2014 01:07, Dr Josef Karthauser wrote: > I’m trying to create a new ZFS pool from an existing one (the new > one is 4k aligned and the old one is legacy 512b). > > But, I can’t get it to boot! Not sure what I’m doing wrong. > > I thought I could create the new pool, and use ‘zfs send/recv’ to > copythe existing pool and then boot onto the new disk, but the kernel > doesn’t load… :(. > > Does anyone know what I’m doing wrong? > Here’s my recipe: > > # gpart create -s gpt diskid/DISK-NEW-DISK > # gpart add -s 64K -t freebsd-boot diskid/DISK-NEW-DISK > # gpart add -t 8G freebsd-swap diskid/DISK-NEW-DISK > # gpart add -t freebsd-zfs diskid/DISK-NEW-DISK > # gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 diskid/DISK-NEW-DISK > > # zfs create copy /dev/diskid/DISK-NEW-DISKp3 > # zfs send -R oldpool@20141226 | zfs receive -duvF copy > # zpool set bootfs=copy/ROOT/default copy > Are you sure diskid/DISK-NEW-DISK is correct? Do you have /dev/diskid/ ? Do you mean /dev/gpt/ ? DISK-NEW-DISK - variable name should have a $ in front? $DISK-NEW-DISK Check partition table with gpart show Is the bios set to boot from this disk? -- FreeBSD - the place to B...Serving Data Shane Ambler From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 07:37:19 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4091E1CB for ; Sun, 28 Dec 2014 07:37:19 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id F24D466018 for ; Sun, 28 Dec 2014 07:37:18 +0000 (UTC) Received: from dspam (212-13-197-151.karthauser.co.uk [212.13.197.151]) by babel.karthauser.co.uk (Postfix) with SMTP id A08CBAD3 for ; Sun, 28 Dec 2014 07:37:05 +0000 (UTC) Received: from unnamed-72.karthauser.co.uk (unnamed-72.karthauser.co.uk [90.155.77.72]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id 8E5D8AD1; Sun, 28 Dec 2014 07:37:00 +0000 (UTC) Subject: Re: Creating a bootable ZFS disk? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_701C5C32-4056-494D-A19B-97CD89DAC599"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Dr Josef Karthauser In-Reply-To: Date: Sun, 28 Dec 2014 07:36:59 +0000 Message-Id: References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> <549EC712.3010909@multiplay.co.uk> <549EC87C.2010909@multiplay.co.uk> To: Warren Block X-Mailer: Apple Mail (2.1878.6) X-DSPAM-Result: Innocent X-DSPAM-Processed: Sun Dec 28 07:37:05 2014 X-DSPAM-Confidence: 1.0000 X-DSPAM-Probability: 0.0023 X-DSPAM-Signature: 549fb32126845466020815 Cc: freebsd-stable@freebsd.org, Steven Hartland X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 07:37:19 -0000 --Apple-Mail=_701C5C32-4056-494D-A19B-97CD89DAC599 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 27 Dec 2014, at 22:57, Warren Block wrote: > On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >=20 >> I only have 'zfs_load=3D?YES?? in my /boot/loader.conf. I?m hoping = the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting = again and will report back whether it now works or not! :). >=20 > Misalignment just makes for slow performance, particularly on writes. >=20 Ok, fixed. With -a4k is it now booting. Looks like the partitions = weren=92t aligned! As to whether they ought to be aligned by default, this box is on a = slightly older version: 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC = 2014 so perhaps that=92s been fixed since. Many thanks folk for your help! Cheers, Joe --Apple-Mail=_701C5C32-4056-494D-A19B-97CD89DAC599 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUn7MbAAoJEGdCjs+EVN/YCRwIAIxpThDngAh7d/NAUXzoplqv ZRnrZWt5o+jSDyKLnDBOaXEaSw6fnnq3dJ2fe6tZgxfZ7qBORzQdEhOMqzgh18lm I5v8p5PnpjRjApqXIdsFPi0+ODttz+kBMwj2nGmchhYK3MPE1+nEbNqnTAbs9SVR oWl/ZAt2K5oMTAwjk3m4q82XQXgTh9EQn6tMdVUUJy7O55lfl2ORcXCt/fcg7VmN J31WKuEylq7TL+sDoaUXk/KtaaPSXRZeOEYzthgBjTdxhSvS02UQmJkxWrYJW+r7 nb5wzbiesvYAk4M2smYMhfDYDYNcxKST1Vi7DWve21W2MUwyOoMGbyKLOW15AY4= =KtJC -----END PGP SIGNATURE----- --Apple-Mail=_701C5C32-4056-494D-A19B-97CD89DAC599-- From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 13:49:57 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23DF043F for ; Sun, 28 Dec 2014 13:49:57 +0000 (UTC) Received: from mail.tyknet.dk (mail.tyknet.dk [IPv6:2a01:4f8:201:2327:144:76:253:226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C209764361 for ; Sun, 28 Dec 2014 13:49:56 +0000 (UTC) Received: from [10.10.2.24] (217.71.4.82.static.router4.bolignet.dk [217.71.4.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.tyknet.dk (Postfix) with ESMTPSA id 73ECF2BF767 for ; Sun, 28 Dec 2014 13:49:45 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.8.3 mail.tyknet.dk 73ECF2BF767 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1419774585; bh=oUKiujBVOKLaoAUSvhqiaaMtphdSCopMC//2m227yk8=; h=Date:From:To:Subject; b=fNMu1EegcQ16M1ojHJjcfplrq+URtq0wWU6OCoXPHEo/kjuBKz/vqeJwlq1X/4ZnF cuKCXEq/69/kkAzl94sRQYZJdn+Ebu6wSiYeHEuM0EMqOnzr8rwks0CuWi5Uwco8ms bPd++j7nXq4gCchyTBudoAOUa5Om4QMqgtNdNKypk3Dj9cosEpMi8X6W4KSXybK2cp PeEiluep4Poms1PTDol4FT2D2PTWZli0O4NiwW7GR1cGIMSeJrX8RhCKjdSRxCIreL psCkJ0pKonVoYam2dtrn8pasHG2JXY8AjJ4uA1/4RaaDrqsaG6iJagRamG7ZiJu1Fb 2uAYu46jtRLcw== Message-ID: <54A00A7A.2000100@gibfest.dk> Date: Sun, 28 Dec 2014 14:49:46 +0100 From: Thomas Steen Rasmussen User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: stable@freebsd.org Subject: "random" hangs during boot, ACPI related ? Workaround problem by disabling HTT Content-Type: multipart/mixed; boundary="------------010804020506050208040601" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 13:49:57 -0000 This is a multi-part message in MIME format. --------------010804020506050208040601 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 =20 Hello list, I've had a problem a couple of times now that I wanted to share with the list to see what you have to say. The problem is that FreeBSD sometimes hangs during boot, the last line of output from the kernel is "ACPI APIC Table: " and then nothing more happens. This seems to be related to something not getting initialized correctly after a soft reboot, but only sometimes. The first time I tried this it was on a server that has been in production for months, and suddently after a reboot during an installworld run it froze. Even a verbose boot doesn't reveal anything that jumps at me: http://i.imgur.com/y04ACyP.png Hard rebooting the server appears to solve it, until next reboot where it may or may not happen again. The same problem seems to affect others. This is the thread where I found suggestions for workarounds: https://bugs.pcbsd.org/issues/4024 Workarounds include disabling C3 or disabling HTT in bios. Disabling C3 did nothing for me, but disabling HTT made the server boot successfully again. The FreeBSD versions involved are 9 and 10, various versions. I've attached /var/run/dmesg.boot from one of the servers that had the problem a few weeks ago. On this server I've disabled HTT in the bios which worked around the problem. I just bought a new server at Hetzner (the hosting provider where I am experienzing this problem) and the server is not in production yet. I wanted to hold off on disabling HTT to see if anyone wants me to check something so we can get this fixed. Thoughts ? More info available on request. Best regards, /Thomas Steen Rasmussen -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) =20 iQIcBAEBAgAGBQJUoAp5AAoJEHcv938JcvpYGRYQAMdi9Qc/+VQ6d//quk2N9agM VxnlL3njbPdROO/wSOP8zotdYWJZr7axNcgK4Ficp0ksCr9wc9tellvjnHeaE7yB SVoB/bM9GPZXOb0YuCwAy7taqoGM925DNJFD/bVgvYXENC1y7HkfAa47/JjQycV7 2vjHeLNmGr6nX5cXiT5pPdWzcODjQWIiWhMVTuuZGbySn5M/i+9EUteyZC2oJaf7 sgEpmEqtOxV9DLek0mKJquzdC0nQBQloKXC4j7c3Z1HaqIcn62Cu15IByForTHse oIMPrfynVZt4ltSGxCV0fzvnWIN1WTEMbwWwuJyTz1Xygxo4Q+XR9jMnmpVV+OeH W+Ds3Oo6tyFE+D+8gAG4zyHSNuq/WD/D8/OKyOWRha2VvpWcypQ4RwaOkhQMecn6 MabVoJLlryI2+E3e0CP+nYloiQaAPL/RImw0f1Ms3BDjU75vEAs+/CpqiMDuqzLu tXWL8sYlGYXUi6enXPWbqkzTIVjv7dLpah6twKG9opb5hwem+O01fqtbZJ4uwkzg D0wiHY6dljKbpU0gevu/kok1cPqmDFMXTO9Zx87bf2GlyaCDW+vQsPS36jQHze7u aESqeNRo+AHt7evP7+6sXZXeeW8ENWanFNkuelecnxKMobAiAIEWnoeb8sIOfEPk OS3N99D96XTa1AmCSenL =3Dzbsy -----END PGP SIGNATURE----- --------------010804020506050208040601 Content-Type: text/plain; charset=windows-1252; name="dmesg.boot.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg.boot.txt" Q29weXJpZ2h0IChjKSAxOTkyLTIwMTQgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0 IChjKSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAx OTkzLCAxOTk0CiAgICAgICAgVGhlIFJlZ2VudHMgb2YgdGhlIFVuaXZlcnNpdHkgb2YgQ2Fs aWZvcm5pYS4gQWxsIHJpZ2h0cyByZXNlcnZlZC4KRnJlZUJTRCBpcyBhIHJlZ2lzdGVyZWQg dHJhZGVtYXJrIG9mIFRoZSBGcmVlQlNEIEZvdW5kYXRpb24uCkZyZWVCU0QgOS4zLVNUQUJM RSAjMiByMjc1NjkzOiBUaHUgRGVjIDExIDAwOjAxOjI3IFVUQyAyMDE0CiAgICByb290QGt1 c2gudHlrbmV0LmRrOi91c3Ivb2JqL3Vzci9zcmMvc3lzL1RZS0pBSUwgYW1kNjQKZ2NjIHZl cnNpb24gNC4yLjEgMjAwNzA4MzEgcGF0Y2hlZCBbRnJlZUJTRF0KQ1BVOiBJbnRlbChSKSBY ZW9uKFIpIENQVSBFMy0xMjcwIHYzIEAgMy41MEdIeiAoMzQ5MS45OS1NSHogSzgtY2xhc3Mg Q1BVKQogIE9yaWdpbiA9ICJHZW51aW5lSW50ZWwiICBJZCA9IDB4MzA2YzMgIEZhbWlseSA9 IDB4NiAgTW9kZWwgPSAweDNjICBTdGVwcGluZyA9IDMKICBGZWF0dXJlcz0weGJmZWJmYmZm PEZQVSxWTUUsREUsUFNFLFRTQyxNU1IsUEFFLE1DRSxDWDgsQVBJQyxTRVAsTVRSUixQR0Us TUNBLENNT1YsUEFULFBTRTM2LENMRkxVU0gsRFRTLEFDUEksTU1YLEZYU1IsU1NFLFNTRTIs U1MsSFRULFRNLFBCRT4KICBGZWF0dXJlczI9MHg3ZmZhZmJmZjxTU0UzLFBDTE1VTFFEUSxE VEVTNjQsTU9OLERTX0NQTCxWTVgsU01YLEVTVCxUTTIsU1NTRTMsPGIxMT4sRk1BLENYMTYs eFRQUixQRENNLFBDSUQsU1NFNC4xLFNTRTQuMix4MkFQSUMsTU9WQkUsUE9QQ05ULFRTQ0RM VCxBRVNOSSxYU0FWRSxPU1hTQVZFLEFWWCxGMTZDLFJEUkFORD4KICBBTUQgRmVhdHVyZXM9 MHgyYzEwMDgwMDxTWVNDQUxMLE5YLFBhZ2UxR0IsUkRUU0NQLExNPgogIEFNRCBGZWF0dXJl czI9MHgyMTxMQUhGLEFCTT4KICBTdGFuZGFyZCBFeHRlbmRlZCBGZWF0dXJlcz0weDJmYmI8 R1NGU0JBU0UsVFNDQURKLFNNRVAsRU5ITU9WU0IsSU5WUENJRD4KICBUU0M6IFAtc3RhdGUg aW52YXJpYW50LCBwZXJmb3JtYW5jZSBzdGF0aXN0aWNzCnJlYWwgbWVtb3J5ICA9IDM0MzU5 NzM4MzY4ICgzMjc2OCBNQikKYXZhaWwgbWVtb3J5ID0gMzMwODcwMDQ2NzIgKDMxNTU0IE1C KQpFdmVudCB0aW1lciAiTEFQSUMiIHF1YWxpdHkgNjAwCkFDUEkgQVBJQyBUYWJsZTogPElO VEVMICBERU5MT1c+CkZyZWVCU0QvU01QOiBNdWx0aXByb2Nlc3NvciBTeXN0ZW0gRGV0ZWN0 ZWQ6IDQgQ1BVcwpGcmVlQlNEL1NNUDogMSBwYWNrYWdlKHMpIHggNCBjb3JlKHMpCiBjcHUw IChCU1ApOiBBUElDIElEOiAgMAogY3B1MSAoQVApOiBBUElDIElEOiAgMgogY3B1MiAoQVAp OiBBUElDIElEOiAgNAogY3B1MyAoQVApOiBBUElDIElEOiAgNgppb2FwaWMwIDxWZXJzaW9u IDIuMD4gaXJxcyAwLTIzIG9uIG1vdGhlcmJvYXJkCmtiZDEgYXQga2JkbXV4MAphY3BpMDog PElOVEVMIERFTkxPVz4gb24gbW90aGVyYm9hcmQKYWNwaTA6IFBvd2VyIEJ1dHRvbiAoZml4 ZWQpCmFjcGkwOiByZXNlcnZhdGlvbiBvZiBmZjAwMDAwMCwgMTAwMGZmZiAoMykgZmFpbGVk CmNwdTA6IDxBQ1BJIENQVT4gb24gYWNwaTAKY3B1MTogPEFDUEkgQ1BVPiBvbiBhY3BpMApj cHUyOiA8QUNQSSBDUFU+IG9uIGFjcGkwCmNwdTM6IDxBQ1BJIENQVT4gb24gYWNwaTAKaHBl dDA6IDxIaWdoIFByZWNpc2lvbiBFdmVudCBUaW1lcj4gaW9tZW0gMHhmZWQwMDAwMC0weGZl ZDAwM2ZmIG9uIGFjcGkwClRpbWVjb3VudGVyICJIUEVUIiBmcmVxdWVuY3kgMTQzMTgxODAg SHogcXVhbGl0eSA5NTAKRXZlbnQgdGltZXIgIkhQRVQiIGZyZXF1ZW5jeSAxNDMxODE4MCBI eiBxdWFsaXR5IDU1MApFdmVudCB0aW1lciAiSFBFVDEiIGZyZXF1ZW5jeSAxNDMxODE4MCBI eiBxdWFsaXR5IDQ0MApFdmVudCB0aW1lciAiSFBFVDIiIGZyZXF1ZW5jeSAxNDMxODE4MCBI eiBxdWFsaXR5IDQ0MApFdmVudCB0aW1lciAiSFBFVDMiIGZyZXF1ZW5jeSAxNDMxODE4MCBI eiBxdWFsaXR5IDQ0MApFdmVudCB0aW1lciAiSFBFVDQiIGZyZXF1ZW5jeSAxNDMxODE4MCBI eiBxdWFsaXR5IDQ0MAphdHJ0YzA6IDxBVCByZWFsdGltZSBjbG9jaz4gcG9ydCAweDcwLTB4 NzcgaXJxIDggb24gYWNwaTAKYXRydGMwOiBXYXJuaW5nOiBDb3VsZG4ndCBtYXAgSS9PLgpF dmVudCB0aW1lciAiUlRDIiBmcmVxdWVuY3kgMzI3NjggSHogcXVhbGl0eSAwCmF0dGltZXIw OiA8QVQgdGltZXI+IHBvcnQgMHg0MC0weDQzLDB4NTAtMHg1MyBpcnEgMCBvbiBhY3BpMApU aW1lY291bnRlciAiaTgyNTQiIGZyZXF1ZW5jeSAxMTkzMTgyIEh6IHF1YWxpdHkgMApFdmVu dCB0aW1lciAiaTgyNTQiIGZyZXF1ZW5jeSAxMTkzMTgyIEh6IHF1YWxpdHkgMTAwClRpbWVj b3VudGVyICJBQ1BJLWZhc3QiIGZyZXF1ZW5jeSAzNTc5NTQ1IEh6IHF1YWxpdHkgOTAwCmFj cGlfdGltZXIwOiA8MjQtYml0IHRpbWVyIGF0IDMuNTc5NTQ1TUh6PiBwb3J0IDB4NDA4LTB4 NDBiIG9uIGFjcGkwCnBjaWIwOiA8QUNQSSBIb3N0LVBDSSBicmlkZ2U+IHBvcnQgMHhjZjgt MHhjZmYgb24gYWNwaTAKcGNpMDogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjAKeGhjaTA6IDxJ bnRlbCBMeW54IFBvaW50IFVTQiAzLjAgY29udHJvbGxlcj4gbWVtIDB4YzAxMjAwMDAtMHhj MDEyZmZmZiBpcnEgMTYgYXQgZGV2aWNlIDIwLjAgb24gcGNpMAp4aGNpMDogMzIgYnl0ZSBj b250ZXh0IHNpemUuCnhoY2kwOiBQb3J0IHJvdXRpbmcgbWFzayBzZXQgdG8gMHhmZmZmZmZm Zgp1c2J1czAgb24geGhjaTAKZWhjaTA6IDxJbnRlbCBMeW54IFBvaW50IFVTQiAyLjAgY29u dHJvbGxlciBVU0ItQj4gbWVtIDB4YzEyMjAwMDAtMHhjMTIyMDNmZiBpcnEgMTYgYXQgZGV2 aWNlIDI2LjAgb24gcGNpMAp1c2J1czE6IEVIQ0kgdmVyc2lvbiAxLjAKdXNidXMxIG9uIGVo Y2kwCnBjaWIxOiA8QUNQSSBQQ0ktUENJIGJyaWRnZT4gaXJxIDE2IGF0IGRldmljZSAyOC4w IG9uIHBjaTAKcGNpMTogPEFDUEkgUENJIGJ1cz4gb24gcGNpYjEKdmdhcGNpMDogPFZHQS1j b21wYXRpYmxlIGRpc3BsYXk+IG1lbSAweGMyMDAwMDAwLTB4YzJmZmZmZmYsMHhjMTAxMDAw MC0weGMxMDEzZmZmLDB4YzA4MDAwMDAtMHhjMGZmZmZmZiBpcnEgMTYgYXQgZGV2aWNlIDAu MCBvbiBwY2kxCnZnYXBjaTA6IEJvb3QgdmlkZW8gZGV2aWNlCnBjaWIyOiA8QUNQSSBQQ0kt UENJIGJyaWRnZT4gaXJxIDE3IGF0IGRldmljZSAyOC4xIG9uIHBjaTAKcGNpMjogPEFDUEkg UENJIGJ1cz4gb24gcGNpYjIKaWdiMDogPEludGVsKFIpIFBSTy8xMDAwIE5ldHdvcmsgQ29u bmVjdGlvbiB2ZXJzaW9uIC0gMi40LjA+IHBvcnQgMHgzMDAwLTB4MzAxZiBtZW0gMHhjMTEw MDAwMC0weGMxMTdmZmZmLDB4YzExODAwMDAtMHhjMTE4M2ZmZiBpcnEgMTcgYXQgZGV2aWNl IDAuMCBvbiBwY2kyCmlnYjA6IFVzaW5nIE1TSVggaW50ZXJydXB0cyB3aXRoIDUgdmVjdG9y cwppZ2IwOiBFdGhlcm5ldCBhZGRyZXNzOiAwMDoxZTo2Nzo5OTo2YjoyMgppZ2IwOiBCb3Vu ZCBxdWV1ZSAwIHRvIGNwdSAwCmlnYjA6IEJvdW5kIHF1ZXVlIDEgdG8gY3B1IDEKaWdiMDog Qm91bmQgcXVldWUgMiB0byBjcHUgMgppZ2IwOiBCb3VuZCBxdWV1ZSAzIHRvIGNwdSAzCmVo Y2kxOiA8SW50ZWwgTHlueCBQb2ludCBVU0IgMi4wIGNvbnRyb2xsZXIgVVNCLUE+IG1lbSAw eGMxMjEwMDAwLTB4YzEyMTAzZmYgaXJxIDIzIGF0IGRldmljZSAyOS4wIG9uIHBjaTAKdXNi dXMyOiBFSENJIHZlcnNpb24gMS4wCnVzYnVzMiBvbiBlaGNpMQppc2FiMDogPFBDSS1JU0Eg YnJpZGdlPiBhdCBkZXZpY2UgMzEuMCBvbiBwY2kwCmlzYTA6IDxJU0EgYnVzPiBvbiBpc2Fi MAphaGNpMDogPEludGVsIEx5bnggUG9pbnQgQUhDSSBTQVRBIGNvbnRyb2xsZXI+IHBvcnQg MHg0MDcwLTB4NDA3NywweDQwNjAtMHg0MDYzLDB4NDA1MC0weDQwNTcsMHg0MDQwLTB4NDA0 MywweDQwMjAtMHg0MDNmIG1lbSAweGMxMjAwMDAwLTB4YzEyMDA3ZmYgaXJxIDE5IGF0IGRl dmljZSAzMS4yIG9uIHBjaTAKYWhjaTA6IEFIQ0kgdjEuMzAgd2l0aCA2IDZHYnBzIHBvcnRz LCBQb3J0IE11bHRpcGxpZXIgbm90IHN1cHBvcnRlZAphaGNpY2gwOiA8QUhDSSBjaGFubmVs PiBhdCBjaGFubmVsIDAgb24gYWhjaTAKYWhjaWNoMTogPEFIQ0kgY2hhbm5lbD4gYXQgY2hh bm5lbCAxIG9uIGFoY2kwCmFoY2ljaDI6IDxBSENJIGNoYW5uZWw+IGF0IGNoYW5uZWwgMiBv biBhaGNpMAphaGNpY2gzOiA8QUhDSSBjaGFubmVsPiBhdCBjaGFubmVsIDMgb24gYWhjaTAK YWhjaWNoNDogPEFIQ0kgY2hhbm5lbD4gYXQgY2hhbm5lbCA0IG9uIGFoY2kwCmFoY2ljaDU6 IDxBSENJIGNoYW5uZWw+IGF0IGNoYW5uZWwgNSBvbiBhaGNpMAphY3BpX3R6MDogPFRoZXJt YWwgWm9uZT4gb24gYWNwaTAKYWNwaV90ejE6IDxUaGVybWFsIFpvbmU+IG9uIGFjcGkwCnVh cnQwOiA8MTY1NTAgb3IgY29tcGF0aWJsZT4gcG9ydCAweDNmOC0weDNmZiBpcnEgNCBmbGFn cyAweDEwIG9uIGFjcGkwCnVhcnQxOiA8MTY1NTAgb3IgY29tcGF0aWJsZT4gcG9ydCAweDJm OC0weDJmZiBpcnEgMyBvbiBhY3BpMApiYXR0ZXJ5MDogPEFDUEkgQ29udHJvbCBNZXRob2Qg QmF0dGVyeT4gb24gYWNwaTAKYmF0dGVyeTE6IDxBQ1BJIENvbnRyb2wgTWV0aG9kIEJhdHRl cnk+IG9uIGFjcGkwCmJhdHRlcnkyOiA8QUNQSSBDb250cm9sIE1ldGhvZCBCYXR0ZXJ5PiBv biBhY3BpMApwcGMxOiBjYW5ub3QgcmVzZXJ2ZSBJL08gcG9ydCByYW5nZQpvcm0wOiA8SVNB IE9wdGlvbiBST01zPiBhdCBpb21lbSAweGMwMDAwLTB4YzdmZmYsMHhjODAwMC0weGM4ZmZm IG9uIGlzYTAKc2MwOiA8U3lzdGVtIGNvbnNvbGU+IGF0IGZsYWdzIDB4MTAwIG9uIGlzYTAK c2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZsYWdzPTB4MzAwPgp2Z2EwOiA8R2Vu ZXJpYyBJU0EgVkdBPiBhdCBwb3J0IDB4M2MwLTB4M2RmIGlvbWVtIDB4YTAwMDAtMHhiZmZm ZiBvbiBpc2EwCnBwYzA6IGNhbm5vdCByZXNlcnZlIEkvTyBwb3J0IHJhbmdlCmVzdDA6IDxF bmhhbmNlZCBTcGVlZFN0ZXAgRnJlcXVlbmN5IENvbnRyb2w+IG9uIGNwdTAKcDR0Y2MwOiA8 Q1BVIEZyZXF1ZW5jeSBUaGVybWFsIENvbnRyb2w+IG9uIGNwdTAKZXN0MTogPEVuaGFuY2Vk IFNwZWVkU3RlcCBGcmVxdWVuY3kgQ29udHJvbD4gb24gY3B1MQpwNHRjYzE6IDxDUFUgRnJl cXVlbmN5IFRoZXJtYWwgQ29udHJvbD4gb24gY3B1MQplc3QyOiA8RW5oYW5jZWQgU3BlZWRT dGVwIEZyZXF1ZW5jeSBDb250cm9sPiBvbiBjcHUyCnA0dGNjMjogPENQVSBGcmVxdWVuY3kg VGhlcm1hbCBDb250cm9sPiBvbiBjcHUyCmVzdDM6IDxFbmhhbmNlZCBTcGVlZFN0ZXAgRnJl cXVlbmN5IENvbnRyb2w+IG9uIGNwdTMKcDR0Y2MzOiA8Q1BVIEZyZXF1ZW5jeSBUaGVybWFs IENvbnRyb2w+IG9uIGNwdTMKdXNidXMwOiA1LjBHYnBzIFN1cGVyIFNwZWVkIFVTQiB2My4w ClpGUyBmaWxlc3lzdGVtIHZlcnNpb246IDUKWkZTIHN0b3JhZ2UgcG9vbCB2ZXJzaW9uOiBm ZWF0dXJlcyBzdXBwb3J0ICg1MDAwKQpUaW1lY291bnRlcnMgdGljayBldmVyeSAxLjAwMCBt c2VjCnVzYnVzMTogNDgwTWJwcyBIaWdoIFNwZWVkIFVTQiB2Mi4wCnVzYnVzMjogNDgwTWJw cyBIaWdoIFNwZWVkIFVTQiB2Mi4wCnVnZW4wLjE6IDwweDgwODY+IGF0IHVzYnVzMAp1aHVi MDogPDB4ODA4NiBYSENJIHJvb3QgSFVCLCBjbGFzcyA5LzAsIHJldiAzLjAwLzEuMDAsIGFk ZHIgMT4gb24gdXNidXMwCnVnZW4xLjE6IDxJbnRlbD4gYXQgdXNidXMxCnVodWIxOiA8SW50 ZWwgRUhDSSByb290IEhVQiwgY2xhc3MgOS8wLCByZXYgMi4wMC8xLjAwLCBhZGRyIDE+IG9u IHVzYnVzMQp1Z2VuMi4xOiA8SW50ZWw+IGF0IHVzYnVzMgp1aHViMjogPEludGVsIEVIQ0kg cm9vdCBIVUIsIGNsYXNzIDkvMCwgcmV2IDIuMDAvMS4wMCwgYWRkciAxPiBvbiB1c2J1czIK YWRhMCBhdCBhaGNpY2gwIGJ1cyAwIHNjYnVzMCB0YXJnZXQgMCBsdW4gMAphZGEwOiA8SEdT VCBIVVM3MjQwNDBBTEE2NDAgTUZBT0FBNzA+IEFUQS04IFNBVEEgMy54IGRldmljZQphZGEw OiBTZXJpYWwgTnVtYmVyIFBOMTMzNFBBS1c3NjNTCmFkYTA6IDYwMC4wMDBNQi9zIHRyYW5z ZmVycyAoU0FUQSAzLngsIFVETUE2LCBQSU8gODE5MmJ5dGVzKQphZGEwOiBDb21tYW5kIFF1 ZXVlaW5nIGVuYWJsZWQKYWRhMDogMzgxNTQ0N01CICg3ODE0MDM3MTY4IDUxMiBieXRlIHNl Y3RvcnM6IDE2SCA2M1MvVCAxNjM4M0MpCmFkYTA6IFByZXZpb3VzbHkgd2FzIGtub3duIGFz IGFkNAphZGExIGF0IGFoY2ljaDEgYnVzIDAgc2NidXMxIHRhcmdldCAwIGx1biAwCmFkYTE6 IDxIR1NUIEhVUzcyNDA0MEFMQTY0MCBNRkFPQUE3MD4gQVRBLTggU0FUQSAzLnggZGV2aWNl CmFkYTE6IFNlcmlhbCBOdW1iZXIgUE4xMzM0UEFLUkJESFMKYWRhMTogNjAwLjAwME1CL3Mg dHJhbnNmZXJzIChTQVRBIDMueCwgVURNQTYsIFBJTyA4MTkyYnl0ZXMpCmFkYTE6IENvbW1h bmQgUXVldWVpbmcgZW5hYmxlZAphZGExOiAzODE1NDQ3TUIgKDc4MTQwMzcxNjggNTEyIGJ5 dGUgc2VjdG9yczogMTZIIDYzUy9UIDE2MzgzQykKYWRhMTogUHJldmlvdXNseSB3YXMga25v d24gYXMgYWQ2ClNNUDogQVAgQ1BVICMxIExhdW5jaGVkIQpTTVA6IEFQIENQVSAjMyBMYXVu Y2hlZCEKU01QOiBBUCBDUFUgIzIgTGF1bmNoZWQhClRpbWVjb3VudGVyICJUU0MtbG93IiBm cmVxdWVuY3kgMTc0NTk5Mzg3NCBIeiBxdWFsaXR5IDEwMDAKUm9vdCBtb3VudCB3YWl0aW5n IGZvcjogdXNidXMyIHVzYnVzMSB1c2J1czAKdWh1YjE6IDIgcG9ydHMgd2l0aCAyIHJlbW92 YWJsZSwgc2VsZiBwb3dlcmVkCnVodWIyOiAyIHBvcnRzIHdpdGggMiByZW1vdmFibGUsIHNl bGYgcG93ZXJlZAp1aHViMDogMjEgcG9ydHMgd2l0aCAyMSByZW1vdmFibGUsIHNlbGYgcG93 ZXJlZApSb290IG1vdW50IHdhaXRpbmcgZm9yOiB1c2J1czIgdXNidXMxIHVzYnVzMAp1Z2Vu MC4yOiA8R0FTSUE+IGF0IHVzYnVzMAp1a2JkMDogPEdBU0lBIFBTMnRvVVNCIEFkYXB0ZXIs IGNsYXNzIDAvMCwgcmV2IDEuMTAvMi4wMSwgYWRkciAxPiBvbiB1c2J1czAKa2JkMCBhdCB1 a2JkMAp1bXMwOiA8R0FTSUEgUFMydG9VU0IgQWRhcHRlciwgY2xhc3MgMC8wLCByZXYgMS4x MC8yLjAxLCBhZGRyIDE+IG9uIHVzYnVzMAp1bXMwOiA1IGJ1dHRvbnMgYW5kIFtYWVpdIGNv b3JkaW5hdGVzIElEPTEKdWdlbjEuMjogPHZlbmRvciAweDgwODc+IGF0IHVzYnVzMQp1aHVi MzogPHZlbmRvciAweDgwODcgcHJvZHVjdCAweDgwMDgsIGNsYXNzIDkvMCwgcmV2IDIuMDAv MC4wNSwgYWRkciAyPiBvbiB1c2J1czEKdWdlbjIuMjogPHZlbmRvciAweDgwODc+IGF0IHVz YnVzMgp1aHViNDogPHZlbmRvciAweDgwODcgcHJvZHVjdCAweDgwMDAsIGNsYXNzIDkvMCwg cmV2IDIuMDAvMC4wNSwgYWRkciAyPiBvbiB1c2J1czIKdWh1YjM6IDYgcG9ydHMgd2l0aCA2 IHJlbW92YWJsZSwgc2VsZiBwb3dlcmVkCnVodWI0OiA4IHBvcnRzIHdpdGggOCByZW1vdmFi bGUsIHNlbGYgcG93ZXJlZAp1Z2VuMC4zOiA8dmVuZG9yIDB4MDVlMz4gYXQgdXNidXMwCnVo dWI1OiA8dmVuZG9yIDB4MDVlMyBVU0IyLjAgSHViLCBjbGFzcyA5LzAsIHJldiAyLjAwLzc3 LjYzLCBhZGRyIDI+IG9uIHVzYnVzMAp1aHViNTogNCBwb3J0cyB3aXRoIDQgcmVtb3ZhYmxl LCBzZWxmIHBvd2VyZWQKUm9vdCBtb3VudCB3YWl0aW5nIGZvcjogdXNidXMwCnVnZW4wLjQ6 IDxMb2dpdGVjaD4gYXQgdXNidXMwCnVrYmQxOiA8VVNCIEtleWJvYXJkPiBvbiB1c2J1czAK a2JkMiBhdCB1a2JkMQp1aGlkMDogPFVTQiBLZXlib2FyZD4gb24gdXNidXMwClJvb3QgbW91 bnQgd2FpdGluZyBmb3I6IHVzYnVzMAp1Z2VuMC41OiA8UGVwcGVyY29uIEFHPiBhdCB1c2J1 czAKdWtiZDI6IDxQZXBwZXJjb24gQUcgTXVsdGlkZXZpY2UsIGNsYXNzIDAvMCwgcmV2IDIu MDAvMC4wMSwgYWRkciA0PiBvbiB1c2J1czAKa2JkMyBhdCB1a2JkMgp1aGlkMTogPFBlcHBl cmNvbiBBRyBNdWx0aWRldmljZSwgY2xhc3MgMC8wLCByZXYgMi4wMC8wLjAxLCBhZGRyIDQ+ IG9uIHVzYnVzMApSb290IG1vdW50IHdhaXRpbmcgZm9yOiB1c2J1czAKdWdlbjAuNjogPEFt ZXJpY2FuIE1lZ2F0cmVuZHMgSW5jLj4gYXQgdXNidXMwCnVrYmQzOiA8S2V5Ym9hcmQgSW50 ZXJmYWNlPiBvbiB1c2J1czAKa2JkNCBhdCB1a2JkMwp1bXMxOiA8TW91c2UgSW50ZXJmYWNl PiBvbiB1c2J1czAKdW1zMTogMyBidXR0b25zIGFuZCBbWl0gY29vcmRpbmF0ZXMgSUQ9MApU cnlpbmcgdG8gbW91bnQgcm9vdCBmcm9tIHpmczp0YW5rL3Jvb3QgW10uLi4KY3J5cHRvc29m dDA6IDxzb2Z0d2FyZSBjcnlwdG8+IG9uIG1vdGhlcmJvYXJkCkdFT01fRUxJOiBEZXZpY2Ug YWRhMHAzLmVsaSBjcmVhdGVkLgpHRU9NX0VMSTogRW5jcnlwdGlvbjogQUVTLVhUUyAxMjgK R0VPTV9FTEk6ICAgICBDcnlwdG86IHNvZnR3YXJlCkdFT01fRUxJOiBEZXZpY2UgYWRhMXAz LmVsaSBjcmVhdGVkLgpHRU9NX0VMSTogRW5jcnlwdGlvbjogQUVTLVhUUyAxMjgKR0VPTV9F TEk6ICAgICBDcnlwdG86IHNvZnR3YXJlCmlnYjA6IGxpbmsgc3RhdGUgY2hhbmdlZCB0byBV UAo= --------------010804020506050208040601-- From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 16:29:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37F1735E for ; Sun, 28 Dec 2014 16:29:01 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 11BEC6491F for ; Sun, 28 Dec 2014 16:29:01 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 2CD2AB924; Sun, 28 Dec 2014 11:29:00 -0500 (EST) From: John Baldwin To: Richard Perini Subject: Re: NFS negative name caching and amd Date: Sun, 28 Dec 2014 11:27:29 -0500 Message-ID: <2226907.ffl2dAmvtd@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <20141222232527.GA52306@odi.ci.com.au> References: <20141221102746.GA11278@odi.ci.com.au> <201412221004.48504.jhb@freebsd.org> <20141222232527.GA52306@odi.ci.com.au> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sun, 28 Dec 2014 11:29:00 -0500 (EST) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 16:29:01 -0000 On Tuesday, December 23, 2014 10:25:27 AM Richard Perini wrote: > I just ran up autofs and automountd on 10-stable, set the negnametimeo > option in auto_master and it works a treat. However it will be quite > some time before we're able to shift off 9 which leaves us with the > kernel option as the easiest path. > > I'd point out that the nfs client code in > /usr/src/sys/fs/nfsclient/nfsmount.h is already coded to allow override: > > ifndef NFS_DEFAULT_NEGNAMETIMEO > #define NFS_DEFAULT_NEGNAMETIMEO 60 > #endif > > so all that is required is the entry in the "options" file. Naturally > we can add that ourselves (the beauty of open source :-) but it would > be the only change to the native FreeBSD code for us, so of course > we'd prefer to see it in the tree. > > Regards, and compliments of the season. I think for the future (10.x and later) the autofs solution is preferred, so the option would be unused if added to HEAD. (I also think setting it via autofs is preferable as it is better documented and is more fine-grained since it is per-mount.) Given that, I would only add the option on 9.x. However, I think there's another route you can use to set this option using a stock source tree. First, you could set COPTFLAGS in /etc/src.conf and add '-DNFS_DEFAULT_NEGNAMETIMEO=0' to it (e.g. set COPTFLAGS to "-O2 -pipe -D Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F9655AB for ; Sun, 28 Dec 2014 16:54:10 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E666264CE9 for ; Sun, 28 Dec 2014 16:54:09 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so22073172wiv.4 for ; Sun, 28 Dec 2014 08:54:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=XC6SVaulDxFef9Ikpm4SYMZWUWZVId4ANKsF16pwwAU=; b=mpknNTvgNpiLfHcVrwpYCUJJH7cyFC4TbWS4At/blZLnPO1oDUAny56IO9yxzPUnz7 37KGjHmLZqwPnzWx9Nn6zlAN4nMqk1zzy560LRczMFc65+5TK3YsLFgD6u7y0+0Zvyhn JHxYmIe6i2nU/gD/pg8MrH0gL8yXNtwPo4Oe/mvmhEfi33HLK8UkCuQ+9/FyLqFGbn78 zG6odS0+soiGpqcNO02jM2vJZdpKiNaiJzGhZFcH/S3aWNT1IS2vJAKeseZ9egzJIinR NT74nS7qw3Gq/1JUd50frNzCG0jzQG3hx5YyKQsiNSu40SWI7o/cvSGpa/KBbOvwxXE8 x78Q== X-Gm-Message-State: ALoCoQk7BCS8JbkLejfJ92bH1w6fIFdmt7J7qIUpfHKxDB43uHZVUeQAKiD2oiu1ZNfBE3TXL0D4 X-Received: by 10.180.20.50 with SMTP id k18mr88932024wie.31.1419785647926; Sun, 28 Dec 2014 08:54:07 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id ep9sm36216972wid.3.2014.12.28.08.54.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 08:54:07 -0800 (PST) Message-ID: <54A035A7.7010401@multiplay.co.uk> Date: Sun, 28 Dec 2014 16:53:59 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> <549EC712.3010909@multiplay.co.uk> <549EC87C.2010909@multiplay.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 16:54:10 -0000 On 28/12/2014 07:36, Dr Josef Karthauser wrote: > On 27 Dec 2014, at 22:57, Warren Block wrote: > >> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >> >>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting again and will report back whether it now works or not! :). >> Misalignment just makes for slow performance, particularly on writes. >> > Ok, fixed. With -a4k is it now booting. Looks like the partitions werent aligned! > > As to whether they ought to be aligned by default, this box is on a slightly older version: > > 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 > > so perhaps thats been fixed since. > > Many thanks folk for your help! > Would you mind testing to see if this is indeed fixed in 10.1 or current? Would be good to ensure this is actually fixed? Regards Steve From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 17:30:44 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CB0EC6C for ; Sun, 28 Dec 2014 17:30:44 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id 63E2D6626F for ; Sun, 28 Dec 2014 17:30:43 +0000 (UTC) Received: from Extravariant (unknown [90.155.77.76]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id AF3A6EE6; Sun, 28 Dec 2014 17:30:25 +0000 (UTC) From: Dr Josef Karthauser To: Steven Hartland Subject: Re: Creating a bootable ZFS disk? X-Mailer: eMailGanizer Message-ID: 2F77CFBF-BB4D-45F7-A441-307602617498.goodhumans@emailganizer.goodhumans.com Date: Sun, 28 Dec 2014 17:30:23 +0000 Reply-To: Dr Josef Karthauser In-Reply-To: <54A035A7.7010401@multiplay.co.uk> References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk>, <549EC712.3010909@multiplay.co.uk>, <549EC87C.2010909@multiplay.co.uk>, , , , <54A035A7.7010401@multiplay.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 17:30:44 -0000 On 28 Dec 2014 at 4:53:59 pm GMT, Steven Hartland = wrote: =20 > On 28/12/2014 07:36, Dr Josef Karthauser wrote: > > On 27 Dec 2014, at 22:57, Warren Block wrote: > > > >> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: > >> > >>> I only have 'zfs_load=3D?YES?? in my /boot/loader.conf. I?m hoping = the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting = again and will report back whether it now works or not! :). > >> Misalignment just makes for slow performance, particularly on = writes. > >> > > Ok, fixed. With -a4k is it now booting. Looks like the partitions = weren=E2=80=99t aligned! > > > > As to whether they ought to be aligned by default, this box is on a = slightly older version: > > > > 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 = UTC 2014 > > > > so perhaps that=E2=80=99s been fixed since. > > > > Many thanks folk for your help! > > > Would you mind testing to see if this is indeed fixed in 10.1 or = current? >=20 > Would be good to ensure this is actually fixed? >=20 Grr. I've just updated to 10.1 and now my ata controllers are erroring = like crazy! Luckily booting kernel.old works. We're there issues with 10.1?=20 Joe From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 17:45:31 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C834EE81 for ; Sun, 28 Dec 2014 17:45:31 +0000 (UTC) Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A406664BD for ; Sun, 28 Dec 2014 17:45:31 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id y19so17379335wgg.21 for ; Sun, 28 Dec 2014 09:45:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=/XyEPPKXLx7WJKlWBSAUbjZCX7n7xRcMFTlcAr3c2NE=; b=h2w2zehsu6aiZXWwicVgVBI744Ir2CAbNDjGS0T7kfu05EZVy0giemFNSnAW3FgemW n/X/X2Lu9ctlwvw+aFjwI0qOPTuXf/5xvFGNc9LvMzSY3nK2wBW0HD7sVP7e6cXlOFfX JZdDu0CHhtreIuKWf8EAaq1PtBjnwSvhREfmlRZvpG9ZXNDMroBQo+WNzi7icW907MiO cqOQrz1E1WST1q7b8h8gLIs5YjveEeOwWRwIR7hAxevs/CdSWg11QQCqangcj6/uf0Ai ndA28FSGQujRUg75y4clEp+NwRynBOit/6lEL87RtzK093PPAlC3s3Eb1daqC3C+LGli glKw== X-Gm-Message-State: ALoCoQm3qQOhaVcKBEp2oXFbbEWgcqP1YBAJGUqDB964MerB81CutZ+QaYqtdLsQJu5gHMMuZjeQ X-Received: by 10.194.75.195 with SMTP id e3mr45990740wjw.44.1419788729627; Sun, 28 Dec 2014 09:45:29 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id ej10sm39720248wib.1.2014.12.28.09.45.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 09:45:28 -0800 (PST) Message-ID: <54A041B2.4080400@multiplay.co.uk> Date: Sun, 28 Dec 2014 17:45:22 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk>, <549EC712.3010909@multiplay.co.uk>, <549EC87C.2010909@multiplay.co.uk>, , , , <54A035A7.7010401@multiplay.co.uk> <54a03e50.886f320a.3f53.ffffe8cbSMTPIN_ADDED_BROKEN@mx.google.com> In-Reply-To: <54a03e50.886f320a.3f53.ffffe8cbSMTPIN_ADDED_BROKEN@mx.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 17:45:32 -0000 On 28/12/2014 17:30, Dr Josef Karthauser wrote: > > On 28 Dec 2014 at 4:53:59 pm GMT, Steven Hartland wrote: > >> On 28/12/2014 07:36, Dr Josef Karthauser wrote: >>> On 27 Dec 2014, at 22:57, Warren Block wrote: >>> >>>> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >>>> >>>>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting again and will report back whether it now works or not! :). >>>> Misalignment just makes for slow performance, particularly on writes. >>>> >>> Ok, fixed. With -a4k is it now booting. Looks like the partitions weren’t aligned! >>> >>> As to whether they ought to be aligned by default, this box is on a slightly older version: >>> >>> 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 >>> >>> so perhaps that’s been fixed since. >>> >>> Many thanks folk for your help! >>> >> Would you mind testing to see if this is indeed fixed in 10.1 or current? >> >> Would be good to ensure this is actually fixed? >> > Grr. I've just updated to 10.1 and now my ata controllers are erroring like crazy! Luckily booting kernel.old works. > > We're there issues with 10.1? > We've had some people report issues with AHCI, but no one in the team has been able to reproduce. Do you have any more details? Regards Steve From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 17:59:40 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED622129 for ; Sun, 28 Dec 2014 17:59:40 +0000 (UTC) Received: from mail-ig0-x232.google.com (mail-ig0-x232.google.com [IPv6:2607:f8b0:4001:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B19E566631 for ; Sun, 28 Dec 2014 17:59:40 +0000 (UTC) Received: by mail-ig0-f178.google.com with SMTP id hl2so10550048igb.17 for ; Sun, 28 Dec 2014 09:59:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=XS2mEcBMLc8Bz8NB2TxK5TRGHGgfZraPSPiQNSSf9rA=; b=nX6VdYAy86KmfFuzCM7WMGsPSc8dW+P6TDmSB4u9N4EML6YZkZ/DHdYke+m0S0L0O6 cXJtIvLvQxpjb7J2PymDJLoQ82CwaDlpnEP0n90vBrDZYmyvREQslarcU6Xdssgl3Ldi uwUOCOHgMDSf3nsM/zblRqc0Tv+3pHH8SC2zLvOAGjvEO+OKhM0amkjk5f5wV6DS+FpC rytIpbx5l4Uk4HRg9EcJgaU4FtRcik+S+FHLHqltf8FVuhtQ8ihM7CXjHqut3ErTKmL/ BNqvXhqz9egUCMNC+NK1TNAvAJak+8EmUvyVLB6yWS9w28SHiCixyuNm57ocBicrWHvb oANg== MIME-Version: 1.0 X-Received: by 10.51.17.11 with SMTP id ga11mr42140758igd.0.1419789579963; Sun, 28 Dec 2014 09:59:39 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Sun, 28 Dec 2014 09:59:39 -0800 (PST) In-Reply-To: <54A00A7A.2000100@gibfest.dk> References: <54A00A7A.2000100@gibfest.dk> Date: Sun, 28 Dec 2014 09:59:39 -0800 X-Google-Sender-Auth: 7XbG3R9skzUfwSSTqfR1Ar8DMUQ Message-ID: Subject: Re: "random" hangs during boot, ACPI related ? Workaround problem by disabling HTT From: Kevin Oberman To: Thomas Steen Rasmussen Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Stable ML X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 17:59:41 -0000 On Sun, Dec 28, 2014 at 5:49 AM, Thomas Steen Rasmussen wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello list, > > I've had a problem a couple of times now that I wanted to share with > the list to see what you have to say. The problem is that FreeBSD > sometimes hangs during boot, the last line of output from the kernel > is "ACPI APIC Table: " and then nothing more happens. > > This seems to be related to something not getting initialized correctly > after a soft reboot, but only sometimes. The first time I tried this it > was on > a server that has been in production for months, and suddently after a > reboot during an installworld run it froze. Even a verbose boot doesn't > reveal anything that jumps at me: http://i.imgur.com/y04ACyP.png > > Hard rebooting the server appears to solve it, until next reboot where > it may or may not happen again. > > The same problem seems to affect others. This is the thread where I > found suggestions for workarounds: https://bugs.pcbsd.org/issues/4024 > > Workarounds include disabling C3 or disabling HTT in bios. Disabling C3 > did nothing for me, but disabling HTT made the server boot successfully > again. > > The FreeBSD versions involved are 9 and 10, various versions. I've > attached /var/run/dmesg.boot from one of the servers that had the > problem a few weeks ago. On this server I've disabled HTT in the bios > which worked around the problem. > > I just bought a new server at Hetzner (the hosting provider where I am > experienzing this problem) and the server is not in production yet. I > wanted to hold off on disabling HTT to see if anyone wants me to > check something so we can get this fixed. > > Thoughts ? More info available on request. > > > Best regards, > > /Thomas Steen Rasmussen > I know that C3 (and higher) and TCC don't get along on some platforms. I thought that throttling was now off by default, but I'm not sure as I have it disabled in /boot/loader.conf: # Disable CPU throttling hint.p4tcc.0.disabled=1 hint.acpi_throttle.0.disabled=1 This will not show up until ACPI and EST come up, so it sort of fits. Whether it causes a lockup or not, disabling it is a good idea. It was intended for use as thermal management, not power management. (The 'T' in TCC (or P4TCC) is "Thermal", after all.) -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 18:16:00 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 221C7697 for ; Sun, 28 Dec 2014 18:16:00 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id E164F285F for ; Sun, 28 Dec 2014 18:15:59 +0000 (UTC) Received: from Extravariant (unknown [90.155.77.76]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id E5CF7F44; Sun, 28 Dec 2014 18:15:47 +0000 (UTC) From: Dr Josef Karthauser To: Dr Josef Karthauser Subject: Re: Creating a bootable ZFS disk? X-Mailer: eMailGanizer Message-ID: 24EFAB5E-5454-4191-A111-C9E0EAACC667.goodhumans@emailganizer.goodhumans.com Date: Sun, 28 Dec 2014 18:15:46 +0000 Reply-To: Dr Josef Karthauser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-stable@freebsd.org" , Steven Hartland X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 18:16:00 -0000 On 28 Dec 2014 at 5:30:23 pm GMT, Dr Josef Karthauser = wrote: =20 > On 28 Dec 2014 at 4:53:59 pm GMT, Steven Hartland = wrote: > =20 > > On 28/12/2014 07:36, Dr Josef Karthauser wrote: > > > On 27 Dec 2014, at 22:57, Warren Block wrote: > > > > > >> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: > > >> > > >>> I only have 'zfs_load=3D?YES?? in my /boot/loader.conf. I?m = hoping the problem is that I missed the ?-a4k? on the ?gpart add?. I?m = starting again and will report back whether it now works or not! :). > > >> Misalignment just makes for slow performance, particularly on = writes. > > >> > > > Ok, fixed. With -a4k is it now booting. Looks like the partitions = weren=E2=80=99t aligned! > > > > > > As to whether they ought to be aligned by default, this box is on = a slightly older version: > > > > > > 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 = UTC 2014 > > > > > > so perhaps that=E2=80=99s been fixed since. > > > > > > Many thanks folk for your help! > > > > > Would you mind testing to see if this is indeed fixed in 10.1 or = current? > >=20 > > Would be good to ensure this is actually fixed? > >=20 >=20 > Grr. I've just updated to 10.1 and now my ata controllers are erroring = like crazy! Luckily booting kernel.old works. >=20 > We're there issues with 10.1?=20 >=20 For reference this previously reported problem is what I am also seeing: = http://lists.freebsd.org/pipermail/freebsd-stable/2014-November/081136.htm= l Things were stable and fine under 10.0 but quite quickly borked under = 10.1 Joe From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 19:14:43 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 089E57CE for ; Sun, 28 Dec 2014 19:14:43 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AA214129C for ; Sun, 28 Dec 2014 19:14:42 +0000 (UTC) Received: from [192.168.2.22] (atc.xcllnt.net [50.0.150.213]) (authenticated bits=0) by mail.xcllnt.net (8.14.9/8.14.9) with ESMTP id sBSJ0rjO060610 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 28 Dec 2014 11:00:54 -0800 (PST) (envelope-from marcel@xcllnt.net) Subject: Re: FreeBSD 10.1 qcow2 image panic on Linux VM hosts Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Content-Type: multipart/signed; boundary="Apple-Mail=_59E6D2CE-E30D-4D41-A309-3B633AE9038C"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5b3 From: Marcel Moolenaar In-Reply-To: <201412161205.41152.jhb@freebsd.org> Date: Sun, 28 Dec 2014 11:00:52 -0800 Message-Id: References: <546F2614.4020800@stenton.me.uk> <201412161205.41152.jhb@freebsd.org> To: Chris Stenton X-Mailer: Apple Mail (2.1993) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 19:14:43 -0000 --Apple-Mail=_59E6D2CE-E30D-4D41-A309-3B633AE9038C Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=iso-8859-1 > On Dec 16, 2014, at 9:05 AM, John Baldwin wrote: > > On Friday, November 21, 2014 6:46:28 am Chris Stenton wrote: >> Hi, >> >> I am trying to run the vanilla FreeBSD 10.1 qcow2 image on a CENTOS 7 VM >> Host. >> >> I can start it up ok but under a small load it kernel panics. >> >> The error is >> >> g_vfs_done():vtdb0: hard error gpt/rootfs[WRITE(offset=21890048, >> length=8704)]cmd=write error = 534 panic:cannot reassign paging buffer >> cpuid = 1 >> >> Dump failed so I am just copying the above from virt-manager console. >> >> All I am doing is pkg install emacs24 and it gets as far as "[7/96] >> Installing perl5-5.16.3_11: 32%" >> >> I've tried the Image on a Ubuntu VM host as well and get the same >> problem. I've tried varying the amount of memory up to 4GB but still >> the same problem. Other OS's clients run fine. >> >> Any ideas? > > Marcel believes he fixed the root issue in r275721. Can you try rebuilding > the image with the fixed mkimg to see if that fixes the problem? Revision r275721 has been merged to stable/10 (as revision 276337). Please let me know if it makes a difference. I'll try and reproduce in the mean time myself... FYI, -- Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_59E6D2CE-E30D-4D41-A309-3B633AE9038C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlSgU2UACgkQpgWlLWHuifZMJACfSnxn/SZ0240siJc3x9cyRbdj RLcAoItcZ98/KJqyDiVNJm4cI9o4ZJQe =4o4v -----END PGP SIGNATURE----- --Apple-Mail=_59E6D2CE-E30D-4D41-A309-3B633AE9038C-- From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 19:44:32 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AC4D3D1 for ; Sun, 28 Dec 2014 19:44:32 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 26A7D64857 for ; Sun, 28 Dec 2014 19:44:32 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBSJiUtj098081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 Dec 2014 12:44:30 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sBSJiTAY098078; Sun, 28 Dec 2014 12:44:30 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 28 Dec 2014 12:44:29 -0700 (MST) From: Warren Block To: Dr Josef Karthauser Subject: Re: Creating a bootable ZFS disk? In-Reply-To: Message-ID: References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> <549EC712.3010909@multiplay.co.uk> <549EC87C.2010909@multiplay.co.uk> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Dec 2014 12:44:30 -0700 (MST) Cc: Steven Hartland , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 19:44:32 -0000 On Sun, 28 Dec 2014, Dr Josef Karthauser wrote: > On 27 Dec 2014, at 22:57, Warren Block wrote: > >> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >> >>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting again and will report back whether it now works or not! :). >> >> Misalignment just makes for slow performance, particularly on writes. >> > > Ok, fixed. With -a4k is it now booting. Looks like the partitions weren?t aligned! Alignment alone should not have fixed it. While misaligned drives give poor performance, they should still work. From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 19:54:52 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C136C7DC for ; Sun, 28 Dec 2014 19:54:52 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id 86C03649EB for ; Sun, 28 Dec 2014 19:54:51 +0000 (UTC) Received: from Extravariant (host31-48-168-175.range31-48.btcentralplus.com [31.48.168.175]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id 83A3522A; Sun, 28 Dec 2014 19:54:39 +0000 (UTC) From: Dr Josef Karthauser To: Warren Block Subject: Re: Creating a bootable ZFS disk? X-Mailer: eMailGanizer Message-ID: ABDBA39F-0B1D-4AC2-8C2A-DC2A0FE05332.goodhumans@emailganizer.goodhumans.com Date: Sun, 28 Dec 2014 19:54:23 +0000 Reply-To: Dr Josef Karthauser In-Reply-To: References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk>, <549EC712.3010909@multiplay.co.uk>, <549EC87C.2010909@multiplay.co.uk>, , , , MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-stable@freebsd.org" , Steven Hartland X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 19:54:52 -0000 On 28 Dec 2014 at 7:44:29 pm GMT, Warren Block = wrote: =20 > On Sun, 28 Dec 2014, Dr Josef Karthauser wrote: >=20 > > On 27 Dec 2014, at 22:57, Warren Block wrote: > > > >> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: > >> > >>> I only have 'zfs_load=3D?YES?? in my /boot/loader.conf. I?m hoping = the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting = again and will report back whether it now works or not! :). > >> > >> Misalignment just makes for slow performance, particularly on = writes. > >> > > > > Ok, fixed. With -a4k is it now booting. Looks like the partitions = weren?t aligned! >=20 > Alignment alone should not have fixed it. While misaligned drives = give poor performance, they should still work. Alas, they weren't. I tried several times with differing pool = configurations. Joe From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 20:06:32 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D64CEDB for ; Sun, 28 Dec 2014 20:06:32 +0000 (UTC) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ACA2364C0B for ; Sun, 28 Dec 2014 20:06:31 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id r20so20558244wiv.2 for ; Sun, 28 Dec 2014 12:06:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xPzZhi4RQNSiG6sRWCdQBHnY9YfuOQ5Q9ZqlvbyJSQk=; b=UX3iVOiFyXuHLhHB0tRCcVXsi7xHI5O5C84Glta8Gmiu+VeZTOYAGhxxmzu37G1HnG LkqR40e5gulU9IOXTUO8WiC1/ANFzVxjeHAX63qpMwYMmC19zK/Pe7wk5KrDUothRjwV v31uGwLpdSRNOoUMHURJU89TRQC+1o5kXxISm4Jt0pj/UppfFuz3uNF4Xg3s55+3bxxn BBqyMLPi7fneTYwQadcVWD4+E9pGl4n+U5iPqDkmQjwzYnYsM1RtYdHSUvH5nJQQ1+Rs n1Mf+o5dlcB1MtEOlWVU7lwbxTUz2JwStvp2vMMi3UUK+n7NF1vz9rmfG+IpAm9yHpSR h9tA== X-Gm-Message-State: ALoCoQnqw3LLqBDRwgxmIWDZ6yNl6/howpxrEFHDErG7K7regJoaOAlKQ+WN3JGqbmON3nAGo9wK X-Received: by 10.194.83.41 with SMTP id n9mr38423627wjy.133.1419797184275; Sun, 28 Dec 2014 12:06:24 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id vs8sm22369333wjc.6.2014.12.28.12.06.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 12:06:23 -0800 (PST) Message-ID: <54A062B7.1080701@multiplay.co.uk> Date: Sun, 28 Dec 2014 20:06:15 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Warren Block , Dr Josef Karthauser Subject: Re: Creating a bootable ZFS disk? References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> <549EC712.3010909@multiplay.co.uk> <549EC87C.2010909@multiplay.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 20:06:32 -0000 On 28/12/2014 19:44, Warren Block wrote: > On Sun, 28 Dec 2014, Dr Josef Karthauser wrote: > >> On 27 Dec 2014, at 22:57, Warren Block wrote: >> >>> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >>> >>>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping >>>> the problem is that I missed the ?-a4k? on the ?gpart add?. I?m >>>> starting again and will report back whether it now works or not! :). >>> >>> Misalignment just makes for slow performance, particularly on writes. >>> >> >> Ok, fixed. With -a4k is it now booting. Looks like the partitions >> weren?t aligned! > > Alignment alone should not have fixed it. While misaligned drives > give poor performance, they should still work. Indeed, possibly a bad BIOS? Regards Steve From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 20:07:42 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0631A138 for ; Sun, 28 Dec 2014 20:07:42 +0000 (UTC) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A156064C75 for ; Sun, 28 Dec 2014 20:07:41 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so20562320wiv.6 for ; Sun, 28 Dec 2014 12:07:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=h7qoX/pFViOALt7zlQF3rpC1QR1bdB3AowF6VnBTk7o=; b=OCM6qW6pBxbXnNAsuaH84hibzHM7gQtPRLYpcHnbcW45ktO5wBI5H+IWi9PRXyM96W zpE+nx8TRet3V79wUgcCqsUMm8UCnqPhwjhAR/AZD/io3cYsEQgnkJ0qDqm9lFcfws+S BWC9EP1GIXU0BxVsHnOF96gQ89RSEkKsZTi5c9l6smVR99NIGSLK41IiWwtpWOJdqMXN 75f8iK418MC3qyqb6pNEgHuKVOhMZYjlmCHZFgxnAperpA6eqk5Vt974GQavkZFPGjDa qG6spEpzB4pIeazEfgvpPqLsBciFLEr6I6pgbFsKidZIB3RqsB5kKmBnZPyxidHW8ccC ISzA== X-Gm-Message-State: ALoCoQlBtIZAtDSZXYzhp+zc8sN91xTmmhm29tNcC8ZyXsp9Slf0Q7qc0UCOteEWKMX+6It/TU2d X-Received: by 10.180.109.3 with SMTP id ho3mr89167044wib.39.1419797254104; Sun, 28 Dec 2014 12:07:34 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id j10sm37785437wjn.23.2014.12.28.12.07.33 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 12:07:33 -0800 (PST) Message-ID: <54A062FE.6020500@multiplay.co.uk> Date: Sun, 28 Dec 2014 20:07:26 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dr Josef Karthauser Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> In-Reply-To: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 20:07:42 -0000 On 28/12/2014 18:15, Dr Josef Karthauser wrote: > On 28 Dec 2014 at 5:30:23 pm GMT, Dr Josef Karthauser wrote: > >> On 28 Dec 2014 at 4:53:59 pm GMT, Steven Hartland wrote: >> >>> On 28/12/2014 07:36, Dr Josef Karthauser wrote: >>>> On 27 Dec 2014, at 22:57, Warren Block wrote: >>>> >>>>> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >>>>> >>>>>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping the problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting again and will report back whether it now works or not! :). >>>>> Misalignment just makes for slow performance, particularly on writes. >>>>> >>>> Ok, fixed. With -a4k is it now booting. Looks like the partitions weren’t aligned! >>>> >>>> As to whether they ought to be aligned by default, this box is on a slightly older version: >>>> >>>> 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 >>>> >>>> so perhaps that’s been fixed since. >>>> >>>> Many thanks folk for your help! >>>> >>> Would you mind testing to see if this is indeed fixed in 10.1 or current? >>> >>> Would be good to ensure this is actually fixed? >>> >> Grr. I've just updated to 10.1 and now my ata controllers are erroring like crazy! Luckily booting kernel.old works. >> >> We're there issues with 10.1? >> > For reference this previously reported problem is what I am also seeing: > > http://lists.freebsd.org/pipermail/freebsd-stable/2014-November/081136.html > > Things were stable and fine under 10.0 but quite quickly borked under 10.1 Is your hardware identical to that in that news post? Regards Steve From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 20:28:16 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C3F4835 for ; Sun, 28 Dec 2014 20:28:16 +0000 (UTC) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C898564F63 for ; Sun, 28 Dec 2014 20:28:15 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so22266265wib.1 for ; Sun, 28 Dec 2014 12:28:08 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zina7d3wOEN/cYJxDW+WY4PDkkouP49Cp01lVDMFbRU=; b=UxqIeZdnhXLd1jbBxw5WnIK2bB3fVrQxUbk0lR47G99GVSCJoVl2sfa1bTBMMzDiPO p5P9DGI1xz0eIQX0qXqKWGRtSAkSdVlewUis6d2mQC8V6Rkxw6ToUVRu1TI7+u1nS3Tn IAFUrl4yMo2SjH8/Wt1Jj39amsn8JjtkF9qzTrcdZE1gQrRlfiRr1UMhMccq6xqpSaT2 aodLp/jGA3JA2L6mXGINMCbk5ttyJ+XDgpj/o2u8VgLAvbI7aiuI9/9f57pTmrHVlaTI /HoEXRe+ngqYpqxvWXoRcpvAsqGf9ZOFnyc+dnfQH28LNkNIhQK5LCFf4lMju4Zp/Ig9 ooow== X-Gm-Message-State: ALoCoQmvVCi4BvzBv9R4lT8sxqBway9e7flD4CqhftqCobN/di8/8PXPoTL555Pqjfi+IqhfXU15 X-Received: by 10.194.5.227 with SMTP id v3mr105315295wjv.63.1419798488525; Sun, 28 Dec 2014 12:28:08 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id p14sm36869671wie.1.2014.12.28.12.28.07 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Dec 2014 12:28:07 -0800 (PST) Message-ID: <54A067D0.4050606@multiplay.co.uk> Date: Sun, 28 Dec 2014 20:28:00 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Dr Josef Karthauser Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> In-Reply-To: <54A062FE.6020500@multiplay.co.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 20:28:16 -0000 On 28/12/2014 20:07, Steven Hartland wrote: > > On 28/12/2014 18:15, Dr Josef Karthauser wrote: >> On 28 Dec 2014 at 5:30:23 pm GMT, Dr Josef Karthauser >> wrote: >>> On 28 Dec 2014 at 4:53:59 pm GMT, Steven Hartland >>> wrote: >>>> On 28/12/2014 07:36, Dr Josef Karthauser wrote: >>>>> On 27 Dec 2014, at 22:57, Warren Block wrote: >>>>> >>>>>> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >>>>>> >>>>>>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping >>>>>>> the problem is that I missed the ?-a4k? on the ?gpart add?. I?m >>>>>>> starting again and will report back whether it now works or not! >>>>>>> :). >>>>>> Misalignment just makes for slow performance, particularly on >>>>>> writes. >>>>>> >>>>> Ok, fixed. With -a4k is it now booting. Looks like the partitions >>>>> weren’t aligned! >>>>> >>>>> As to whether they ought to be aligned by default, this box is on >>>>> a slightly older version: >>>>> >>>>> 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 >>>>> 06:37:44 UTC 2014 >>>>> >>>>> so perhaps that’s been fixed since. >>>>> >>>>> Many thanks folk for your help! >>>>> >>>> Would you mind testing to see if this is indeed fixed in 10.1 or >>>> current? >>>> >>>> Would be good to ensure this is actually fixed? >>>> >>> Grr. I've just updated to 10.1 and now my ata controllers are >>> erroring like crazy! Luckily booting kernel.old works. >>> >>> We're there issues with 10.1? >>> >> For reference this previously reported problem is what I am also seeing: >> >> http://lists.freebsd.org/pipermail/freebsd-stable/2014-November/081136.html >> >> >> Things were stable and fine under 10.0 but quite quickly borked under >> 10.1 > Is your hardware identical to that in that news post? > I have an idea of something that might help if the above is true can you please link to the contents of a verbose boot and pciconf -v -l. Regards Steve From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 20:30:53 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90970937 for ; Sun, 28 Dec 2014 20:30:53 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 38AA164FAC for ; Sun, 28 Dec 2014 20:30:52 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id sBSKUp5q009588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 Dec 2014 13:30:51 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id sBSKUpd8009585; Sun, 28 Dec 2014 13:30:51 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 28 Dec 2014 13:30:51 -0700 (MST) From: Warren Block To: Steven Hartland Subject: Re: Creating a bootable ZFS disk? In-Reply-To: <54A062B7.1080701@multiplay.co.uk> Message-ID: References: <1548B1FF-36E2-4AE4-ADD4-3B8872A9DF55@tao.org.uk> <549EC712.3010909@multiplay.co.uk> <549EC87C.2010909@multiplay.co.uk> <54A062B7.1080701@multiplay.co.uk> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 28 Dec 2014 13:30:51 -0700 (MST) Cc: Dr Josef Karthauser , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 20:30:53 -0000 On Sun, 28 Dec 2014, Steven Hartland wrote: > > On 28/12/2014 19:44, Warren Block wrote: >> On Sun, 28 Dec 2014, Dr Josef Karthauser wrote: >> >>> On 27 Dec 2014, at 22:57, Warren Block wrote: >>> >>>> On Sat, 27 Dec 2014, Dr Josef Karthauser wrote: >>>> >>>>> I only have 'zfs_load=?YES?? in my /boot/loader.conf. I?m hoping the >>>>> problem is that I missed the ?-a4k? on the ?gpart add?. I?m starting >>>>> again and will report back whether it now works or not! :). >>>> >>>> Misalignment just makes for slow performance, particularly on writes. >>>> >>> >>> Ok, fixed. With -a4k is it now booting. Looks like the partitions weren?t >>> aligned! >> >> Alignment alone should not have fixed it. While misaligned drives give >> poor performance, they should still work. > > Indeed, possibly a bad BIOS? All too possible. BIOS authoring seems to be what people too bitter to continue being supervillains or cable TV tech support take up. For testing the possibly-automatic gpart alignment, gnop might work. From owner-freebsd-stable@FreeBSD.ORG Sun Dec 28 23:54:58 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35CC0F3E for ; Sun, 28 Dec 2014 23:54:58 +0000 (UTC) Received: from dedi613.your-server.de (dedi613.your-server.de [78.46.1.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E74B01E82 for ; Sun, 28 Dec 2014 23:54:57 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=dedi613.your-server.de) by dedi613.your-server.de with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1) (envelope-from ) id 1Y5NOB-0006m9-Jy for freebsd-stable@freebsd.org; Mon, 29 Dec 2014 00:36:47 +0100 Received: from portalgm by dedi613.your-server.de with local (Exim 4.80.1) (envelope-from ) id 1Y5NOB-0006lv-If for freebsd-stable@freebsd.org; Mon, 29 Dec 2014 00:36:47 +0100 To: freebsd-stable@freebsd.org Subject: Shipment status ID#00770440 From: "FedEx International Economy" X-Mailer: CSMTPConnectionv1.3 Reply-To: "FedEx International Economy" Mime-Version: 1.0 Message-Id: Date: Mon, 29 Dec 2014 00:36:47 +0100 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 23:54:58 -0000   FedEx Dear Customer, Your parcel has arrived at December 26. Courier was unable to deliver the parcel to you. To receive your parcel, print this label and go to the nearest office. Get Shipment Label FedEx 1995-2014 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 07:57:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F14662B8 for ; Mon, 29 Dec 2014 07:57:23 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id 8B32264A5B for ; Mon, 29 Dec 2014 07:57:22 +0000 (UTC) Received: from dspam (212-13-197-151.karthauser.co.uk [212.13.197.151]) by babel.karthauser.co.uk (Postfix) with SMTP id 2EBF95B7 for ; Mon, 29 Dec 2014 07:57:10 +0000 (UTC) Received: from unnamed-72.karthauser.co.uk (unnamed-72.karthauser.co.uk [90.155.77.72]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id 144495B4; Mon, 29 Dec 2014 07:56:49 +0000 (UTC) Subject: Re: Creating a bootable ZFS disk? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_1BA8841A-D696-4A7F-BF3B-3D156C864F6B"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Dr Josef Karthauser In-Reply-To: <54A067D0.4050606@multiplay.co.uk> Date: Mon, 29 Dec 2014 07:56:48 +0000 Message-Id: <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> To: Steven Hartland X-Mailer: Apple Mail (2.1878.6) X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Dec 29 07:57:09 2014 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 54a1095526841078128989 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 07:57:24 -0000 --Apple-Mail=_1BA8841A-D696-4A7F-BF3B-3D156C864F6B Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 28 Dec 2014, at 20:28, Steven Hartland = wrote: > On 28/12/2014 20:07, Steven Hartland wrote: >>=20 >> On 28/12/2014 18:15, Dr Josef Karthauser wrote: >>> On 28 Dec 2014 at 5:30:23 pm GMT, Dr Josef Karthauser = wrote: >>>> On 28 Dec 2014 at 4:53:59 pm GMT, Steven Hartland = wrote: >>>>> On 28/12/2014 07:36, Dr Josef Karthauser wrote: >>>> Grr. I've just updated to 10.1 and now my ata controllers are = erroring like crazy! Luckily booting kernel.old works. >>>>=20 >>>> We're there issues with 10.1? >>>>=20 >>> For reference this previously reported problem is what I am also = seeing: >>>=20 >>> = http://lists.freebsd.org/pipermail/freebsd-stable/2014-November/081136.htm= l=20 >>>=20 >>> Things were stable and fine under 10.0 but quite quickly borked = under 10.1 >> Is your hardware identical to that in that news post? >>=20 > I have an idea of something that might help if the above is true can = you please link to the contents of a verbose boot and pciconf -v -l. Hi Steve, Attached is the boot and pciconf (although not a verbose boot =97 I=92ll = try and get that later today). The machine itself is not identical. That was reportedly a SUN X2270 M1 = server with 4 SATA connected disks, and mine is a HP Proliant = Microserver = (http://m.hp.com/nz/en/products/proliant-servers/product-detail.do?oid=3D4= 248009) I did give it an after market bios upgrade a year or so ago because as = shipped it only supported ide emulation on SATA ports 5 and 6. = (http://drapsag.nl/?p=3D17). After I changed the bios it supports ACHI = on all 6 ports. It has been running absolutely fine under load on Freebsd 10.0 since = that was released. The problems only occur under 10.1. Joe --Apple-Mail=_1BA8841A-D696-4A7F-BF3B-3D156C864F6B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUoQlAAAoJEGdCjs+EVN/YJ+sIAIIJL6/+rE+kzfLTcaDgNdoc OeDQZEE1RJTrTyU0Bdmgq2Ndc2FsfkQusGzT+IR6q4SMH/qlIAcr90RmbvdJc5sP aqcFS1elMMuy933Qc79ODl3Wr+RhMB4yUIMk4JwZViDZhMDxVZ8RuzsawP7eqn4Y 8tfeHNqo5WI1BWFXM0zlNDIpOGKogsEccKk57p0u3oLA++bdW1NZoevOfcdTiZE0 dgyVLP4KOq/3X2isMfPS2O1J2vsCQrzk2gDXxZJfLVYuO2+jsnVtCqsFo/nEi5n6 FvZBKTaid/L8rLjLyO4zBs+rG89B1WCCyjKY8Lul8U6PInIRjT6QH7hudXhW7uQ= =0VA1 -----END PGP SIGNATURE----- --Apple-Mail=_1BA8841A-D696-4A7F-BF3B-3D156C864F6B-- From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 08:02:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E64F406 for ; Mon, 29 Dec 2014 08:02:23 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id E110D64B96 for ; Mon, 29 Dec 2014 08:02:22 +0000 (UTC) Received: from dspam (212-13-197-151.karthauser.co.uk [212.13.197.151]) by babel.karthauser.co.uk (Postfix) with SMTP id 1B6715D3 for ; Mon, 29 Dec 2014 08:02:12 +0000 (UTC) Received: from unnamed-72.karthauser.co.uk (unnamed-72.karthauser.co.uk [90.155.77.72]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id 2C9A05D1; Mon, 29 Dec 2014 08:01:57 +0000 (UTC) Subject: Re: Creating a bootable ZFS disk? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_4A74D3EE-5BEF-45E7-B4C3-040F2AE4B09B"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Dr Josef Karthauser In-Reply-To: <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> Date: Mon, 29 Dec 2014 08:01:55 +0000 Message-Id: <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> To: Steven Hartland X-Mailer: Apple Mail (2.1878.6) X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Dec 29 08:02:11 2014 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 54a10a8326841852598758 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 08:02:23 -0000 --Apple-Mail=_4A74D3EE-5BEF-45E7-B4C3-040F2AE4B09B Content-Type: multipart/mixed; boundary="Apple-Mail=_CABAE489-5518-41C5-B4F1-D0091F5C2E32" --Apple-Mail=_CABAE489-5518-41C5-B4F1-D0091F5C2E32 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 29 Dec 2014, at 07:56, Dr Josef Karthauser = wrote: > On 28 Dec 2014, at 20:28, Steven Hartland = wrote: >> On 28/12/2014 20:07, Steven Hartland wrote: >>> Is your hardware identical to that in that news post? >>>=20 >> I have an idea of something that might help if the above is true can = you please link to the contents of a verbose boot and pciconf -v -l. >=20 > Hi Steve, >=20 > Attached is the boot and pciconf (although not a verbose boot =97 I=92ll= try and get that later today). >=20 > The machine itself is not identical. That was reportedly a SUN X2270 = M1 server with 4 SATA connected disks, and mine is a HP Proliant = Microserver = (http://m.hp.com/nz/en/products/proliant-servers/product-detail.do?oid=3D4= 248009) >=20 > I did give it an after market bios upgrade a year or so ago because as = shipped it only supported ide emulation on SATA ports 5 and 6. = (http://drapsag.nl/?p=3D17). After I changed the bios it supports ACHI = on all 6 ports. >=20 > It has been running absolutely fine under load on Freebsd 10.0 since = that was released. The problems only occur under 10.1. >=20 Sorry! Now they are attached. Joe --Apple-Mail=_CABAE489-5518-41C5-B4F1-D0091F5C2E32 Content-Disposition: attachment; filename=dmesg.boot Content-Type: application/octet-stream; x-unix-mode=0644; name="dmesg.boot" Content-Transfer-Encoding: 7bit Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.54-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f63 Family = 0x10 Model = 0x6 Stepping = 3 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x837ff TSC: P-state invariant real memory = 8589934592 (8192 MB) avail memory = 8143388672 (7766 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard random: initialized kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of ffb80000, 80000 (3) failed acpi0: reservation of fec10000, 20 (3) failed acpi0: reservation of fed80000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, d7f00000 (3) failed cpu0: on acpi0 cpu1: on acpi0 attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0xd000-0xd0ff mem 0xf0000000-0xf7ffffff,0xfe7f0000-0xfe7fffff,0xfe600000-0xfe6fffff irq 18 at device 5.0 on pci1 vgapci0: Boot video device pcib2: irq 16 at device 4.0 on pci0 pci2: on pcib2 em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 em0: Using MSIX interrupts with 3 vectors em0: Ethernet address: 68:05:ca:29:db:0b pcib3: irq 18 at device 6.0 on pci0 pci3: on pcib3 bge0: mem 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci3 bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 3c:d9:2b:0c:f5:2e ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahcich2: at channel 2 on ahci0 ahcich3: at channel 3 on ahci0 ahcich4: at channel 4 on ahci0 ahcich5: at channel 5 on ahci0 ohci0: mem 0xfe5fe000-0xfe5fefff irq 18 at device 18.0 on pci0 usbus0 on ohci0 ehci0: mem 0xfe5ff800-0xfe5ff8ff irq 17 at device 18.2 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci0 ohci1: mem 0xfe5fd000-0xfe5fdfff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ehci1: mem 0xfe5ff400-0xfe5ff4ff irq 17 at device 19.2 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci1 pci0: at device 20.0 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pci4: on pcib4 ohci2: mem 0xfe5fc000-0xfe5fcfff irq 18 at device 22.0 on pci0 usbus4 on ohci2 ehci2: mem 0xfe5ff000-0xfe5ff0ff irq 17 at device 22.2 on pci0 usbus5: EHCI version 1.0 usbus5 on ehci2 acpi_button0: on acpi0 orm0: at iomem 0xd2000-0xd2fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range acpi_throttle0: on cpu0 hwpstate0: on cpu0 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ugen5.1: at usbus5 uhub0: on usbus5 ugen4.1: at usbus4 uhub1: on usbus4 ugen3.1: at usbus3 uhub2: on usbus3 ugen2.1: at usbus2 uhub3: on usbus2 ugen1.1: at usbus1 uhub4: on usbus1 ugen0.1: at usbus0 uhub5: on usbus0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-9 SATA 3.x device ada0: Serial Number WD-WCC4MDFLEL2P ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada0: quirks=0x1<4K> ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-9 SATA 3.x device ada1: Serial Number WD-WCC4MPYVZX2H ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada1: quirks=0x1<4K> ada1: Previously was known as ad6 ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA-9 SATA 3.x device ada2: Serial Number WD-WCC4MDTJCKYN ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada2: quirks=0x1<4K> ada2: Previously was known as ad8 ada3 at ahcich3 bus 0 scbus3 target 0 lun 0 ada3: ATA-9 SATA 3.x device ada3: Serial Number WD-WCC4MPYVZSVV ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada3: quirks=0x1<4K> ada3: Previously was known as ad10 ada4 at ahcich5 bus 0 scbus5 target 0 lun 0 ada4: ATA-9 SATA 3.x device ada4: Serial Number WD-WCC4MKLH07U2 ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada4: quirks=0x1<4K> ada4: Previously was known as ad14 Netvsc initializing... SMP: AP CPU #1 Launched! Timecounter "TSC" frequency 1497537105 Hz quality 800 uhub1: 4 ports with 4 removable, self powered uhub5: 5 ports with 5 removable, self powered uhub3: 5 ports with 5 removable, self powered Root mount waiting for: usbus5 usbus3 usbus1 uhub0: 4 ports with 4 removable, self powered uhub4: 5 ports with 5 removable, self powered uhub2: 5 ports with 5 removable, self powered Root mount waiting for: usbus1 Trying to mount root from zfs:storage/ROOT/default []... ugen0.2: at usbus0 ukbd0: on usbus0 kbd0 at ukbd0 uhid0: on usbus0 ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled --Apple-Mail=_CABAE489-5518-41C5-B4F1-D0091F5C2E32 Content-Disposition: attachment; filename=pciconf Content-Type: application/octet-stream; x-unix-mode=0644; name="pciconf" Content-Transfer-Encoding: 7bit hostb0@pci0:0:0:0: class=0x060000 card=0x1609103c chip=0x96011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD]' device = 'RS880 Host Bridge' class = bridge subclass = HOST-PCI pcib1@pci0:0:1:0: class=0x060400 card=0x1609103c chip=0x9602103c rev=0x00 hdr=0x01 vendor = 'Hewlett-Packard Company' class = bridge subclass = PCI-PCI pcib2@pci0:0:4:0: class=0x060400 card=0x1609103c chip=0x96041022 rev=0x00 hdr=0x01 vendor = 'Advanced Micro Devices [AMD]' device = 'RS780/RS880 PCI to PCI bridge (PCIE port 0)' class = bridge subclass = PCI-PCI pcib3@pci0:0:6:0: class=0x060400 card=0x1609103c chip=0x96061022 rev=0x00 hdr=0x01 vendor = 'Advanced Micro Devices [AMD]' device = 'RS780 PCI to PCI bridge (PCIE port 2)' class = bridge subclass = PCI-PCI ahci0@pci0:0:17:0: class=0x010601 card=0x1609103c chip=0x43911002 rev=0x40 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]' class = mass storage subclass = SATA ohci0@pci0:0:18:0: class=0x0c0310 card=0x1609103c chip=0x43971002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller' class = serial bus subclass = USB ehci0@pci0:0:18:2: class=0x0c0320 card=0x1609103c chip=0x43961002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 USB EHCI Controller' class = serial bus subclass = USB ohci1@pci0:0:19:0: class=0x0c0310 card=0x1609103c chip=0x43971002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller' class = serial bus subclass = USB ehci1@pci0:0:19:2: class=0x0c0320 card=0x1609103c chip=0x43961002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 USB EHCI Controller' class = serial bus subclass = USB none0@pci0:0:20:0: class=0x0c0500 card=0x00000000 chip=0x43851002 rev=0x42 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SBx00 SMBus Controller' class = serial bus subclass = SMBus isab0@pci0:0:20:3: class=0x060100 card=0x1609103c chip=0x439d1002 rev=0x40 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 LPC host controller' class = bridge subclass = PCI-ISA pcib4@pci0:0:20:4: class=0x060401 card=0x00000000 chip=0x43841002 rev=0x40 hdr=0x01 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SBx00 PCI to PCI Bridge' class = bridge subclass = PCI-PCI ohci2@pci0:0:22:0: class=0x0c0310 card=0x1609103c chip=0x43971002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 USB OHCI0 Controller' class = serial bus subclass = USB ehci2@pci0:0:22:2: class=0x0c0320 card=0x1609103c chip=0x43961002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'SB7x0/SB8x0/SB9x0 USB EHCI Controller' class = serial bus subclass = USB hostb1@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x12001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD]' device = 'Family 10h Processor HyperTransport Configuration' class = bridge subclass = HOST-PCI hostb2@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x12011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD]' device = 'Family 10h Processor Address Map' class = bridge subclass = HOST-PCI hostb3@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x12021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD]' device = 'Family 10h Processor DRAM Controller' class = bridge subclass = HOST-PCI hostb4@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x12031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD]' device = 'Family 10h Processor Miscellaneous Control' class = bridge subclass = HOST-PCI hostb5@pci0:0:24:4: class=0x060000 card=0x00000000 chip=0x12041022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD]' device = 'Family 10h Processor Link Control' class = bridge subclass = HOST-PCI vgapci0@pci0:1:5:0: class=0x030000 card=0x1609103c chip=0x97121002 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices [AMD] nee ATI' device = 'RS880M [Mobility Radeon HD 4200 Series]' class = display subclass = VGA em0@pci0:2:0:0: class=0x020000 card=0xa01f8086 chip=0x10d38086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' device = '82574L Gigabit Network Connection' class = network subclass = ethernet bge0@pci0:3:0:0: class=0x020000 card=0x705d103c chip=0x165b14e4 rev=0x10 hdr=0x00 vendor = 'Broadcom Corporation' device = 'NetXtreme BCM5723 Gigabit Ethernet PCIe' class = network subclass = ethernet --Apple-Mail=_CABAE489-5518-41C5-B4F1-D0091F5C2E32 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=windows-1252 --Apple-Mail=_CABAE489-5518-41C5-B4F1-D0091F5C2E32-- --Apple-Mail=_4A74D3EE-5BEF-45E7-B4C3-040F2AE4B09B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUoQpzAAoJEGdCjs+EVN/YX2IIALfp+/OnrWtOJi9GXu/4z5y2 7or/5QZewUreDdbMs0L3X6znScJZXzqIEb5kq9w0QZIk0NR7cahFiCIJ/b8+vdtu PHM0V8FaO1fjQcBj9EjHETtaZyXb3lCbb9j2CWADqYlL5zEbpnUcnJETCw2I9KJv TjRbq778sRgQp7CWD01A1ilWso3/ehlKcpSvEJbaVuO+cYKiaSuh1DkqNg0fP4i8 WhR/1lHLAxHPxEnspCIxSOW0ZXn7t3FOR4l+tJI1Dp+lrf7Cs2xEPM5dqzGIvvDn qbh4tlZCbvD0/EKO0HwwO/SevDxzDsJS3iPtl99F9X1FUS0U9hGL36pEJqwh9ZI= =y54W -----END PGP SIGNATURE----- --Apple-Mail=_4A74D3EE-5BEF-45E7-B4C3-040F2AE4B09B-- From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 08:37:02 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48D148F0 for ; Mon, 29 Dec 2014 08:37:02 +0000 (UTC) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF97C64FD6 for ; Mon, 29 Dec 2014 08:37:01 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k14so18524343wgh.29 for ; Mon, 29 Dec 2014 00:36:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=XhegiriyxnZIwYjWOOV0FhUWj3617TBRVWO82EoV3Lo=; b=hqpI8aLJIiEZpKEejMYPj1Eo1GsH+ifdnyMBYhvJ+DkafdtnlgztRGwGMkFWxnZbtl UpJkv6x1QajZznEinBgZ0JGkx6T+7p1hA4yJXuwdG/H6Lg7cs9EH9tV0zqMRWshzYE74 hWBllgSHGGk6MKwrdXV3MtHMSHCcgi84yqlLRuovpdGG2dtxG9rd7KjUAnWd0mLLpfAB /GNsD85aaVGs3OTeqm02TO5HF2h6CZX+msskdcNFHL8R9RO3/jsP/SM+8SU71wKXalTW H5eksxLcYzhcQBuEhGOKSJMZs6KK/+lHfxvn9WwT09e+/H5ntSHsNM0l2e4GKRGM9mj2 +6oQ== X-Gm-Message-State: ALoCoQnWwSslXctmbfvdmYdej+tRMpLfC+QpUuHfLR1oelaDq2s/Jn6pQpoVwj8dd6qqxhwRkKM+ X-Received: by 10.180.82.98 with SMTP id h2mr9446713wiy.7.1419842214293; Mon, 29 Dec 2014 00:36:54 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id u18sm49044130wjq.42.2014.12.29.00.36.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Dec 2014 00:36:53 -0800 (PST) Message-ID: <54A1129F.3040004@multiplay.co.uk> Date: Mon, 29 Dec 2014 08:36:47 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> In-Reply-To: <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 08:37:02 -0000 On 29/12/2014 08:01, Dr Josef Karthauser wrote: > On 29 Dec 2014, at 07:56, Dr Josef Karthauser wrote: >> On 28 Dec 2014, at 20:28, Steven Hartland wrote: >>> On 28/12/2014 20:07, Steven Hartland wrote: >>>> Is your hardware identical to that in that news post? >>>> >>> I have an idea of something that might help if the above is true can you please link to the contents of a verbose boot and pciconf -v -l. >> Hi Steve, >> >> Attached is the boot and pciconf (although not a verbose boot Ill try and get that later today). >> >> The machine itself is not identical. That was reportedly a SUN X2270 M1 server with 4 SATA connected disks, and mine is a HP Proliant Microserver (http://m.hp.com/nz/en/products/proliant-servers/product-detail.do?oid=4248009) >> >> I did give it an after market bios upgrade a year or so ago because as shipped it only supported ide emulation on SATA ports 5 and 6. (http://drapsag.nl/?p=17). After I changed the bios it supports ACHI on all 6 ports. >> >> It has been running absolutely fine under load on Freebsd 10.0 since that was released. The problems only occur under 10.1. >> > Sorry! Now they are attached. Joe That looks like a 10.0 boot not a 10.1 boot could you confirm and provide a 10.1 boot if thats the case please Joe? From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 11:21:01 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E26A4D7F; Mon, 29 Dec 2014 11:21:00 +0000 (UTC) Received: from smtpo.poczta.interia.pl (smtpo.poczta.interia.pl [217.74.65.152]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F8B19A3; Mon, 29 Dec 2014 11:20:59 +0000 (UTC) X-Interia-R: Interia X-Interia-R-IP: 82.177.252.131 X-Interia-R-Helo: Received: from w530.domain.com (unknown [82.177.252.131]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA; Mon, 29 Dec 2014 12:05:41 +0100 (CET) Message-ID: <54A13602.3070208@interia.pl> Date: Mon, 29 Dec 2014 12:07:46 +0100 From: vermaden User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org, freebsd-pkg@freebsd.org Subject: PKG wants to remove a lot of installed packages only to install MOZJPEG package X-Interia-Antivirus: OK DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=biztos; t=1419851142; bh=Vz0bBXrVWxJojgA4ZyhRGDU9e7vy0WWn/IYbciqKaCk=; h=X-Interia-R:X-Interia-R-IP:X-Interia-R-Helo:Message-ID:Date:From: User-Agent:MIME-Version:To:Subject:Content-Type: X-Interia-Antivirus; b=Tlz2oW3a5k7smtkA9ZIZxwyrUJltgqwQXj1YnSct+0lEUUOFw3qQNxUyTy93MFRkK jXdvA2ts6gN7Jx2ENxByQ2lfeOspqVhEy0FiR2CVA+u/q7XrIBUxYhqjdjd8WveCzv /6hJZpwkkLLXoh66VdQ8EyOMIk6uEUWYKx7msrwY= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 11:21:01 -0000 Hi, I wanted to add 'mozjpeg' package, but PKG wants to remove a lot of other packages in that process, any explanation for that? Regards, vermaden # pkg update -f Updating FreeBSD repository catalogue... Fetching meta.txz: 100% 944 B 0.9k/s 00:01 Fetching packagesite.txz: 100% 5 MB 880.4k/s 00:06 Processing entries: 100% FreeBSD repository update completed. 23797 packages processed # pkg upgrade Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking for upgrades (276 candidates): 100% Processing candidates (276 candidates): 100% Checking integrity... done (0 conflicting) Your packages are up to date. # pkg install mozjpeg Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (1 conflicting) Checking integrity... done (0 conflicting) The following 190 packages will be affected (of 0 checked): Installed packages to be REMOVED: nautilus-open-terminal-0.18_5 qt5-gui-5.3.2 vlc-2.1.5_14,4 gimp-2.8.14,2 gutenprint-5.2.10 gutenprint-ijs-5.2.10 graphviz-2.38.0_5 gimp-app-2.8.14,1 gegl-0.2.0_12 goffice010-0.10.11_1 gtk3-3.14.5_1 gtk-update-icon-cache-2.24.25 gtk2-2.24.25_1 metacity-3.14.1 zenity-3.14.0 libnotify-0.7.6_1 gdk-pixbuf2-2.31.2 tiff-4.0.3_5 jpeg-8_6 jhead-2.97 cups-image-1.7.3_1 libreoffice-4.3.5 policykit-gnome-0.9.2_7 libglade2-2.6.4_7 gtk-engines2-2.20.2_2 librsvg2-2.40.4 libgsf-1.14.30 wv-1.2.9_3 libwmf-0.2.8.4_12 openjpeg15-1.5.2 lcms2-2.6_3 poppler-0.26.3 poppler-utils-0.26.3 poppler-glib-0.26.3_1 tracker-1.2.4_1 libwpd010-0.10.0 libwpg03-0.3.0 libcdr01-0.1.1 deadbeef-0.6.2_2 gvfs-1.20.3 libpurple-2.10.11 libxul-31.3.0 libxfce4menu-4.10.0_5 xfce4-conf-4.10.0_6 libexo-0.10.2_4 py27-gimp-2.8.14 py27-gtk2-2.24.0_3 audacity-2.0.6_2 wx28-gtk2-unicode-2.8.12_4 wx28-gtk2-common-2.8.12_4 gnome-desktop-3.14.2 firefox-34.0.5,1 gtkspell-2.0.16_5 pidgin-2.10.11 gocr-0.50_2 netpbm-10.35.94 ImageMagick-6.9.0.0_1,1 ghostscript9-9.06_9 podofo-0.9.3_1 calibre-1.48.0_1 py27-qt4-gui-4.11.1_1,1 qt4-imageformats-4.8.6_1 gnome-mount-0.8_12 wx30-gtk2-3.0.2 webkit-gtk2-1.8.3_7 midori-0.5.9_3 gconf2-3.2.6_3 colord-1.2.4 darktable-1.6.1 webp-0.4.2_1 imlib2-1.4.6_3,2 fusefs-gphotofs-0.5 libgphoto2-2.5.5.1 abiword-2.8.6_9 thunderbird-31.3.0 gnupg-2.1.0_1 pinentry-0.9.0 webkit-gtk3-2.4.7_1 evince-3.14.1_1 adwaita-icon-theme-3.14.0_1 nautilus-3.14.1 caja-1.8.2 mate-desktop-1.8.1_1 dconf-editor-0.22.0 unique-1.1.6_6 mate-icon-theme-1.8.0 gnome-icon-theme-3.12.0_1 gnome-icon-theme-symbolic-3.12.0 atril-1.8.1_2 libspectre-0.2.7 libfm-1.2.2.1 thunar-vfs-1.2.0_9 pcmanfm-1.2.2 lxpanel-0.6.2 libwnck-2.30.7 libwnck3-3.14.0 bamf-0.5.0 plank-0.7.1 plank-theme-moka-20140709 mkvtoolnix-7.3.0_1 file-roller-3.14.2,1 libgxps-0.2.2_1 yelp-3.14.1 x264-0.142.2455 gpac-libgpac-0.5.0,1 libv4l-0.8.8_2 webcamd-3.18.0.1 gstreamer-plugins-v4l2-0.10.31_1,3 transmission-gtk-2.84_3 transmission-2.84 icedtea-web-1.5_1 pfstools-1.8.5_1 pfstmo-1.5_2 luminance-hdr-2.3.1_4 py27-qt4-svg-4.11.1_1,1 py27-qt4-webkit-4.11.1_1 virtualbox-ose-4.3.20_3 libvncserver-0.9.9_9 rawtherapee-4.2 gtkmm24-2.24.4_2 libcanberra-gtk3-0.30_3 libcanberra-0.30_3 libraw-0.15.4_1 viewnior-1.4_2 goffice08-0.8.17_8 qt5-quick-5.3.2 qt5-widgets-5.3.2 qt5-printsupport-5.3.2 qt5-webkit-5.3.2_1 qt5-opengl-5.3.2 otter-browser-0.9.03 Thunar-1.6.3_3 xfce4-tumbler-0.1.30_4 gnumeric-1.12.11_3 gnome-mplayer-1.0.9 gmtk-1.0.9 libgd-2.1.0_4,1 giblib-1.2.4_12 scrot-0.8_6 tint2-0.11_2 openbox-3.5.2_6 feh-2.12 py27-wxPython30-3.0.0.0_1 wammu-0.36_8 filezilla-3.9.0.6 poppler-qt4-0.26.3 libmng-1.0.10_2 lcms-1.19_5,1 xchm-1.23_2 py27-pillow-2.6.0_1 openjpeg-2.1.0 gimp-lqr-plugin-0.7.1_5 jasper-1.900.1_14 pidgin-sipe-1.18.0_1 py27-vte-0.28.2_2 vte-0.28.2_2 lxterminal-0.1.11_2 geany-1.23.1_2 arandr-0.1.7.1_2 leafpad-0.8.18.1_1 gpicview-0.2.4 epdfview-0.1.8_7 dia-0.97.3,1 x11vnc-0.9.13_2 py27-vnc2flv-20100207_1 gtk3-oxygen-engine-1.4.1 gtk-oxygen-engine-1.4.6 libopenraw-0.0.9_3 libmediaart-0.7.0 pdfgrep-1.3.0_2 p5-Tk-804.032_2 clusterssh-4.02_1 gtk-equinox-engine-1.50_3 gnome-icons-faenza-1.3 gtk-aurora-engine-1.5.1_4 gnome-themes-2.32.1_1 gutenprint-base-5.2.10 gimp-gutenprint-5.2.10_2 yad-0.27.0 trayer-1.1.6 nvidia-settings-340.24_1 mtr-0.86 gtk3-unico-engine-1.0.2_1 gtk-xfce-engine-3.0.1_1 gtk-nodoka-engine-0.7.5_2 gtk-murrine-engine-0.98.2_4 gtk-cleanice-engine-2.4.1_6 galculator-2.1.3 tightvnc-1.3.10_3 New packages to be INSTALLED: mozjpeg: 2.1_2 The operation will free 2 GB. Proceed with this action? [y/N]: n # From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 15:52:45 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC7D17D7 for ; Mon, 29 Dec 2014 15:52:45 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id 2FCDF644C3 for ; Mon, 29 Dec 2014 15:52:28 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id A4CE3EFBE7A for ; Mon, 29 Dec 2014 07:52:22 -0800 (PST) Date: Mon, 29 Dec 2014 08:52:22 -0700 (MST) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1419868342251-5976788.post@n5.nabble.com> In-Reply-To: <54A13602.3070208@interia.pl> References: <54A13602.3070208@interia.pl> Subject: Re: PKG wants to remove a lot of installed packages only to install MOZJPEG package MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 15:52:45 -0000 Conflict with jpeg? I don't use pkg, but I've noticed it wants to always remove all ports dependant on the port you want to remove. -- View this message in context: http://freebsd.1045724.n5.nabble.com/PKG-wants-to-remove-a-lot-of-installed-packages-only-to-install-MOZJPEG-package-tp5976740p5976788.html Sent from the freebsd-stable mailing list archive at Nabble.com. From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 15:54:26 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 372358DE; Mon, 29 Dec 2014 15:54:26 +0000 (UTC) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C03E7648A5; Mon, 29 Dec 2014 15:54:25 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id n3so22395770wiv.13; Mon, 29 Dec 2014 07:54:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tqaJR5EUrmrz8nA8vq4juUrY7QIxyWiW8ooGjzS/2XE=; b=UB2q0ZXbP2GffDYl52WknmdbscUMJwEJq+MklwO+3mxwb3YP3MX/RR2JMRR/GWswgQ q2dcd/V28J/7mPfJhP9iDkzbUWdy35KE13KFwdt5F1SQ9YjCCqvz2l2ng87Tz62neAkZ x9O29uzVHp4iszRXvRLqNKXo3vYWNTNRI/sq4QmSIzRDcznt+Wt+C5cQkqdMQtRk4FMG QZ84VjR/89bl3GaUUpNqy9K//HYfuA3mwMDroQTXNpbLyrKs2U7JSDTSXMXjJ4oRyZLu NEJ9pv+1plC4KhSHJyTI4I1K0BsMAUdlCZJTsE5z0Eq6yOZlDo3a0yznMfIeN0RWmc3/ buDQ== MIME-Version: 1.0 X-Received: by 10.194.234.2 with SMTP id ua2mr28858604wjc.40.1419868464279; Mon, 29 Dec 2014 07:54:24 -0800 (PST) Received: by 10.217.67.70 with HTTP; Mon, 29 Dec 2014 07:54:24 -0800 (PST) In-Reply-To: <54A13602.3070208@interia.pl> References: <54A13602.3070208@interia.pl> Date: Mon, 29 Dec 2014 10:54:24 -0500 Message-ID: Subject: Re: PKG wants to remove a lot of installed packages only to install MOZJPEG package From: Brandon Allbery To: vermaden Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-stable , freebsd-pkg@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 15:54:26 -0000 On Mon, Dec 29, 2014 at 6:07 AM, vermaden wrote: > I wanted to add 'mozjpeg' package, but PKG wants to remove a lot of other > packages in that process, any explanation for that? As a general rule, you want to upgrade all installed pkgs first because the new package may have a dependency incompatible with the installed set; upgrading installed packages should get you packages compatible with the new one. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 15:59:18 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5A74B0E; Mon, 29 Dec 2014 15:59:18 +0000 (UTC) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "sarah.protected-networks.net", Issuer "Protected Networks Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 75E7F64922; Mon, 29 Dec 2014 15:59:18 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA v2" (verified OK)) (Authenticated sender: imb@protected-networks.net) by sarah.protected-networks.net (Postfix) with ESMTPSA id 996D86143; Mon, 29 Dec 2014 10:59:15 -0500 (EST) DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: references:in-reply-to:openpgp:content-type:content-transfer-encoding; b=dHsEjWXSwvvXfM62VilVNnvN6Og0Y4WeqX1NAF34t3ID4sBA9QrxvromMtM7hJFVM 7AxMm6eiyl7817qUR+ra69ZSA39/FRQzXoVal1J4NDEUfTE+3eVk6tQYvtk+7FS Message-ID: <54A17A52.3040704@protected-networks.net> Date: Mon, 29 Dec 2014 10:59:14 -0500 From: Michael Butler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: vermaden , freebsd-stable@freebsd.org, freebsd-pkg@freebsd.org Subject: Re: PKG wants to remove a lot of installed packages only to install MOZJPEG package References: <54A13602.3070208@interia.pl> In-Reply-To: <54A13602.3070208@interia.pl> OpenPGP: id=0442D492 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 15:59:18 -0000 On 12/29/14 06:07, vermaden wrote: > Hi, > > I wanted to add 'mozjpeg' package, but PKG wants to remove a lot of > other packages in that process, any explanation for that? > # pkg install mozjpeg > Updating FreeBSD repository catalogue... > FreeBSD repository is up-to-date. > All repositories are up-to-date. > Checking integrity... done (1 conflicting) ^^^^^^^^^^^^^^ This tells me that mozjpeg installs files over the top of the jpeg package and, in order to install it, needs to remove everything that depends on it. pkg has no way of knowing if mozjpeg has the same API as jpeg, imb From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 16:02:35 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60DC2C40 for ; Mon, 29 Dec 2014 16:02:35 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id E163F64B41 for ; Mon, 29 Dec 2014 16:02:34 +0000 (UTC) Received: from dspam (212-13-197-151.karthauser.co.uk [212.13.197.151]) by babel.karthauser.co.uk (Postfix) with SMTP id 70EEBABB for ; Mon, 29 Dec 2014 16:02:22 +0000 (UTC) Received: from unnamed-72.karthauser.co.uk (unnamed-72.karthauser.co.uk [90.155.77.72]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id 3F760AB9; Mon, 29 Dec 2014 16:02:16 +0000 (UTC) Subject: Re: Creating a bootable ZFS disk? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_9F252658-77B8-40A8-95AB-954BE6034E61"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Dr Josef Karthauser In-Reply-To: <54A1129F.3040004@multiplay.co.uk> Date: Mon, 29 Dec 2014 16:02:14 +0000 Message-Id: References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> To: Steven Hartland X-Mailer: Apple Mail (2.1878.6) X-DSPAM-Result: Innocent X-DSPAM-Processed: Mon Dec 29 16:02:22 2014 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 54a17b0d26843619821382 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 16:02:35 -0000 --Apple-Mail=_9F252658-77B8-40A8-95AB-954BE6034E61 Content-Type: multipart/mixed; boundary="Apple-Mail=_FB67C5FF-E782-463B-934A-982D105A8B3E" --Apple-Mail=_FB67C5FF-E782-463B-934A-982D105A8B3E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 29 Dec 2014, at 08:36, Steven Hartland = wrote: > That looks like a 10.0 boot not a 10.1 boot could you confirm and = provide a 10.1 boot if thats the case please Joe? Whoops! Sorry. Attached is a verbose boot time dmesg for the 10.1 that causes the = problem under load. I immediately rebooted back onto 10.0, so the (un-verbose) dmesg for = that follows. Joe --Apple-Mail=_FB67C5FF-E782-463B-934A-982D105A8B3E Content-Disposition: attachment; filename=dmesg.boot Content-Type: application/octet-stream; name="dmesg.boot" Content-Transfer-Encoding: 7bit Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 0 0 0 0 0 0 0 done All buffers synced. Uptime: 22h27m52s usbus0: Controller shutdown uhub5: at usbus0, port 1, addr 1 (disconnected) ugen0.2: at usbus0 (disconnected) ukbd0: at uhub5, port 4, addr 2 (disconnected) uhid0: at uhub5, port 4, addr 2 (disconnected) usbus0: Controller shutdown complete usbus1: Controller shutdown uhub4: at usbus1, port 1, addr 1 (disconnected) usbus1: Controller shutdown complete usbus2: Controller shutdown uhub3: at usbus2, port 1, addr 1 (disconnected) usbus2: Controller shutdown complete usbus3: Controller shutdown uhub2: at usbus3, port 1, addr 1 (disconnected) usbus3: Controller shutdown complete usbus4: Controller shutdown uhub1: at usbus4, port 1, addr 1 (disconnected) usbus4: Controller shutdown complete usbus5: Controller shutdown uhub0: at usbus5, port 1, addr 1 (disconnected) Table 'FACP' at 0xd7fa0290 Table 'APIC' at 0xd7fa0390 APIC: Found table at 0xd7fa0390 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 130 ACPI ID 3: disabled MADT: Found CPU APIC ID 131 ACPI ID 4: disabled Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bc6000. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bc6d08. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81bc7530. Calibrating TSC clock ... TSC clock: 1497542139 Hz CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.54-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f63 Family = 0x10 Model = 0x6 Stepping = 3 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x837ff TSC: P-state invariant L1 2MB data TLB: 48 entries, fully associative L1 2MB instruction TLB: 16 entries, fully associative L1 4KB data TLB: 48 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB data TLB: 128 entries, 2-way associative L2 2MB instruction TLB: 0 entries, 2-way associative L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative real memory = 8589934592 (8192 MB) Physical memory chunk(s): 0x0000000000010000 - 0x000000000009afff, 569344 bytes (139 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001bed000 - 0x00000000d7f8ffff, 3594137600 bytes (877475 pages) 0x00000000d7f9e000 - 0x00000000d7f9ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x0000000212220fff, 4599189504 bytes (1122849 pages) avail memory = 8141561856 (7764 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 XEN: CPU 0 has VCPU ID 1 XEN: CPU 1 has VCPU ID 2 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x09a000-0x09afff at 0xfffffe01ea9fe000 x86bios: EBDA 0x09e000-0x09ffff at 0xfffff8000009e000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 ULE: setup cpu 1 ACPI: RSDP 0xf8f50 00024 (v02 HP ) ACPI: XSDT 0xd7fa0100 0007C (v01 HP ProLiant 20110729 HP 00000097) ACPI: FACP 0xd7fa0290 000F4 (v03 HP ProLiant 20110729 HP 00000097) ACPI: DSDT 0xd7fa0620 06947 (v01 HP ProLiant 00000006 INTL 20051117) ACPI: FACS 0xd7fae000 00040 ACPI: APIC 0xd7fa0390 00072 (v01 HP ProLiant 20110729 HP 00000097) ACPI: MCFG 0xd7fa0410 0003C (v01 HP ProLiant 20110729 HP 00000097) ACPI: SPMI 0xd7fa0450 00041 (v05 HP ProLiant 20110729 HP 00000097) ACPI: OEMB 0xd7fae040 00072 (v01 HP ProLiant 20110729 HP 00000097) ACPI: HPET 0xd7fab4e0 00038 (v01 HP ProLiant 20110729 HP 00000097) ACPI: EINJ 0xd7fab520 00130 (v01 AMIER AMI_EINJ 20110729 HP 00000097) ACPI: BERT 0xd7fab6b0 00030 (v01 AMIER AMI_BERT 20110729 HP 00000097) ACPI: ERST 0xd7fab6e0 001B0 (v01 AMIER AMI_ERST 20110729 HP 00000097) ACPI: HEST 0xd7fab890 000A8 (v01 AMIER ABC_HEST 20110729 HP 00000097) ACPI: SSDT 0xd7fab940 00458 (v01 HP ProLiant 00000001 AMD 00000001) MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: low lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: nfslock: pseudo-device Falling back to random adaptor random: initialized VESA: INT 0x10 vector 0xc000:0x03ce VESA: information block 0000 56 45 53 41 00 03 d4 01 00 c0 01 00 00 00 44 00 0010 00 98 00 01 5e 0a 03 01 00 c0 95 00 00 c0 60 4f 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 01 01 01 03 01 05 01 07 01 11 01 0050 14 01 17 01 1a 01 0e 01 20 01 93 01 95 01 96 01 0060 b3 01 b5 01 b6 01 c3 01 c5 01 c6 01 33 01 35 01 0070 36 01 53 01 55 01 56 01 63 01 65 01 66 01 21 01 0080 22 01 23 01 24 01 43 01 45 01 46 01 73 01 75 01 0090 76 01 83 01 85 01 86 01 d3 01 d5 01 d6 01 e3 01 00a0 e5 01 e6 01 ff ff 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 11 40 72 61 64 65 00 6f 6e 6b 6d 73 66 77 5f 00 0110 52 45 44 57 4f 4f 44 5f 14 72 6c 66 53 3b 28 80 0120 64 74 6e 50 66 73 63 6c a0 82 0c 28 80 6e 00 67 0130 5f 73 6f 63 6b 65 74 cd 98 42 42 29 80 02 3c 64 0140 65 05 01 08 d5 05 84 05 06 34 80 70 70 74 70 67 0150 16 72 05 ba 8a 81 7e 29 00 67 65 6f 00 6d 5f 6d 0160 6f 75 6e 74 76 2c 65 72 00 c4 7c 82 61 28 40 66 0170 75 96 73 98 7a 0c 5c ac 37 80 76 6d 07 3d 0b 0c 0180 1d 80 06 c8 2f 80 74 61 63 61 cc 72 64 88 ba 0c 0190 5d 36 60 08 08 12 40 d0 61 63 6c 5f 02 02 34 00 01a0 41 89 3e 10 00 00 a4 66 24 40 74 34 5f 88 74 6f 01b0 6d 9c 3e 00 00 1c 35 00 5c 66 77 05 42 08 55 84 01c0 05 b8 2a 40 6e 50 67 5f 61 74 a8 80 97 28 c0 73 01d0 00 79 73 74 72 61 63 65 5f 00 66 72 65 65 62 73 01e0 64 33 16 32 00 cc 68 87 6f 28 80 6d 66 69 0b 74 01f0 31 30 4e 92 2c 80 74 61 72 5f 2c 73 61 0e 7d 89 VESA: 48 mode(s) found VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffffe01ea9ff044 (98000044) VESA: ATI ATOMBIOS VESA: (C) 1988-2005, ATI Technologies Inc. RS880 01.00 io: VMBUS: load kbd: new array size 4 kbd1 at kbdmux0 mem: hptnr: R750/DC7280 controller driver v1.0.1 hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 ACPI: Executed 2 blocks of module-level executable AML code ACPI: OEMN 0xd7faaeb0 00624 (v01 AMD NAHP 00000001 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: OEMN 0 00624 (v01 AMD NAHP 00000001 INTL 20051117) acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of ffb80000, 80000 (3) failed acpi0: reservation of fec10000, 20 (3) failed acpi0: reservation of fed80000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, d7f00000 (3) failed cpu0: Processor \134_PR_.P001 (ACPI ID 1) -> APIC ID 0 cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: Processor \134_PR_.P002 (ACPI ID 2) -> APIC ID 1 cpu1: on acpi0 ACPI: Processor \134_PR_.P003 (ACPI ID 3) ignored ACPI: Processor \134_PR_.P004 (ACPI ID 4) ignored attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x4353, rev 0x10, 14318180Hz, 3 timers, legacy route hpet0: t0: irqs 0x00c00000 (0), MSI, periodic hpet0: t1: irqs 0x00c00000 (0), MSI, periodic hpet0: t2: irqs 0x00c00000 (0), MSI, periodic Timecounter "HPET" frequency 14318180 Hz quality 950 msi: routing MSI-X IRQ 256 to local APIC 0 vector 51 msi: routing MSI-X IRQ 257 to local APIC 0 vector 52 msi: routing MSI-X IRQ 258 to local APIC 0 vector 53 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 ACPI timer: 1/2 1/2 1/2 1/2 1/2 0/2292 1/2 1/2 1/2 1/2 -> 9 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pcib0: port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xd0000-0xdffff pcib0: decoding 3 range 0xd8000000-0xdfffffff pcib0: decoding 3 range 0xf0000000-0xfebfffff pcib0: decoding 3 range 0xd8000000-0xdfffffff pcib0: decoding 3 range 0xf0000000-0xffffffff pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x1022, dev=0x9601, revid=0x00 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x103c, dev=0x9602, revid=0x00 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x9604, revid=0x00 domain=0, bus=0, slot=4, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x1022, dev=0x9606, revid=0x00 domain=0, bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 18 found-> vendor=0x1002, dev=0x4391, revid=0x40 domain=0, bus=0, slot=17, func=0 class=01-06-01, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc000, size 3, enabled pcib0: allocated type 4 (0xc000-0xc007) for rid 10 of pci0:0:17:0 map[14]: type I/O Port, range 32, base 0xb000, size 2, enabled pcib0: allocated type 4 (0xb000-0xb003) for rid 14 of pci0:0:17:0 map[18]: type I/O Port, range 32, base 0xa000, size 3, enabled pcib0: allocated type 4 (0xa000-0xa007) for rid 18 of pci0:0:17:0 map[1c]: type I/O Port, range 32, base 0x9000, size 2, enabled pcib0: allocated type 4 (0x9000-0x9003) for rid 1c of pci0:0:17:0 map[20]: type I/O Port, range 32, base 0x8000, size 4, enabled pcib0: allocated type 4 (0x8000-0x800f) for rid 20 of pci0:0:17:0 map[24]: type Memory, range 32, base 0xfe5ffc00, size 10, enabled pcib0: allocated type 3 (0xfe5ffc00-0xfe5fffff) for rid 24 of pci0:0:17:0 pcib0: matched entry for 0.17.INTA pcib0: slot 17 INTA hardwired to IRQ 19 found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=18, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fe000, size 12, enabled pcib0: allocated type 3 (0xfe5fe000-0xfe5fefff) for rid 10 of pci0:0:18:0 pcib0: matched entry for 0.18.INTA pcib0: slot 18 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=18, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff800, size 8, enabled pcib0: allocated type 3 (0xfe5ff800-0xfe5ff8ff) for rid 10 of pci0:0:18:2 pcib0: matched entry for 0.18.INTB pcib0: slot 18 INTB hardwired to IRQ 17 found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=19, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fd000, size 12, enabled pcib0: allocated type 3 (0xfe5fd000-0xfe5fdfff) for rid 10 of pci0:0:19:0 pcib0: matched entry for 0.19.INTA pcib0: slot 19 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=19, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff400, size 8, enabled pcib0: allocated type 3 (0xfe5ff400-0xfe5ff4ff) for rid 10 of pci0:0:19:2 pcib0: matched entry for 0.19.INTB pcib0: slot 19 INTB hardwired to IRQ 17 found-> vendor=0x1002, dev=0x4385, revid=0x42 domain=0, bus=0, slot=20, func=0 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x439d, revid=0x40 domain=0, bus=0, slot=20, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4384, revid=0x40 domain=0, bus=0, slot=20, func=4 class=06-04-01, hdrtype=0x01, mfdev=1 cmdreg=0x0105, statreg=0x02a0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=22, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fc000, size 12, enabled pcib0: allocated type 3 (0xfe5fc000-0xfe5fcfff) for rid 10 of pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=22, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff000, size 8, enabled pcib0: allocated type 3 (0xfe5ff000-0xfe5ff0ff) for rid 10 of pci0:0:22:2 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pcib1: at device 1.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1 pcib0: allocated type 3 (0xfe600000-0xfe7fffff) for rid 20 of pcib1 pcib0: allocated type 3 (0xf0000000-0xf7ffffff) for rid 24 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfe600000-0xfe7fffff pcib1: prefetched decode 0xf0000000-0xf7ffffff pcib1: special decode VGA pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1002, dev=0x9712, revid=0x00 domain=0, bus=1, slot=5, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 32, base 0xf0000000, size 27, enabled pcib1: allocated prefetch range (0xf0000000-0xf7ffffff) for rid 10 of pci0:1:5:0 map[14]: type I/O Port, range 32, base 0xd000, size 8, enabled pcib1: allocated I/O port range (0xd000-0xd0ff) for rid 14 of pci0:1:5:0 map[18]: type Memory, range 32, base 0xfe7f0000, size 16, enabled pcib1: allocated memory range (0xfe7f0000-0xfe7fffff) for rid 18 of pci0:1:5:0 map[24]: type Memory, range 32, base 0xfe600000, size 20, enabled pcib1: allocated memory range (0xfe600000-0xfe6fffff) for rid 24 of pci0:1:5:0 pcib1: matched entry for 1.5.INTA pcib1: slot 5 INTA hardwired to IRQ 18 vgapci0: port 0xd000-0xd0ff mem 0xf0000000-0xf7ffffff,0xfe7f0000-0xfe7fffff,0xfe600000-0xfe6fffff irq 18 at device 5.0 on pci1 vgapci0: Boot video device pcib2: irq 16 at device 4.0 on pci0 pcib2: allocating non-ISA range 0xe000-0xe0ff pcib0: allocated type 4 (0xe000-0xe0ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xe400-0xe4ff pcib0: allocated type 4 (0xe400-0xe4ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xe800-0xe8ff pcib0: allocated type 4 (0xe800-0xe8ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xec00-0xecff pcib0: allocated type 4 (0xec00-0xecff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfe800000-0xfe8fffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfe800000-0xfe8fffff pcib2: special decode ISA pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfe8e0000, size 17, enabled pcib2: allocated memory range (0xfe8e0000-0xfe8fffff) for rid 10 of pci0:2:0:0 map[14]: type Memory, range 32, base 0xfe800000, size 19, enabled pcib2: allocated memory range (0xfe800000-0xfe87ffff) for rid 14 of pci0:2:0:0 map[18]: type I/O Port, range 32, base 0xe800, size 5, enabled pcib2: allocated I/O port range (0xe800-0xe81f) for rid 18 of pci0:2:0:0 map[1c]: type Memory, range 32, base 0xfe8dc000, size 14, enabled pcib2: allocated memory range (0xfe8dc000-0xfe8dffff) for rid 1c of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 0 vector 54 msi: routing MSI-X IRQ 260 to local APIC 0 vector 55 msi: routing MSI-X IRQ 261 to local APIC 0 vector 56 em0: using IRQs 259-261 for MSI-X em0: Using MSIX interrupts with 3 vectors em0: bpf attached em0: Ethernet address: 68:05:ca:29:db:0b pcib3: irq 18 at device 6.0 on pci0 pcib0: allocated type 3 (0xfe900000-0xfe9fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: memory decode 0xfe900000-0xfe9fffff pcib3: special decode ISA pci3: on pcib3 pci3: domain=0, physical bus=3 found-> vendor=0x14e4, dev=0x165b, revid=0x10 domain=0, bus=3, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfe9f0000, size 16, enabled pcib3: allocated memory range (0xfe9f0000-0xfe9fffff) for rid 10 of pci0:3:0:0 pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 18 bge0: mem 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci3 bge0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 262 to local APIC 0 vector 57 bge0: using IRQ 262 for MSI bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E bge0: Disabling fastboot miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: OUI 0x000af7, model 0x003a, rev. 4 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: bpf attached bge0: Ethernet address: 3c:d9:2b:0c:f5:2e ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: attempting to allocate 8 MSI vectors (8 supported) msi: routing MSI IRQ 263 to local APIC 0 vector 64 msi: routing MSI IRQ 264 to local APIC 0 vector 65 msi: routing MSI IRQ 265 to local APIC 0 vector 66 msi: routing MSI IRQ 266 to local APIC 0 vector 67 msi: routing MSI IRQ 267 to local APIC 0 vector 68 msi: routing MSI IRQ 268 to local APIC 0 vector 69 msi: routing MSI IRQ 269 to local APIC 0 vector 70 msi: routing MSI IRQ 270 to local APIC 0 vector 71 ahci0: using IRQs 263-270 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd eSATA 6ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: ESP ahcich1: at channel 1 on ahci0 ahcich1: Caps: ESP ahcich2: at channel 2 on ahci0 ahcich2: Caps: ESP ahcich3: at channel 3 on ahci0 ahcich3: Caps: ESP ahcich4: at channel 4 on ahci0 ahcich4: Caps: ESP ahcich5: at channel 5 on ahci0 ahcich5: Caps: ESP ohci0: mem 0xfe5fe000-0xfe5fefff irq 18 at device 18.0 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 58 usbus0 on ohci0 ohci0: usbpf: Attached ehci0: mem 0xfe5ff800-0xfe5ff8ff irq 17 at device 18.2 on pci0 ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 59 ehci0: Dropped interrupts workaround enabled usbus1: EHCI version 1.0 usbus1 on ehci0 ehci0: usbpf: Attached ohci1: mem 0xfe5fd000-0xfe5fdfff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ohci1: usbpf: Attached ehci1: mem 0xfe5ff400-0xfe5ff4ff irq 17 at device 19.2 on pci0 ehci1: Dropped interrupts workaround enabled usbus3: EHCI version 1.0 usbus3 on ehci1 ehci1: usbpf: Attached pci0: at device 20.0 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: special decode ISA, subtractive pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.P0PC - AE_NOT_FOUND pci4: on pcib4 pci4: domain=0, physical bus=4 ohci2: mem 0xfe5fc000-0xfe5fcfff irq 18 at device 22.0 on pci0 usbus4 on ohci2 ohci2: usbpf: Attached ehci2: mem 0xfe5ff000-0xfe5ff0ff irq 17 at device 22.2 on pci0 ehci2: Dropped interrupts workaround enabled usbus5: EHCI version 1.0 usbus5 on ehci2 ehci2: usbpf: Attached acpi_button0: on acpi0 ACPI: Enabled 4 GPEs in block 00 to 1F acpi0: wakeup code va 0xfffffe0231ec5000 pa 0x90000 ex_isa_identify() pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 1: ioport 0x1c00 alloc failed ahc_isa_identify 2: ioport 0x2c00 alloc failed ahc_isa_identify 3: ioport 0x3c00 alloc failed ahc_isa_identify 4: ioport 0x4c00 alloc failed ahc_isa_identify 5: ioport 0x5c00 alloc failed ahc_isa_identify 6: ioport 0x6c00 alloc failed ahc_isa_identify 7: ioport 0x7c00 alloc failed ahc_isa_identify 8: ioport 0x8c00 alloc failed ahc_isa_identify 9: ioport 0x9c00 alloc failed ahc_isa_identify 10: ioport 0xac00 alloc failed ahc_isa_identify 11: ioport 0xbc00 alloc failed ahc_isa_identify 12: ioport 0xcc00 alloc failed ahc_isa_identify 13: ioport 0xdc00 alloc failed ahc_isa_identify 14: ioport 0xec00 alloc failed isa_probe_children: disabling PnP devices atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: at iomem 0xd2000-0xd2fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbdc0: AT keyboard controller not found atkbdc0 failed to probe at port 0x60,0x64 on isa0 pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0 uart0 failed to probe at port 0x3f8-0x3ff irq 4 on isa0 pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1 uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0x810 hwpstate0: on cpu0 Device configuration finished. random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 65536 lo0: bpf attached hptnr: no controller detected. hpt27xx: no controller detected. hptrr: no controller detected. usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=100us status=00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect time=100us status=00000123 ahcich2: AHCI reset: device found ahcich3: AHCI reset... ahcich3: SATA connect time=100us status=00000123 ahcich3: AHCI reset: device found ugen3.1: at usbus3 uhub0: on usbus3 ugen2.1: at usbus2 uhub1: on usbus2 ugen1.1: at usbus1 uhub2: on usbus1 ugen0.1: at usbus0 uhub3: on usbus0 ugen5.1: at usbus5 uhub4: on usbus5 ugen4.1: at usbus4 uhub5: on usbus4 ahcich3: AHCI reset: device ready after 1ms ahcich4: AHCI reset... ahcich4: SATA connect timeout time=10000us status=00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect time=100us status=00000123 ahcich5: AHCI reset: device found ahcich0: AHCI reset: device ready after 100ms ahcich1: AHCI reset: device ready after 100ms ahcich2: AHCI reset: device ready after 100ms ahcich5: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-9 SATA 3.x device pass0: Serial Number WD-WCC4MDFLEL2P pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: ATA-9 SATA 3.x device pass1: Serial Number WD-WCC4MPYVZX2H pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahcich2 bus 0 scbus2 target 0 lun 0 pass2: ATA-9 SATA 3.x device pass2: Serial Number WD-WCC4MDTJCKYN pass2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass2: Command Queueing enabled pass3 at ahcich3 bus 0 scbus3 target 0 lun 0 pass3: ATA-9 SATA 3.x device pass3: Serial Number WD-WCC4MPYVZSVV pass3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass3: Command Queueing enabled pass4 at ahcich5 bus 0 scbus5 target 0 lun 0 pass4: ATA-9 SATA 3.x device pass4: Serial Number WD-WCC4MKLH07U2 pass4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass4: Command Queueing enabled ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-9 SATA 3.x device ada0: Serial Number WD-WCC4MDFLEL2P ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada0: quirks=0x1<4K> ada0: Previously was known as ad4 GEOM: new disk ada0 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-9 SATA 3.x device ada1: Serial Number WD-WCC4MPYVZX2H ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada1: quirks=0x1<4K> ada1: Previously was known as ad6 ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA-9 SATA 3.x device ada2: Serial Number WD-WCC4MDTJCKYN ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada2: quirks=0x1<4K> ada2: Previously was known as ad8 ada3 at ahcich3 bus 0 scbus3 target 0 lun 0 ada3: ATA-9 SATA 3.x device ada3: Serial Number WD-WCC4MPYVZSVV ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada3: quirks=0x1<4K> ada3: Previously was known as ad10 ada4 at ahcich5 bus 0 scbus5 target 0 lun 0 ada4: ATA-9 SATA 3.x device ada4: Serial Number WD-WCC4MKLH07U2 ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada4: quirks=0x1<4K> ada4: Previously was known as ad14 GEOM: new disk ada1 GEOM: new disk ada2 GEOM: new disk ada3 GEOM: new disk ada4 Netvsc initializing... done! SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 1 vector 49 msi: Assigning MSI-X IRQ 257 to local APIC 1 vector 50 msi: Assigning MSI-X IRQ 260 to local APIC 1 vector 51 msi: Assigning MSI IRQ 262 to local APIC 1 vector 52 SMP: passed TSC synchronization test Timecounter "TSC" frequency 1497542139 Hz quality 800 uhub5: 4 ports with 4 removable, self powered uhub1: 5 ports with 5 removable, self powered uhub3: 5 ports with 5 removable, self powered Root mount waiting for: usbus5 usbus3 usbus1 Root mount waiting for: usbus5 usbus3 usbus1 uhub4: 4 ports with 4 removable, self powered uhub2: 5 ports with 5 removable, self powered uhub0: 5 ports with 5 removable, self powered Trying to mount root from zfs:storage/ROOT/default []... ugen0.2: at usbus0 ukbd0: on usbus0 kbd0 at ukbd0 kbd0: ukbd0, generic (0), config:0x0, flags:0x3d0000 start_init: trying /sbin/init bge0: Disabling fastboot bge0: Disabling fastboot uhid0: on usbus0 em0: Link is up 1000 Mbps Full Duplex ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled ipfw0: bpf attached Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 0 0 0 0 0 0 0 done All buffers synced. Swap device diskid/DISK-WD-WCC4MPYVZSVVp2 removed. Swap device diskid/DISK-WD-WCC4MDTJCKYNp2 removed. Swap device diskid/DISK-WD-WCC4MDFLEL2Pp2 removed. Uptime: 1m7s bge0: Disabling fastboot bge0: link DOWN Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.55-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f63 Family = 0x10 Model = 0x6 Stepping = 3 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x837ff TSC: P-state invariant real memory = 8589934592 (8192 MB) avail memory = 8143388672 (7766 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard random: initialized kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of ffb80000, 80000 (3) failed acpi0: reservation of fec10000, 20 (3) failed acpi0: reservation of fed80000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, d7f00000 (3) failed cpu0: on acpi0 cpu1: on acpi0 attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0xd000-0xd0ff mem 0xf0000000-0xf7ffffff,0xfe7f0000-0xfe7fffff,0xfe600000-0xfe6fffff irq 18 at device 5.0 on pci1 vgapci0: Boot video device pcib2: irq 16 at device 4.0 on pci0 pci2: on pcib2 em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 em0: Using MSIX interrupts with 3 vectors em0: Ethernet address: 68:05:ca:29:db:0b pcib3: irq 18 at device 6.0 on pci0 pci3: on pcib3 bge0: mem 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci3 bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 3c:d9:2b:0c:f5:2e ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahcich0: at channel 0 on ahci0 ahcich1: at channel 1 on ahci0 ahcich2: at channel 2 on ahci0 ahcich3: at channel 3 on ahci0 ahcich4: at channel 4 on ahci0 ahcich5: at channel 5 on ahci0 ohci0: mem 0xfe5fe000-0xfe5fefff irq 18 at device 18.0 on pci0 usbus0 on ohci0 ehci0: mem 0xfe5ff800-0xfe5ff8ff irq 17 at device 18.2 on pci0 usbus1: EHCI version 1.0 usbus1 on ehci0 ohci1: mem 0xfe5fd000-0xfe5fdfff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ehci1: mem 0xfe5ff400-0xfe5ff4ff irq 17 at device 19.2 on pci0 usbus3: EHCI version 1.0 usbus3 on ehci1 pci0: at device 20.0 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pci4: on pcib4 ohci2: mem 0xfe5fc000-0xfe5fcfff irq 18 at device 22.0 on pci0 usbus4 on ohci2 ehci2: mem 0xfe5ff000-0xfe5ff0ff irq 17 at device 22.2 on pci0 usbus5: EHCI version 1.0 usbus5 on ehci2 acpi_button0: on acpi0 orm0: at iomem 0xd2000-0xd2fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: cannot reserve I/O port range acpi_throttle0: on cpu0 hwpstate0: on cpu0 ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ugen5.1: at usbus5 uhub0: on usbus5 ugen4.1: at usbus4 uhub1: on usbus4 ugen3.1: at usbus3 uhub2: on usbus3 ugen2.1: at usbus2 uhub3: on usbus2 ugen1.1: at usbus1 uhub4: on usbus1 ugen0.1: at usbus0 uhub5: on usbus0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-9 SATA 3.x device ada0: Serial Number WD-WCC4MDFLEL2P ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada0: quirks=0x1<4K> ada0: Previously was known as ad4 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-9 SATA 3.x device ada1: Serial Number WD-WCC4MPYVZX2H ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada1: quirks=0x1<4K> ada1: Previously was known as ad6 ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA-9 SATA 3.x device ada2: Serial Number WD-WCC4MDTJCKYN ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada2: quirks=0x1<4K> ada2: Previously was known as ad8 ada3 at ahcich3 bus 0 scbus3 target 0 lun 0 ada3: ATA-9 SATA 3.x device ada3: Serial Number WD-WCC4MPYVZSVV ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada3: quirks=0x1<4K> ada3: Previously was known as ad10 ada4 at ahcich5 bus 0 scbus5 target 0 lun 0 ada4: ATA-9 SATA 3.x device ada4: Serial Number WD-WCC4MKLH07U2 ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada4: quirks=0x1<4K> ada4: Previously was known as ad14 Netvsc initializing... SMP: AP CPU #1 Launched! Timecounter "TSC" frequency 1497545937 Hz quality 800 uhub1: 4 ports with 4 removable, self powered uhub3: 5 ports with 5 removable, self powered uhub5: 5 ports with 5 removable, self powered Root mount waiting for: usbus5 usbus3 usbus1 uhub0: 4 ports with 4 removable, self powered uhub2: 5 ports with 5 removable, self powered uhub4: 5 ports with 5 removable, self powered Root mount waiting for: usbus1 Trying to mount root from zfs:storage/ROOT/default []... ugen0.2: at usbus0 ukbd0: on usbus0 kbd0 at ukbd0 uhid0: on usbus0 ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled --Apple-Mail=_FB67C5FF-E782-463B-934A-982D105A8B3E Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=windows-1252 --Apple-Mail=_FB67C5FF-E782-463B-934A-982D105A8B3E-- --Apple-Mail=_9F252658-77B8-40A8-95AB-954BE6034E61 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUoXsGAAoJEGdCjs+EVN/YEbYH/jO/4rxVlvDnaPinzBDff3YE kNMiV6xLTPGdHZpS/9h0sSbWoAGYIv4OA3e7tn19EXZ7eNBQGmNtfbukwxm7XcmC 3bCTOlSoAYz3kCqzxFiLWNggH+77zL0fPD32ULeZXHcUPd7cvCCBNg8onTBPsb+i A48Cta9n7sf/bDrTiuOwkm28hd/T+SA58rCObv1h1+ZP+nDPJXZ/XR5D44Aoaj9H GqlKng6WTBuOBJDX0kZkQ0phHRqSvuK0+no0zGO8BywP2788gkD/M8xFgJ2pCqDi KBq/VwCpR6fcfbCnVUHPZbHdu5nEkjVZdKMLzB5OlDSgukQBZxoVba/uSVPWQnc= =JNY9 -----END PGP SIGNATURE----- --Apple-Mail=_9F252658-77B8-40A8-95AB-954BE6034E61-- From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 16:20:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B54680 for ; Mon, 29 Dec 2014 16:20:24 +0000 (UTC) Received: from mail9.tpgi.com.au (mail9.tpgi.com.au [203.12.160.104]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.tpg.com.au", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A1F1D64D65 for ; Mon, 29 Dec 2014 16:20:22 +0000 (UTC) X-TPG-Junk-Status: Message not scanned X-TPG-Antivirus: Passed X-TPG-Abuse: host=[202.161.115.54]; ip=202.161.115.54; date=Tue, 30 Dec 2014 03:20:12 +1100 Received: from fish.ish.com.au (202-161-115-54.static.tpgi.com.au [202.161.115.54] (may be forged)) by mail9.tpgi.com.au (envelope-from ari@ish.com.au) (8.14.3/8.14.3) with ESMTP id sBTGKAnd026075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 30 Dec 2014 03:20:12 +1100 Received: from ip-211.ish.com.au ([203.29.62.211]:22269 helo=ish.com.au) by fish.ish.com.au with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1Y5d36-0003am-2I for freebsd-stable@freebsd.org; Tue, 30 Dec 2014 03:20:05 +1100 Received: from [10.242.2.6] (HELO Aristedess-MacBook-Pro.local) by ish.com.au (CommuniGate Pro SMTP 6.1c1) with ESMTPS id 17934451 for freebsd-stable@freebsd.org; Tue, 30 Dec 2014 03:20:04 +1100 Message-ID: <54A17F33.2020708@ish.com.au> Date: Tue, 30 Dec 2014 03:20:03 +1100 From: Aristedes Maniatis User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: freebsd-stable Subject: ipsec routing issue Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 16:20:24 -0000 I am at wits end trying to get ipsec working correctly on FreeBSD 10.1. I've always used a script or helper (like pfsense) to get it working, and setting it up by hand is much harder than it seems. I've spent two solid days on this and read everything on the internet... So, I've got racoon working. The tunnel authenticates and comes up just fine. The racoon logs all look good. The other end (Sophos UTM in my case, which is just linux) also shows everything as up. As I understand it, a gif0 tunnel is not needed at all. It should all just work without one, despite the FreeBSD handbook. But I think I'm missing something about how gif0 ties into enc0, firewall rules and routing. So some questions please: 1. Let's say I'm not using gif0. Should I expect some routes to appear in the FreeBSD routing table? Or do I need to put them there myself? If so, what should I be adding? I've seen things like: route add $remote_net/24 $remote_internal_address But how does the OS know where to send traffic to $remote_internal_address? Is that something racoon takes care of? 2. If I am using gif0 do I need to also use gif0 on the other end? This adds another layer of encapsulation which I need to remove at the remote firewall don't I? 3. What does this mean: ifconfig gif0 inet 192.168.1.1 192.168.0.1 netmask 0xffffffff Is that mask for the remote end or for the local end? 4. I'm using pf for a firewall. Other than allowing isakmp, esp and ipencap through in both directions, can I control the traffic inside the tunnel? Do I need to add rules for that traffic or will it always go through? Thank you for any help! Ari Maniatis -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +61 2 9550 5001 fax +61 2 9550 4001 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 17:04:20 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3465BA09 for ; Mon, 29 Dec 2014 17:04:20 +0000 (UTC) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BBE59349D for ; Mon, 29 Dec 2014 17:04:19 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so24229158wiv.4 for ; Mon, 29 Dec 2014 09:04:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=BrAnw7YETeX5zd/amh3Rv7DpKPjV47SoytSw8VFNfNE=; b=ZrrPKF8cpwhS6Xo8z+sr+8yn4tn2qGp93iX7JTjI7yTVbh2Q+yO7rQF7m2MruiG0qS nIE2dPzQKSgWtSDj/Rujc1IuwVIqywaHWAo1qFc5FAFWbVMW0s9Qc1k+7vgjCWsUpq8W SmOgcx3mSHr0VnNXGx5Bl23ZfFTPlwkFxLcrUSNm6ObZFWqZBYde3Ejxbxncrt2CDLQJ L81yAkI/sHxX2xjKi/h6pIQfJio4zmfBH9KsK+yNhEAFPtVavEM/hx014GjejP5CTUpX KPcIMcjOtwKfmVXk2J0V+5GBIah1C42DgFjezVFjtlOEyKoccAo8eNhAUswJbrWd6X+e mtAA== X-Gm-Message-State: ALoCoQmvbCFvBETIhMqCuBLY3Fka6rJXxgT4NOXwvotN3M8v1U4VzXstFrLW9StuWUi5zZ11gx4s X-Received: by 10.180.207.10 with SMTP id ls10mr98947977wic.7.1419872652666; Mon, 29 Dec 2014 09:04:12 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id f7sm40180856wiz.13.2014.12.29.09.04.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Dec 2014 09:04:11 -0800 (PST) Message-ID: <54A18986.4000002@multiplay.co.uk> Date: Mon, 29 Dec 2014 17:04:06 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 17:04:20 -0000 On 29/12/2014 16:02, Dr Josef Karthauser wrote: > On 29 Dec 2014, at 08:36, Steven Hartland wrote: >> That looks like a 10.0 boot not a 10.1 boot could you confirm and provide a 10.1 boot if thats the case please Joe? > Whoops! Sorry. > > Attached is a verbose boot time dmesg for the 10.1 that causes the problem under load. > I immediately rebooted back onto 10.0, so the (un-verbose) dmesg for that follows. > > Joe Thanks Joe actually a verbose boot from 10.0 for comparison would good too. Also something to try on the 10.1 to see if it makes any difference, add the following to /boot/loader.conf or run from the loader prompt: hint.ahci.0.msi=1 You can also try =0 as well if 1 makes no difference. Regards Steve From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 17:23:25 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70086F97 for ; Mon, 29 Dec 2014 17:23:25 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 009DC388B for ; Mon, 29 Dec 2014 17:23:24 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id EF87125D388C; Mon, 29 Dec 2014 17:23:21 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 24D1BC7709D; Mon, 29 Dec 2014 17:23:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id lHQbfLVmXJaK; Mon, 29 Dec 2014 17:23:19 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6] (orange-tun0-ula.sbone.de [IPv6:fde9:577b:c1a9:4420:cabc:c8ff:fe8b:4fe6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id BA1F2C7706F; Mon, 29 Dec 2014 17:23:16 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: ipsec routing issue From: "Bjoern A. Zeeb" In-Reply-To: <54A17F33.2020708@ish.com.au> Date: Mon, 29 Dec 2014 17:23:15 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: References: <54A17F33.2020708@ish.com.au> To: Aristedes Maniatis X-Mailer: Apple Mail (2.1993) Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 17:23:25 -0000 > On 29 Dec 2014, at 16:20 , Aristedes Maniatis wrote: >=20 > I am at wits end trying to get ipsec working correctly on FreeBSD = 10.1. I've always used a script or helper (like pfsense) to get it = working, and setting it up by hand is much harder than it seems. I've = spent two solid days on this and read everything on the internet... >=20 > So, I've got racoon working. The tunnel authenticates and comes up = just fine. The racoon logs all look good. The other end (Sophos UTM in = my case, which is just linux) also shows everything as up. >=20 > As I understand it, a gif0 tunnel is not needed at all. It should all = just work without one, despite the FreeBSD handbook. But I think I'm = missing something about how gif0 ties into enc0, firewall rules and = routing. So some questions please: If you are trying to setup ipsec tunnel mode between two sites, ignore = gif entirely. > 1. Let's say I'm not using gif0. Should I expect some routes to appear = in the FreeBSD routing table? Or do I need to put them there myself? If = so, what should I be adding? I've seen things like: >=20 > route add $remote_net/24 $remote_internal_address >=20 > But how does the OS know where to send traffic to = $remote_internal_address? Is that something racoon takes care of? No, there are no routes involved; your security policy deals with this. = setkey -DP is your friend. You can have racoon inject the policy for = you if you want, otherwise ipsec.conf is where it goes. > 2. If I am using gif0 do I need to also use gif0 on the other end? = This adds another layer of encapsulation which I need to remove at the = remote firewall don=E2=80=99t I? Yes. > 3. What does this mean: >=20 > ifconfig gif0 inet 192.168.1.1 192.168.0.1 netmask 0xffffffff >=20 > Is that mask for the remote end or for the local end? Or just to be there. > 4. I'm using pf for a firewall. Other than allowing isakmp, esp and = ipencap through in both directions, can I control the traffic inside the = tunnel? Do I need to add rules for that traffic or will it always go = through? For that you=E2=80=99ll need enc(4) to do it properly. Check the man = page for settings. You might want to change them off the defaults. =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend." From owner-freebsd-stable@FreeBSD.ORG Mon Dec 29 20:02:12 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 518888FD; Mon, 29 Dec 2014 20:02:12 +0000 (UTC) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 166F73586; Mon, 29 Dec 2014 20:02:12 +0000 (UTC) Received: by mail-ig0-f170.google.com with SMTP id r2so12820802igi.3; Mon, 29 Dec 2014 12:02:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tw/g37s8N5mKOXuXfk/LtzpAPSafZ3OD8YbwWWgtLCM=; b=l6b5iBl8a/z93hbDY1ntJfKMpSvhkGU4N3XwqJY2cKzpWvpRWIsCGQDvYdfevANIXr 1RbfXUasPhnZa7jR5M5YxYvBDHu61GDOSFZRmSVKwY++rIe9xDCOxzCd3bJbnggDOjRD 1zQsbfPbmCTq8rTyZywRSBLymdAhJW9XWFXY7BaH1rqN4zI5smZjICqQ3D8KZtRQsR09 swH0MPZRGELZji5GPpMKvMFQPI2h6IbfXzLeIQ/SlwFIlvL1RuNfBmEd82BE3WLTeFl9 riZ3VMYC1vZKkQLMme2C+2UbQF7fGk3xZiXuSSjNEoTY/Iv8vidMypH0AbF/ZtxEIE+A KNnQ== MIME-Version: 1.0 X-Received: by 10.42.205.197 with SMTP id fr5mr43185518icb.5.1419883331497; Mon, 29 Dec 2014 12:02:11 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Mon, 29 Dec 2014 12:02:11 -0800 (PST) In-Reply-To: <54A17A52.3040704@protected-networks.net> References: <54A13602.3070208@interia.pl> <54A17A52.3040704@protected-networks.net> Date: Mon, 29 Dec 2014 12:02:11 -0800 X-Google-Sender-Auth: K5vxEwj7PBe3BRGZRBPREfwLBGg Message-ID: Subject: Re: PKG wants to remove a lot of installed packages only to install MOZJPEG package From: Kevin Oberman To: Michael Butler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: vermaden , FreeBSD-STABLE Mailing List , freebsd-pkg@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 20:02:12 -0000 On Mon, Dec 29, 2014 at 7:59 AM, Michael Butler wrote: > On 12/29/14 06:07, vermaden wrote: > > Hi, > > > > I wanted to add 'mozjpeg' package, but PKG wants to remove a lot of > > other packages in that process, any explanation for that? > > > # pkg install mozjpeg > > Updating FreeBSD repository catalogue... > > FreeBSD repository is up-to-date. > > All repositories are up-to-date. > > Checking integrity... done (1 conflicting) > ^^^^^^^^^^^^^^ > This tells me that mozjpeg installs files over the top of the jpeg > package and, in order to install it, needs to remove everything that > depends on it. > > pkg has no way of knowing if mozjpeg has the same API as jpeg, > > imb > I really have issues with the default behavior of deleting all dependent packages like this without an obvious way to deal with it. I suspect the official way is to is to use a set -o old-pkg:new-pkg: pkg delete -f jpeg (-f prevents all dependent packages from being deleted) pkg install graphics/mozjpeg pkg set -o graphics/jpeg graphics/mozjpeg Odly, I note that graphics/jpeg is a dependency of graphics/mozjpeg, so color me a bit confused. I also don't understand why gcc and gcj are dependencies. I guess mozjpeg requires the run-time libraries. And why has Firefox decided to switch my language to UK English??? Weird morning! -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 00:31:31 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A286B06 for ; Tue, 30 Dec 2014 00:31:31 +0000 (UTC) Received: from nskntqsrv03p.mx.bigpond.com (nskntqsrv03p.mx.bigpond.com [61.9.168.237]) by mx1.freebsd.org (Postfix) with ESMTP id 06880165A for ; Tue, 30 Dec 2014 00:31:30 +0000 (UTC) Received: from nskntcmgw06p ([61.9.169.166]) by nskntmtas06p.mx.bigpond.com with ESMTP id <20141230001038.HNGQ7536.nskntmtas06p.mx.bigpond.com@nskntcmgw06p>; Tue, 30 Dec 2014 00:10:38 +0000 Received: from hermes.heuristicsystems.com.au ([58.173.108.194]) by nskntcmgw06p with BigPond Outbound id ZcAd1p00Q4BhPve01cAdWj; Tue, 30 Dec 2014 00:10:38 +0000 X-Authority-Analysis: v=2.0 cv=RsdH3VaK c=1 sm=1 a=4+whva0L5pAyL5dznpY5+Q==:17 a=lcq_WjttSJ0A:10 a=IkcTkHD0fZMA:10 a=GHIR_BbyAAAA:8 a=A92cGCtB03wA:10 a=1aJEKak8QkJ7n8bIPpYA:9 a=QEXdDO2ut3YA:10 a=4+whva0L5pAyL5dznpY5+Q==:117 Received: from [10.0.5.3] (ewsw01.hs [10.0.5.3]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id sBU09M92056965 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 30 Dec 2014 11:09:32 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Message-ID: <54A1ED2F.2070305@heuristicsystems.com.au> Date: Tue, 30 Dec 2014 11:09:19 +1100 From: Dewayne Geraghty User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: ari@ish.com.au Subject: Re: ipsec routing issue References: <54A17F33.2020708@ish.com.au> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 00:31:31 -0000 Ari, Bjoern offers good advise (as usual). This practical example might help, taken from two devices connected to the internet - some numbers and "keys" have obviously been changed to protect the sites concerned. # /etc/ipsec.conf - you should be able to cut/paste and substitute your numbers in this "template" spdadd 101.48.55.78/32[any] 110.92.114.99/32 any -P in ipsec esp/transport/101.48.55.78-110.92.114.99/require; spdadd 110.92.114.99/32[any] 101.48.55.78/32[any] any -P out ipsec esp/transport/110.92.114.99-101.48.55.78/require; spdadd 10.192.0.0/16[any] 10.168.0.0/16[any] any -P in ipsec esp/tunnel/101.48.55.78-110.92.114.99/require; spdadd 10.168.0.0/16[any] 10.192.0.0/16[any] any -P out ipsec esp/tunnel/110.92.114.99-101.48.55.78/require; # These remain the same on the two end-points add 110.92.114.99 101.48.55.78 esp 25131 -E rijndael-cbc "from_here_to_there12345 *"; add 101.48.55.78 110.92.114.99 esp 25136 -E rijndael-cbc "from_there_to_here 12345&"; There is no need to add or change routing nor complicate life with gif. Though you may need to adjust your firewall rules to ipfw add allow esp from 101.48.55.78 to 110.92.114.99 via $internet_interface ipfw add allow esp from 110.92.114.99 to 101.48.55.78 via $internet_interface And it should be noted that when you use enc, that you will need to "ifconfig enc0 up" otherwise its mute. For dynamic addresses, like iphones (ikev1) or windows (ikev2) notebooks, I've found strongswan the tool of choice if you must use the client's native ipsec mechanism. But it is hard to setup, and udp fragmentation may be an issue (as we found because we have large certificates). Merry Christmas, Dewayne. From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 01:40:58 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D576FB11 for ; Tue, 30 Dec 2014 01:40:58 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id BD5D822BC for ; Tue, 30 Dec 2014 01:40:58 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id D5A8AF05FF1 for ; Mon, 29 Dec 2014 17:40:57 -0800 (PST) Date: Mon, 29 Dec 2014 18:40:57 -0700 (MST) From: Jakub Lach To: freebsd-stable@freebsd.org Message-ID: <1419903657103-5976930.post@n5.nabble.com> In-Reply-To: References: <54A13602.3070208@interia.pl> <54A17A52.3040704@protected-networks.net> Subject: Re: PKG wants to remove a lot of installed packages only to install MOZJPEG package MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 01:40:58 -0000 Yes, the default behaviour is a bit tiresome, I've recently axed LibreOffice just because gnomhier ceased to exist (pkg remove)... -- View this message in context: http://freebsd.1045724.n5.nabble.com/PKG-wants-to-remove-a-lot-of-installed-packages-only-to-install-MOZJPEG-package-tp5976740p5976930.html Sent from the freebsd-stable mailing list archive at Nabble.com. From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 05:40:11 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A97A7BD9 for ; Tue, 30 Dec 2014 05:40:11 +0000 (UTC) Received: from mail16.tpgi.com.au (smtp-out16.tpgi.com.au [220.244.226.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.tpg.com.au", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 273A418B3 for ; Tue, 30 Dec 2014 05:40:10 +0000 (UTC) X-TPG-Junk-Status: Message not scanned X-TPG-Antivirus: Passed X-TPG-Abuse: host=[202.161.115.54]; ip=202.161.115.54; date=Tue, 30 Dec 2014 16:22:12 +1100 Received: from fish.ish.com.au (202-161-115-54.static.tpgi.com.au [202.161.115.54] (may be forged)) by mail16.tpgi.com.au (envelope-from ari@ish.com.au) (8.14.3/8.14.3) with ESMTP id sBU5MAeA008253 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 30 Dec 2014 16:22:12 +1100 Received: from ip-211.ish.com.au ([203.29.62.211]:56951 helo=ish.com.au) by fish.ish.com.au with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1Y5pFu-0000Jr-2R; Tue, 30 Dec 2014 16:22:07 +1100 Received: from [10.242.2.6] (HELO Aristedess-MacBook-Pro.local) by ish.com.au (CommuniGate Pro SMTP 6.1c1) with ESMTPS id 17934608; Tue, 30 Dec 2014 16:22:06 +1100 Message-ID: <54A2367D.8030600@ish.com.au> Date: Tue, 30 Dec 2014 16:22:05 +1100 From: Aristedes Maniatis User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: "Bjoern A. Zeeb" Subject: Re: ipsec routing issue References: <54A17F33.2020708@ish.com.au> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 05:40:11 -0000 On 30/12/2014 4:23am, Bjoern A. Zeeb wrote: > >> On 29 Dec 2014, at 16:20 , Aristedes Maniatis wrote: >> >> But how does the OS know where to send traffic to $remote_internal_address? Is that something racoon takes care of? > > No, there are no routes involved; your security policy deals with this. setkey -DP is your friend. You can have racoon inject the policy for you if you want, otherwise ipsec.conf is where it goes. # setkey -DP 203.29.62.128/25[any] 10.100.0.0/16[any] any in ipsec ipcomp/tunnel/202.161.111.54-202.127.223.110/use esp/tunnel/202.161.111.54-202.127.223.110/unique#16390 spid=26 seq=3 pid=83060 refcnt=1 203.29.62.128/25[any] 10.101.0.0/16[any] any in ipsec ipcomp/tunnel/202.161.111.54-202.127.223.110/use esp/tunnel/202.161.111.54-202.127.223.110/unique#16392 spid=28 seq=2 pid=83060 refcnt=1 10.100.0.0/16[any] 203.29.62.128/25[any] any out ipsec ipcomp/tunnel/202.127.223.110-202.161.111.54/use esp/tunnel/202.127.223.110-202.161.111.54/unique#16389 spid=25 seq=1 pid=83060 refcnt=1 10.101.0.0/16[any] 203.29.62.128/25[any] any out ipsec ipcomp/tunnel/202.127.223.110-202.161.111.54/use esp/tunnel/202.127.223.110-202.161.111.54/unique#16391 spid=27 seq=0 pid=83060 refcnt=1 Does that look right for a setup with two tunnels (two networks at one end) and compression enabled? If racoon is showing the tunnels as UP: 2014-12-30 12:01:48: INFO: initiate new phase 2 negotiation: 202.127.223.110[500]<=>202.161.111.54[500] 2014-12-30 12:01:48: INFO: IPsec-SA established: ESP/Tunnel 202.127.223.110[500]->202.161.111.54[500] spi=26332262(0x191cc66) 2014-12-30 12:01:48: INFO: IPsec-SA established: IPCOMP/Tunnel 202.127.223.110[500]->202.161.111.54[500] spi=1336(0x538) 2014-12-30 12:01:48: INFO: IPsec-SA established: ESP/Tunnel 202.127.223.110[500]->202.161.111.54[500] spi=91459320(0x5738ef8) 2014-12-30 12:01:48: INFO: IPsec-SA established: IPCOMP/Tunnel 202.127.223.110[500]->202.161.111.54[500] spi=32553(0x7f29) Am I right in saying that I would not get this far if setkey wasn't already correct? But still I cannot ping the remote internal IP (203.29.62.129). I also notice that other addresses in the remote network except for the remote firewall itself are not sent through the tunnel. I guess I'll need to add a route for those after all. Are you able to suggest my next step in diagnosis. Everything seems to be working... other than traffic going into the tunnel and coming out the other side :-) >> 2. If I am using gif0 do I need to also use gif0 on the other end? This adds another layer of encapsulation which I need to remove at the remote firewall don’t I? > > Yes. Then I think the FreeBSD handbook really needs adjustment because it explains that gif is a definite requirement. >> 3. What does this mean: >> >> ifconfig gif0 inet 192.168.1.1 192.168.0.1 netmask 0xffffffff >> >> Is that mask for the remote end or for the local end? > > Or just to be there. > > >> 4. I'm using pf for a firewall. Other than allowing isakmp, esp and ipencap through in both directions, can I control the traffic inside the tunnel? Do I need to add rules for that traffic or will it always go through? > > For that you’ll need enc(4) to do it properly. Check the man page for settings. You might want to change them off the defaults. Until I recompile my kernel for ENC, can I assume that packet filter rules aren't going to be my problem here (other than the obvious rules which allow IPSec to be established, which is working). Thanks again Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +61 2 9550 5001 fax +61 2 9550 4001 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 05:50:38 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A845D51 for ; Tue, 30 Dec 2014 05:50:38 +0000 (UTC) Received: from mail13.tpgi.com.au (smtp-out13.tpgi.com.au [220.244.226.123]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.tpg.com.au", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0875A1ABE for ; Tue, 30 Dec 2014 05:50:36 +0000 (UTC) X-TPG-Junk-Status: Message not scanned X-TPG-Antivirus: Passed X-TPG-Abuse: host=[202.161.115.54]; ip=202.161.115.54; date=Tue, 30 Dec 2014 16:32:52 +1100 Received: from fish.ish.com.au (202-161-115-54.static.tpgi.com.au [202.161.115.54] (may be forged)) by mail13.tpgi.com.au (envelope-from ari@ish.com.au) (8.14.3/8.14.3) with ESMTP id sBU5WoLQ004415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 30 Dec 2014 16:32:52 +1100 Received: from ip-211.ish.com.au ([203.29.62.211]:57957 helo=ish.com.au) by fish.ish.com.au with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1Y5pQB-0000r3-0T; Tue, 30 Dec 2014 16:32:43 +1100 Received: from [10.242.2.6] (HELO Aristedess-MacBook-Pro.local) by ish.com.au (CommuniGate Pro SMTP 6.1c1) with ESMTPS id 17934617; Tue, 30 Dec 2014 16:32:42 +1100 Message-ID: <54A238F9.7040701@ish.com.au> Date: Tue, 30 Dec 2014 16:32:41 +1100 From: Aristedes Maniatis User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: Dewayne Geraghty Subject: Re: ipsec routing issue References: <54A17F33.2020708@ish.com.au> <54A1ED2F.2070305@heuristicsystems.com.au> In-Reply-To: <54A1ED2F.2070305@heuristicsystems.com.au> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 05:50:38 -0000 On 30/12/2014 11:09am, Dewayne Geraghty wrote: > # These remain the same on the two end-points > add 110.92.114.99 101.48.55.78 esp 25131 -E rijndael-cbc > "from_here_to_there12345 *"; > add 101.48.55.78 110.92.114.99 esp 25136 -E rijndael-cbc > "from_there_to_here 12345&"; I've never done anything like this, just spdadd lines... none of the docs I've found say to do this. I understand that this adds entries to the Security Association Database, which sounds like a union for security people. When I look at the result of "setkey -D" I get 12 entries, so it seems that something is there already. Looks like I get a set of three entries for each tunnel, for each direction. 202.161.111.54 202.127.223.110 ipcomp mode=tunnel spi=32898(0x00008082) reqid=16394(0x0000400a) C: deflate seq=0x00000000 replay=0 flags=0x00000080 state=mature created: Dec 30 15:33:39 2014 current: Dec 30 16:26:14 2014 diff: 3155(s) hard: 14400(s) soft: 11120(s) last: hard: 0(s) soft: 0(s) current: 0(bytes) hard: 0(bytes) soft: 0(bytes) allocated: 0 hard: 0 soft: 0 sadb_seq=2 pid=38134 refcnt=1 202.161.111.54 202.127.223.110 ipcomp mode=tunnel spi=49151(0x0000bfff) reqid=16394(0x0000400a) C: deflate seq=0x00000000 replay=0 flags=0x00000080 state=mature created: Dec 30 15:33:29 2014 current: Dec 30 16:26:14 2014 diff: 3165(s) hard: 14400(s) soft: 11120(s) last: hard: 0(s) soft: 0(s) current: 0(bytes) hard: 0(bytes) soft: 0(bytes) allocated: 0 hard: 0 soft: 0 sadb_seq=1 pid=38134 refcnt=1 202.161.111.54 202.127.223.110 esp mode=tunnel spi=229368149(0x0dabe155) reqid=0(0x00000000) E: blowfish-cbc 0c9e4d52 f7550f65 f5000990 5597db6e A: hmac-sha1 dd05d1b2 78f43bcb 56bc7d5d 60c7c9bc 918f2c2a seq=0x00001483 replay=4 flags=0x00000000 state=mature created: Dec 30 15:33:29 2014 current: Dec 30 16:26:14 2014 diff: 3165(s) hard: 14400(s) soft: 11120(s) last: Dec 30 16:26:14 2014 hard: 0(s) soft: 0(s) current: 421280(bytes) hard: 0(bytes) soft: 0(bytes) allocated: 5251 hard: 0 soft: 0 sadb_seq=0 pid=38134 refcnt=1 Am I expecting to see "C: deflate" in here twice? (again, like the other emails, I've changed a a few IP addresses to obfuscate the real servers, but I changed them the same way as in the other email). Thanks for your help Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +61 2 9550 5001 fax +61 2 9550 4001 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 07:10:00 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D376C69B for ; Tue, 30 Dec 2014 07:10:00 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id C1B8C2689 for ; Tue, 30 Dec 2014 07:10:00 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B8CB6C25 for ; Tue, 30 Dec 2014 07:09:59 +0000 (UTC) Date: Tue, 30 Dec 2014 07:09:58 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <1565169704.11.1419923398689.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1456363342.10.1419913748446.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1456363342.10.1419913748446.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : Build-UFS-image #798 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 07:10:00 -0000 See From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 11:25:14 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF4B842F for ; Tue, 30 Dec 2014 11:25:14 +0000 (UTC) Received: from mail.webmatic.de (mail.webmatic.de [212.78.101.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.webmatic.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 707D31387 for ; Tue, 30 Dec 2014 11:25:13 +0000 (UTC) Received: from mail.webmatic.de (localhost [127.0.0.1]) by mail.webmatic.de (Postfix) with ESMTP id D33428A03F for ; Tue, 30 Dec 2014 12:15:32 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 30 Dec 2014 12:15:32 +0100 From: Thomas Krause To: freebsd-stable@freebsd.org Subject: Installing 10.1 on a NVME SSD Message-ID: <522b52e52216bca1e86c68c2f9cdd533@chef-ingenieur.de> X-Sender: freebsd-stable@chef-ingenieur.de User-Agent: Roundcube Webmail/1.0.3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 11:25:14 -0000 Hi, I tried to install FreeBSD 10.1 on a machine with only a Intel DC P3600 SSD. I was able to setup GPT, partition the drive, install bootcode and all files, added load_nvme="YES" and load_nvd="YES" to loader.conf. But after that I cannot boot from that SSD. The mainboard complains "Reboot and Select proper Boot device ...". It seems that the board cannot boot from the NVME SSD?! It's a Supermicro X10SSL-F. In the BIOS I set PCIE OPROM to EFI and tried both "Legacy Only" and "UEFI only" under "Launch Option OpRom Policy". Any ideas? Regards, Thomas. From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 14:09:23 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB802498 for ; Tue, 30 Dec 2014 14:09:23 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id 146EE3EFF for ; Tue, 30 Dec 2014 14:09:22 +0000 (UTC) Received: from dspam (212-13-197-151.karthauser.co.uk [212.13.197.151]) by babel.karthauser.co.uk (Postfix) with SMTP id DE9E56EE for ; Tue, 30 Dec 2014 14:09:04 +0000 (UTC) Received: from unnamed-72.karthauser.co.uk (unnamed-72.karthauser.co.uk [90.155.77.72]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id EB1916EC; Tue, 30 Dec 2014 14:08:58 +0000 (UTC) Subject: Re: Creating a bootable ZFS disk? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_A405CCC5-5BF3-4AD4-81FA-55C5EDE9AB05"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Dr Josef Karthauser In-Reply-To: <54A18986.4000002@multiplay.co.uk> Date: Tue, 30 Dec 2014 14:08:57 +0000 Message-Id: <5AFFE5CE-ABC7-4D9C-B8E7-0AC9C3327D6B@tao.org.uk> References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> <54A18986.4000002@multiplay.co.uk> To: Steven Hartland X-Mailer: Apple Mail (2.1878.6) X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue Dec 30 14:09:04 2014 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 54a2b20026841821152020 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 14:09:23 -0000 --Apple-Mail=_A405CCC5-5BF3-4AD4-81FA-55C5EDE9AB05 Content-Type: multipart/mixed; boundary="Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2" --Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 29 Dec 2014, at 17:04, Steven Hartland = wrote: > On 29/12/2014 16:02, Dr Josef Karthauser wrote: >> On 29 Dec 2014, at 08:36, Steven Hartland = wrote: >>> That looks like a 10.0 boot not a 10.1 boot could you confirm and = provide a 10.1 boot if thats the case please Joe? >> Whoops! Sorry. >>=20 >> Attached is a verbose boot time dmesg for the 10.1 that causes the = problem under load. >> I immediately rebooted back onto 10.0, so the (un-verbose) dmesg for = that follows. >>=20 >> Joe > Thanks Joe actually a verbose boot from 10.0 for comparison would good = too. Ok - I=92m attaching a 10.0, 10.1 verbose boot and a diff of the two.=20 > Also something to try on the 10.1 to see if it makes any difference, = add the following to /boot/loader.conf or run from the loader prompt: > hint.ahci.0.msi=3D1 >=20 > You can also try =3D0 as well if 1 makes no difference. I=92ll try these later when the machine=92s less busy. Joe --Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2 Content-Disposition: attachment; filename=10.0-1.diff Content-Type: application/octet-stream; name="10.0-1.diff" Content-Transfer-Encoding: 7bit --- dmesg.boot-10.0 2014-12-30 14:05:19.000000000 +0000 +++ dmesg.boot-10.1 2014-12-30 14:06:25.000000000 +0000 @@ -12,13 +12,13 @@ Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. -FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 - root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 -FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 -Preloaded elf kernel "/boot/kernel.old/kernel" at 0xffffffff81a34000. -Preloaded elf obj module "/boot/kernel.old/zfs.ko" at 0xffffffff81a34cc8. -Preloaded elf obj module "/boot/kernel.old/opensolaris.ko" at 0xffffffff81a353f0. -Calibrating TSC clock ... TSC clock: 1497535739 Hz +FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 + root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 +FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 +Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bc6000. +Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bc6d08. +Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81bc7530. +Calibrating TSC clock ... TSC clock: 1497542139 Hz CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.54-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f63 Family = 0x10 Model = 0x6 Stepping = 3 Features=0x178bfbff @@ -41,10 +41,10 @@ Physical memory chunk(s): 0x0000000000010000 - 0x000000000009afff, 569344 bytes (139 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) -0x0000000001a5b000 - 0x00000000d7f8ffff, 3595784192 bytes (877877 pages) +0x0000000001bed000 - 0x00000000d7f8ffff, 3594137600 bytes (877475 pages) 0x00000000d7f9e000 - 0x00000000d7f9ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x0000000212220fff, 4599189504 bytes (1122849 pages) -avail memory = 8143392768 (7766 MB) +avail memory = 8141561856 (7764 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: INTR: Adding local APIC 1 as a target @@ -57,7 +57,7 @@ XEN: CPU 0 has VCPU ID 1 XEN: CPU 1 has VCPU ID 2 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 -x86bios: SSEG 0x09a000-0x09afff at 0xfffffe0227a60000 +x86bios: SSEG 0x09a000-0x09afff at 0xfffffe01ea9fe000 x86bios: EBDA 0x09e000-0x09ffff at 0xfffff8000009e000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 @@ -92,10 +92,10 @@ ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 -wlan: <802.11 Link Layer> snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 -Hardware, Intel IvyBridge+ RNG: RDRAND is not present +wlan: <802.11 Link Layer> +Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: nfslock: pseudo-device @@ -119,24 +119,24 @@ 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 -0100 f0 89 00 00 00 00 00 00 01 00 00 00 00 00 00 00 -0110 3f 00 00 00 00 00 00 00 5a 06 5f e5 00 00 00 00 -0120 00 00 00 00 5f e5 5a 06 68 e1 08 00 c2 7e 03 00 -0130 5f e5 5a 06 00 00 00 00 3f 00 00 00 00 00 00 00 -0140 48 e1 08 00 00 00 00 00 00 00 00 00 00 00 00 00 -0150 01 00 00 00 01 00 00 00 00 ee ff ff 00 12 00 00 -0160 70 a6 dc d7 00 00 00 00 5f e5 5a 06 c4 21 09 00 -0170 26 8b 02 00 80 e1 08 00 40 b2 c8 d7 00 12 00 00 -0180 73 6f 6c 61 72 69 73 5f 6d 69 73 63 2e 63 20 32 -0190 31 39 30 38 39 20 32 30 31 31 2d 30 32 2d 32 37 -01a0 20 31 39 3a 34 31 3a 34 30 5a 20 70 6a 64 20 24 -01b0 00 00 24 46 72 65 65 42 53 44 3a 20 72 65 6c 65 -01c0 61 73 65 2f 31 30 2e 30 2e 30 2f 73 79 73 2f 63 -01d0 64 64 6c 2f 63 6f 6d 70 61 74 2f 6f 70 65 6e 73 -01e0 6f 6c 61 72 69 73 2f 6b 65 72 6e 2f 6f 70 65 6e -01f0 73 6f 6c 61 72 69 73 5f 73 75 6e 64 64 69 2e 63 +0100 11 40 72 61 64 65 00 6f 6e 6b 6d 73 66 77 5f 00 +0110 52 45 44 57 4f 4f 44 5f 14 72 6c 66 53 3b 28 80 +0120 64 74 6e 50 66 73 63 6c a0 82 0c 28 80 6e 00 67 +0130 5f 73 6f 63 6b 65 74 cd 98 42 42 29 80 02 3c 64 +0140 65 05 01 08 d5 05 84 05 06 34 80 70 70 74 70 67 +0150 16 72 05 ba 8a 81 7e 29 00 67 65 6f 00 6d 5f 6d +0160 6f 75 6e 74 76 2c 65 72 00 c4 7c 82 61 28 40 66 +0170 75 96 73 98 7a 0c 5c ac 37 80 76 6d 07 3d 0b 0c +0180 1d 80 06 c8 2f 80 74 61 63 61 cc 72 64 88 ba 0c +0190 5d 36 60 08 08 12 40 d0 61 63 6c 5f 02 02 34 00 +01a0 41 89 3e 10 00 00 a4 66 24 40 74 34 5f 88 74 6f +01b0 6d 9c 3e 00 00 1c 35 00 5c 66 77 05 42 08 55 84 +01c0 05 b8 2a 40 6e 50 67 5f 61 74 a8 80 97 28 c0 73 +01d0 00 79 73 74 72 61 63 65 5f 00 66 72 65 65 62 73 +01e0 64 33 16 32 00 cc 68 87 6f 28 80 6d 66 69 0b 74 +01f0 31 30 4e 92 2c 80 74 61 72 5f 2c 73 61 0e 7d 89 VESA: 48 mode(s) found -VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffffe0227aa2044 (98000044) +VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffffe01ea9ff044 (98000044) VESA: ATI ATOMBIOS VESA: (C) 1988-2005, ATI Technologies Inc. RS880 01.00 io: @@ -144,7 +144,7 @@ kbd: new array size 4 kbd1 at kbdmux0 mem: -hptnr: R750/DC7280 controller driver v1.0 +hptnr: R750/DC7280 controller driver v1.0.1 hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 acpi0: on motherboard @@ -188,8 +188,8 @@ msi: routing MSI-X IRQ 258 to local APIC 0 vector 53 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 -ACPI timer: 1/2 1/2 1/2 1/2 1/1 1/2 1/2 1/2 1/2 1/2 -> 10 -Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 +ACPI timer: 1/2 1/2 1/2 1/2 1/2 0/2292 1/2 1/2 1/2 1/2 -> 9 +Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 @@ -461,7 +461,7 @@ pcib2: allocated memory range (0xfe8dc000-0xfe8dffff) for rid 1c of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 -em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 +em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 0 vector 54 msi: routing MSI-X IRQ 260 to local APIC 0 vector 55 @@ -503,10 +503,17 @@ brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: bpf attached bge0: Ethernet address: 3c:d9:2b:0c:f5:2e -ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 -ahci0: attempting to allocate 1 MSI vectors (8 supported) -msi: routing MSI IRQ 263 to local APIC 0 vector 58 -ahci0: using IRQ 263 for MSI +ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 +ahci0: attempting to allocate 8 MSI vectors (8 supported) +msi: routing MSI IRQ 263 to local APIC 0 vector 64 +msi: routing MSI IRQ 264 to local APIC 0 vector 65 +msi: routing MSI IRQ 265 to local APIC 0 vector 66 +msi: routing MSI IRQ 266 to local APIC 0 vector 67 +msi: routing MSI IRQ 267 to local APIC 0 vector 68 +msi: routing MSI IRQ 268 to local APIC 0 vector 69 +msi: routing MSI IRQ 269 to local APIC 0 vector 70 +msi: routing MSI IRQ 270 to local APIC 0 vector 71 +ahci0: using IRQs 263-270 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd eSATA 6ports ahci0: Caps2: @@ -523,11 +530,11 @@ ahcich5: at channel 5 on ahci0 ahcich5: Caps: ESP ohci0: mem 0xfe5fe000-0xfe5fefff irq 18 at device 18.0 on pci0 -ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 59 +ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 58 usbus0 on ohci0 ohci0: usbpf: Attached ehci0: mem 0xfe5ff800-0xfe5ff8ff irq 17 at device 18.2 on pci0 -ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 60 +ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 59 ehci0: Dropped interrupts workaround enabled usbus1: EHCI version 1.0 usbus1 on ehci0 @@ -561,22 +568,7 @@ ehci2: usbpf: Attached acpi_button0: on acpi0 ACPI: Enabled 4 GPEs in block 00 to 1F -acpi0: wakeup code va 0xfffffe023205c000 pa 0x90000 -ahc_isa_identify 0: ioport 0xc00 alloc failed -ahc_isa_identify 1: ioport 0x1c00 alloc failed -ahc_isa_identify 2: ioport 0x2c00 alloc failed -ahc_isa_identify 3: ioport 0x3c00 alloc failed -ahc_isa_identify 4: ioport 0x4c00 alloc failed -ahc_isa_identify 5: ioport 0x5c00 alloc failed -ahc_isa_identify 6: ioport 0x6c00 alloc failed -ahc_isa_identify 7: ioport 0x7c00 alloc failed -ahc_isa_identify 8: ioport 0x8c00 alloc failed -ahc_isa_identify 9: ioport 0x9c00 alloc failed -ahc_isa_identify 10: ioport 0xac00 alloc failed -ahc_isa_identify 11: ioport 0xbc00 alloc failed -ahc_isa_identify 12: ioport 0xcc00 alloc failed -ahc_isa_identify 13: ioport 0xdc00 alloc failed -ahc_isa_identify 14: ioport 0xec00 alloc failed +acpi0: wakeup code va 0xfffffe0231ec5000 pa 0x90000 ex_isa_identify() pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 @@ -674,6 +666,21 @@ pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 +ahc_isa_identify 0: ioport 0xc00 alloc failed +ahc_isa_identify 1: ioport 0x1c00 alloc failed +ahc_isa_identify 2: ioport 0x2c00 alloc failed +ahc_isa_identify 3: ioport 0x3c00 alloc failed +ahc_isa_identify 4: ioport 0x4c00 alloc failed +ahc_isa_identify 5: ioport 0x5c00 alloc failed +ahc_isa_identify 6: ioport 0x6c00 alloc failed +ahc_isa_identify 7: ioport 0x7c00 alloc failed +ahc_isa_identify 8: ioport 0x8c00 alloc failed +ahc_isa_identify 9: ioport 0x9c00 alloc failed +ahc_isa_identify 10: ioport 0xac00 alloc failed +ahc_isa_identify 11: ioport 0xbc00 alloc failed +ahc_isa_identify 12: ioport 0xcc00 alloc failed +ahc_isa_identify 13: ioport 0xdc00 alloc failed +ahc_isa_identify 14: ioport 0xec00 alloc failed isa_probe_children: disabling PnP devices atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it @@ -705,6 +712,8 @@ acpi_throttle0: P_CNT from P_BLK 0x810 hwpstate0: on cpu0 Device configuration finished. +random: unblocking device. +usbus0: 12Mbps Full Speed USB v1.0 procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) @@ -715,8 +724,6 @@ hptnr: no controller detected. hpt27xx: no controller detected. hptrr: no controller detected. -random: unblocking device. -usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 @@ -734,18 +741,19 @@ ahcich3: AHCI reset... ahcich3: SATA connect time=100us status=00000123 ahcich3: AHCI reset: device found -ugen0.1: at usbus0 -uhub0: on usbus0 -ugen5.1: at usbus5 -uhub1: on usbus5 -ugen4.1: at usbus4 -uhub2: on usbus4 ugen3.1: at usbus3 -uhub3: on usbus3 +uhub0: on usbus3 ugen2.1: at usbus2 -uhub4: on usbus2 +uhub1: on usbus2 ugen1.1: at usbus1 -uhub5: on usbus1 +uhub2: on usbus1 +ugen0.1: at usbus0 +uhub3: on usbus0 +ugen5.1: at usbus5 +uhub4: on usbus5 +ugen4.1: at usbus4 +uhub5: on usbus4 +ahcich3: AHCI reset: device ready after 1ms ahcich4: AHCI reset... ahcich4: SATA connect timeout time=10000us status=00000000 ahcich4: AHCI reset: device not found @@ -755,7 +763,6 @@ ahcich0: AHCI reset: device ready after 100ms ahcich1: AHCI reset: device ready after 100ms ahcich2: AHCI reset: device ready after 100ms -ahcich3: AHCI reset: device ready after 100ms ahcich5: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-9 SATA 3.x device @@ -823,7 +830,12 @@ ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada4: quirks=0x1<4K> ada4: Previously was known as ad14 -Netvsc initializing... SMP: AP CPU #1 Launched! +GEOM: new disk ada1 +GEOM: new disk ada2 +GEOM: new disk ada3 +GEOM: new disk ada4 +Netvsc initializing... done! +SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff @@ -834,19 +846,15 @@ msi: Assigning MSI-X IRQ 260 to local APIC 1 vector 51 msi: Assigning MSI IRQ 262 to local APIC 1 vector 52 SMP: passed TSC synchronization test -Timecounter "TSC" frequency 1497535739 Hz quality 800 -GEOM: new disk ada1 -GEOM: new disk ada2 -GEOM: new disk ada3 -GEOM: new disk ada4 -uhub2: 4 ports with 4 removable, self powered -uhub4: 5 ports with 5 removable, self powered -uhub0: 5 ports with 5 removable, self powered -Root mount waiting for: usbus5 usbus3 usbus1 -uhub1: 4 ports with 4 removable, self powered +Timecounter "TSC" frequency 1497542139 Hz quality 800 +uhub5: 4 ports with 4 removable, self powered +uhub1: 5 ports with 5 removable, self powered uhub3: 5 ports with 5 removable, self powered -uhub5: 5 ports with 5 removable, self powered -Root mount waiting for: usbus1 +Root mount waiting for: usbus5 usbus3 usbus1 +Root mount waiting for: usbus5 usbus3 usbus1 +uhub4: 4 ports with 4 removable, self powered +uhub2: 5 ports with 5 removable, self powered +uhub0: 5 ports with 5 removable, self powered Trying to mount root from zfs:storage/ROOT/default []... ugen0.2: at usbus0 ukbd0: on usbus0 --Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2 Content-Disposition: attachment; filename=dmesg.boot-10.0 Content-Type: application/octet-stream; name="dmesg.boot-10.0" Content-Transfer-Encoding: 7bit Table 'FACP' at 0xd7fa0290 Table 'APIC' at 0xd7fa0390 APIC: Found table at 0xd7fa0390 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 130 ACPI ID 3: disabled MADT: Found CPU APIC ID 131 ACPI ID 4: disabled Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-RELEASE-p7 #0: Tue Jul 8 06:37:44 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Preloaded elf kernel "/boot/kernel.old/kernel" at 0xffffffff81a34000. Preloaded elf obj module "/boot/kernel.old/zfs.ko" at 0xffffffff81a34cc8. Preloaded elf obj module "/boot/kernel.old/opensolaris.ko" at 0xffffffff81a353f0. Calibrating TSC clock ... TSC clock: 1497535739 Hz CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.54-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f63 Family = 0x10 Model = 0x6 Stepping = 3 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x837ff TSC: P-state invariant L1 2MB data TLB: 48 entries, fully associative L1 2MB instruction TLB: 16 entries, fully associative L1 4KB data TLB: 48 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB data TLB: 128 entries, 2-way associative L2 2MB instruction TLB: 0 entries, 2-way associative L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative real memory = 8589934592 (8192 MB) Physical memory chunk(s): 0x0000000000010000 - 0x000000000009afff, 569344 bytes (139 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001a5b000 - 0x00000000d7f8ffff, 3595784192 bytes (877877 pages) 0x00000000d7f9e000 - 0x00000000d7f9ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x0000000212220fff, 4599189504 bytes (1122849 pages) avail memory = 8143392768 (7766 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 XEN: CPU 0 has VCPU ID 1 XEN: CPU 1 has VCPU ID 2 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x09a000-0x09afff at 0xfffffe0227a60000 x86bios: EBDA 0x09e000-0x09ffff at 0xfffff8000009e000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 ULE: setup cpu 1 ACPI: RSDP 0xf8f50 00024 (v02 HP ) ACPI: XSDT 0xd7fa0100 0007C (v01 HP ProLiant 20110729 HP 00000097) ACPI: FACP 0xd7fa0290 000F4 (v03 HP ProLiant 20110729 HP 00000097) ACPI: DSDT 0xd7fa0620 06947 (v01 HP ProLiant 00000006 INTL 20051117) ACPI: FACS 0xd7fae000 00040 ACPI: APIC 0xd7fa0390 00072 (v01 HP ProLiant 20110729 HP 00000097) ACPI: MCFG 0xd7fa0410 0003C (v01 HP ProLiant 20110729 HP 00000097) ACPI: SPMI 0xd7fa0450 00041 (v05 HP ProLiant 20110729 HP 00000097) ACPI: OEMB 0xd7fae040 00072 (v01 HP ProLiant 20110729 HP 00000097) ACPI: HPET 0xd7fab4e0 00038 (v01 HP ProLiant 20110729 HP 00000097) ACPI: EINJ 0xd7fab520 00130 (v01 AMIER AMI_EINJ 20110729 HP 00000097) ACPI: BERT 0xd7fab6b0 00030 (v01 AMIER AMI_BERT 20110729 HP 00000097) ACPI: ERST 0xd7fab6e0 001B0 (v01 AMIER AMI_ERST 20110729 HP 00000097) ACPI: HEST 0xd7fab890 000A8 (v01 AMIER ABC_HEST 20110729 HP 00000097) ACPI: SSDT 0xd7fab940 00458 (v01 HP ProLiant 00000001 AMD 00000001) MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: low lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 wlan: <802.11 Link Layer> snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 Hardware, Intel IvyBridge+ RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: nfslock: pseudo-device Falling back to random adaptor random: initialized VESA: INT 0x10 vector 0xc000:0x03ce VESA: information block 0000 56 45 53 41 00 03 d4 01 00 c0 01 00 00 00 44 00 0010 00 98 00 01 5e 0a 03 01 00 c0 95 00 00 c0 60 4f 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 01 01 01 03 01 05 01 07 01 11 01 0050 14 01 17 01 1a 01 0e 01 20 01 93 01 95 01 96 01 0060 b3 01 b5 01 b6 01 c3 01 c5 01 c6 01 33 01 35 01 0070 36 01 53 01 55 01 56 01 63 01 65 01 66 01 21 01 0080 22 01 23 01 24 01 43 01 45 01 46 01 73 01 75 01 0090 76 01 83 01 85 01 86 01 d3 01 d5 01 d6 01 e3 01 00a0 e5 01 e6 01 ff ff 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 f0 89 00 00 00 00 00 00 01 00 00 00 00 00 00 00 0110 3f 00 00 00 00 00 00 00 5a 06 5f e5 00 00 00 00 0120 00 00 00 00 5f e5 5a 06 68 e1 08 00 c2 7e 03 00 0130 5f e5 5a 06 00 00 00 00 3f 00 00 00 00 00 00 00 0140 48 e1 08 00 00 00 00 00 00 00 00 00 00 00 00 00 0150 01 00 00 00 01 00 00 00 00 ee ff ff 00 12 00 00 0160 70 a6 dc d7 00 00 00 00 5f e5 5a 06 c4 21 09 00 0170 26 8b 02 00 80 e1 08 00 40 b2 c8 d7 00 12 00 00 0180 73 6f 6c 61 72 69 73 5f 6d 69 73 63 2e 63 20 32 0190 31 39 30 38 39 20 32 30 31 31 2d 30 32 2d 32 37 01a0 20 31 39 3a 34 31 3a 34 30 5a 20 70 6a 64 20 24 01b0 00 00 24 46 72 65 65 42 53 44 3a 20 72 65 6c 65 01c0 61 73 65 2f 31 30 2e 30 2e 30 2f 73 79 73 2f 63 01d0 64 64 6c 2f 63 6f 6d 70 61 74 2f 6f 70 65 6e 73 01e0 6f 6c 61 72 69 73 2f 6b 65 72 6e 2f 6f 70 65 6e 01f0 73 6f 6c 61 72 69 73 5f 73 75 6e 64 64 69 2e 63 VESA: 48 mode(s) found VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffffe0227aa2044 (98000044) VESA: ATI ATOMBIOS VESA: (C) 1988-2005, ATI Technologies Inc. RS880 01.00 io: VMBUS: load kbd: new array size 4 kbd1 at kbdmux0 mem: hptnr: R750/DC7280 controller driver v1.0 hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 ACPI: Executed 2 blocks of module-level executable AML code ACPI: OEMN 0xd7faaeb0 00624 (v01 AMD NAHP 00000001 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: OEMN 0 00624 (v01 AMD NAHP 00000001 INTL 20051117) acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of ffb80000, 80000 (3) failed acpi0: reservation of fec10000, 20 (3) failed acpi0: reservation of fed80000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, d7f00000 (3) failed cpu0: Processor \134_PR_.P001 (ACPI ID 1) -> APIC ID 0 cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: Processor \134_PR_.P002 (ACPI ID 2) -> APIC ID 1 cpu1: on acpi0 ACPI: Processor \134_PR_.P003 (ACPI ID 3) ignored ACPI: Processor \134_PR_.P004 (ACPI ID 4) ignored attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x4353, rev 0x10, 14318180Hz, 3 timers, legacy route hpet0: t0: irqs 0x00c00000 (0), MSI, periodic hpet0: t1: irqs 0x00c00000 (0), MSI, periodic hpet0: t2: irqs 0x00c00000 (0), MSI, periodic Timecounter "HPET" frequency 14318180 Hz quality 950 msi: routing MSI-X IRQ 256 to local APIC 0 vector 51 msi: routing MSI-X IRQ 257 to local APIC 0 vector 52 msi: routing MSI-X IRQ 258 to local APIC 0 vector 53 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 ACPI timer: 1/2 1/2 1/2 1/2 1/1 1/2 1/2 1/2 1/2 1/2 -> 10 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pcib0: port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xd0000-0xdffff pcib0: decoding 3 range 0xd8000000-0xdfffffff pcib0: decoding 3 range 0xf0000000-0xfebfffff pcib0: decoding 3 range 0xd8000000-0xdfffffff pcib0: decoding 3 range 0xf0000000-0xffffffff pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x1022, dev=0x9601, revid=0x00 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x103c, dev=0x9602, revid=0x00 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x9604, revid=0x00 domain=0, bus=0, slot=4, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x1022, dev=0x9606, revid=0x00 domain=0, bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 18 found-> vendor=0x1002, dev=0x4391, revid=0x40 domain=0, bus=0, slot=17, func=0 class=01-06-01, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc000, size 3, enabled pcib0: allocated type 4 (0xc000-0xc007) for rid 10 of pci0:0:17:0 map[14]: type I/O Port, range 32, base 0xb000, size 2, enabled pcib0: allocated type 4 (0xb000-0xb003) for rid 14 of pci0:0:17:0 map[18]: type I/O Port, range 32, base 0xa000, size 3, enabled pcib0: allocated type 4 (0xa000-0xa007) for rid 18 of pci0:0:17:0 map[1c]: type I/O Port, range 32, base 0x9000, size 2, enabled pcib0: allocated type 4 (0x9000-0x9003) for rid 1c of pci0:0:17:0 map[20]: type I/O Port, range 32, base 0x8000, size 4, enabled pcib0: allocated type 4 (0x8000-0x800f) for rid 20 of pci0:0:17:0 map[24]: type Memory, range 32, base 0xfe5ffc00, size 10, enabled pcib0: allocated type 3 (0xfe5ffc00-0xfe5fffff) for rid 24 of pci0:0:17:0 pcib0: matched entry for 0.17.INTA pcib0: slot 17 INTA hardwired to IRQ 19 found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=18, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fe000, size 12, enabled pcib0: allocated type 3 (0xfe5fe000-0xfe5fefff) for rid 10 of pci0:0:18:0 pcib0: matched entry for 0.18.INTA pcib0: slot 18 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=18, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff800, size 8, enabled pcib0: allocated type 3 (0xfe5ff800-0xfe5ff8ff) for rid 10 of pci0:0:18:2 pcib0: matched entry for 0.18.INTB pcib0: slot 18 INTB hardwired to IRQ 17 found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=19, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fd000, size 12, enabled pcib0: allocated type 3 (0xfe5fd000-0xfe5fdfff) for rid 10 of pci0:0:19:0 pcib0: matched entry for 0.19.INTA pcib0: slot 19 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=19, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff400, size 8, enabled pcib0: allocated type 3 (0xfe5ff400-0xfe5ff4ff) for rid 10 of pci0:0:19:2 pcib0: matched entry for 0.19.INTB pcib0: slot 19 INTB hardwired to IRQ 17 found-> vendor=0x1002, dev=0x4385, revid=0x42 domain=0, bus=0, slot=20, func=0 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x439d, revid=0x40 domain=0, bus=0, slot=20, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4384, revid=0x40 domain=0, bus=0, slot=20, func=4 class=06-04-01, hdrtype=0x01, mfdev=1 cmdreg=0x0105, statreg=0x02a0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=22, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fc000, size 12, enabled pcib0: allocated type 3 (0xfe5fc000-0xfe5fcfff) for rid 10 of pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=22, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff000, size 8, enabled pcib0: allocated type 3 (0xfe5ff000-0xfe5ff0ff) for rid 10 of pci0:0:22:2 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pcib1: at device 1.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1 pcib0: allocated type 3 (0xfe600000-0xfe7fffff) for rid 20 of pcib1 pcib0: allocated type 3 (0xf0000000-0xf7ffffff) for rid 24 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfe600000-0xfe7fffff pcib1: prefetched decode 0xf0000000-0xf7ffffff pcib1: special decode VGA pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1002, dev=0x9712, revid=0x00 domain=0, bus=1, slot=5, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 32, base 0xf0000000, size 27, enabled pcib1: allocated prefetch range (0xf0000000-0xf7ffffff) for rid 10 of pci0:1:5:0 map[14]: type I/O Port, range 32, base 0xd000, size 8, enabled pcib1: allocated I/O port range (0xd000-0xd0ff) for rid 14 of pci0:1:5:0 map[18]: type Memory, range 32, base 0xfe7f0000, size 16, enabled pcib1: allocated memory range (0xfe7f0000-0xfe7fffff) for rid 18 of pci0:1:5:0 map[24]: type Memory, range 32, base 0xfe600000, size 20, enabled pcib1: allocated memory range (0xfe600000-0xfe6fffff) for rid 24 of pci0:1:5:0 pcib1: matched entry for 1.5.INTA pcib1: slot 5 INTA hardwired to IRQ 18 vgapci0: port 0xd000-0xd0ff mem 0xf0000000-0xf7ffffff,0xfe7f0000-0xfe7fffff,0xfe600000-0xfe6fffff irq 18 at device 5.0 on pci1 vgapci0: Boot video device pcib2: irq 16 at device 4.0 on pci0 pcib2: allocating non-ISA range 0xe000-0xe0ff pcib0: allocated type 4 (0xe000-0xe0ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xe400-0xe4ff pcib0: allocated type 4 (0xe400-0xe4ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xe800-0xe8ff pcib0: allocated type 4 (0xe800-0xe8ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xec00-0xecff pcib0: allocated type 4 (0xec00-0xecff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfe800000-0xfe8fffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfe800000-0xfe8fffff pcib2: special decode ISA pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfe8e0000, size 17, enabled pcib2: allocated memory range (0xfe8e0000-0xfe8fffff) for rid 10 of pci0:2:0:0 map[14]: type Memory, range 32, base 0xfe800000, size 19, enabled pcib2: allocated memory range (0xfe800000-0xfe87ffff) for rid 14 of pci0:2:0:0 map[18]: type I/O Port, range 32, base 0xe800, size 5, enabled pcib2: allocated I/O port range (0xe800-0xe81f) for rid 18 of pci0:2:0:0 map[1c]: type Memory, range 32, base 0xfe8dc000, size 14, enabled pcib2: allocated memory range (0xfe8dc000-0xfe8dffff) for rid 1c of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 0 vector 54 msi: routing MSI-X IRQ 260 to local APIC 0 vector 55 msi: routing MSI-X IRQ 261 to local APIC 0 vector 56 em0: using IRQs 259-261 for MSI-X em0: Using MSIX interrupts with 3 vectors em0: bpf attached em0: Ethernet address: 68:05:ca:29:db:0b pcib3: irq 18 at device 6.0 on pci0 pcib0: allocated type 3 (0xfe900000-0xfe9fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: memory decode 0xfe900000-0xfe9fffff pcib3: special decode ISA pci3: on pcib3 pci3: domain=0, physical bus=3 found-> vendor=0x14e4, dev=0x165b, revid=0x10 domain=0, bus=3, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfe9f0000, size 16, enabled pcib3: allocated memory range (0xfe9f0000-0xfe9fffff) for rid 10 of pci0:3:0:0 pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 18 bge0: mem 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci3 bge0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 262 to local APIC 0 vector 57 bge0: using IRQ 262 for MSI bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E bge0: Disabling fastboot miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: OUI 0x000af7, model 0x003a, rev. 4 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: bpf attached bge0: Ethernet address: 3c:d9:2b:0c:f5:2e ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 263 to local APIC 0 vector 58 ahci0: using IRQ 263 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd eSATA 6ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: ESP ahcich1: at channel 1 on ahci0 ahcich1: Caps: ESP ahcich2: at channel 2 on ahci0 ahcich2: Caps: ESP ahcich3: at channel 3 on ahci0 ahcich3: Caps: ESP ahcich4: at channel 4 on ahci0 ahcich4: Caps: ESP ahcich5: at channel 5 on ahci0 ahcich5: Caps: ESP ohci0: mem 0xfe5fe000-0xfe5fefff irq 18 at device 18.0 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 59 usbus0 on ohci0 ohci0: usbpf: Attached ehci0: mem 0xfe5ff800-0xfe5ff8ff irq 17 at device 18.2 on pci0 ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 60 ehci0: Dropped interrupts workaround enabled usbus1: EHCI version 1.0 usbus1 on ehci0 ehci0: usbpf: Attached ohci1: mem 0xfe5fd000-0xfe5fdfff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ohci1: usbpf: Attached ehci1: mem 0xfe5ff400-0xfe5ff4ff irq 17 at device 19.2 on pci0 ehci1: Dropped interrupts workaround enabled usbus3: EHCI version 1.0 usbus3 on ehci1 ehci1: usbpf: Attached pci0: at device 20.0 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: special decode ISA, subtractive pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.P0PC - AE_NOT_FOUND pci4: on pcib4 pci4: domain=0, physical bus=4 ohci2: mem 0xfe5fc000-0xfe5fcfff irq 18 at device 22.0 on pci0 usbus4 on ohci2 ohci2: usbpf: Attached ehci2: mem 0xfe5ff000-0xfe5ff0ff irq 17 at device 22.2 on pci0 ehci2: Dropped interrupts workaround enabled usbus5: EHCI version 1.0 usbus5 on ehci2 ehci2: usbpf: Attached acpi_button0: on acpi0 ACPI: Enabled 4 GPEs in block 00 to 1F acpi0: wakeup code va 0xfffffe023205c000 pa 0x90000 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 1: ioport 0x1c00 alloc failed ahc_isa_identify 2: ioport 0x2c00 alloc failed ahc_isa_identify 3: ioport 0x3c00 alloc failed ahc_isa_identify 4: ioport 0x4c00 alloc failed ahc_isa_identify 5: ioport 0x5c00 alloc failed ahc_isa_identify 6: ioport 0x6c00 alloc failed ahc_isa_identify 7: ioport 0x7c00 alloc failed ahc_isa_identify 8: ioport 0x8c00 alloc failed ahc_isa_identify 9: ioport 0x9c00 alloc failed ahc_isa_identify 10: ioport 0xac00 alloc failed ahc_isa_identify 11: ioport 0xbc00 alloc failed ahc_isa_identify 12: ioport 0xcc00 alloc failed ahc_isa_identify 13: ioport 0xdc00 alloc failed ahc_isa_identify 14: ioport 0xec00 alloc failed ex_isa_identify() pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 isa_probe_children: disabling PnP devices atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: at iomem 0xd2000-0xd2fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbdc0: AT keyboard controller not found atkbdc0 failed to probe at port 0x60,0x64 on isa0 pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0 uart0 failed to probe at port 0x3f8-0x3ff irq 4 on isa0 pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1 uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0x810 hwpstate0: on cpu0 Device configuration finished. procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 65536 lo0: bpf attached hptnr: no controller detected. hpt27xx: no controller detected. hptrr: no controller detected. random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=100us status=00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect time=100us status=00000123 ahcich2: AHCI reset: device found ahcich3: AHCI reset... ahcich3: SATA connect time=100us status=00000123 ahcich3: AHCI reset: device found ugen0.1: at usbus0 uhub0: on usbus0 ugen5.1: at usbus5 uhub1: on usbus5 ugen4.1: at usbus4 uhub2: on usbus4 ugen3.1: at usbus3 uhub3: on usbus3 ugen2.1: at usbus2 uhub4: on usbus2 ugen1.1: at usbus1 uhub5: on usbus1 ahcich4: AHCI reset... ahcich4: SATA connect timeout time=10000us status=00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect time=100us status=00000123 ahcich5: AHCI reset: device found ahcich0: AHCI reset: device ready after 100ms ahcich1: AHCI reset: device ready after 100ms ahcich2: AHCI reset: device ready after 100ms ahcich3: AHCI reset: device ready after 100ms ahcich5: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-9 SATA 3.x device pass0: Serial Number WD-WCC4MDFLEL2P pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: ATA-9 SATA 3.x device pass1: Serial Number WD-WCC4MPYVZX2H pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahcich2 bus 0 scbus2 target 0 lun 0 pass2: ATA-9 SATA 3.x device pass2: Serial Number WD-WCC4MDTJCKYN pass2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass2: Command Queueing enabled pass3 at ahcich3 bus 0 scbus3 target 0 lun 0 pass3: ATA-9 SATA 3.x device pass3: Serial Number WD-WCC4MPYVZSVV pass3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass3: Command Queueing enabled pass4 at ahcich5 bus 0 scbus5 target 0 lun 0 pass4: ATA-9 SATA 3.x device pass4: Serial Number WD-WCC4MKLH07U2 pass4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass4: Command Queueing enabled ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-9 SATA 3.x device ada0: Serial Number WD-WCC4MDFLEL2P ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada0: quirks=0x1<4K> ada0: Previously was known as ad4 GEOM: new disk ada0 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-9 SATA 3.x device ada1: Serial Number WD-WCC4MPYVZX2H ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada1: quirks=0x1<4K> ada1: Previously was known as ad6 ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA-9 SATA 3.x device ada2: Serial Number WD-WCC4MDTJCKYN ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada2: quirks=0x1<4K> ada2: Previously was known as ad8 ada3 at ahcich3 bus 0 scbus3 target 0 lun 0 ada3: ATA-9 SATA 3.x device ada3: Serial Number WD-WCC4MPYVZSVV ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada3: quirks=0x1<4K> ada3: Previously was known as ad10 ada4 at ahcich5 bus 0 scbus5 target 0 lun 0 ada4: ATA-9 SATA 3.x device ada4: Serial Number WD-WCC4MKLH07U2 ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada4: quirks=0x1<4K> ada4: Previously was known as ad14 Netvsc initializing... SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 1 vector 49 msi: Assigning MSI-X IRQ 257 to local APIC 1 vector 50 msi: Assigning MSI-X IRQ 260 to local APIC 1 vector 51 msi: Assigning MSI IRQ 262 to local APIC 1 vector 52 SMP: passed TSC synchronization test Timecounter "TSC" frequency 1497535739 Hz quality 800 GEOM: new disk ada1 GEOM: new disk ada2 GEOM: new disk ada3 GEOM: new disk ada4 uhub2: 4 ports with 4 removable, self powered uhub4: 5 ports with 5 removable, self powered uhub0: 5 ports with 5 removable, self powered Root mount waiting for: usbus5 usbus3 usbus1 uhub1: 4 ports with 4 removable, self powered uhub3: 5 ports with 5 removable, self powered uhub5: 5 ports with 5 removable, self powered Root mount waiting for: usbus1 Trying to mount root from zfs:storage/ROOT/default []... ugen0.2: at usbus0 ukbd0: on usbus0 kbd0 at ukbd0 kbd0: ukbd0, generic (0), config:0x0, flags:0x3d0000 start_init: trying /sbin/init bge0: Disabling fastboot bge0: Disabling fastboot uhid0: on usbus0 em0: Link is up 1000 Mbps Full Duplex ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled ipfw0: bpf attached --Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2 Content-Disposition: attachment; filename=dmesg.boot-10.1 Content-Type: application/octet-stream; name="dmesg.boot-10.1" Content-Transfer-Encoding: 7bit Table 'FACP' at 0xd7fa0290 Table 'APIC' at 0xd7fa0390 APIC: Found table at 0xd7fa0390 APIC: Using the MADT enumerator. MADT: Found CPU APIC ID 0 ACPI ID 1: enabled SMP: Added CPU 0 (AP) MADT: Found CPU APIC ID 1 ACPI ID 2: enabled SMP: Added CPU 1 (AP) MADT: Found CPU APIC ID 130 ACPI ID 3: disabled MADT: Found CPU APIC ID 131 ACPI ID 4: disabled Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.1-RELEASE #0 r274401: Tue Nov 11 21:02:49 UTC 2014 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff81bc6000. Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff81bc6d08. Preloaded elf obj module "/boot/kernel/opensolaris.ko" at 0xffffffff81bc7530. Calibrating TSC clock ... TSC clock: 1497542139 Hz CPU: AMD Turion(tm) II Neo N40L Dual-Core Processor (1497.54-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f63 Family = 0x10 Model = 0x6 Stepping = 3 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x837ff TSC: P-state invariant L1 2MB data TLB: 48 entries, fully associative L1 2MB instruction TLB: 16 entries, fully associative L1 4KB data TLB: 48 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB data TLB: 128 entries, 2-way associative L2 2MB instruction TLB: 0 entries, 2-way associative L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 1024 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative real memory = 8589934592 (8192 MB) Physical memory chunk(s): 0x0000000000010000 - 0x000000000009afff, 569344 bytes (139 pages) 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages) 0x0000000001bed000 - 0x00000000d7f8ffff, 3594137600 bytes (877475 pages) 0x00000000d7f9e000 - 0x00000000d7f9ffff, 8192 bytes (2 pages) 0x0000000100000000 - 0x0000000212220fff, 4599189504 bytes (1122849 pages) avail memory = 8141561856 (7764 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: INTR: Adding local APIC 1 as a target FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 XEN: CPU 0 has VCPU ID 1 XEN: CPU 1 has VCPU ID 2 x86bios: IVT 0x000000-0x0004ff at 0xfffff80000000000 x86bios: SSEG 0x09a000-0x09afff at 0xfffffe01ea9fe000 x86bios: EBDA 0x09e000-0x09ffff at 0xfffff8000009e000 x86bios: ROM 0x0a0000-0x0fefff at 0xfffff800000a0000 ULE: setup cpu 0 ULE: setup cpu 1 ACPI: RSDP 0xf8f50 00024 (v02 HP ) ACPI: XSDT 0xd7fa0100 0007C (v01 HP ProLiant 20110729 HP 00000097) ACPI: FACP 0xd7fa0290 000F4 (v03 HP ProLiant 20110729 HP 00000097) ACPI: DSDT 0xd7fa0620 06947 (v01 HP ProLiant 00000006 INTL 20051117) ACPI: FACS 0xd7fae000 00040 ACPI: APIC 0xd7fa0390 00072 (v01 HP ProLiant 20110729 HP 00000097) ACPI: MCFG 0xd7fa0410 0003C (v01 HP ProLiant 20110729 HP 00000097) ACPI: SPMI 0xd7fa0450 00041 (v05 HP ProLiant 20110729 HP 00000097) ACPI: OEMB 0xd7fae040 00072 (v01 HP ProLiant 20110729 HP 00000097) ACPI: HPET 0xd7fab4e0 00038 (v01 HP ProLiant 20110729 HP 00000097) ACPI: EINJ 0xd7fab520 00130 (v01 AMIER AMI_EINJ 20110729 HP 00000097) ACPI: BERT 0xd7fab6b0 00030 (v01 AMIER AMI_BERT 20110729 HP 00000097) ACPI: ERST 0xd7fab6e0 001B0 (v01 AMIER AMI_ERST 20110729 HP 00000097) ACPI: HEST 0xd7fab890 000A8 (v01 AMIER ABC_HEST 20110729 HP 00000097) ACPI: SSDT 0xd7fab940 00458 (v01 HP ProLiant 00000001 AMD 00000001) MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 MADT: Interrupt override: source 0, irq 2 ioapic0: Routing IRQ 0 -> intpin 2 MADT: Interrupt override: source 9, irq 9 ioapic0: intpin 9 trigger: level ioapic0: intpin 9 polarity: low lapic: Routing NMI -> LINT1 lapic: LINT1 trigger: edge lapic: LINT1 polarity: high ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan: <802.11 Link Layer> Hardware, Intel Secure Key RNG: RDRAND is not present Hardware, VIA Nehemiah Padlock RNG: VIA Padlock RNG not present null: nfslock: pseudo-device Falling back to random adaptor random: initialized VESA: INT 0x10 vector 0xc000:0x03ce VESA: information block 0000 56 45 53 41 00 03 d4 01 00 c0 01 00 00 00 44 00 0010 00 98 00 01 5e 0a 03 01 00 c0 95 00 00 c0 60 4f 0020 00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0040 00 00 00 00 00 01 01 01 03 01 05 01 07 01 11 01 0050 14 01 17 01 1a 01 0e 01 20 01 93 01 95 01 96 01 0060 b3 01 b5 01 b6 01 c3 01 c5 01 c6 01 33 01 35 01 0070 36 01 53 01 55 01 56 01 63 01 65 01 66 01 21 01 0080 22 01 23 01 24 01 43 01 45 01 46 01 73 01 75 01 0090 76 01 83 01 85 01 86 01 d3 01 d5 01 d6 01 e3 01 00a0 e5 01 e6 01 ff ff 00 00 00 00 00 00 00 00 00 00 00b0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0100 11 40 72 61 64 65 00 6f 6e 6b 6d 73 66 77 5f 00 0110 52 45 44 57 4f 4f 44 5f 14 72 6c 66 53 3b 28 80 0120 64 74 6e 50 66 73 63 6c a0 82 0c 28 80 6e 00 67 0130 5f 73 6f 63 6b 65 74 cd 98 42 42 29 80 02 3c 64 0140 65 05 01 08 d5 05 84 05 06 34 80 70 70 74 70 67 0150 16 72 05 ba 8a 81 7e 29 00 67 65 6f 00 6d 5f 6d 0160 6f 75 6e 74 76 2c 65 72 00 c4 7c 82 61 28 40 66 0170 75 96 73 98 7a 0c 5c ac 37 80 76 6d 07 3d 0b 0c 0180 1d 80 06 c8 2f 80 74 61 63 61 cc 72 64 88 ba 0c 0190 5d 36 60 08 08 12 40 d0 61 63 6c 5f 02 02 34 00 01a0 41 89 3e 10 00 00 a4 66 24 40 74 34 5f 88 74 6f 01b0 6d 9c 3e 00 00 1c 35 00 5c 66 77 05 42 08 55 84 01c0 05 b8 2a 40 6e 50 67 5f 61 74 a8 80 97 28 c0 73 01d0 00 79 73 74 72 61 63 65 5f 00 66 72 65 65 62 73 01e0 64 33 16 32 00 cc 68 87 6f 28 80 6d 66 69 0b 74 01f0 31 30 4e 92 2c 80 74 61 72 5f 2c 73 61 0e 7d 89 VESA: 48 mode(s) found VESA: v3.0, 16384k memory, flags:0x1, mode table:0xfffffe01ea9ff044 (98000044) VESA: ATI ATOMBIOS VESA: (C) 1988-2005, ATI Technologies Inc. RS880 01.00 io: VMBUS: load kbd: new array size 4 kbd1 at kbdmux0 mem: hptnr: R750/DC7280 controller driver v1.0.1 hpt27xx: RocketRAID 27xx controller driver v1.1 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 acpi0: on motherboard ACPI: All ACPI Tables successfully acquired PCIe: Memory Mapped configuration base @ 0xe0000000 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48 ACPI: Executed 2 blocks of module-level executable AML code ACPI: OEMN 0xd7faaeb0 00624 (v01 AMD NAHP 00000001 INTL 20051117) ACPI: Dynamic OEM Table Load: ACPI: OEMN 0 00624 (v01 AMD NAHP 00000001 INTL 20051117) acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of ffb80000, 80000 (3) failed acpi0: reservation of fec10000, 20 (3) failed acpi0: reservation of fed80000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, d7f00000 (3) failed cpu0: Processor \134_PR_.P001 (ACPI ID 1) -> APIC ID 0 cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: Processor \134_PR_.P002 (ACPI ID 2) -> APIC ID 1 cpu1: on acpi0 ACPI: Processor \134_PR_.P003 (ACPI ID 3) ignored ACPI: Processor \134_PR_.P004 (ACPI ID 4) ignored attimer0: port 0x40-0x43 irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 49 Event timer "i8254" frequency 1193182 Hz quality 100 atrtc0: port 0x70-0x71 irq 8 on acpi0 atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s) ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 50 Event timer "RTC" frequency 32768 Hz quality 0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 hpet0: vendor 0x4353, rev 0x10, 14318180Hz, 3 timers, legacy route hpet0: t0: irqs 0x00c00000 (0), MSI, periodic hpet0: t1: irqs 0x00c00000 (0), MSI, periodic hpet0: t2: irqs 0x00c00000 (0), MSI, periodic Timecounter "HPET" frequency 14318180 Hz quality 950 msi: routing MSI-X IRQ 256 to local APIC 0 vector 51 msi: routing MSI-X IRQ 257 to local APIC 0 vector 52 msi: routing MSI-X IRQ 258 to local APIC 0 vector 53 Event timer "HPET" frequency 14318180 Hz quality 550 Event timer "HPET1" frequency 14318180 Hz quality 450 ACPI timer: 1/2 1/2 1/2 1/2 1/2 0/2292 1/2 1/2 1/2 1/2 -> 9 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 4 7 10 11 14 15 Validation 0 255 N 0 4 7 10 11 14 15 After Disable 0 255 N 0 4 7 10 11 14 15 pcib0: port 0xcf8-0xcff on acpi0 pcib0: decoding 4 range 0-0xcf7 pcib0: decoding 4 range 0xd00-0xffff pcib0: decoding 3 range 0xa0000-0xbffff pcib0: decoding 3 range 0xd0000-0xdffff pcib0: decoding 3 range 0xd8000000-0xdfffffff pcib0: decoding 3 range 0xf0000000-0xfebfffff pcib0: decoding 3 range 0xd8000000-0xdfffffff pcib0: decoding 3 range 0xf0000000-0xffffffff pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x1022, dev=0x9601, revid=0x00 domain=0, bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x2230, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x103c, dev=0x9602, revid=0x00 domain=0, bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x9604, revid=0x00 domain=0, bus=0, slot=4, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.4.INTA pcib0: slot 4 INTA hardwired to IRQ 16 found-> vendor=0x1022, dev=0x9606, revid=0x00 domain=0, bus=0, slot=6, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message pcib0: matched entry for 0.6.INTA pcib0: slot 6 INTA hardwired to IRQ 18 found-> vendor=0x1002, dev=0x4391, revid=0x40 domain=0, bus=0, slot=17, func=0 class=01-06-01, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0230, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc000, size 3, enabled pcib0: allocated type 4 (0xc000-0xc007) for rid 10 of pci0:0:17:0 map[14]: type I/O Port, range 32, base 0xb000, size 2, enabled pcib0: allocated type 4 (0xb000-0xb003) for rid 14 of pci0:0:17:0 map[18]: type I/O Port, range 32, base 0xa000, size 3, enabled pcib0: allocated type 4 (0xa000-0xa007) for rid 18 of pci0:0:17:0 map[1c]: type I/O Port, range 32, base 0x9000, size 2, enabled pcib0: allocated type 4 (0x9000-0x9003) for rid 1c of pci0:0:17:0 map[20]: type I/O Port, range 32, base 0x8000, size 4, enabled pcib0: allocated type 4 (0x8000-0x800f) for rid 20 of pci0:0:17:0 map[24]: type Memory, range 32, base 0xfe5ffc00, size 10, enabled pcib0: allocated type 3 (0xfe5ffc00-0xfe5fffff) for rid 24 of pci0:0:17:0 pcib0: matched entry for 0.17.INTA pcib0: slot 17 INTA hardwired to IRQ 19 found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=18, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fe000, size 12, enabled pcib0: allocated type 3 (0xfe5fe000-0xfe5fefff) for rid 10 of pci0:0:18:0 pcib0: matched entry for 0.18.INTA pcib0: slot 18 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=18, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff800, size 8, enabled pcib0: allocated type 3 (0xfe5ff800-0xfe5ff8ff) for rid 10 of pci0:0:18:2 pcib0: matched entry for 0.18.INTB pcib0: slot 18 INTB hardwired to IRQ 17 found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=19, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fd000, size 12, enabled pcib0: allocated type 3 (0xfe5fd000-0xfe5fdfff) for rid 10 of pci0:0:19:0 pcib0: matched entry for 0.19.INTA pcib0: slot 19 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=19, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff400, size 8, enabled pcib0: allocated type 3 (0xfe5ff400-0xfe5ff4ff) for rid 10 of pci0:0:19:2 pcib0: matched entry for 0.19.INTB pcib0: slot 19 INTB hardwired to IRQ 17 found-> vendor=0x1002, dev=0x4385, revid=0x42 domain=0, bus=0, slot=20, func=0 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0403, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x439d, revid=0x40 domain=0, bus=0, slot=20, func=3 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4384, revid=0x40 domain=0, bus=0, slot=20, func=4 class=06-04-01, hdrtype=0x01, mfdev=1 cmdreg=0x0105, statreg=0x02a0, cachelnsz=0 (dwords) lattimer=0x40 (1920 ns), mingnt=0x07 (1750 ns), maxlat=0x00 (0 ns) found-> vendor=0x1002, dev=0x4397, revid=0x00 domain=0, bus=0, slot=22, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 map[10]: type Memory, range 32, base 0xfe5fc000, size 12, enabled pcib0: allocated type 3 (0xfe5fc000-0xfe5fcfff) for rid 10 of pci0:0:22:0 pcib0: matched entry for 0.22.INTA pcib0: slot 22 INTA hardwired to IRQ 18 ohci early: SMM active, request owner change found-> vendor=0x1002, dev=0x4396, revid=0x00 domain=0, bus=0, slot=22, func=2 class=0c-03-20, hdrtype=0x00, mfdev=0 cmdreg=0x0102, statreg=0x02b0, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=4 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe5ff000, size 8, enabled pcib0: allocated type 3 (0xfe5ff000-0xfe5ff0ff) for rid 10 of pci0:0:22:2 pcib0: matched entry for 0.22.INTB pcib0: slot 22 INTB hardwired to IRQ 17 found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pcib1: at device 1.0 on pci0 pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1 pcib0: allocated type 3 (0xfe600000-0xfe7fffff) for rid 20 of pcib1 pcib0: allocated type 3 (0xf0000000-0xf7ffffff) for rid 24 of pcib1 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfe600000-0xfe7fffff pcib1: prefetched decode 0xf0000000-0xf7ffffff pcib1: special decode VGA pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x1002, dev=0x9712, revid=0x00 domain=0, bus=1, slot=5, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 32, base 0xf0000000, size 27, enabled pcib1: allocated prefetch range (0xf0000000-0xf7ffffff) for rid 10 of pci0:1:5:0 map[14]: type I/O Port, range 32, base 0xd000, size 8, enabled pcib1: allocated I/O port range (0xd000-0xd0ff) for rid 14 of pci0:1:5:0 map[18]: type Memory, range 32, base 0xfe7f0000, size 16, enabled pcib1: allocated memory range (0xfe7f0000-0xfe7fffff) for rid 18 of pci0:1:5:0 map[24]: type Memory, range 32, base 0xfe600000, size 20, enabled pcib1: allocated memory range (0xfe600000-0xfe6fffff) for rid 24 of pci0:1:5:0 pcib1: matched entry for 1.5.INTA pcib1: slot 5 INTA hardwired to IRQ 18 vgapci0: port 0xd000-0xd0ff mem 0xf0000000-0xf7ffffff,0xfe7f0000-0xfe7fffff,0xfe600000-0xfe6fffff irq 18 at device 5.0 on pci1 vgapci0: Boot video device pcib2: irq 16 at device 4.0 on pci0 pcib2: allocating non-ISA range 0xe000-0xe0ff pcib0: allocated type 4 (0xe000-0xe0ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xe400-0xe4ff pcib0: allocated type 4 (0xe400-0xe4ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xe800-0xe8ff pcib0: allocated type 4 (0xe800-0xe8ff) for rid 1c of pcib2 pcib2: allocating non-ISA range 0xec00-0xecff pcib0: allocated type 4 (0xec00-0xecff) for rid 1c of pcib2 pcib0: allocated type 3 (0xfe800000-0xfe8fffff) for rid 20 of pcib2 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfe800000-0xfe8fffff pcib2: special decode ISA pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x8086, dev=0x10d3, revid=0x00 domain=0, bus=2, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit MSI-X supports 5 messages in map 0x1c map[10]: type Memory, range 32, base 0xfe8e0000, size 17, enabled pcib2: allocated memory range (0xfe8e0000-0xfe8fffff) for rid 10 of pci0:2:0:0 map[14]: type Memory, range 32, base 0xfe800000, size 19, enabled pcib2: allocated memory range (0xfe800000-0xfe87ffff) for rid 14 of pci0:2:0:0 map[18]: type I/O Port, range 32, base 0xe800, size 5, enabled pcib2: allocated I/O port range (0xe800-0xe81f) for rid 18 of pci0:2:0:0 map[1c]: type Memory, range 32, base 0xfe8dc000, size 14, enabled pcib2: allocated memory range (0xfe8dc000-0xfe8dffff) for rid 1c of pci0:2:0:0 pcib2: matched entry for 2.0.INTA pcib2: slot 0 INTA hardwired to IRQ 16 em0: port 0xe800-0xe81f mem 0xfe8e0000-0xfe8fffff,0xfe800000-0xfe87ffff,0xfe8dc000-0xfe8dffff irq 16 at device 0.0 on pci2 em0: attempting to allocate 3 MSI-X vectors (5 supported) msi: routing MSI-X IRQ 259 to local APIC 0 vector 54 msi: routing MSI-X IRQ 260 to local APIC 0 vector 55 msi: routing MSI-X IRQ 261 to local APIC 0 vector 56 em0: using IRQs 259-261 for MSI-X em0: Using MSIX interrupts with 3 vectors em0: bpf attached em0: Ethernet address: 68:05:ca:29:db:0b pcib3: irq 18 at device 6.0 on pci0 pcib0: allocated type 3 (0xfe900000-0xfe9fffff) for rid 20 of pcib3 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: memory decode 0xfe900000-0xfe9fffff pcib3: special decode ISA pci3: on pcib3 pci3: domain=0, physical bus=3 found-> vendor=0x14e4, dev=0x165b, revid=0x10 domain=0, bus=3, slot=0, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfe9f0000, size 16, enabled pcib3: allocated memory range (0xfe9f0000-0xfe9fffff) for rid 10 of pci0:3:0:0 pcib3: matched entry for 3.0.INTA pcib3: slot 0 INTA hardwired to IRQ 18 bge0: mem 0xfe9f0000-0xfe9fffff irq 18 at device 0.0 on pci3 bge0: attempting to allocate 1 MSI vectors (1 supported) msi: routing MSI IRQ 262 to local APIC 0 vector 57 bge0: using IRQ 262 for MSI bge0: CHIP ID 0x05784100; ASIC REV 0x5784; CHIP REV 0x57841; PCI-E bge0: Disabling fastboot miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: OUI 0x000af7, model 0x003a, rev. 4 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: bpf attached bge0: Ethernet address: 3c:d9:2b:0c:f5:2e ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: attempting to allocate 8 MSI vectors (8 supported) msi: routing MSI IRQ 263 to local APIC 0 vector 64 msi: routing MSI IRQ 264 to local APIC 0 vector 65 msi: routing MSI IRQ 265 to local APIC 0 vector 66 msi: routing MSI IRQ 266 to local APIC 0 vector 67 msi: routing MSI IRQ 267 to local APIC 0 vector 68 msi: routing MSI IRQ 268 to local APIC 0 vector 69 msi: routing MSI IRQ 269 to local APIC 0 vector 70 msi: routing MSI IRQ 270 to local APIC 0 vector 71 ahci0: using IRQs 263-270 for MSI ahci0: AHCI v1.20 with 6 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd eSATA 6ports ahci0: Caps2: ahcich0: at channel 0 on ahci0 ahcich0: Caps: ESP ahcich1: at channel 1 on ahci0 ahcich1: Caps: ESP ahcich2: at channel 2 on ahci0 ahcich2: Caps: ESP ahcich3: at channel 3 on ahci0 ahcich3: Caps: ESP ahcich4: at channel 4 on ahci0 ahcich4: Caps: ESP ahcich5: at channel 5 on ahci0 ahcich5: Caps: ESP ohci0: mem 0xfe5fe000-0xfe5fefff irq 18 at device 18.0 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 58 usbus0 on ohci0 ohci0: usbpf: Attached ehci0: mem 0xfe5ff800-0xfe5ff8ff irq 17 at device 18.2 on pci0 ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 59 ehci0: Dropped interrupts workaround enabled usbus1: EHCI version 1.0 usbus1 on ehci0 ehci0: usbpf: Attached ohci1: mem 0xfe5fd000-0xfe5fdfff irq 18 at device 19.0 on pci0 usbus2 on ohci1 ohci1: usbpf: Attached ehci1: mem 0xfe5ff400-0xfe5ff4ff irq 17 at device 19.2 on pci0 ehci1: Dropped interrupts workaround enabled usbus3: EHCI version 1.0 usbus3 on ehci1 ehci1: usbpf: Attached pci0: at device 20.0 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib4: at device 20.4 on pci0 pcib4: domain 0 pcib4: secondary bus 4 pcib4: subordinate bus 4 pcib4: special decode ISA, subtractive pcib4: could not get PCI interrupt routing table for \134_SB_.PCI0.P0PC - AE_NOT_FOUND pci4: on pcib4 pci4: domain=0, physical bus=4 ohci2: mem 0xfe5fc000-0xfe5fcfff irq 18 at device 22.0 on pci0 usbus4 on ohci2 ohci2: usbpf: Attached ehci2: mem 0xfe5ff000-0xfe5ff0ff irq 17 at device 22.2 on pci0 ehci2: Dropped interrupts workaround enabled usbus5: EHCI version 1.0 usbus5 on ehci2 ehci2: usbpf: Attached acpi_button0: on acpi0 ACPI: Enabled 4 GPEs in block 00 to 1F acpi0: wakeup code va 0xfffffe0231ec5000 pa 0x90000 ex_isa_identify() pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0 pcib0: allocated type 3 (0xd2000-0xd2fff) for rid 0 of orm0 pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 1 of orm0 pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 1 of orm0 pcib0: allocated type 3 (0xda000-0xda7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xda800-0xdafff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdd800-0xddfff) for rid 1 of orm0 pcib0: allocated type 3 (0xde000-0xde7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xde800-0xdefff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 1 of orm0 pcib0: allocated type 3 (0xdf800-0xdffff) for rid 1 of orm0 ahc_isa_identify 0: ioport 0xc00 alloc failed ahc_isa_identify 1: ioport 0x1c00 alloc failed ahc_isa_identify 2: ioport 0x2c00 alloc failed ahc_isa_identify 3: ioport 0x3c00 alloc failed ahc_isa_identify 4: ioport 0x4c00 alloc failed ahc_isa_identify 5: ioport 0x5c00 alloc failed ahc_isa_identify 6: ioport 0x6c00 alloc failed ahc_isa_identify 7: ioport 0x7c00 alloc failed ahc_isa_identify 8: ioport 0x8c00 alloc failed ahc_isa_identify 9: ioport 0x9c00 alloc failed ahc_isa_identify 10: ioport 0xac00 alloc failed ahc_isa_identify 11: ioport 0xbc00 alloc failed ahc_isa_identify 12: ioport 0xcc00 alloc failed ahc_isa_identify 13: ioport 0xdc00 alloc failed ahc_isa_identify 14: ioport 0xec00 alloc failed isa_probe_children: disabling PnP devices atrtc: atrtc0 already exists; skipping it attimer: attimer0 already exists; skipping it sc: sc0 already exists; skipping it isa_probe_children: probing non-PnP devices orm0: at iomem 0xd2000-0xd2fff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: scteken (teken terminal) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0 pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0 pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0 atkbdc0: AT keyboard controller not found atkbdc0 failed to probe at port 0x60,0x64 on isa0 pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ppc0: cannot reserve I/O port range ppc0 failed to probe at irq 7 on isa0 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0 uart0 failed to probe at port 0x3f8-0x3ff irq 4 on isa0 pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1 uart1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 wbwd0 failed to probe on isa0 isa_probe_children: probing PnP devices acpi_throttle0: on cpu0 acpi_throttle0: P_CNT from P_BLK 0x810 hwpstate0: on cpu0 Device configuration finished. random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 procfs registered ZFS filesystem version: 5 ZFS storage pool version: features support (5000) Timecounters tick every 1.000 msec vlan: initialized, using hash tables with chaining tcp_init: net.inet.tcp.tcbhashsize auto tuned to 65536 lo0: bpf attached hptnr: no controller detected. hpt27xx: no controller detected. hptrr: no controller detected. usbus1: 480Mbps High Speed USB v2.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ahcich0: AHCI reset... ahcich0: SATA connect time=100us status=00000123 ahcich0: AHCI reset: device found ahcich1: AHCI reset... ahcich1: SATA connect time=100us status=00000123 ahcich1: AHCI reset: device found ahcich2: AHCI reset... ahcich2: SATA connect time=100us status=00000123 ahcich2: AHCI reset: device found ahcich3: AHCI reset... ahcich3: SATA connect time=100us status=00000123 ahcich3: AHCI reset: device found ugen3.1: at usbus3 uhub0: on usbus3 ugen2.1: at usbus2 uhub1: on usbus2 ugen1.1: at usbus1 uhub2: on usbus1 ugen0.1: at usbus0 uhub3: on usbus0 ugen5.1: at usbus5 uhub4: on usbus5 ugen4.1: at usbus4 uhub5: on usbus4 ahcich3: AHCI reset: device ready after 1ms ahcich4: AHCI reset... ahcich4: SATA connect timeout time=10000us status=00000000 ahcich4: AHCI reset: device not found ahcich5: AHCI reset... ahcich5: SATA connect time=100us status=00000123 ahcich5: AHCI reset: device found ahcich0: AHCI reset: device ready after 100ms ahcich1: AHCI reset: device ready after 100ms ahcich2: AHCI reset: device ready after 100ms ahcich5: AHCI reset: device ready after 100ms pass0 at ahcich0 bus 0 scbus0 target 0 lun 0 pass0: ATA-9 SATA 3.x device pass0: Serial Number WD-WCC4MDFLEL2P pass0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass0: Command Queueing enabled pass1 at ahcich1 bus 0 scbus1 target 0 lun 0 pass1: ATA-9 SATA 3.x device pass1: Serial Number WD-WCC4MPYVZX2H pass1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass1: Command Queueing enabled pass2 at ahcich2 bus 0 scbus2 target 0 lun 0 pass2: ATA-9 SATA 3.x device pass2: Serial Number WD-WCC4MDTJCKYN pass2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass2: Command Queueing enabled pass3 at ahcich3 bus 0 scbus3 target 0 lun 0 pass3: ATA-9 SATA 3.x device pass3: Serial Number WD-WCC4MPYVZSVV pass3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass3: Command Queueing enabled pass4 at ahcich5 bus 0 scbus5 target 0 lun 0 pass4: ATA-9 SATA 3.x device pass4: Serial Number WD-WCC4MKLH07U2 pass4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) pass4: Command Queueing enabled ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-9 SATA 3.x device ada0: Serial Number WD-WCC4MDFLEL2P ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada0: quirks=0x1<4K> ada0: Previously was known as ad4 GEOM: new disk ada0 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada1: ATA-9 SATA 3.x device ada1: Serial Number WD-WCC4MPYVZX2H ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada1: Command Queueing enabled ada1: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada1: quirks=0x1<4K> ada1: Previously was known as ad6 ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada2: ATA-9 SATA 3.x device ada2: Serial Number WD-WCC4MDTJCKYN ada2: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada2: Command Queueing enabled ada2: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada2: quirks=0x1<4K> ada2: Previously was known as ad8 ada3 at ahcich3 bus 0 scbus3 target 0 lun 0 ada3: ATA-9 SATA 3.x device ada3: Serial Number WD-WCC4MPYVZSVV ada3: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada3: Command Queueing enabled ada3: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada3: quirks=0x1<4K> ada3: Previously was known as ad10 ada4 at ahcich5 bus 0 scbus5 target 0 lun 0 ada4: ATA-9 SATA 3.x device ada4: Serial Number WD-WCC4MKLH07U2 ada4: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) ada4: Command Queueing enabled ada4: 1907729MB (3907029168 512 byte sectors: 16H 63S/T 16383C) ada4: quirks=0x1<4K> ada4: Previously was known as ad14 GEOM: new disk ada1 GEOM: new disk ada2 GEOM: new disk ada3 GEOM: new disk ada4 Netvsc initializing... done! SMP: AP CPU #1 Launched! cpu1 AP: ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 48 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 1 vector 49 msi: Assigning MSI-X IRQ 257 to local APIC 1 vector 50 msi: Assigning MSI-X IRQ 260 to local APIC 1 vector 51 msi: Assigning MSI IRQ 262 to local APIC 1 vector 52 SMP: passed TSC synchronization test Timecounter "TSC" frequency 1497542139 Hz quality 800 uhub5: 4 ports with 4 removable, self powered uhub1: 5 ports with 5 removable, self powered uhub3: 5 ports with 5 removable, self powered Root mount waiting for: usbus5 usbus3 usbus1 Root mount waiting for: usbus5 usbus3 usbus1 uhub4: 4 ports with 4 removable, self powered uhub2: 5 ports with 5 removable, self powered uhub0: 5 ports with 5 removable, self powered Trying to mount root from zfs:storage/ROOT/default []... ugen0.2: at usbus0 ukbd0: on usbus0 kbd0 at ukbd0 kbd0: ukbd0, generic (0), config:0x0, flags:0x3d0000 start_init: trying /sbin/init bge0: Disabling fastboot bge0: Disabling fastboot uhid0: on usbus0 em0: Link is up 1000 Mbps Full Duplex ipfw2 (+ipv6) initialized, divert loadable, nat loadable, default to deny, logging disabled ipfw0: bpf attached --Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_DB642943-C318-457B-93CB-0D23856EA3F2-- --Apple-Mail=_A405CCC5-5BF3-4AD4-81FA-55C5EDE9AB05 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUorH5AAoJEGdCjs+EVN/Yvl4H/0sLS1XSYvK0Px5VGvfiNXgs GhuaXZ33oA9/ZP48JMC34uiNov/SryliAKTcvGeXMUHcT72gJ5wwI0ujLXcR7Ube XUxnXuqYXJy2eTCv7LhLzcgylViC/z1rOPRRErGQh2LR1RJV0rvo/3qbmstExhNR FAwD0y9nq4c0JsA8GBmfAc1IbuWuEV9fa3oOMD1n9fMPHpxTjWjEWhpOysfp/l38 x6Pyk8Qd4rpI7PUJe++tuJxL8HhmPvkAHukScK2YZohMwKugPKKXcbODrLJ2ykfU /zT+X5dro5HQuy4FKAk+nhXkoJbJU8q3/s9DZQooGqr49IyxxVH0hjJT/mYKKJQ= =6UN3 -----END PGP SIGNATURE----- --Apple-Mail=_A405CCC5-5BF3-4AD4-81FA-55C5EDE9AB05-- From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 19:24:08 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03DFDEEA for ; Tue, 30 Dec 2014 19:24:08 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B43B1449 for ; Tue, 30 Dec 2014 19:24:07 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id ex7so24586035wid.3 for ; Tue, 30 Dec 2014 11:24:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=nbyqTzxFUYlaUgoHOHWJuBHjEoSK3pK0CrL00FasC/k=; b=JHsezWt9fMVKF1AhHHZe+eZrA+lWBWHJM9m6AuSwWISxOLFsnvB3N9cNnws+hh/wpq PGQspIhZLZMzYjQxtO57STHcfzJ94XN6R0HwtDB2WIkZAywyy6LUwyUyQxtatsi6xenJ vPPV/rbdChY8nkJ2Mk120hmVY1fRqWQ0QwWGTwWlVNh8fGAseznZHGfU8TYhzOi1Lhkt 3zs2UUpVdDHm45S/AJw3SbNYnljCQ+CqKj9T8dt3mSDjmvuN8bPSxnnEG50o97NEoICH w6J3a64XO7O3ocHLd9lAQiYriAdVYciE/rjjINxIg0r8aJtnCLPEabFTim6RTDnH+3+v 9z7w== X-Gm-Message-State: ALoCoQklvCRnRq0EmUx0T/v+e5ZwJJgYj6Pm5cGhXXYIr0IiDFAt+kE9zBkTeO3fGAjyTkfcTslm X-Received: by 10.180.12.75 with SMTP id w11mr109462790wib.9.1419957256662; Tue, 30 Dec 2014 08:34:16 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id x6sm20711214wjf.24.2014.12.30.08.34.14 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Dec 2014 08:34:15 -0800 (PST) Message-ID: <54A2D3FA.6000404@multiplay.co.uk> Date: Tue, 30 Dec 2014 16:34:02 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> <54A18986.4000002@multiplay.co.uk> <5AFFE5CE-ABC7-4D9C-B8E7-0AC9C3327D6B@tao.org.uk> In-Reply-To: <5AFFE5CE-ABC7-4D9C-B8E7-0AC9C3327D6B@tao.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 19:24:08 -0000 On 30/12/2014 14:08, Dr Josef Karthauser wrote: > On 29 Dec 2014, at 17:04, Steven Hartland wrote: > >> On 29/12/2014 16:02, Dr Josef Karthauser wrote: >>> On 29 Dec 2014, at 08:36, Steven Hartland wrote: >>>> That looks like a 10.0 boot not a 10.1 boot could you confirm and provide a 10.1 boot if thats the case please Joe? >>> Whoops! Sorry. >>> >>> Attached is a verbose boot time dmesg for the 10.1 that causes the problem under load. >>> I immediately rebooted back onto 10.0, so the (un-verbose) dmesg for that follows. >>> >>> Joe >> Thanks Joe actually a verbose boot from 10.0 for comparison would good too. > Ok - Im attaching a 10.0, 10.1 verbose boot and a diff of the two. > >> Also something to try on the 10.1 to see if it makes any difference, add the following to /boot/loader.conf or run from the loader prompt: >> hint.ahci.0.msi=1 >> >> You can also try =0 as well if 1 makes no difference. > Ill try these later when the machines less busy. Ah now that's very interesting! On 10.0 we're only allocating 1 out of the possible 8 MSI vectors where as on 10.1 we're allocating all 8. == 10.0 == ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: attempting to allocate 1 MSI vectors (8 supported) msi: routing MSI IRQ 263 to local APIC 0 vector 58 ahci0: using IRQ 263 for MSI == 10.1 == ahci0: port 0xc000-0xc007,0xb000-0xb003,0xa000-0xa007,0x9000-0x9003,0x8000-0x800f mem 0xfe5ffc00-0xfe5fffff irq 19 at device 17.0 on pci0 ahci0: attempting to allocate 8 MSI vectors (8 supported) msi: routing MSI IRQ 263 to local APIC 0 vector 64 msi: routing MSI IRQ 264 to local APIC 0 vector 65 msi: routing MSI IRQ 265 to local APIC 0 vector 66 msi: routing MSI IRQ 266 to local APIC 0 vector 67 msi: routing MSI IRQ 267 to local APIC 0 vector 68 msi: routing MSI IRQ 268 to local APIC 0 vector 69 msi: routing MSI IRQ 269 to local APIC 0 vector 70 msi: routing MSI IRQ 270 to local APIC 0 vector 71 ahci0: using IRQs 263-270 for MSI This change was brought into stable/10 by r260387 and originally came from r256843. I don't believe there's anything wrong with the change, but if this is indeed the cause it could indicate some sort of hardware bug which when throughput is increased by the use of multiple MSI vectors causes an issue. This is strengthened by the fact that ATI's previous generation HW (SB600) had MSI disabled by r245875 due to a very similar issue. So given all the evidence so far ahci.0.msi=1 may well be the fix. Regards Steve From owner-freebsd-stable@FreeBSD.ORG Tue Dec 30 23:53:21 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F06B57B6; Tue, 30 Dec 2014 23:53:20 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id DDE013FF9; Tue, 30 Dec 2014 23:53:20 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B473ED7A; Tue, 30 Dec 2014 23:53:05 +0000 (UTC) Date: Tue, 30 Dec 2014 23:52:53 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, delphij@FreeBSD.org Message-ID: <350896087.12.1419983585244.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_9 #595 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_stable_9 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 23:53:21 -0000 See Changes: [delphij] MFC: file 5.21 ------------------------------------------ [...truncated 37189 lines...] mkdep -f .depend -a -I -I -I -I -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 = <= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/ntp/ntpd/../..= /../contrib/ntp/ntpd/refclock_heath.c> version.c rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo setpmac: /usr/obj >> .depend =3D=3D=3D> usr.sbin/sicontrol (depend) rm -f .depend mkdep -f .depend -a -I -std=3Dgnu99 echo sicontrol: /usr/obj >> .depend =3D=3D=3D> usr.sbin/smbmsg (depend) echo sade: /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj >> .depend rm -f .depend =3D=3D=3D> usr.sbin/snapinfo (depend) mkdep -f .depend -a -std=3Dgnu99 rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo snapinfo: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/spkrtest (depend) echo smbmsg: /usr/obj >> .depend =3D=3D=3D> usr.sbin/spray (depend) =3D=3D=3D> usr.sbin/sysinstall (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo spray: /usr/obj /usr/obj >> .depend rm -f keymap.tmp for map in be.iso bg.bds.ctrlcaps bg.phonetic.ctrlcaps br275.iso ce.iso2 c= s.latin2.qwertz danish.iso el.iso07 estonian.cp850 estonian.iso estonian.i= so15 finnish.iso fr.iso german.iso gr.elot.acc gr.us101.acc hr.iso hu.iso= 2.101keys it.iso icelandic.iso jp.106 latinamerican latinamerican.iso.acc = norwegian.iso pl_PL.ISO8859-2 pt.iso ru.koi8-r si.iso sk.iso2 spanish.iso= spanish.iso.acc swedish.iso swissfrench.iso swissgerman.iso ua.koi8-u ua= .koi8-u.shift.alt uk.iso us.dvorak us.iso us.pc-ctrl us.unix ; do KEYMAP_= PATH=3D kbdcontrol -L $map | sed -e '/^static a= ccentmap_t/,$d' >> keymap.tmp ; done rm -f countries.tmp awk 'BEGIN { FS =3D "\t"; num =3D 1; print "DMenu MenuCountry =3D {"; p= rint " DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,"; print " \"Coun= try Selection\","; print " \"Please choose a country, region, or group.= \\n\""; print " \"Select an item using [SPACE] or [ENTER].\","; printf= " NULL,\n NULL,\n { "; } /^[[:space:]]*#/ {next;} {if (num > 1= ) {printf " ";} print "{ \"" num "\", \"" $4 "\"" ", dmenuVarCheck, = dmenuSetCountryVariable" ", NULL, VAR_COUNTRY \"=3D" tolower($1) "\" },"; = ++num;} END {print " { NULL } }\n};\n";}' < = > countries.tmp mv countries.tmp countries.h =3D=3D=3D> usr.sbin/syslogd (depend) rm -f .depend mkdep -f .depend -a -DINET6 -I -std=3Dgnu99 echo syslogd: /usr/obj /usr/obj >> .depend echo '#include ' > makedevs.c TERMCAP=3D ./rtermcap ansi | file2c 'const c= har termcap_ansi[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25w | file2c 'cons= t char termcap_cons25w[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25 | file2c 'const= char termcap_cons25[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25-m | file2c 'con= st char termcap_cons25_m[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25r | file2c 'cons= t char termcap_cons25r[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25r-m | file2c 'co= nst char termcap_cons25r_m[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25l1 | file2c 'con= st char termcap_cons25l1[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap cons25l1-m | file2c 'c= onst char termcap_cons25l1_m[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap vt100 | file2c 'const = char termcap_vt100[] =3D {' ',0};' >> makedevs.c TERMCAP=3D ./rtermcap xterm | file2c 'const = char termcap_xterm[] =3D {' ',0};' >> makedevs.c =3D=3D=3D> usr.sbin/sysrc (depend) =3D=3D=3D> usr.sbin/tcpdchk (depend) rm -f .depend mkdep -f .depend -a -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DSEVERITY=3DLO= G_INFO -DRFC931_TIMEOUT=3D10 -DPROCESS_OPTIONS -DHOSTS_DENY=3D\"/etc/hosts.= deny\" -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DINET6 -std=3Dgnu99 echo tcpdchk: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/tcpdmatch (depend) rm -f .depend mkdep -f .depend -a -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DSEVERITY=3DLO= G_INFO -DRFC931_TIMEOUT=3D10 -DINET6 -std=3Dgnu99 echo tcpdmatch: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/tcpdrop (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo "static struct keymapInfo keymapInfos[] =3D {" >> keymap.tmp for map in be.iso bg.bds.ctrlcaps bg.phonetic.ctrlcaps br275.iso ce.iso2 c= s.latin2.qwertz danish.iso el.iso07 estonian.cp850 estonian.iso estonian.i= so15 finnish.iso fr.iso german.iso gr.elot.acc gr.us101.acc hr.iso hu.iso= 2.101keys it.iso icelandic.iso jp.106 latinamerican latinamerican.iso.acc = norwegian.iso pl_PL.ISO8859-2 pt.iso ru.koi8-r si.iso sk.iso2 spanish.iso= spanish.iso.acc swedish.iso swissfrench.iso swissgerman.iso ua.koi8-u ua= .koi8-u.shift.alt uk.iso us.dvorak us.iso us.pc-ctrl us.unix ; do echo -n= '=09{ "'$map'", ' >> keymap.tmp ; echo "&keymap_$map }," | tr '[-.]' '_' = >> keymap.tmp ; done echo tcpdrop: /usr/obj >> .depend =3D=3D=3D> usr.sbin/tcpdump (depend) =3D=3D=3D> usr.sbin/tcpdump/tcpdump (depend) ( echo "=09{ NULL, NULL }"; echo "};" ; echo "" ) >> keymap.tmp mv keymap.tmp keymap.h rm -f .depend mkdep -f .depend -a -DUSE_GZIP=3D1 -I -I. -std=3D= gnu99 makedevs.c rm -f version.c ; sed 's/.*/char version[] =3D "&";/' > version.c rm -f .depend mkdep -f .depend -a -I -I -DHAVE_CONFIG_H= -D_U_=3D"__attribute__((unused))" -DINET6 -DLBL_ALIGN -I/usr/obj -DHAVE_= LIBCRYPTO -DHAVE_OPENSSL_EVP_H -DHAVE_NET_PFVAR_H -std=3Dgnu99 = = = = <= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/tcpdump/tcpdum= p/../../../contrib/tcpdump/print-ip.c> version.c = echo ntpd: /usr/obj /usr/obj /usr/obj /usr/o= bj = /usr/obj /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/ntp/ntpdc (depend) sh -e ntpdc Version rm -f .depend mkdep -f .depend -a -I -I -I -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj -DSYS_FREEBS= D -DPARSE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 version.c echo ntpdc: /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/ntp/ntpq (depend) sh -e ntpq Version rm -f .depend mkdep -f .depend -a -I -I -I -DHAVE_LIBEDIT -DHAVE_READLINE_READLINE_H -I/usr/obj -DSYS_FREEBSD -= DPARSE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 ve= rsion.c echo ntpq: /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/ntp/ntpdate (depend) sh -e ntpdate Version rm -f .depend mkdep -f .depend -a -I -I -DSYS_FREEBSD -= DPARSE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 version.c echo ntpdate: /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj >> .depe= nd =3D=3D=3D> usr.sbin/ntp/ntptime (depend) rm -f .depend mkdep -f .depend -a -I -I -DSYS_FREEBSD -= DPARSE -DHAVE_CONFIG_H -DOPENSSL -std=3Dgnu99 echo ntptime: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/ntp/ntp-keygen (depend) echo sendmail: /usr/obj /usr/obj /usr/obj /usr/obj= /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/timed (depend) echo sysinstall: /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj = >> .depend rm -f .depend =3D=3D=3D> usr.sbin/traceroute (depend) mkdep -f .depend -a -I -I -I -DSYS_FREEBSD -DPARSE -DHAVE_CONFIG_H -DOPENSSL -s= td=3Dgnu99 =3D=3D=3D> usr.sbin/timed/timed (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 head -1 | sed -e 's/.*/char version[] =3D = "&";/' > version.c echo ntp-keygen: /usr/obj /usr/obj /usr/obj /usr/obj /usr/obj >> .depend rm -f .depend =3D=3D=3D> usr.sbin/ntp/sntp (depend) mkdep -f .depend -a -DHAVE_SYS_SELECT_H=3D1 -DHAVE_SYS_SOCKIO_H=3D1 -DHA= VE_NET_ROUTE_H=3D1 -DHAVE_NET_IF_DL_H=3D1 -DHAVE_STRERROR=3D1 -DHAVE_USLEEP= =3D1 -DHAVE_SYS_SYSCTL_H=3D1 -DHAVE_SETLINEBUF=3D1 -DHAVE_RAW_OPTIONS=3D1 -= DHAVE_SOCKADDR_SA_LEN=3D1 -DHAVE_ICMP_NEXTMTU=3D1 -DIPSEC -I -std=3Dgnu99 version.c rm -f .depend mkdep -f .depend -a -I -I -DPACKAGE=3D\"sntp\" = -DVERSION=3D\"1.6\" -I -DSYS_FREEBSD -DPARSE -DHAV= E_CONFIG_H -DOPENSSL -std=3Dgnu99 echo traceroute: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/traceroute6 (depend) rm -f .depend mkdep -f .depend -a -DIPSEC -DUSE_RFC2292BIS -DHAVE_POLL -I -I -I. -std=3Dgnu99 echo sntp: /usr/obj /usr/obj /usr/obj >> .depend echo traceroute6: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/ntp/doc (depend) =3D=3D=3D> usr.sbin/trpt (depend) rm -f .depend mkdep -f .depend -a -DINET6 -std=3Dgnu99 echo timed: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/timed/timedc (depend) =3D=3D=3D> usr.sbin/tzsetup (depend) rm -f .depend mkdep -f .depend -a -I -I. -std=3Dgnu99 rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo trpt: /usr/obj >> .depend =3D=3D=3D> usr.sbin/uathload (depend) echo tzsetup: /usr/obj /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/ugidfw (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 uudecode -p > ar5523.bin rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo ugidfw: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/uhsoctl (depend) echo timedc: /usr/obj >> .depend echo uathload: /usr/obj >> .depend rm -f .depend mkdep -f .depend -a -std=3Dgnu99 =3D=3D=3D> usr.sbin/usbconfig (depend) =3D=3D=3D> usr.sbin/usbdump (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo uhsoctl: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/utxrm (depend) echo usbconfig: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/vidcontrol (depend) echo usbdump: /usr/obj >> .depend =3D=3D=3D> usr.sbin/vipw (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 rm -f .depend mkdep -f .depend -a -std=3Dgnu99 rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo utxrm: /usr/obj >> .depend =3D=3D=3D> usr.sbin/wake (depend) echo vipw: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/watch (depend) echo vidcontrol: /usr/obj >> .depend rm -f .depend mkdep -f .depend -a -std=3Dgnu99 =3D=3D=3D> usr.sbin/watchdogd (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo wake: /usr/obj >> .depend =3D=3D=3D> usr.sbin/wlandebug (depend) echo watchdogd: /usr/obj /usr/obj >> .depend echo watch: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/wpa (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 =3D=3D=3D> usr.sbin/yp_mkdb (depend) =3D=3D=3D> usr.sbin/wpa/wpa_supplicant (depend) echo wlandebug: /usr/obj >> .depend rm -f .depend mkdep -f .depend -a -Dyp_error=3Dwarnx -I -I -std=3Dgnu99 =3D=3D=3D> usr.sbin/ypbind (depend) rm -f .depend mkdep -f .depend -a -DDAEMON -std=3Dgnu99 echo yp_mkdb: /usr/obj >> .depend =3D=3D=3D> usr.sbin/yppoll (depend) echo ypbind: /usr/obj >> .depend rm -f .depend mkdep -f .depend -a -std=3Dgnu99 =3D=3D=3D> usr.sbin/yppush (depend) rm -f .depend mkdep -f .depend -a -I -I -I -I -I= -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_BA= CKEND_FILE -DCONFIG_DEBUG_SYSLOG -DCONFIG_DRIVER_BSD -DCONFIG_DRIVER_NDIS -= DCONFIG_DRIVER_WIRED -DCONFIG_PEERKEY -DCONFIG_SMARTCARD -DCONFIG_TERMINATE= _ONLASTIF -DPKCS12_FUNCS -DEAP_GTC -DEAP_LEAP -DEAP_MD5 -DEAP_MSCHAPv2 -DEA= P_OTP -DEAP_PEAP -DEAP_PSK -DEAP_TLS -DEAP_TTLS -DIEEE8021X_EAPOL -DEAP_TLS= _OPENSSL -DCONFIG_SHA256 -I -I -I= -I = -I -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=3Dgn= u99 = <= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/wpa/wpa_suppli= cant/../../../contrib/wpa//src/utils/wpa_debug.c> RPCGEN_CPP=3Dcpp rpcgen -C -DYPPUSH_ONLY -m -o yppush_svc.c RPCGEN_CPP=3Dcpp rpcgen -C -DYPSERV_ONLY -l -o yp_clnt.c echo yppoll: /usr/obj >> .depend RPCGEN_CPP=3Dcpp rpcgen -C -h -o yp.h =3D=3D=3D> usr.sbin/ypserv (depend) rm -f .depend mkdep -f .depend -a -I. -I -std=3Dgnu99 yp_clnt.c yppush_svc.c rm -f yp_svc.c RPCGEN_CPP=3Dcpp rpcgen -I -C -DYPSERV_ONLY -m | sed = s/"static int _rpcsvcstate"/"int _rpcsvcstate"/g > yp_svc.c RPCGEN_CPP=3Dcpp rpcgen -I -C -DYPPUSH_ONLY -l -o ypxfr_clnt.c RPCGEN_CPP=3Dcpp rpcgen -I -C -h -o yp.h rm -f .depend mkdep -f .depend -a -DDB_CACHE -DTCP_WRAPPER -I. -std=3Dgnu99 yp_svc.c= ypxfr_clnt.c echo yppush: /usr/obj >> .depend =3D=3D=3D> usr.sbin/ypset (depend) rm -f .depend mkdep -f .depend -a -std=3Dgnu99 echo ypset: /usr/obj >> .depend =3D=3D=3D> usr.sbin/zic (depend) echo ypserv: /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/zzz (depend) =3D=3D=3D> usr.sbin/zic/zic (depend) rm -f .depend mkdep -f .depend -a -DTM_GMTOFF=3Dtm_gmtoff -DTM_ZONE=3Dtm_zone -DSTD_IN= SPIRED -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=3D\"/usr/share/zoneinfo\" -Demkdir= =3Dmkdir -DHAVE_STRERROR -DHAVE_UNISTD_H -I -I -st= d=3Dgnu99 = echo zic: /usr/obj >> .depend =3D=3D=3D> usr.sbin/zic/zdump (depend) rm -f .depend mkdep -f .depend -a -DTM_GMTOFF=3Dtm_gmtoff -DTM_ZONE=3Dtm_zone -DSTD_IN= SPIRED -DPCTS -DHAVE_LONG_DOUBLE -DTZDIR=3D\"/usr/share/zoneinfo\" -Demkdir= =3Dmkdir -I -I -std=3Dgnu99 echo zdump: /usr/obj >> .depend echo wpa_supplicant: /usr/obj /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/wpa/wpa_cli (depend) echo tcpdump: /usr/obj /usr/obj /usr/obj /usr/obj >> .depend rm -f .depend mkdep -f .depend -a -I -I -I -I -I -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFA= CE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -D_DIRENT_HAVE_D_TYPE = -DCONFIG_READLINE -I/usr/obj -I -I -I -I -I -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CT= RL_IFACE_UNIX -std=3Dgnu99 = echo wpa_cli: /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/wpa/wpa_passphrase (depend) rm -f .depend mkdep -f .depend -a -I -I -I -I -I= -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DINTERNAL_= SHA1 -DINTERNAL_MD5 -I -I -I -I -I -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=3Dgnu99 = echo wpa_passphrase: /usr/obj >> .depend =3D=3D=3D> usr.sbin/wpa/hostapd (depend) rm -f .depend mkdep -f .depend -a -I -I -I -I -I -I -I -I -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFA= CE_UNIX -DCONFIG_DRIVER_BSD -DHOSTAPD -DCONFIG_DRIVER_RADIUS_ACL -DCONFIG_R= SN_PREAUTH -DCONFIG_PEERKEY -DCONFIG_IPV6 -DDPKCS12_FUNCS -DEAP_SERVER -DEA= P_SERVER_GTC -DEAP_SERVER_IDENTITY -DEAP_SERVER_MD5 -DEAP_SERVER_MSCHAPV2 -= DEAP_SERVER_PEAP -DEAP_SERVER_TLS -DEAP_SERVER_TTLS -DEAP_TLS_FUNCS -DCONFI= G_NO_DUMP_STATE -DEAP_TLS_OPENSSL -DCONFIG_SHA256 -I -I -I -I -I<= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/wpa/hostapd/..= /../../contrib/wpa//src/crypto> -I -I -I -DCONFIG_C= TRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=3Dgnu99 <= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/wpa/hostapd/..= /../../contrib/wpa//src/ap/drv_callbacks.c> <= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/wpa/hostapd/..= /../../contrib/wpa//hostapd/eap_register.c> = <= https://jenkins.freebsd.org/job/FreeBSD_stable_9/ws/usr.sbin/wpa/hostapd/..= /../../contrib/wpa//src/crypto/ms_funcs.c> = echo hostapd: /usr/obj /usr/obj /usr/obj /usr/obj >> .depend =3D=3D=3D> usr.sbin/wpa/hostapd_cli (depend) rm -f .depend mkdep -f .depend -a -I -I -I -I -I -I -I -I -DCON= FIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_I= FACE_UNIX -I -I -I -I -I -I -I -I -DCONFIG_CTRL_IFAC= E -DCONFIG_CTRL_IFACE_UNIX -std=3Dgnu99 echo hostapd_cli: /usr/obj >> .depend =3D=3D=3D> usr.sbin/wpa/ndis_events (depend) rm -f .depend mkdep -f .depend -a -I -I -I -I -I -I -I -I -DCON= FIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX -std=3Dgnu99 echo ndis_events: /usr/obj >> .depend 1 error *** [_depend] Error code 2 1 error *** [buildworld] Error code 2 1 error Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Wed Dec 31 03:27:42 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A37606D0 for ; Wed, 31 Dec 2014 03:27:42 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 395431558 for ; Wed, 31 Dec 2014 03:27:42 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 207AEDBB for ; Wed, 31 Dec 2014 03:21:53 +0000 (UTC) Date: Wed, 31 Dec 2014 03:21:50 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <1218489379.13.1419996110544.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: Build-UFS-image #807 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 03:27:42 -0000 See ------------------------------------------ [...truncated 6720 lines...] install -o root -g wheel -m 555 pgrep-_g_test install -o root -g wheel -m 555 pgrep-_s_test install -o root -g wheel -m 555 pgrep-g_test install -o root -g wheel -m 555 pgrep-i_test install -o root -g wheel -m 555 pgrep-j_test install -o root -g wheel -m 555 pgrep-l_test install -o root -g wheel -m 555 pgrep-n_test install -o root -g wheel -m 555 pgrep-o_test install -o root -g wheel -m 555 pgrep-q_test install -o root -g wheel -m 555 pgrep-s_test install -o root -g wheel -m 555 pgrep-t_test install -o root -g wheel -m 555 pgrep-v_test install -o root -g wheel -m 555 pgrep-x_test install -o root -g wheel -m 555 pkill-F_test install -o root -g wheel -m 555 pkill-LF_test install -o root -g wheel -m 555 pkill-P_test install -o root -g wheel -m 555 pkill-U_test install -o root -g wheel -m 555 pkill-_g_test install -o root -g wheel -m 555 pkill-g_test install -o root -g wheel -m 555 pkill-i_test install -o root -g wheel -m 555 pkill-j_test install -o root -g wheel -m 555 pkill-s_test install -o root -g wheel -m 555 pkill-t_test install -o root -g wheel -m 555 pkill-x_test install -o root -g wheel -m 444 Kyuafile.auto -> -> /bin/pkill -> /bin/pgrep =3D=3D=3D> bin/ps (install) install -s -o root -g wheel -m 555 ps install -o root -g wheel -m 444 ps.1.gz =3D=3D=3D> bin/pwait (install) install -s -o root -g wheel -m 555 pwait install -o root -g wheel -m 444 pwait.1.gz =3D=3D=3D> bin/pwd (install) install -s -o root -g wheel -m 555 pwd install -o root -g wheel -m 444 pwd.1.gz =3D=3D=3D> bin/rcp (install) install -s -o root -g wheel -m 4555 -S rcp install -o root -g wheel -m 444 rcp.1.gz =3D=3D=3D> bin/realpath (install) install -s -o root -g wheel -m 555 realpath install -o root -g wheel -m 444 realpath.1.gz =3D=3D=3D> bin/rm (install) install -s -o root -g wheel -m 555 rm install -o root -g wheel -m 444 rm.1.gz -> -> =3D=3D=3D> bin/rmail (install) install -s -o root -g wheel -m 555 rmail install -o root -g wheel -m 444 rmail.8.gz =3D=3D=3D> bin/rmdir (install) install -s -o root -g wheel -m 555 rmdir install -o root -g wheel -m 444 rmdir.1.gz =3D=3D=3D> bin/setfacl (install) install -s -o root -g wheel -m 555 setfacl install -o root -g wheel -m 444 setfacl.1.gz =3D=3D=3D> bin/sh (install) install -s -o root -g wheel -m 555 -S sh install -o root -g wheel -m 444 sh.1.gz =3D=3D=3D> bin/sh/tests (install) =3D=3D=3D> bin/sh/tests/builtins (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/bui= ltins/alias.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/alias.0.stdou= t /builds/FreeBSD_stable_10/bin/sh/tests/builtins/alias.1 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/alias.1.stderr /builds/FreeBSD_stable_10/bin= /sh/tests/builtins/alias3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins= /alias3.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/alias4.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/break1.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/break2.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/break2.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/= break3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/break4.4 /builds/F= reeBSD_stable_10/bin/sh/tests/builtins/break5.4 /builds/FreeBSD_stable_10/b= in/sh/tests/builtins/builtin1.0 /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/case1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case2.0 /build= s/FreeBSD_stable_10/bin/sh/tests/builtins/case3.0 /builds/FreeBSD_stable_10= /bin/sh/tests/builtins/case4.0 /builds/FreeBSD_stable_10/bin/sh/tests/built= ins/case5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case6.0 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/case7.0 /builds/FreeBSD_stable_10/= bin/sh/tests/builtins/case8.0 /builds/FreeBSD_stable_10/bin/sh/tests/builti= ns/case9.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case10.0 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/case11.0 /builds/FreeBSD_stable_10= /bin/sh/tests/builtins/case12.0 /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/case13.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case14.0 /bui= lds/FreeBSD_stable_10/bin/sh/tests/builtins/case15.0 /builds/FreeBSD_stable= _10/bin/sh/tests/builtins/case16.0 /builds/FreeBSD_stable_10/bin/sh/tests/b= uiltins/case17.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case18.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/case19.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/cd1.0 /builds/FreeBSD_stable_10/bin/sh/tests/b= uiltins/cd2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/cd3.0 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/cd4.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/builtins/cd5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/c= d6.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/cd7.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/cd8.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/command1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/comma= nd2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command3.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/builtins/command3.0.stdout /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/command4.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/builtins/command5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/com= mand5.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command6.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/command6.0.stdout /builds/Fr= eeBSD_stable_10/bin/sh/tests/builtins/command7.0 /builds/FreeBSD_stable_10/= bin/sh/tests/builtins/command8.0 /builds/FreeBSD_stable_10/bin/sh/tests/bui= ltins/command9.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command10.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command11.0 /builds/FreeB= SD_stable_10/bin/sh/tests/builtins/command12.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/builtins/dot1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/= dot2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/dot3.0 /builds/FreeB= SD_stable_10/bin/sh/tests/builtins/dot4.0 /builds/FreeBSD_stable_10/bin/sh/= tests/builtins/eval1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/eval= 2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/eval3.0 /builds/FreeBSD= _stable_10/bin/sh/tests/builtins/eval4.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/builtins/eval5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/eval6= .0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/exec1.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/exec2.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/builtins/exit1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/exit2.= 8 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/exit3.0 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/export1.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/builtins/fc1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/fc2.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/for1.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/builtins/for2.0 /builds/FreeBSD_stable_10/bin/sh/tests/bu= iltins/for3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/getopts1.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/builtins/getopts1.0.stdout /builds/Fre= eBSD_stable_10/bin/sh/tests/builtins/getopts2.0 /builds/FreeBSD_stable_10/b= in/sh/tests/builtins/getopts2.0.stdout /builds/FreeBSD_stable_10/bin/sh/tes= ts/builtins/hash1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/hash1.0= .stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/hash2.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/builtins/hash2.0.stdout /builds/FreeBSD_stable_= 10/bin/sh/tests/builtins/hash3.0 /builds/FreeBSD_stable_10/bin/sh/tests/bui= ltins/hash3.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/hash4.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/jobid1.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/jobid2.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/builtins/lineno.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/line= no.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/lineno2.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/builtins/local1.0 /builds/FreeBSD_stable_= 10/bin/sh/tests/builtins/local2.0 /builds/FreeBSD_stable_10/bin/sh/tests/bu= iltins/local3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/local4.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/builtins/locale1.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/printf1.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/builtins/printf2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/print= f3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/printf4.0 /builds/Free= BSD_stable_10/bin/sh/tests/builtins/read1.0 /builds/FreeBSD_stable_10/bin/s= h/tests/builtins/read1.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/read2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/read3.0 /build= s/FreeBSD_stable_10/bin/sh/tests/builtins/read3.0.stdout /builds/FreeBSD_st= able_10/bin/sh/tests/builtins/read4.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/read4.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/r= ead5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/read6.0 /builds/Free= BSD_stable_10/bin/sh/tests/builtins/read7.0 /builds/FreeBSD_stable_10/bin/s= h/tests/builtins/return1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/= return2.1 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/return3.1 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/return4.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/builtins/return5.0 /builds/FreeBSD_stable_10/bin/sh/tests/bu= iltins/return6.4 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/return7.4 = /builds/FreeBSD_stable_10/bin/sh/tests/builtins/return8.0 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/set1.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/set2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap1.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap10.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/trap11.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/trap12.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap13.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap14.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/trap2.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/builtins/trap3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap4.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap5.0 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/trap6.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/builtins/trap7.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap8.0= /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap9.0 /builds/FreeBSD_st= able_10/bin/sh/tests/builtins/type1.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/type1.0.stderr /builds/FreeBSD_stable_10/bin/sh/tests/builtins/t= ype2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/type3.0 /builds/Free= BSD_stable_10/bin/sh/tests/builtins/unalias.0 /builds/FreeBSD_stable_10/bin= /sh/tests/builtins/var-assign.0 /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/var-assign2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait2.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/wait3.0 /builds/FreeBSD_stable_10/bin/sh/tests= /builtins/wait4.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait5.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait6.0 /builds/FreeBSD_stab= le_10/bin/sh/tests/builtins/wait7.0 /builds/FreeBSD_stable_10/bin/sh/tests/= builtins/wait8.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait9.127 = /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait10.0 =3D=3D=3D> bin/sh/tests/errors (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/err= ors/assignment-error1.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/assig= nment-error2.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/backquote-erro= r1.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/backquote-error2.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/errors/bad-binary1.126 /builds/FreeBSD_st= able_10/bin/sh/tests/errors/bad-keyword1.0 /builds/FreeBSD_stable_10/bin/sh= /tests/errors/bad-parm-exp1.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors= /bad-parm-exp2.2 /builds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp= 2.2.stderr /builds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp3.2 /b= uilds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp3.2.stderr /builds/= FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp4.2 /builds/FreeBSD_stabl= e_10/bin/sh/tests/errors/bad-parm-exp4.2.stderr /builds/FreeBSD_stable_10/b= in/sh/tests/errors/bad-parm-exp5.2 /builds/FreeBSD_stable_10/bin/sh/tests/e= rrors/bad-parm-exp5.2.stderr /builds/FreeBSD_stable_10/bin/sh/tests/errors/= bad-parm-exp6.2 /builds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp6= .2.stderr /builds/FreeBSD_stable_10/bin/sh/tests/errors/option-error.0 /bui= lds/FreeBSD_stable_10/bin/sh/tests/errors/redirection-error.0 /builds/FreeB= SD_stable_10/bin/sh/tests/errors/redirection-error2.2 /builds/FreeBSD_stabl= e_10/bin/sh/tests/errors/redirection-error3.0 /builds/FreeBSD_stable_10/bin= /sh/tests/errors/redirection-error4.0 /builds/FreeBSD_stable_10/bin/sh/test= s/errors/redirection-error5.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors= /redirection-error6.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/redirec= tion-error7.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/write-error1.0 = =3D=3D=3D> bin/sh/tests/execution (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/exe= cution/bg1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/bg2.0 /builds= /FreeBSD_stable_10/bin/sh/tests/execution/bg3.0 /builds/FreeBSD_stable_10/b= in/sh/tests/execution/bg4.0 /builds/FreeBSD_stable_10/bin/sh/tests/executio= n/bg5.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/bg6.0 /builds/Free= BSD_stable_10/bin/sh/tests/execution/bg6.0.stdout /builds/FreeBSD_stable_10= /bin/sh/tests/execution/bg7.0 /builds/FreeBSD_stable_10/bin/sh/tests/execut= ion/bg8.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/bg9.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/execution/bg10.0 /builds/FreeBSD_stable_10/bin= /sh/tests/execution/bg10.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/ex= ecution/fork1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/fork2.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/execution/fork3.0 /builds/FreeBSD_stab= le_10/bin/sh/tests/execution/func1.0 /builds/FreeBSD_stable_10/bin/sh/tests= /execution/func2.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/func3.0= /builds/FreeBSD_stable_10/bin/sh/tests/execution/hash1.0 /builds/FreeBSD_s= table_10/bin/sh/tests/execution/int-cmd1.0 /builds/FreeBSD_stable_10/bin/sh= /tests/execution/killed1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution= /killed2.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/not1.0 /builds/= FreeBSD_stable_10/bin/sh/tests/execution/not2.0 /builds/FreeBSD_stable_10/b= in/sh/tests/execution/path1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execut= ion/redir1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/redir2.0 /bui= lds/FreeBSD_stable_10/bin/sh/tests/execution/redir3.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/execution/redir4.0 /builds/FreeBSD_stable_10/bin/sh/tests= /execution/redir5.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/redir6= .0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/redir7.0 /builds/FreeBS= D_stable_10/bin/sh/tests/execution/set-n1.0 /builds/FreeBSD_stable_10/bin/s= h/tests/execution/set-n2.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution= /set-n3.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/set-n4.0 /builds= /FreeBSD_stable_10/bin/sh/tests/execution/set-x1.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/execution/set-x2.0 /builds/FreeBSD_stable_10/bin/sh/tests/ex= ecution/set-x3.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/shellproc= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/subshell1.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/execution/subshell1.0.stdout /builds/FreeBSD_s= table_10/bin/sh/tests/execution/subshell2.0 /builds/FreeBSD_stable_10/bin/s= h/tests/execution/subshell3.0 /builds/FreeBSD_stable_10/bin/sh/tests/execut= ion/subshell4.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/unknown1.0= /builds/FreeBSD_stable_10/bin/sh/tests/execution/var-assign1.0 =3D=3D=3D> bin/sh/tests/expansion (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/exp= ansion/arith1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith2.0 /= builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith3.0 /builds/FreeBSD_st= able_10/bin/sh/tests/expansion/arith4.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/expansion/arith5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/ari= th6.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith7.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/expansion/arith8.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/expansion/arith9.0 /builds/FreeBSD_stable_10/bin/sh/tests/expans= ion/arith10.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith11.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/expansion/arith12.0 /builds/FreeBSD_st= able_10/bin/sh/tests/expansion/arith13.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/expansion/assign1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/c= mdsubst1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst2.0 /bu= ilds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst3.0 /builds/FreeBSD_s= table_10/bin/sh/tests/expansion/cmdsubst4.0 /builds/FreeBSD_stable_10/bin/s= h/tests/expansion/cmdsubst5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expans= ion/cmdsubst6.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst7.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst8.0 /builds/Free= BSD_stable_10/bin/sh/tests/expansion/cmdsubst9.0 /builds/FreeBSD_stable_10/= bin/sh/tests/expansion/cmdsubst10.0 /builds/FreeBSD_stable_10/bin/sh/tests/= expansion/cmdsubst11.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmd= subst12.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst13.0 /bu= ilds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst14.0 /builds/FreeBSD_= stable_10/bin/sh/tests/expansion/cmdsubst15.0 /builds/FreeBSD_stable_10/bin= /sh/tests/expansion/cmdsubst16.0 /builds/FreeBSD_stable_10/bin/sh/tests/exp= ansion/cmdsubst17.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/export= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/export2.0 /builds/Free= BSD_stable_10/bin/sh/tests/expansion/export3.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/expansion/heredoc1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expa= nsion/heredoc2.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/ifs1.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/expansion/ifs2.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/expansion/ifs3.0 /builds/FreeBSD_stable_10/bin/sh/tests/e= xpansion/ifs4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/length1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/expansion/length2.0 /builds/FreeBSD_= stable_10/bin/sh/tests/expansion/length3.0 /builds/FreeBSD_stable_10/bin/sh= /tests/expansion/length4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion= /length5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/length6.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/expansion/length7.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/expansion/length8.0 /builds/FreeBSD_stable_10/bin/sh/test= s/expansion/local1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/local= 2.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/pathname1.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/expansion/pathname2.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/expansion/pathname3.0 /builds/FreeBSD_stable_10/bin/sh/tests= /expansion/pathname4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/plu= s-minus1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/plus-minus2.0 /= builds/FreeBSD_stable_10/bin/sh/tests/expansion/plus-minus3.0 /builds/FreeB= SD_stable_10/bin/sh/tests/expansion/plus-minus4.0 /builds/FreeBSD_stable_10= /bin/sh/tests/expansion/plus-minus5.0 /builds/FreeBSD_stable_10/bin/sh/test= s/expansion/plus-minus6.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/= plus-minus7.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/plus-minus8.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/question1.0 /builds/Free= BSD_stable_10/bin/sh/tests/expansion/readonly1.0 /builds/FreeBSD_stable_10/= bin/sh/tests/expansion/redir1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expa= nsion/set-u1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/set-u2.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/expansion/set-u3.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/expansion/tilde1.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/expansion/tilde2.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/trim= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/trim2.0 /builds/FreeBS= D_stable_10/bin/sh/tests/expansion/trim3.0 /builds/FreeBSD_stable_10/bin/sh= /tests/expansion/trim4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/t= rim5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/trim6.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/expansion/trim7.0 /builds/FreeBSD_stable_10/bin= /sh/tests/expansion/trim8.0 =3D=3D=3D> bin/sh/tests/parameters (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/par= ameters/env1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/exitstatus= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/mail1.0 /builds/FreeB= SD_stable_10/bin/sh/tests/parameters/mail2.0 /builds/FreeBSD_stable_10/bin/= sh/tests/parameters/optind1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parame= ters/optind2.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/positional= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/positional2.0 /builds= /FreeBSD_stable_10/bin/sh/tests/parameters/positional5.0 /builds/FreeBSD_st= able_10/bin/sh/tests/parameters/pwd1.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/parameters/pwd2.0 =3D=3D=3D> bin/sh/tests/parser (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/par= ser/alias1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias2.0 /builds= /FreeBSD_stable_10/bin/sh/tests/parser/alias3.0 /builds/FreeBSD_stable_10/b= in/sh/tests/parser/alias4.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/a= lias5.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias6.0 /builds/Free= BSD_stable_10/bin/sh/tests/parser/alias7.0 /builds/FreeBSD_stable_10/bin/sh= /tests/parser/alias8.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias9= .0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias10.0 /builds/FreeBSD_= stable_10/bin/sh/tests/parser/alias11.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/parser/alias12.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias13.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias14.0 /builds/FreeBSD_s= table_10/bin/sh/tests/parser/alias15.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/parser/alias15.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/parser/an= d-pipe-not.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/case1.0 /builds/= FreeBSD_stable_10/bin/sh/tests/parser/case2.0 /builds/FreeBSD_stable_10/bin= /sh/tests/parser/dollar-quote1.0 /builds/FreeBSD_stable_10/bin/sh/tests/par= ser/dollar-quote2.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-qu= ote3.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote4.0 /build= s/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote5.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/parser/dollar-quote6.0 /builds/FreeBSD_stable_10/bin/sh= /tests/parser/dollar-quote7.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser= /dollar-quote8.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote= 9.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote10.0 /builds/= FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote11.0 /builds/FreeBSD_stab= le_10/bin/sh/tests/parser/empty-braces1.0 /builds/FreeBSD_stable_10/bin/sh/= tests/parser/empty-cmd1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/for= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/for2.0 /builds/FreeBSD_st= able_10/bin/sh/tests/parser/func1.0 /builds/FreeBSD_stable_10/bin/sh/tests/= parser/func2.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/func3.0 /build= s/FreeBSD_stable_10/bin/sh/tests/parser/heredoc1.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/parser/heredoc2.0 /builds/FreeBSD_stable_10/bin/sh/tests/par= ser/heredoc3.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc4.0 /bu= ilds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc5.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/parser/heredoc6.0 /builds/FreeBSD_stable_10/bin/sh/tests/= parser/heredoc7.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc8.0 = /builds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc9.0 /builds/FreeBSD_st= able_10/bin/sh/tests/parser/heredoc10.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/parser/heredoc11.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/no-spa= ce1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/no-space2.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/parser/only-redir1.0 /builds/FreeBSD_stable_10/= bin/sh/tests/parser/only-redir2.0 /builds/FreeBSD_stable_10/bin/sh/tests/pa= rser/only-redir3.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/only-redir= 4.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/pipe-not1.0 /builds/FreeB= SD_stable_10/bin/sh/tests/parser/var-assign1.0 =3D=3D=3D> bin/sh/tests/set-e (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/set= -e/and1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/and2.1 /builds/FreeB= SD_stable_10/bin/sh/tests/set-e/and3.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/set-e/and4.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/background1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/set-e/cmd1.0 /builds/FreeBSD_stable_= 10/bin/sh/tests/set-e/cmd2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/e= lif1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/elif2.0 /builds/FreeBSD= _stable_10/bin/sh/tests/set-e/eval1.0 /builds/FreeBSD_stable_10/bin/sh/test= s/set-e/eval2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/for1.0 /builds= /FreeBSD_stable_10/bin/sh/tests/set-e/func1.0 /builds/FreeBSD_stable_10/bin= /sh/tests/set-e/func2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/if1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/set-e/if2.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/set-e/if3.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/not= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/not2.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/set-e/or1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-= e/or2.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/or3.1 /builds/FreeBSD_= stable_10/bin/sh/tests/set-e/pipe1.1 /builds/FreeBSD_stable_10/bin/sh/tests= /set-e/pipe2.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/return1.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/set-e/semi1.1 /builds/FreeBSD_stable_10/b= in/sh/tests/set-e/semi2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/subs= hell1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/subshell2.1 /builds/Fr= eeBSD_stable_10/bin/sh/tests/set-e/until1.0 /builds/FreeBSD_stable_10/bin/s= h/tests/set-e/until2.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/until3.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/while1.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/set-e/while2.0 /builds/FreeBSD_stable_10/bin/sh/tests/s= et-e/while3.0 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/bin/sh/tests && make -f /builds/FreeBSD_stabl= e_10/bin/sh/tests/Makefile SUBDIR=3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 legacy_test install -o root -g wheel -m 444 Kyuafile.auto =3D=3D=3D> bin/sleep (install) install -s -o root -g wheel -m 555 sleep install -o root -g wheel -m 444 sleep.1.gz =3D=3D=3D> bin/stty (install) install -s -o root -g wheel -m 555 stty install -o root -g wheel -m 444 stty.1.gz =3D=3D=3D> bin/sync (install) install -s -o root -g wheel -m 555 sync install -o root -g wheel -m 444 sync.8.gz =3D=3D=3D> bin/test (install) install -s -o root -g wheel -m 555 test install -o root -g wheel -m 444 test.1.gz -> =3D=3D=3D> bin/test/tests (install) install -o root -g wheel -m 555 legacy_test install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/bin/test/tests && make -f /builds/FreeBSD_sta= ble_10/bin/test/tests/Makefile SUBDIR=3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 legacy_test install -o root -g wheel -m 444 Kyuafile.auto -> =3D=3D=3D> bin/tests (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/Kyuafile = =3D=3D=3D> bin/uuidgen (install) install -s -o root -g wheel -m 555 uuidgen install -o root -g wheel -m 444 uuidgen.1.gz =3D=3D=3D> games (install) =3D=3D=3D> games/bcd (install) install -s -o root -g wheel -m 555 bcd install -o root -g wheel -m 444 bcd.6.gz -> =3D=3D=3D> games/caesar (install) install -s -o root -g wheel -m 555 caesar install -o root -g wheel -m 555 /builds/FreeBSD_stable_10/games/caesar/ro= t13.sh install -o root -g wheel -m 444 caesar.6.gz -> =3D=3D=3D> games/factor (install) install -s -o root -g wheel -m 555 factor install -o root -g wheel -m 444 factor.6.gz -> =3D=3D=3D> games/fortune (install) =3D=3D=3D> games/fortune/fortune (install) install -s -o root -g wheel -m 555 fortune install -o root -g wheel -m 444 fortune.6.gz =3D=3D=3D> games/fortune/strfile (install) install -s -o root -g wheel -m 555 strfile install -o root -g wheel -m 444 strfile.8.gz -> =3D=3D=3D> games/fortune/datfiles (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/games/fortune/da= tfiles/fortunes /builds/FreeBSD_stable_10/games/fortune/datfiles/freebsd-ti= ps /builds/FreeBSD_stable_10/games/fortune/datfiles/murphy /builds/FreeBSD_= stable_10/games/fortune/datfiles/startrek /builds/FreeBSD_stable_10/games/f= ortune/datfiles/zippy /builds/FreeBSD_stable_10/games/fortune/datfiles/lime= rick /builds/FreeBSD_stable_10/games/fortune/datfiles/murphy-o /builds/Free= BSD_stable_10/games/fortune/datfiles/gerrold.limerick fortunes.dat freebsd-= tips.dat murphy.dat startrek.dat zippy.dat limerick.dat murphy-o.dat gerrol= d.limerick.dat =3D=3D=3D> games/fortune/unstr (install) install -s -o root -g wheel -m 555 unstr =3D=3D=3D> games/grdc (install) install -s -o root -g wheel -m 555 grdc install -o root -g wheel -m 444 grdc.6.gz =3D=3D=3D> games/morse (install) install -s -o root -g wheel -m 555 morse install -o root -g wheel -m 444 morse.6.gz =3D=3D=3D> games/number (install) install -s -o root -g wheel -m 555 number install -o root -g wheel -m 444 number.6.gz =3D=3D=3D> games/pom (install) install -s -o root -g wheel -m 555 pom install -o root -g wheel -m 444 pom.6.gz =3D=3D=3D> games/ppt (install) install -s -o root -g wheel -m 555 ppt =3D=3D=3D> games/primes (install) install -s -o root -g wheel -m 555 primes =3D=3D=3D> games/random (install) install -s -o root -g wheel -m 555 random install -o root -g wheel -m 444 random.6.gz =3D=3D=3D> games/tests (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/Kyuafile = =3D=3D=3D> cddl (install) =3D=3D=3D> cddl/lib (install) =3D=3D=3D> cddl/lib/drti (install) make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/uni= std.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /cdefs.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/endian.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /endian.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_pthreadtypes.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /select.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_sigset.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_timeval.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /timespec.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_timespec.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /unistd.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_null.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/fcn= tl.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/dlf= cn.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/lin= k.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /link_elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf32.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf_common.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf64.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf_generic.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /param.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /syslimits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /signal.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_limits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_limits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/signal.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /signal.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/trap.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /trap.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/param.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_align.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_align.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /limits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /linker.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /ioccom.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /ucred.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/bsm= /audit.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /time.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/tim= e.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/xlo= cale/_time.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/std= arg.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /stdarg.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/std= io.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/std= lib.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/str= ing.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/str= ings.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/xlo= cale/_strings.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/xlo= cale/_string.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/err= no.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/lib= elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /queue.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/gel= f.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/osr= eldate.h cc -O2 -pipe -I/builds/FreeBSD_stable_10/cddl/lib/drti/../../../sys/cddl= /compat/opensolaris -I/builds/FreeBSD_stable_10/cddl/lib/drti/../../../cdd= l/compat/opensolaris/include -I/builds/FreeBSD_stable_10/cddl/lib/drti/../= ../../cddl/contrib/opensolaris/head -I/builds/FreeBSD_stable_10/cddl/lib/d= rti/../../../cddl/contrib/opensolaris/lib/libctf/common -I/builds/FreeBSD_= stable_10/cddl/lib/drti/../../../cddl/contrib/opensolaris/lib/libdtrace/com= mon -I/builds/FreeBSD_stable_10/cddl/lib/drti/../../../sys/cddl/contrib/op= ensolaris/uts/common -DPIC -fpic -DNEED_SOLARIS_BOOLEAN -std=3Dgnu89 -Qunu= sed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format= -y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wu= nused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -W= redundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno= -pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variab= le -Wno-unknown-pragmas -c /builds/FreeBSD_stable_10/cddl/lib/drti/../../..= /cddl/contrib/opensolaris/lib/libdtrace/common/drti.c -o drti.o cc: not found *** Error code 127 Stop. make[6]: stopped in /builds/FreeBSD_stable_10/cddl/lib/drti *** Error code 1 Stop. make[5]: stopped in /builds/FreeBSD_stable_10/cddl/lib *** Error code 1 Stop. make[4]: stopped in /builds/FreeBSD_stable_10/cddl *** Error code 1 Stop. make[3]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[2]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[1]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Wed Dec 31 04:29:20 2014 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 252AA500 for ; Wed, 31 Dec 2014 04:29:20 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DAF23FE6 for ; Wed, 31 Dec 2014 04:29:20 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBV4TJtC094916 for ; Wed, 31 Dec 2014 04:29:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: stable@FreeBSD.org Subject: [Bug 193388] [panic] bad pte Date: Wed, 31 Dec 2014 04:29:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: alc@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 04:29:20 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193388 Alan Cox changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alc@FreeBSD.org Status|New |In Progress --- Comment #1 from Alan Cox --- Most people who report this panic have hardware problems such as flaky memory. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-stable@FreeBSD.ORG Wed Dec 31 06:50:41 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3456BF05 for ; Wed, 31 Dec 2014 06:50:41 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 21D6A3667 for ; Wed, 31 Dec 2014 06:50:41 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id E0CE0E00 for ; Wed, 31 Dec 2014 06:49:47 +0000 (UTC) Date: Wed, 31 Dec 2014 06:49:46 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <576447568.15.1420008586845.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: Build-UFS-image #809 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 06:50:41 -0000 See ------------------------------------------ [...truncated 6720 lines...] install -o root -g wheel -m 555 pgrep-_g_test install -o root -g wheel -m 555 pgrep-_s_test install -o root -g wheel -m 555 pgrep-g_test install -o root -g wheel -m 555 pgrep-i_test install -o root -g wheel -m 555 pgrep-j_test install -o root -g wheel -m 555 pgrep-l_test install -o root -g wheel -m 555 pgrep-n_test install -o root -g wheel -m 555 pgrep-o_test install -o root -g wheel -m 555 pgrep-q_test install -o root -g wheel -m 555 pgrep-s_test install -o root -g wheel -m 555 pgrep-t_test install -o root -g wheel -m 555 pgrep-v_test install -o root -g wheel -m 555 pgrep-x_test install -o root -g wheel -m 555 pkill-F_test install -o root -g wheel -m 555 pkill-LF_test install -o root -g wheel -m 555 pkill-P_test install -o root -g wheel -m 555 pkill-U_test install -o root -g wheel -m 555 pkill-_g_test install -o root -g wheel -m 555 pkill-g_test install -o root -g wheel -m 555 pkill-i_test install -o root -g wheel -m 555 pkill-j_test install -o root -g wheel -m 555 pkill-s_test install -o root -g wheel -m 555 pkill-t_test install -o root -g wheel -m 555 pkill-x_test install -o root -g wheel -m 444 Kyuafile.auto -> -> /bin/pkill -> /bin/pgrep =3D=3D=3D> bin/ps (install) install -s -o root -g wheel -m 555 ps install -o root -g wheel -m 444 ps.1.gz =3D=3D=3D> bin/pwait (install) install -s -o root -g wheel -m 555 pwait install -o root -g wheel -m 444 pwait.1.gz =3D=3D=3D> bin/pwd (install) install -s -o root -g wheel -m 555 pwd install -o root -g wheel -m 444 pwd.1.gz =3D=3D=3D> bin/rcp (install) install -s -o root -g wheel -m 4555 -S rcp install -o root -g wheel -m 444 rcp.1.gz =3D=3D=3D> bin/realpath (install) install -s -o root -g wheel -m 555 realpath install -o root -g wheel -m 444 realpath.1.gz =3D=3D=3D> bin/rm (install) install -s -o root -g wheel -m 555 rm install -o root -g wheel -m 444 rm.1.gz -> -> =3D=3D=3D> bin/rmail (install) install -s -o root -g wheel -m 555 rmail install -o root -g wheel -m 444 rmail.8.gz =3D=3D=3D> bin/rmdir (install) install -s -o root -g wheel -m 555 rmdir install -o root -g wheel -m 444 rmdir.1.gz =3D=3D=3D> bin/setfacl (install) install -s -o root -g wheel -m 555 setfacl install -o root -g wheel -m 444 setfacl.1.gz =3D=3D=3D> bin/sh (install) install -s -o root -g wheel -m 555 -S sh install -o root -g wheel -m 444 sh.1.gz =3D=3D=3D> bin/sh/tests (install) =3D=3D=3D> bin/sh/tests/builtins (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/bui= ltins/alias.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/alias.0.stdou= t /builds/FreeBSD_stable_10/bin/sh/tests/builtins/alias.1 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/alias.1.stderr /builds/FreeBSD_stable_10/bin= /sh/tests/builtins/alias3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins= /alias3.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/alias4.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/break1.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/break2.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/break2.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/= break3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/break4.4 /builds/F= reeBSD_stable_10/bin/sh/tests/builtins/break5.4 /builds/FreeBSD_stable_10/b= in/sh/tests/builtins/builtin1.0 /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/case1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case2.0 /build= s/FreeBSD_stable_10/bin/sh/tests/builtins/case3.0 /builds/FreeBSD_stable_10= /bin/sh/tests/builtins/case4.0 /builds/FreeBSD_stable_10/bin/sh/tests/built= ins/case5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case6.0 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/case7.0 /builds/FreeBSD_stable_10/= bin/sh/tests/builtins/case8.0 /builds/FreeBSD_stable_10/bin/sh/tests/builti= ns/case9.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case10.0 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/case11.0 /builds/FreeBSD_stable_10= /bin/sh/tests/builtins/case12.0 /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/case13.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case14.0 /bui= lds/FreeBSD_stable_10/bin/sh/tests/builtins/case15.0 /builds/FreeBSD_stable= _10/bin/sh/tests/builtins/case16.0 /builds/FreeBSD_stable_10/bin/sh/tests/b= uiltins/case17.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/case18.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/case19.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/cd1.0 /builds/FreeBSD_stable_10/bin/sh/tests/b= uiltins/cd2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/cd3.0 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/cd4.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/builtins/cd5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/c= d6.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/cd7.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/cd8.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/command1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/comma= nd2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command3.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/builtins/command3.0.stdout /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/command4.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/builtins/command5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/com= mand5.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command6.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/command6.0.stdout /builds/Fr= eeBSD_stable_10/bin/sh/tests/builtins/command7.0 /builds/FreeBSD_stable_10/= bin/sh/tests/builtins/command8.0 /builds/FreeBSD_stable_10/bin/sh/tests/bui= ltins/command9.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command10.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/command11.0 /builds/FreeB= SD_stable_10/bin/sh/tests/builtins/command12.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/builtins/dot1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/= dot2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/dot3.0 /builds/FreeB= SD_stable_10/bin/sh/tests/builtins/dot4.0 /builds/FreeBSD_stable_10/bin/sh/= tests/builtins/eval1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/eval= 2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/eval3.0 /builds/FreeBSD= _stable_10/bin/sh/tests/builtins/eval4.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/builtins/eval5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/eval6= .0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/exec1.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/exec2.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/builtins/exit1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/exit2.= 8 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/exit3.0 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/export1.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/builtins/fc1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/fc2.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/for1.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/builtins/for2.0 /builds/FreeBSD_stable_10/bin/sh/tests/bu= iltins/for3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/getopts1.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/builtins/getopts1.0.stdout /builds/Fre= eBSD_stable_10/bin/sh/tests/builtins/getopts2.0 /builds/FreeBSD_stable_10/b= in/sh/tests/builtins/getopts2.0.stdout /builds/FreeBSD_stable_10/bin/sh/tes= ts/builtins/hash1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/hash1.0= .stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/hash2.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/builtins/hash2.0.stdout /builds/FreeBSD_stable_= 10/bin/sh/tests/builtins/hash3.0 /builds/FreeBSD_stable_10/bin/sh/tests/bui= ltins/hash3.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/hash4.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/jobid1.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/jobid2.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/builtins/lineno.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/line= no.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/lineno2.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/builtins/local1.0 /builds/FreeBSD_stable_= 10/bin/sh/tests/builtins/local2.0 /builds/FreeBSD_stable_10/bin/sh/tests/bu= iltins/local3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/local4.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/builtins/locale1.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/printf1.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/builtins/printf2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/print= f3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/printf4.0 /builds/Free= BSD_stable_10/bin/sh/tests/builtins/read1.0 /builds/FreeBSD_stable_10/bin/s= h/tests/builtins/read1.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/read2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/read3.0 /build= s/FreeBSD_stable_10/bin/sh/tests/builtins/read3.0.stdout /builds/FreeBSD_st= able_10/bin/sh/tests/builtins/read4.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/read4.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/builtins/r= ead5.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/read6.0 /builds/Free= BSD_stable_10/bin/sh/tests/builtins/read7.0 /builds/FreeBSD_stable_10/bin/s= h/tests/builtins/return1.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/= return2.1 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/return3.1 /builds= /FreeBSD_stable_10/bin/sh/tests/builtins/return4.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/builtins/return5.0 /builds/FreeBSD_stable_10/bin/sh/tests/bu= iltins/return6.4 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/return7.4 = /builds/FreeBSD_stable_10/bin/sh/tests/builtins/return8.0 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/set1.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/set2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap1.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap10.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/trap11.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/trap12.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap13.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap14.0 /builds/FreeBSD_= stable_10/bin/sh/tests/builtins/trap2.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/builtins/trap3.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap4.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap5.0 /builds/FreeBSD_s= table_10/bin/sh/tests/builtins/trap6.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/builtins/trap7.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap8.0= /builds/FreeBSD_stable_10/bin/sh/tests/builtins/trap9.0 /builds/FreeBSD_st= able_10/bin/sh/tests/builtins/type1.0 /builds/FreeBSD_stable_10/bin/sh/test= s/builtins/type1.0.stderr /builds/FreeBSD_stable_10/bin/sh/tests/builtins/t= ype2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/type3.0 /builds/Free= BSD_stable_10/bin/sh/tests/builtins/unalias.0 /builds/FreeBSD_stable_10/bin= /sh/tests/builtins/var-assign.0 /builds/FreeBSD_stable_10/bin/sh/tests/buil= tins/var-assign2.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait2.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/builtins/wait3.0 /builds/FreeBSD_stable_10/bin/sh/tests= /builtins/wait4.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait5.0 /= builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait6.0 /builds/FreeBSD_stab= le_10/bin/sh/tests/builtins/wait7.0 /builds/FreeBSD_stable_10/bin/sh/tests/= builtins/wait8.0 /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait9.127 = /builds/FreeBSD_stable_10/bin/sh/tests/builtins/wait10.0 =3D=3D=3D> bin/sh/tests/errors (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/err= ors/assignment-error1.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/assig= nment-error2.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/backquote-erro= r1.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/backquote-error2.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/errors/bad-binary1.126 /builds/FreeBSD_st= able_10/bin/sh/tests/errors/bad-keyword1.0 /builds/FreeBSD_stable_10/bin/sh= /tests/errors/bad-parm-exp1.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors= /bad-parm-exp2.2 /builds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp= 2.2.stderr /builds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp3.2 /b= uilds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp3.2.stderr /builds/= FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp4.2 /builds/FreeBSD_stabl= e_10/bin/sh/tests/errors/bad-parm-exp4.2.stderr /builds/FreeBSD_stable_10/b= in/sh/tests/errors/bad-parm-exp5.2 /builds/FreeBSD_stable_10/bin/sh/tests/e= rrors/bad-parm-exp5.2.stderr /builds/FreeBSD_stable_10/bin/sh/tests/errors/= bad-parm-exp6.2 /builds/FreeBSD_stable_10/bin/sh/tests/errors/bad-parm-exp6= .2.stderr /builds/FreeBSD_stable_10/bin/sh/tests/errors/option-error.0 /bui= lds/FreeBSD_stable_10/bin/sh/tests/errors/redirection-error.0 /builds/FreeB= SD_stable_10/bin/sh/tests/errors/redirection-error2.2 /builds/FreeBSD_stabl= e_10/bin/sh/tests/errors/redirection-error3.0 /builds/FreeBSD_stable_10/bin= /sh/tests/errors/redirection-error4.0 /builds/FreeBSD_stable_10/bin/sh/test= s/errors/redirection-error5.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors= /redirection-error6.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/redirec= tion-error7.0 /builds/FreeBSD_stable_10/bin/sh/tests/errors/write-error1.0 = =3D=3D=3D> bin/sh/tests/execution (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/exe= cution/bg1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/bg2.0 /builds= /FreeBSD_stable_10/bin/sh/tests/execution/bg3.0 /builds/FreeBSD_stable_10/b= in/sh/tests/execution/bg4.0 /builds/FreeBSD_stable_10/bin/sh/tests/executio= n/bg5.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/bg6.0 /builds/Free= BSD_stable_10/bin/sh/tests/execution/bg6.0.stdout /builds/FreeBSD_stable_10= /bin/sh/tests/execution/bg7.0 /builds/FreeBSD_stable_10/bin/sh/tests/execut= ion/bg8.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/bg9.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/execution/bg10.0 /builds/FreeBSD_stable_10/bin= /sh/tests/execution/bg10.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/ex= ecution/fork1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/fork2.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/execution/fork3.0 /builds/FreeBSD_stab= le_10/bin/sh/tests/execution/func1.0 /builds/FreeBSD_stable_10/bin/sh/tests= /execution/func2.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/func3.0= /builds/FreeBSD_stable_10/bin/sh/tests/execution/hash1.0 /builds/FreeBSD_s= table_10/bin/sh/tests/execution/int-cmd1.0 /builds/FreeBSD_stable_10/bin/sh= /tests/execution/killed1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution= /killed2.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/not1.0 /builds/= FreeBSD_stable_10/bin/sh/tests/execution/not2.0 /builds/FreeBSD_stable_10/b= in/sh/tests/execution/path1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execut= ion/redir1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/redir2.0 /bui= lds/FreeBSD_stable_10/bin/sh/tests/execution/redir3.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/execution/redir4.0 /builds/FreeBSD_stable_10/bin/sh/tests= /execution/redir5.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/redir6= .0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/redir7.0 /builds/FreeBS= D_stable_10/bin/sh/tests/execution/set-n1.0 /builds/FreeBSD_stable_10/bin/s= h/tests/execution/set-n2.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution= /set-n3.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/set-n4.0 /builds= /FreeBSD_stable_10/bin/sh/tests/execution/set-x1.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/execution/set-x2.0 /builds/FreeBSD_stable_10/bin/sh/tests/ex= ecution/set-x3.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/shellproc= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/subshell1.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/execution/subshell1.0.stdout /builds/FreeBSD_s= table_10/bin/sh/tests/execution/subshell2.0 /builds/FreeBSD_stable_10/bin/s= h/tests/execution/subshell3.0 /builds/FreeBSD_stable_10/bin/sh/tests/execut= ion/subshell4.0 /builds/FreeBSD_stable_10/bin/sh/tests/execution/unknown1.0= /builds/FreeBSD_stable_10/bin/sh/tests/execution/var-assign1.0 =3D=3D=3D> bin/sh/tests/expansion (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/exp= ansion/arith1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith2.0 /= builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith3.0 /builds/FreeBSD_st= able_10/bin/sh/tests/expansion/arith4.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/expansion/arith5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/ari= th6.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith7.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/expansion/arith8.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/expansion/arith9.0 /builds/FreeBSD_stable_10/bin/sh/tests/expans= ion/arith10.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/arith11.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/expansion/arith12.0 /builds/FreeBSD_st= able_10/bin/sh/tests/expansion/arith13.0 /builds/FreeBSD_stable_10/bin/sh/t= ests/expansion/assign1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/c= mdsubst1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst2.0 /bu= ilds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst3.0 /builds/FreeBSD_s= table_10/bin/sh/tests/expansion/cmdsubst4.0 /builds/FreeBSD_stable_10/bin/s= h/tests/expansion/cmdsubst5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expans= ion/cmdsubst6.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst7.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst8.0 /builds/Free= BSD_stable_10/bin/sh/tests/expansion/cmdsubst9.0 /builds/FreeBSD_stable_10/= bin/sh/tests/expansion/cmdsubst10.0 /builds/FreeBSD_stable_10/bin/sh/tests/= expansion/cmdsubst11.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmd= subst12.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst13.0 /bu= ilds/FreeBSD_stable_10/bin/sh/tests/expansion/cmdsubst14.0 /builds/FreeBSD_= stable_10/bin/sh/tests/expansion/cmdsubst15.0 /builds/FreeBSD_stable_10/bin= /sh/tests/expansion/cmdsubst16.0 /builds/FreeBSD_stable_10/bin/sh/tests/exp= ansion/cmdsubst17.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/export= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/export2.0 /builds/Free= BSD_stable_10/bin/sh/tests/expansion/export3.0 /builds/FreeBSD_stable_10/bi= n/sh/tests/expansion/heredoc1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expa= nsion/heredoc2.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/ifs1.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/expansion/ifs2.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/expansion/ifs3.0 /builds/FreeBSD_stable_10/bin/sh/tests/e= xpansion/ifs4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/length1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/expansion/length2.0 /builds/FreeBSD_= stable_10/bin/sh/tests/expansion/length3.0 /builds/FreeBSD_stable_10/bin/sh= /tests/expansion/length4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion= /length5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/length6.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/expansion/length7.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/expansion/length8.0 /builds/FreeBSD_stable_10/bin/sh/test= s/expansion/local1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/local= 2.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/pathname1.0 /builds/Fr= eeBSD_stable_10/bin/sh/tests/expansion/pathname2.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/expansion/pathname3.0 /builds/FreeBSD_stable_10/bin/sh/tests= /expansion/pathname4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/plu= s-minus1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/plus-minus2.0 /= builds/FreeBSD_stable_10/bin/sh/tests/expansion/plus-minus3.0 /builds/FreeB= SD_stable_10/bin/sh/tests/expansion/plus-minus4.0 /builds/FreeBSD_stable_10= /bin/sh/tests/expansion/plus-minus5.0 /builds/FreeBSD_stable_10/bin/sh/test= s/expansion/plus-minus6.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/= plus-minus7.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/plus-minus8.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/question1.0 /builds/Free= BSD_stable_10/bin/sh/tests/expansion/readonly1.0 /builds/FreeBSD_stable_10/= bin/sh/tests/expansion/redir1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expa= nsion/set-u1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/set-u2.0 /b= uilds/FreeBSD_stable_10/bin/sh/tests/expansion/set-u3.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/expansion/tilde1.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/expansion/tilde2.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/trim= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/trim2.0 /builds/FreeBS= D_stable_10/bin/sh/tests/expansion/trim3.0 /builds/FreeBSD_stable_10/bin/sh= /tests/expansion/trim4.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/t= rim5.0 /builds/FreeBSD_stable_10/bin/sh/tests/expansion/trim6.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/expansion/trim7.0 /builds/FreeBSD_stable_10/bin= /sh/tests/expansion/trim8.0 =3D=3D=3D> bin/sh/tests/parameters (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/par= ameters/env1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/exitstatus= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/mail1.0 /builds/FreeB= SD_stable_10/bin/sh/tests/parameters/mail2.0 /builds/FreeBSD_stable_10/bin/= sh/tests/parameters/optind1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parame= ters/optind2.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/positional= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parameters/positional2.0 /builds= /FreeBSD_stable_10/bin/sh/tests/parameters/positional5.0 /builds/FreeBSD_st= able_10/bin/sh/tests/parameters/pwd1.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/parameters/pwd2.0 =3D=3D=3D> bin/sh/tests/parser (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/par= ser/alias1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias2.0 /builds= /FreeBSD_stable_10/bin/sh/tests/parser/alias3.0 /builds/FreeBSD_stable_10/b= in/sh/tests/parser/alias4.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/a= lias5.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias6.0 /builds/Free= BSD_stable_10/bin/sh/tests/parser/alias7.0 /builds/FreeBSD_stable_10/bin/sh= /tests/parser/alias8.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias9= .0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias10.0 /builds/FreeBSD_= stable_10/bin/sh/tests/parser/alias11.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/parser/alias12.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias13.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/alias14.0 /builds/FreeBSD_s= table_10/bin/sh/tests/parser/alias15.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/parser/alias15.0.stdout /builds/FreeBSD_stable_10/bin/sh/tests/parser/an= d-pipe-not.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/case1.0 /builds/= FreeBSD_stable_10/bin/sh/tests/parser/case2.0 /builds/FreeBSD_stable_10/bin= /sh/tests/parser/dollar-quote1.0 /builds/FreeBSD_stable_10/bin/sh/tests/par= ser/dollar-quote2.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-qu= ote3.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote4.0 /build= s/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote5.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/parser/dollar-quote6.0 /builds/FreeBSD_stable_10/bin/sh= /tests/parser/dollar-quote7.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser= /dollar-quote8.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote= 9.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote10.0 /builds/= FreeBSD_stable_10/bin/sh/tests/parser/dollar-quote11.0 /builds/FreeBSD_stab= le_10/bin/sh/tests/parser/empty-braces1.0 /builds/FreeBSD_stable_10/bin/sh/= tests/parser/empty-cmd1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/for= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/for2.0 /builds/FreeBSD_st= able_10/bin/sh/tests/parser/func1.0 /builds/FreeBSD_stable_10/bin/sh/tests/= parser/func2.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/func3.0 /build= s/FreeBSD_stable_10/bin/sh/tests/parser/heredoc1.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/parser/heredoc2.0 /builds/FreeBSD_stable_10/bin/sh/tests/par= ser/heredoc3.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc4.0 /bu= ilds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc5.0 /builds/FreeBSD_stabl= e_10/bin/sh/tests/parser/heredoc6.0 /builds/FreeBSD_stable_10/bin/sh/tests/= parser/heredoc7.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc8.0 = /builds/FreeBSD_stable_10/bin/sh/tests/parser/heredoc9.0 /builds/FreeBSD_st= able_10/bin/sh/tests/parser/heredoc10.0 /builds/FreeBSD_stable_10/bin/sh/te= sts/parser/heredoc11.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/no-spa= ce1.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/no-space2.0 /builds/Fre= eBSD_stable_10/bin/sh/tests/parser/only-redir1.0 /builds/FreeBSD_stable_10/= bin/sh/tests/parser/only-redir2.0 /builds/FreeBSD_stable_10/bin/sh/tests/pa= rser/only-redir3.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/only-redir= 4.0 /builds/FreeBSD_stable_10/bin/sh/tests/parser/pipe-not1.0 /builds/FreeB= SD_stable_10/bin/sh/tests/parser/var-assign1.0 =3D=3D=3D> bin/sh/tests/set-e (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/bin/sh/tests/set= -e/and1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/and2.1 /builds/FreeB= SD_stable_10/bin/sh/tests/set-e/and3.0 /builds/FreeBSD_stable_10/bin/sh/tes= ts/set-e/and4.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/background1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/set-e/cmd1.0 /builds/FreeBSD_stable_= 10/bin/sh/tests/set-e/cmd2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/e= lif1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/elif2.0 /builds/FreeBSD= _stable_10/bin/sh/tests/set-e/eval1.0 /builds/FreeBSD_stable_10/bin/sh/test= s/set-e/eval2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/for1.0 /builds= /FreeBSD_stable_10/bin/sh/tests/set-e/func1.0 /builds/FreeBSD_stable_10/bin= /sh/tests/set-e/func2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/if1.0 = /builds/FreeBSD_stable_10/bin/sh/tests/set-e/if2.0 /builds/FreeBSD_stable_1= 0/bin/sh/tests/set-e/if3.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/not= 1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/not2.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/set-e/or1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-= e/or2.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/or3.1 /builds/FreeBSD_= stable_10/bin/sh/tests/set-e/pipe1.1 /builds/FreeBSD_stable_10/bin/sh/tests= /set-e/pipe2.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/return1.0 /buil= ds/FreeBSD_stable_10/bin/sh/tests/set-e/semi1.1 /builds/FreeBSD_stable_10/b= in/sh/tests/set-e/semi2.1 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/subs= hell1.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/subshell2.1 /builds/Fr= eeBSD_stable_10/bin/sh/tests/set-e/until1.0 /builds/FreeBSD_stable_10/bin/s= h/tests/set-e/until2.0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/until3.= 0 /builds/FreeBSD_stable_10/bin/sh/tests/set-e/while1.0 /builds/FreeBSD_sta= ble_10/bin/sh/tests/set-e/while2.0 /builds/FreeBSD_stable_10/bin/sh/tests/s= et-e/while3.0 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/bin/sh/tests && make -f /builds/FreeBSD_stabl= e_10/bin/sh/tests/Makefile SUBDIR=3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 legacy_test install -o root -g wheel -m 444 Kyuafile.auto =3D=3D=3D> bin/sleep (install) install -s -o root -g wheel -m 555 sleep install -o root -g wheel -m 444 sleep.1.gz =3D=3D=3D> bin/stty (install) install -s -o root -g wheel -m 555 stty install -o root -g wheel -m 444 stty.1.gz =3D=3D=3D> bin/sync (install) install -s -o root -g wheel -m 555 sync install -o root -g wheel -m 444 sync.8.gz =3D=3D=3D> bin/test (install) install -s -o root -g wheel -m 555 test install -o root -g wheel -m 444 test.1.gz -> =3D=3D=3D> bin/test/tests (install) install -o root -g wheel -m 555 legacy_test install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/bin/test/tests && make -f /builds/FreeBSD_sta= ble_10/bin/test/tests/Makefile SUBDIR=3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 legacy_test install -o root -g wheel -m 444 Kyuafile.auto -> =3D=3D=3D> bin/tests (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/Kyuafile = =3D=3D=3D> bin/uuidgen (install) install -s -o root -g wheel -m 555 uuidgen install -o root -g wheel -m 444 uuidgen.1.gz =3D=3D=3D> games (install) =3D=3D=3D> games/bcd (install) install -s -o root -g wheel -m 555 bcd install -o root -g wheel -m 444 bcd.6.gz -> =3D=3D=3D> games/caesar (install) install -s -o root -g wheel -m 555 caesar install -o root -g wheel -m 555 /builds/FreeBSD_stable_10/games/caesar/ro= t13.sh install -o root -g wheel -m 444 caesar.6.gz -> =3D=3D=3D> games/factor (install) install -s -o root -g wheel -m 555 factor install -o root -g wheel -m 444 factor.6.gz -> =3D=3D=3D> games/fortune (install) =3D=3D=3D> games/fortune/fortune (install) install -s -o root -g wheel -m 555 fortune install -o root -g wheel -m 444 fortune.6.gz =3D=3D=3D> games/fortune/strfile (install) install -s -o root -g wheel -m 555 strfile install -o root -g wheel -m 444 strfile.8.gz -> =3D=3D=3D> games/fortune/datfiles (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/games/fortune/da= tfiles/fortunes /builds/FreeBSD_stable_10/games/fortune/datfiles/freebsd-ti= ps /builds/FreeBSD_stable_10/games/fortune/datfiles/murphy /builds/FreeBSD_= stable_10/games/fortune/datfiles/startrek /builds/FreeBSD_stable_10/games/f= ortune/datfiles/zippy /builds/FreeBSD_stable_10/games/fortune/datfiles/lime= rick /builds/FreeBSD_stable_10/games/fortune/datfiles/murphy-o /builds/Free= BSD_stable_10/games/fortune/datfiles/gerrold.limerick fortunes.dat freebsd-= tips.dat murphy.dat startrek.dat zippy.dat limerick.dat murphy-o.dat gerrol= d.limerick.dat =3D=3D=3D> games/fortune/unstr (install) install -s -o root -g wheel -m 555 unstr =3D=3D=3D> games/grdc (install) install -s -o root -g wheel -m 555 grdc install -o root -g wheel -m 444 grdc.6.gz =3D=3D=3D> games/morse (install) install -s -o root -g wheel -m 555 morse install -o root -g wheel -m 444 morse.6.gz =3D=3D=3D> games/number (install) install -s -o root -g wheel -m 555 number install -o root -g wheel -m 444 number.6.gz =3D=3D=3D> games/pom (install) install -s -o root -g wheel -m 555 pom install -o root -g wheel -m 444 pom.6.gz =3D=3D=3D> games/ppt (install) install -s -o root -g wheel -m 555 ppt =3D=3D=3D> games/primes (install) install -s -o root -g wheel -m 555 primes =3D=3D=3D> games/random (install) install -s -o root -g wheel -m 555 random install -o root -g wheel -m 444 random.6.gz =3D=3D=3D> games/tests (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/Kyuafile = =3D=3D=3D> cddl (install) =3D=3D=3D> cddl/lib (install) =3D=3D=3D> cddl/lib/drti (install) make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/uni= std.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /cdefs.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_stdint.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /types.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/endian.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /endian.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_pthreadtypes.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /select.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_sigset.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_timeval.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /timespec.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_timespec.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /unistd.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /_null.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/fcn= tl.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/dlf= cn.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/lin= k.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /link_elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf32.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf_common.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf64.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /elf_generic.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /param.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /syslimits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /signal.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_limits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_limits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/signal.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /signal.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/trap.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /trap.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/param.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/mac= hine/_align.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /_align.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /limits.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /linker.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /ioccom.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /ucred.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/bsm= /audit.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /time.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/tim= e.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/xlo= cale/_time.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/std= arg.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/x86= /stdarg.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/std= io.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/std= lib.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/str= ing.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/str= ings.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/xlo= cale/_strings.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/xlo= cale/_string.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/err= no.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/lib= elf.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/sys= /queue.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/gel= f.h make[6]: /usr/obj/builds/FreeBSD_stable_10/cddl/lib/drti/.depend, 87: ignor= ing stale .depend for /usr/obj/builds/FreeBSD_stable_10/tmp/usr/include/osr= eldate.h cc -O2 -pipe -I/builds/FreeBSD_stable_10/cddl/lib/drti/../../../sys/cddl= /compat/opensolaris -I/builds/FreeBSD_stable_10/cddl/lib/drti/../../../cdd= l/compat/opensolaris/include -I/builds/FreeBSD_stable_10/cddl/lib/drti/../= ../../cddl/contrib/opensolaris/head -I/builds/FreeBSD_stable_10/cddl/lib/d= rti/../../../cddl/contrib/opensolaris/lib/libctf/common -I/builds/FreeBSD_= stable_10/cddl/lib/drti/../../../cddl/contrib/opensolaris/lib/libdtrace/com= mon -I/builds/FreeBSD_stable_10/cddl/lib/drti/../../../sys/cddl/contrib/op= ensolaris/uts/common -DPIC -fpic -DNEED_SOLARIS_BOOLEAN -std=3Dgnu89 -Qunu= sed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format= -y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpo= inter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wu= nused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -W= redundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno= -pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variab= le -Wno-unknown-pragmas -c /builds/FreeBSD_stable_10/cddl/lib/drti/../../..= /cddl/contrib/opensolaris/lib/libdtrace/common/drti.c -o drti.o cc: not found *** Error code 127 Stop. make[6]: stopped in /builds/FreeBSD_stable_10/cddl/lib/drti *** Error code 1 Stop. make[5]: stopped in /builds/FreeBSD_stable_10/cddl/lib *** Error code 1 Stop. make[4]: stopped in /builds/FreeBSD_stable_10/cddl *** Error code 1 Stop. make[3]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[2]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[1]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Wed Dec 31 09:22:09 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F06A998; Wed, 31 Dec 2014 09:22:09 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6D54E64E05; Wed, 31 Dec 2014 09:22:09 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 1B569E3B; Wed, 31 Dec 2014 09:21:49 +0000 (UTC) Date: Wed, 31 Dec 2014 09:21:48 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, delphij@FreeBSD.org, peterj@FreeBSD.org Message-ID: <1103992703.17.1420017708900.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <350896087.12.1419983585244.JavaMail.jenkins@jenkins-9.freebsd.org> References: <350896087.12.1419983585244.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : FreeBSD_stable_9 #596 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: FreeBSD_stable_9 X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 09:22:09 -0000 See From owner-freebsd-stable@FreeBSD.ORG Wed Dec 31 09:53:24 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFB9B82F for ; Wed, 31 Dec 2014 09:53:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id DE3D9661DC for ; Wed, 31 Dec 2014 09:53:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 37F4DE3E for ; Wed, 31 Dec 2014 09:53:07 +0000 (UTC) Date: Wed, 31 Dec 2014 09:53:07 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <1284194327.18.1420019587089.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1961497008.16.1420013438851.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1961497008.16.1420013438851.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : Build-UFS-image #811 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2014 09:53:25 -0000 See From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 00:40:23 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46D59A1C for ; Thu, 1 Jan 2015 00:40:23 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 28F0C664BA for ; Thu, 1 Jan 2015 00:40:23 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id AF45DF80 for ; Thu, 1 Jan 2015 00:39:31 +0000 (UTC) Date: Thu, 1 Jan 2015 00:39:30 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <1165316016.20.1420072770438.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: Build-UFS-image #817 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 00:40:23 -0000 See ------------------------------------------ [...truncated 15261 lines...] Asia/Oral Asia/Chita Asia/Muscat Asia/Yerevan Asia/Qatar Asia/Sakhalin Asia/Dhaka Asia/Tashkent Asia/Colombo Asia/Nicosia Asia/Tokyo Asia/Hebron Asia/Dili Asia/Ashgabat Asia/Kuala_Lumpur Asia/Baghdad Asia/Anadyr Asia/Bahrain Asia/Macau Asia/Phnom_Penh Asia/Amman Atlantic/Faroe Atlantic/Bermuda Atlantic/Madeira Atlantic/Stanley Atlantic/Canary Atlantic/Reykjavik Atlantic/St_Helena Atlantic/Cape_Verde Atlantic/South_Georgia Atlantic/Azores Australia/Brisbane Australia/Melbourne Australia/Hobart Australia/Currie Australia/Perth Australia/Adelaide Australia/Eucla Australia/Darwin Australia/Sydney Australia/Broken_Hill Australia/Lindeman Australia/Lord_Howe CET CST6CDT EET EST EST5EDT Etc/GMT+0 Etc/GMT+10 Etc/GMT-4 Etc/GMT-3 Etc/GMT-9 Etc/UCT Etc/GMT-11 Etc/GMT0 Etc/Universal Etc/GMT+7 Etc/GMT+3 Etc/GMT+9 Etc/GMT-7 Etc/GMT-0 Etc/UTC Etc/GMT-12 Etc/GMT+4 Etc/GMT-10 Etc/GMT+6 Etc/GMT-8 Etc/GMT-2 Etc/GMT-5 Etc/Zulu Etc/Greenwich Etc/GMT+1 Etc/GMT+11 Etc/GMT-13 Etc/GMT+5 Etc/GMT-1 Etc/GMT-6 Etc/GMT Etc/GMT+12 Etc/GMT+8 Etc/GMT+2 Etc/GMT-14 Europe/Jersey Europe/Kaliningrad Europe/Volgograd Europe/Sarajevo Europe/Ljubljana Europe/Busingen Europe/Stockholm Europe/Uzhgorod Europe/Samara Europe/Budapest Europe/Malta Europe/Skopje Europe/San_Marino Europe/Guernsey Europe/Amsterdam Europe/Bucharest Europe/Moscow Europe/Warsaw Europe/Athens Europe/Vilnius Europe/Oslo Europe/Zagreb Europe/Paris Europe/Vatican Europe/Lisbon Europe/Istanbul Europe/Mariehamn Europe/London Europe/Tallinn Europe/Prague Europe/Rome Europe/Dublin Europe/Sofia Europe/Minsk Europe/Kiev Europe/Zurich Europe/Andorra Europe/Isle_of_Man Europe/Tirane Europe/Copenhagen Europe/Nicosia Europe/Berlin Europe/Simferopol Europe/Chisinau Europe/Monaco Europe/Riga Europe/Belgrade Europe/Gibraltar Europe/Helsinki Europe/Vaduz Europe/Vienna Europe/Podgorica Europe/Bratislava Europe/Brussels Europe/Luxembourg Europe/Zaporozhye Europe/Madrid Factory HST Indian/Mauritius Indian/Chagos Indian/Maldives Indian/Antananarivo Indian/Kerguelen Indian/Mayotte Indian/Cocos Indian/Christmas Indian/Mahe Indian/Comoro Indian/Reunion MET MST MST7MDT PST8PDT Pacific/Efate Pacific/Honolulu Pacific/Majuro Pacific/Kosrae Pacific/Palau Pacific/Niue Pacific/Kwajalein Pacific/Saipan Pacific/Fiji Pacific/Kiritimati Pacific/Wallis Pacific/Johnston Pacific/Tarawa Pacific/Tongatapu Pacific/Pohnpei Pacific/Galapagos Pacific/Guam Pacific/Gambier Pacific/Enderbury Pacific/Apia Pacific/Tahiti Pacific/Noumea Pacific/Pitcairn Pacific/Marquesas Pacific/Norfolk Pacific/Wake Pacific/Funafuti Pacific/Chatham Pacific/Midway Pacific/Rarotonga Pacific/Guadalcanal Pacific/Nauru Pacific/Fakaofo Pacific/Easter Pacific/Auckland Pacific/Port_Moresby Pacific/Pago_Pago Pacific/Chuuk Pacific/Bougainville UTC WET posixrules install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/share/zoneinfo/../../contrib/tzdata//zone.tab Run tzsetup(8) manually to update /etc/localtime. ===> sys (install) ===> sys/boot (install) ===> sys/boot/efi (install) ===> sys/boot/efi/libefi (install) ===> sys/boot/libstand32 (install) ===> sys/boot/zfs (install) ===> sys/boot/userboot (install) ===> sys/boot/userboot/ficl (install) ===> sys/boot/userboot/libstand (install) ===> sys/boot/userboot/test (install) ===> sys/boot/userboot/zfs (install) ===> sys/boot/userboot/userboot (install) install -o root -g wheel -m 444 userboot.so install -o root -g wheel -m 444 beastie.4th.8.gz install: beastie.4th.8.gz: No such file or directory *** Error code 71 Stop. make[7]: stopped in /builds/FreeBSD_stable_10/sys/boot/userboot/userboot *** Error code 1 Stop. make[6]: stopped in /builds/FreeBSD_stable_10/sys/boot/userboot *** Error code 1 Stop. make[5]: stopped in /builds/FreeBSD_stable_10/sys/boot *** Error code 1 Stop. make[4]: stopped in /builds/FreeBSD_stable_10/sys *** Error code 1 Stop. make[3]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[2]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[1]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 04:36:44 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D473B5C for ; Thu, 1 Jan 2015 04:36:44 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CBEC6718F for ; Thu, 1 Jan 2015 04:36:44 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id h15so14363666igd.2 for ; Wed, 31 Dec 2014 20:36:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YfINDr4rMpSPPDsw0Yeg16xzBPBHuX/P+225GNZO0G0=; b=kiOjobSOyxr+JXIsvzunLa/Ed488ErK44pZBfotvqQsrMiFzK8H911oJfkWNk1F8vR /VXgHEoygF2xQq1l19J18G7ESko61Czyojs4WdXKrLbnGBUihRtoQnI0SmaWJJcuVYz4 yqifzIA5tTIQ0f/YGE6/3nLhQ1f6ZkvXA6CfooCTo8fdLIMyrJy+It0Oe183XZIK5r/e bMNQ1PJiSe40ynalNYFOKCjTnXJRVVRGoKifI2L3UH/tMUz7oW0nPz14LqFwHA9nz2mu i+1754tponbCZuPzk1NLo6tc3GQbWdHgRzYL395Un5gTtv7lM7xEQmEriA8Om+kohvGo orrw== MIME-Version: 1.0 X-Received: by 10.107.19.71 with SMTP id b68mr62359576ioj.66.1420087003499; Wed, 31 Dec 2014 20:36:43 -0800 (PST) Received: by 10.64.126.133 with HTTP; Wed, 31 Dec 2014 20:36:43 -0800 (PST) Date: Wed, 31 Dec 2014 22:36:43 -0600 Message-ID: Subject: IPSec and racoon issue... From: Chris Watson To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 04:36:44 -0000 So I have been running a stable ipsec tunnel between my MacBook Pro and a FreeBSD 10-stable server, I just rebuilt world today and raccoon has become pissy and refuses to start, and as usual with ipsec, debugging it is like winning gold in the pain olympics. So here's the issue, my working config has not changed at all. I'm simply running a new FreeBSD 10-stable r276472 world + kernel. I have looked all over at UPDATING, source commits to stable, google, etc and I can't figure this error out. Anytime I try to start racoon it looks like it starts but it doesn't. The only error I can get is to run it with "racoon -F -ddd -f /usr/local/etc/racoon/racoon.conf", and I get the following "ERROR: libipsec failed pfkey open (Address family not supported by protocol family) racoon: failed to initialize pfkey socket" Doing a "setkey -F" produces "pfkey_open: Address family not supported by protocol family" I saw that ae made some commits to stable during december that touched ipsec but they looked benign. Has anyone seen this before? Pointers? A general direction for a clue? Chris From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 05:44:41 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7453F429 for ; Thu, 1 Jan 2015 05:44:41 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 5530C64160 for ; Thu, 1 Jan 2015 05:44:41 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3114729 for ; Thu, 1 Jan 2015 05:40:44 +0000 (UTC) Date: Thu, 1 Jan 2015 05:40:44 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <106099575.23.1420090844807.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1781237900.21.1420081492695.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1781237900.21.1420081492695.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: Build-UFS-image #819 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 05:44:41 -0000 See ------------------------------------------ [...truncated 1008 lines...] ./openssl missing (created) ./pcap missing (created) ./protocols missing (created) ./rdma missing (created) ./readline missing (created) ./rpc missing (created) ./rpcsvc missing (created) ./security missing (created) ./security/audit missing (created) ./security/mac_biba missing (created) ./security/mac_bsdextended missing (created) ./security/mac_lomac missing (created) ./security/mac_mls missing (created) ./security/mac_partition missing (created) ./ssp missing (created) ./sys missing (created) ./ufs missing (created) ./ufs/ffs missing (created) ./ufs/ufs missing (created) ./vm missing (created) ./xlocale missing (created) mtree -deU -f /builds/FreeBSD_stable_10/etc/mtree/BSD.groff.dist -p ./share/groff_font missing (created) ./share/groff_font/devX100 missing (created) ./share/groff_font/devX100-12 missing (created) ./share/groff_font/devX75 missing (created) ./share/groff_font/devX75-12 missing (created) ./share/groff_font/devascii missing (created) ./share/groff_font/devcp1047 missing (created) ./share/groff_font/devdvi missing (created) ./share/groff_font/devhtml missing (created) ./share/groff_font/devkoi8-r missing (created) ./share/groff_font/devlatin1 missing (created) ./share/groff_font/devlbp missing (created) ./share/groff_font/devlj4 missing (created) ./share/groff_font/devps missing (created) ./share/groff_font/devutf8 missing (created) ./share/me missing (created) ./share/tmac missing (created) ./share/tmac/mdoc missing (created) ./share/tmac/mm missing (created) mtree -deU -f /builds/FreeBSD_stable_10/etc/mtree/BSD.tests.dist -p ./include/atf-c missing (created) ./include/atf-c++ missing (created) ./share/atf missing (created) ./share/doc/atf missing (created) ./share/doc/pjdfstest missing (created) ./tests missing (created) ./tests/bin missing (created) ./tests/bin/date missing (created) ./tests/bin/mv missing (created) ./tests/bin/pax missing (created) ./tests/bin/pkill missing (created) ./tests/bin/sh missing (created) ./tests/bin/sh/builtins missing (created) ./tests/bin/sh/errors missing (created) ./tests/bin/sh/execution missing (created) ./tests/bin/sh/expansion missing (created) ./tests/bin/sh/parameters missing (created) ./tests/bin/sh/parser missing (created) ./tests/bin/sh/set-e missing (created) ./tests/bin/sleep missing (created) ./tests/bin/test missing (created) ./tests/cddl missing (created) ./tests/cddl/lib missing (created) ./tests/cddl/sbin missing (created) ./tests/cddl/usr.bin missing (created) ./tests/cddl/usr.sbin missing (created) ./tests/etc missing (created) ./tests/games missing (created) ./tests/gnu missing (created) ./tests/gnu/lib missing (created) ./tests/gnu/usr.bin missing (created) ./tests/gnu/usr.bin/diff missing (created) ./tests/lib missing (created) ./tests/lib/atf missing (created) ./tests/lib/atf/libatf-c missing (created) ./tests/lib/atf/libatf-c/detail missing (created) ./tests/lib/atf/libatf-c++ missing (created) ./tests/lib/atf/libatf-c++/detail missing (created) ./tests/lib/atf/test-programs missing (created) ./tests/lib/libcrypt missing (created) ./tests/lib/libmp missing (created) ./tests/lib/librt missing (created) ./tests/lib/libthr missing (created) ./tests/lib/libthr/dlopen missing (created) ./tests/lib/libutil missing (created) ./tests/libexec missing (created) ./tests/libexec/atf missing (created) ./tests/libexec/atf/atf-check missing (created) ./tests/libexec/atf/atf-sh missing (created) ./tests/sbin missing (created) ./tests/sbin/dhclient missing (created) ./tests/sbin/devd missing (created) ./tests/sbin/growfs missing (created) ./tests/sbin/mdconfig missing (created) ./tests/secure missing (created) ./tests/secure/lib missing (created) ./tests/secure/libexec missing (created) ./tests/secure/usr.bin missing (created) ./tests/secure/usr.sbin missing (created) ./tests/share missing (created) ./tests/share/examples missing (created) ./tests/share/examples/tests missing (created) ./tests/share/examples/tests/atf missing (created) ./tests/share/examples/tests/plain missing (created) ./tests/sys missing (created) ./tests/sys/kern missing (created) ./tests/sys/netinet missing (created) ./tests/sys/pjdfstest missing (created) ./tests/sys/pjdfstest/chflags missing (created) ./tests/sys/pjdfstest/chmod missing (created) ./tests/sys/pjdfstest/chown missing (created) ./tests/sys/pjdfstest/ftruncate missing (created) ./tests/sys/pjdfstest/granular missing (created) ./tests/sys/pjdfstest/link missing (created) ./tests/sys/pjdfstest/mkdir missing (created) ./tests/sys/pjdfstest/mkfifo missing (created) ./tests/sys/pjdfstest/mknod missing (created) ./tests/sys/pjdfstest/open missing (created) ./tests/sys/pjdfstest/rename missing (created) ./tests/sys/pjdfstest/rmdir missing (created) ./tests/sys/pjdfstest/symlink missing (created) ./tests/sys/pjdfstest/truncate missing (created) ./tests/sys/pjdfstest/unlink missing (created) ./tests/usr.bin missing (created) ./tests/usr.bin/apply missing (created) ./tests/usr.bin/basename missing (created) ./tests/usr.bin/bmake missing (created) ./tests/usr.bin/bmake/archives missing (created) ./tests/usr.bin/bmake/archives/fmt_44bsd missing (created) ./tests/usr.bin/bmake/archives/fmt_44bsd_mod missing (created) ./tests/usr.bin/bmake/archives/fmt_oldbsd missing (created) ./tests/usr.bin/bmake/basic missing (created) ./tests/usr.bin/bmake/basic/t0 missing (created) ./tests/usr.bin/bmake/basic/t1 missing (created) ./tests/usr.bin/bmake/basic/t2 missing (created) ./tests/usr.bin/bmake/basic/t3 missing (created) ./tests/usr.bin/bmake/execution missing (created) ./tests/usr.bin/bmake/execution/ellipsis missing (created) ./tests/usr.bin/bmake/execution/empty missing (created) ./tests/usr.bin/bmake/execution/joberr missing (created) ./tests/usr.bin/bmake/execution/plus missing (created) ./tests/usr.bin/bmake/shell missing (created) ./tests/usr.bin/bmake/shell/builtin missing (created) ./tests/usr.bin/bmake/shell/meta missing (created) ./tests/usr.bin/bmake/shell/path missing (created) ./tests/usr.bin/bmake/shell/path_select missing (created) ./tests/usr.bin/bmake/shell/replace missing (created) ./tests/usr.bin/bmake/shell/select missing (created) ./tests/usr.bin/bmake/suffixes missing (created) ./tests/usr.bin/bmake/suffixes/basic missing (created) ./tests/usr.bin/bmake/suffixes/src_wild1 missing (created) ./tests/usr.bin/bmake/suffixes/src_wild2 missing (created) ./tests/usr.bin/bmake/syntax missing (created) ./tests/usr.bin/bmake/syntax/directive-t0 missing (created) ./tests/usr.bin/bmake/syntax/enl missing (created) ./tests/usr.bin/bmake/syntax/funny-targets missing (created) ./tests/usr.bin/bmake/syntax/semi missing (created) ./tests/usr.bin/bmake/sysmk missing (created) ./tests/usr.bin/bmake/sysmk/t0 missing (created) ./tests/usr.bin/bmake/sysmk/t0/2 missing (created) ./tests/usr.bin/bmake/sysmk/t0/2/1 missing (created) ./tests/usr.bin/bmake/sysmk/t0/mk missing (created) ./tests/usr.bin/bmake/sysmk/t1 missing (created) ./tests/usr.bin/bmake/sysmk/t1/2 missing (created) ./tests/usr.bin/bmake/sysmk/t1/2/1 missing (created) ./tests/usr.bin/bmake/sysmk/t1/mk missing (created) ./tests/usr.bin/bmake/sysmk/t2 missing (created) ./tests/usr.bin/bmake/sysmk/t2/2 missing (created) ./tests/usr.bin/bmake/sysmk/t2/2/1 missing (created) ./tests/usr.bin/bmake/sysmk/t2/mk missing (created) ./tests/usr.bin/bmake/variables missing (created) ./tests/usr.bin/bmake/variables/modifier_M missing (created) ./tests/usr.bin/bmake/variables/modifier_t missing (created) ./tests/usr.bin/bmake/variables/opt_V missing (created) ./tests/usr.bin/bmake/variables/t0 missing (created) ./tests/usr.bin/calendar missing (created) ./tests/usr.bin/cmp missing (created) ./tests/usr.bin/comm missing (created) ./tests/usr.bin/cut missing (created) ./tests/usr.bin/dirname missing (created) ./tests/usr.bin/file2c missing (created) ./tests/usr.bin/grep missing (created) ./tests/usr.bin/gzip missing (created) ./tests/usr.bin/join missing (created) ./tests/usr.bin/jot missing (created) ./tests/usr.bin/lastcomm missing (created) ./tests/usr.bin/m4 missing (created) ./tests/usr.bin/ncal missing (created) ./tests/usr.bin/printf missing (created) ./tests/usr.bin/sed missing (created) ./tests/usr.bin/sed/regress.multitest.out missing (created) ./tests/usr.bin/tr missing (created) ./tests/usr.bin/truncate missing (created) ./tests/usr.bin/uudecode missing (created) ./tests/usr.bin/uuencode missing (created) ./tests/usr.bin/xargs missing (created) ./tests/usr.bin/yacc missing (created) ./tests/usr.bin/yacc/yacc missing (created) ./tests/usr.sbin missing (created) ./tests/usr.sbin/etcupdate missing (created) ./tests/usr.sbin/newsyslog missing (created) ./tests/usr.sbin/nmtree missing (created) ./tests/usr.sbin/pw missing (created) ./tests/usr.sbin/sa missing (created) mtree -deU -f /builds/FreeBSD_stable_10/etc/mtree/BSD.sendmail.dist -p ./var/spool/clientmqueue missing (created) install -l s usr/src/sys cd for mandir in man*; do install -l s ../$mandir install -l s ../$mandir done cd for mandir in man*; do install -l s ../$mandir done set - `grep "^[a-zA-Z]" /builds/FreeBSD_stable_10/etc/man.alias`; while [ $# -gt 0 ] ; do install -l s "$2" " install -l s "$2" " shift; shift; done set - `grep "^[a-zA-Z]" /builds/FreeBSD_stable_10/etc/nls.alias`; while [ $# -gt 0 ] ; do install -l s "$2" " shift; shift; done -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /builds/FreeBSD_stable_10; make -f Makefile.inc1 install ===> share/info (install) install -o root -g wheel -m 644 dir-tmpl ===> lib (install) ===> lib/csu/amd64 (install) install -o root -g wheel -m 444 crt1.o crti.o crtn.o Scrt1.o gcrt1.o install: crt1.o: No such file or directory *** Error code 71 Stop. make[5]: stopped in /builds/FreeBSD_stable_10/lib/csu/amd64 *** Error code 1 Stop. make[4]: stopped in /builds/FreeBSD_stable_10/lib *** Error code 1 Stop. make[3]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[2]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[1]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 05:44:54 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E20A9431 for ; Thu, 1 Jan 2015 05:44:54 +0000 (UTC) Received: from mail.distalzou.net (203.141.139.231.static.zoot.jp [203.141.139.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9E1264167 for ; Thu, 1 Jan 2015 05:44:54 +0000 (UTC) Received: from sodalime.pun-pun.prv ([192.168.6.50]) by mail.distalzou.net with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y6YDD-000HaL-Bi; Thu, 01 Jan 2015 14:22:19 +0900 Date: Thu, 1 Jan 2015 14:22:19 +0900 (JST) From: Tod McQuillin X-X-Sender: devin@sodalime.pun-pun.prv To: Chris Watson Subject: Re: IPSec and racoon issue... In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 05:44:55 -0000 On Wed, 31 Dec 2014, Chris Watson wrote: > Anytime I try to start racoon it looks like it starts but it doesn't. The > only error I can get is to run it with "racoon -F -ddd -f > /usr/local/etc/racoon/racoon.conf", and I get the following > > "ERROR: libipsec failed pfkey open (Address family not supported by > protocol family) > racoon: failed to initialize pfkey socket" > > Doing a "setkey -F" produces "pfkey_open: Address family not supported by > protocol family" Do you have the following in your kernel config file? options IPSEC device crypto device cryptodev -- Tod From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 05:46:28 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1788B477 for ; Thu, 1 Jan 2015 05:46:28 +0000 (UTC) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7ABA6418B for ; Thu, 1 Jan 2015 05:46:27 +0000 (UTC) Received: by mail-ie0-f180.google.com with SMTP id rp18so15688908iec.39 for ; Wed, 31 Dec 2014 21:46:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=cTYwMRRRqxIneJbgVTdTHsnxri2lOx5WbCzXdIEy8Xw=; b=D2RfL4sEwmB2FidneuGK7i5T9WN4WNe1zopzaPZP65MPGPEnyWZypjfy/OT+JLwHVX DTapL4tO7NOoKkapf/9HKX0UECgruIawMBNzST9QPXt2xQHTZghhC4x3p/iwsWT3H+bY BENHSvVy/gtu8Yvb78dqsFDuaf+VhthNkNvtzB7m24BJy1JFt7NjuVVXxSgu2fu3ViJM J9tJQ9FbcvXRQqmj8XRQWapAGP3xt8Gf5+oMkjepCIEybVY/wBP2VJBOm31FRQBqjYUr OAESO5O5dwO0daNuEKltKmSw+lZ86hHtXVCpO66qOXczVjUHDvLUjAkhjD+K1FSzbiEO UqRg== MIME-Version: 1.0 X-Received: by 10.43.44.201 with SMTP id uh9mr51553224icb.51.1420091186994; Wed, 31 Dec 2014 21:46:26 -0800 (PST) Received: by 10.64.126.133 with HTTP; Wed, 31 Dec 2014 21:46:26 -0800 (PST) In-Reply-To: References: Date: Wed, 31 Dec 2014 23:46:26 -0600 Message-ID: Subject: Re: IPSec and racoon issue... From: Chris Watson To: Tod McQuillin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 05:46:28 -0000 I did not have "device cryptodev" is that required now? I just added that and installed a new kernel, I get the same errors. Chris On Wed, Dec 31, 2014 at 11:22 PM, Tod McQuillin wrote: > On Wed, 31 Dec 2014, Chris Watson wrote: > > > Anytime I try to start racoon it looks like it starts but it doesn't. The >> only error I can get is to run it with "racoon -F -ddd -f >> /usr/local/etc/racoon/racoon.conf", and I get the following >> >> "ERROR: libipsec failed pfkey open (Address family not supported by >> protocol family) >> racoon: failed to initialize pfkey socket" >> >> Doing a "setkey -F" produces "pfkey_open: Address family not supported by >> protocol family" >> > > Do you have the following in your kernel config file? > > options IPSEC > device crypto > device cryptodev > > -- > Tod > From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 15:38:15 2015 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FBBA10A; Thu, 1 Jan 2015 15:38:15 +0000 (UTC) Received: from mail-we0-x22f.google.com (mail-we0-x22f.google.com [IPv6:2a00:1450:400c:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 30ADC64D2E; Thu, 1 Jan 2015 15:38:15 +0000 (UTC) Received: by mail-we0-f175.google.com with SMTP id k11so3487290wes.6; Thu, 01 Jan 2015 07:38:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=lGB24K9b61J2DFKDn0XFJFiIA7ChCLOx/wtiTel9f+E=; b=PerxzdLeHVaQ1YRPvuGw/AmBDYSzWqyui0wlhHM93BFdcjs1vumWBXRWd0CuRTCtl/ tkNVFkLjuCOSFg2l/YcRd79gxD2IOuxC9T+4dFYUjVyzFARn2+BXx6DY18i3I2a1ZW+D zAkPQh3yIrlW4tyHmdop4/dtTp0N5b0HoCtIg2TP0rDFkP9P0fUMpVrnaeCPlqDLPb+L ynjmRss25Kr8huv11koxIh7/M+AoU+8EFDmT/L2gYLKkiKsnTyM0foQ8+Nw/Zl1dr7d6 i50uUci7eSQl5l+DJLVgCC/LQUiLfdmBNphkR+x5fUeiDIgIXJOi0JN3hpLWL/0mW7b5 5Klw== X-Received: by 10.194.203.104 with SMTP id kp8mr140612431wjc.103.1420126693536; Thu, 01 Jan 2015 07:38:13 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by mx.google.com with ESMTPSA id u9sm61512092wjy.37.2015.01.01.07.38.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jan 2015 07:38:12 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 1 Jan 2015 16:38:10 +0100 From: Baptiste Daroussin To: ports@FreeBSD.org, stable@FreeBSD.org Subject: New 2015Q1 branch Message-ID: <20150101153810.GA32056@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="k+w/mQv8wyuph6w0" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 15:38:15 -0000 --k+w/mQv8wyuph6w0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, The 2015Q1 branch has just been branched meaning that the next update on the quarterly packages will be on the 2015Q1 branch What happen during the last 3 months: - 160 committers have participated - 6024 commits - diffstat: 33223 files changed, 817670 insertions(+), 631272 deletions(-) What does that means for users: - pkg got update to 1.4.3 - New keywords: @glib-schemas, @kld - New USES: alias fakeroot gettext-runtime gettext-tools gperf - gettext has been updated to 0.19.3 and splitted into smaller packages - Minimum clang compiler is now 3.4 - Firefox 34.0.5 - Firefox-esr 31.3.0 - Chrome 39.0.2171.95 - Perl 5.18.4 (the perl infrastructure have received lots of work which would ease a lot further upgrade of the default perl version for a end user) - Python 2.7.9 - Ruby 2.0.0.598 - PostgreSQL 9.3 - gcc 4.8.3 - Gnome 3.14 - Cinnamon 2.4.5 - Xorg 1.14 Next package building will start on Wednesday 7th at 1 am UTC and should be available on your closest mirrors few days after that. Regards, Bapt (on behalf of portmgr) --k+w/mQv8wyuph6w0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEABECAAYFAlSlaeIACgkQ8kTtMUmk6Ey5rwCdFJjcbutqEQsOCnfsctdOmfgq fkQAoKA1thXY8k1agVlBnICU2Uc73PQe =Vs+a -----END PGP SIGNATURE----- --k+w/mQv8wyuph6w0-- From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 17:18:56 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B951022D for ; Thu, 1 Jan 2015 17:18:56 +0000 (UTC) Received: from babel.karthauser.co.uk (212-13-197-151.karthauser.co.uk [212.13.197.151]) by mx1.freebsd.org (Postfix) with ESMTP id 756BF64C65 for ; Thu, 1 Jan 2015 17:18:55 +0000 (UTC) Received: from dspam (212-13-197-151.karthauser.co.uk [212.13.197.151]) by babel.karthauser.co.uk (Postfix) with SMTP id 8B19D320 for ; Thu, 1 Jan 2015 17:18:37 +0000 (UTC) Received: from unnamed-72.karthauser.co.uk (unnamed-72.karthauser.co.uk [90.155.77.72]) (Authenticated sender: joemail@tao.org.uk) by babel.karthauser.co.uk (Postfix) with ESMTPSA id CAA0C31E; Thu, 1 Jan 2015 17:18:33 +0000 (UTC) Subject: Re: Creating a bootable ZFS disk? Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/signed; boundary="Apple-Mail=_8CB3DFED-DB75-441A-A1A9-D3061E4DEE05"; protocol="application/pgp-signature"; micalg=pgp-sha512 From: Dr Josef Karthauser In-Reply-To: <54A2D3FA.6000404@multiplay.co.uk> Date: Thu, 1 Jan 2015 17:18:31 +0000 Message-Id: <18C4C5D1-04D8-46B3-9E6F-FDAEB49BED1A@tao.org.uk> References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> <54A18986.4000002@multiplay.co.uk> <5AFFE5CE-ABC7-4D9C-B8E7-0AC9C3327D6B@tao.org.uk> <54A2D3FA.6000404@multiplay.co.uk> To: Steven Hartland X-Mailer: Apple Mail (2.1878.6) X-DSPAM-Result: Innocent X-DSPAM-Processed: Thu Jan 1 17:18:37 2015 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 54a5816d26841791717833 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 17:18:56 -0000 --Apple-Mail=_8CB3DFED-DB75-441A-A1A9-D3061E4DEE05 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On 30 Dec 2014, at 16:34, Steven Hartland = wrote: >=20 > This is strengthened by the fact that ATI's previous generation HW = (SB600) had MSI disabled by r245875 due to a very similar issue. >=20 > So given all the evidence so far ahci.0.msi=3D1 may well be the fix. >=20 Is there any benefit to also trying with mdi > 1 < 8? Joe --Apple-Mail=_8CB3DFED-DB75-441A-A1A9-D3061E4DEE05 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJUpYFnAAoJEGdCjs+EVN/Ya40IAMCTjtlJJrs7GjISMu+ssGuB yQLZyZNbvNKpY6R/NVGIy4CDRfDpbHfslbZaySlZdi4Z1BkaljQIYLhLhLs2yOv9 1soZPlOmqlvDNrCzGdbCvRLAoxyV42f3G/ZdJki8L9EMsIkDnc9rwF2DHZWGJlhw 4pqIldsLieSo45QciVof0p5/+HT9FF1/dwEkzwp3LmPa20qw/ctbZVlDW3Maw6jE 4OHeW6at4Y3Z3KvQ/rEn0UEG+q4IUqPkgO30COtK831Cc4g0GcpFvnwGKNnWOE8d RUzJ+xh7DwSq42P1Kl2eDtWv8CTRQCRgf2kYHcGM3evp57qcDXRK7Z43/bvlty0= =zmgU -----END PGP SIGNATURE----- --Apple-Mail=_8CB3DFED-DB75-441A-A1A9-D3061E4DEE05-- From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 19:50:49 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73313E97 for ; Thu, 1 Jan 2015 19:50:49 +0000 (UTC) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F28EE66238 for ; Thu, 1 Jan 2015 19:50:48 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so5598559wgh.16 for ; Thu, 01 Jan 2015 11:50:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=7LbO/JaxKnQT9knvBXAYDHKU1P6zCaUhB4NjVwocYiY=; b=hxv7RRFRKMJccB6a4BDALftLFop0kpsLu/heJCmH3sXlTnQW823pPO2KvudlAn3y7T 91nEOBQF69aR+mDo5I3i5vjhsGWktNcAlvKZ79bihmfA7OMJLhAxYNOOaUuo69PFaUya W9jTP+y9bltwxIfcsTeMNl/7IWjSKKiNQbaYIdVQOizfsfdo+ZCeSem+UW5F/bD8fBLt KPtkWcYU9KhpubIzYclMK41L0wOdkn5witMDTUPNkv9976l4H6leWDO0UTnu+VEq5dN3 hV0Za/gpHsJDSbhQ5rixIjRbBcHQVTwMhROs2qbMCFVsy6jOIjIGDpC3ihy14wkfZFor IdHg== X-Gm-Message-State: ALoCoQm79gxwOPw16ZdTAFtAAw3aPqAfhbrf9wUO0Uk0jzvPyAmYnH1ku+MSmPgOxbDC6WNr7sC+ X-Received: by 10.194.79.199 with SMTP id l7mr144322480wjx.136.1420140530012; Thu, 01 Jan 2015 11:28:50 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id f7sm51650411wiz.13.2015.01.01.11.28.48 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Jan 2015 11:28:49 -0800 (PST) Message-ID: <54A59FE8.2070008@multiplay.co.uk> Date: Thu, 01 Jan 2015 19:28:40 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: Creating a bootable ZFS disk? References: <54a048f2.45c1c20a.6ffd.ffffe6d7SMTPIN_ADDED_BROKEN@mx.google.com> <54A062FE.6020500@multiplay.co.uk> <54A067D0.4050606@multiplay.co.uk> <349F0A87-5F85-4367-9A5C-E77DBFA16588@karthauser.co.uk> <7E1DA790-822F-4253-A3F6-1E5F5EFFEE04@karthauser.co.uk> <54A1129F.3040004@multiplay.co.uk> <54A18986.4000002@multiplay.co.uk> <5AFFE5CE-ABC7-4D9C-B8E7-0AC9C3327D6B@tao.org.uk> <54A2D3FA.6000404@multiplay.co.uk> <18C4C5D1-04D8-46B3-9E6F-FDAEB49BED1A@tao.org.uk> In-Reply-To: <18C4C5D1-04D8-46B3-9E6F-FDAEB49BED1A@tao.org.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 19:50:49 -0000 On 01/01/2015 17:18, Dr Josef Karthauser wrote: > On 30 Dec 2014, at 16:34, Steven Hartland wrote: >> This is strengthened by the fact that ATI's previous generation HW (SB600) had MSI disabled by r245875 due to a very similar issue. >> >> So given all the evidence so far ahci.0.msi=1 may well be the fix. >> > Is there any benefit to also trying with mdi > 1 < 8? Nope as the ahci(4) details there's only 3 settings: 0 = MSI disabled 1 = Single MSI vector used, if supported 2 = Multiple MSI vectors used, if supported (default) If setting it to 1 does fix it, I've got a patch which provides a quirk we can use to make that the default for this HW. Regards Steve From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 20:52:15 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18225B85 for ; Thu, 1 Jan 2015 20:52:15 +0000 (UTC) Received: from maul.immure.com (104-49-19-137.lightspeed.austtx.sbcglobal.net [104.49.19.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DCD59A59 for ; Thu, 1 Jan 2015 20:52:14 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y6miy-0000yW-O6 for freebsd-stable@freebsd.org; Thu, 01 Jan 2015 14:52:07 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t01Kq4aB000980 for ; Thu, 1 Jan 2015 14:52:04 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t01Kq4rR000979 for freebsd-stable@freebsd.org; Thu, 1 Jan 2015 14:52:04 -0600 (CST) (envelope-from bob) Date: Thu, 1 Jan 2015 14:52:04 -0600 From: Bob Willcox To: stable list Message-ID: <20150101205203.GA867@rancor.immure.com> Reply-To: Bob Willcox MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 Subject: How can I remove an unnecessary .sujournal file? X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 20:52:15 -0000 I copied all of the files from a ufs /usr/src filesystem to a zfs filesystem and don't need/use the .sujournal file that got copied over as well. So, my quesiton is, how can I remove this unnecessary .sujournal file? When I attempt a simple rm here's what I get: root@vader:2 /usr/src> rm .sujournal override r-------- root/wheel schg,sunlnk,nodump for .sujournal? y rm: .sujournal: Operation not permitted Thanks, Bob -- Bob Willcox | Men who cherish for women the highest bob@immure.com | respect are seldom popular with them. Austin, TX | -- Joseph Addison From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 20:55:30 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81434DCF for ; Thu, 1 Jan 2015 20:55:30 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D412AA3 for ; Thu, 1 Jan 2015 20:55:30 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k14so23620261wgh.29 for ; Thu, 01 Jan 2015 12:55:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Rrl3HqYy6J7C+emuISKCmet5AHmBHKbRYcva8yH2Qi0=; b=haPUy/YG1ENIyJfHQcni1ufOM3+8aDd1ngbb68PwohQbq3pbFym5zCZOp6NB4tJ4ep 5O3gEVBWvkldOh0ES37jkDk6+nUbak4/tZ2Q41ZKt0OTPAXoIjtkKIJygdkuqQelfSVN 0W1fhnbmp1+AR5V8J09BndjZSNBS7MSOxy1tT1Sm6Umrf5zUdBIS2/I5OmeD/xH0QITa f+eY9XXIn0juH2wdc482vUXfZpqrTBw/KbMGgvOgAByXWgEhQ4VzBzE11MFsIZARoRim Gfoi+F9z+1AnGk45P1JNHGoCYL9eq6u/XocBGJd2fs7msOQarR+2ChB2NgYA+ChoAK/+ HPtg== MIME-Version: 1.0 X-Received: by 10.194.79.199 with SMTP id l7mr144912125wjx.136.1420145728179; Thu, 01 Jan 2015 12:55:28 -0800 (PST) Received: by 10.217.67.70 with HTTP; Thu, 1 Jan 2015 12:55:28 -0800 (PST) In-Reply-To: <20150101205203.GA867@rancor.immure.com> References: <20150101205203.GA867@rancor.immure.com> Date: Thu, 1 Jan 2015 15:55:28 -0500 Message-ID: Subject: Re: How can I remove an unnecessary .sujournal file? From: Brandon Allbery To: Bob Willcox Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: stable list X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 20:55:30 -0000 On Thu, Jan 1, 2015 at 3:52 PM, Bob Willcox wrote: > So, my quesiton is, how can I remove this unnecessary .sujournal file? > When I > attempt a simple rm here's what I get: > > root@vader:2 /usr/src> rm .sujournal > override r-------- root/wheel schg,sunlnk,nodump for .sujournal? y > The "schg,sunlnk" part is your warning that it won't work; you want the chflags program. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 20:57:21 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9E7DEC7 for ; Thu, 1 Jan 2015 20:57:21 +0000 (UTC) Received: from oslo.ath.cx (oslo.ath.cx [IPv6:2a01:4f8:200:42e4::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oslo.ath.cx", Issuer "oslo.ath.cx" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 12513AF1 for ; Thu, 1 Jan 2015 20:57:20 +0000 (UTC) Received: by oslo.ath.cx (OpenSMTPD) with ESMTP id 5f75a663; Thu, 1 Jan 2015 21:57:17 +0100 (CET) Date: Thu, 1 Jan 2015 21:57:17 +0100 From: "Herbert J. Skuhra" To: Bob Willcox Subject: Re: How can I remove an unnecessary .sujournal file? Message-ID: <20150101205717.GB53244@oslo.ath.cx> References: <20150101205203.GA867@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150101205203.GA867@rancor.immure.com> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: stable list X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 20:57:21 -0000 On Thu, Jan 01, 2015 at 02:52:04PM -0600, Bob Willcox wrote: > I copied all of the files from a ufs /usr/src filesystem to a zfs filesystem > and don't need/use the .sujournal file that got copied over as well. > > So, my quesiton is, how can I remove this unnecessary .sujournal file? When I > attempt a simple rm here's what I get: > > root@vader:2 /usr/src> rm .sujournal > override r-------- root/wheel schg,sunlnk,nodump for .sujournal? y > rm: .sujournal: Operation not permitted # chflags noschg,nosunlink .sujournal # rm .sujournal man chflags -- Herbert From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 23:41:18 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6249B2BE for ; Thu, 1 Jan 2015 23:41:18 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1702211B5 for ; Thu, 1 Jan 2015 23:41:17 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 0551925D3892; Thu, 1 Jan 2015 23:41:13 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 0E1A8C7709A; Thu, 1 Jan 2015 23:41:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id eloIsaosLVsE; Thu, 1 Jan 2015 23:41:11 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59] (unknown [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 0A2EBC77070; Thu, 1 Jan 2015 23:41:09 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: IPSec and racoon issue... From: "Bjoern A. Zeeb" In-Reply-To: Date: Thu, 1 Jan 2015 23:40:36 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> References: To: Chris Watson X-Mailer: Apple Mail (2.1993) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 23:41:18 -0000 > On 01 Jan 2015, at 04:36 , Chris Watson wrote: >=20 > So I have been running a stable ipsec tunnel between my MacBook Pro = and a > FreeBSD 10-stable server, I just rebuilt world today and raccoon has = become > pissy and refuses to start, and as usual with ipsec, debugging it is = like > winning gold in the pain olympics. So here's the issue, my working = config > has not changed at all. I'm simply running a new FreeBSD 10-stable = r276472 > world + kernel. I have looked all over at UPDATING, source commits to > stable, google, etc and I can=E2=80=99t figure this error out. Do you know the old revision as well, to limit the search time? > Anytime I try to start racoon it looks like it starts but it doesn't. = The > only error I can get is to run it with "racoon -F -ddd -f > /usr/local/etc/racoon/racoon.conf", and I get the following >=20 > "ERROR: libipsec failed pfkey open (Address family not supported by > protocol family) > racoon: failed to initialize pfkey socket" >=20 > Doing a "setkey -F" produces "pfkey_open: Address family not supported = by > protocol family=E2=80=9D That smells like a raw socket issue to me. But the only changes there = I can remember is that someone changed the source address selection but = nothing that would trigger this. You could turn net.inet.ipsec.debug to 0xff and check that there is = nothing in dmesg -a after trying to start racoon, just to rule that out. Also could you paste the output of `sysctl -a | grep ipsec` and `sysctl = -a net.key` just trying to make sure =E2=80=A6 ;-) =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend." From owner-freebsd-stable@FreeBSD.ORG Thu Jan 1 23:47:23 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B7AA3DE for ; Thu, 1 Jan 2015 23:47:23 +0000 (UTC) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E63FE12F9 for ; Thu, 1 Jan 2015 23:47:22 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 5EE9725D37C7; Thu, 1 Jan 2015 23:47:19 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 6E5BAC7709A; Thu, 1 Jan 2015 23:47:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id EVgV9c8o7isZ; Thu, 1 Jan 2015 23:47:16 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59] (unknown [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id A152AC77070; Thu, 1 Jan 2015 23:47:14 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: ipsec routing issue From: "Bjoern A. Zeeb" In-Reply-To: <54A2367D.8030600@ish.com.au> Date: Thu, 1 Jan 2015 23:46:41 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <8D8CA37C-B699-467A-A84B-85D05FE0E8B2@lists.zabbadoz.net> References: <54A17F33.2020708@ish.com.au> <54A2367D.8030600@ish.com.au> To: Aristedes Maniatis X-Mailer: Apple Mail (2.1993) Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 23:47:23 -0000 > On 30 Dec 2014, at 05:22 , Aristedes Maniatis wrote: >=20 > On 30/12/2014 4:23am, Bjoern A. Zeeb wrote: >>=20 >>> On 29 Dec 2014, at 16:20 , Aristedes Maniatis = wrote: >>>=20 >=20 >=20 >>> But how does the OS know where to send traffic to = $remote_internal_address? Is that something racoon takes care of? >>=20 >> No, there are no routes involved; your security policy deals with = this. setkey -DP is your friend. You can have racoon inject the = policy for you if you want, otherwise ipsec.conf is where it goes. >=20 =E2=80=A6 > Am I right in saying that I would not get this far if setkey wasn't = already correct? >=20 >=20 > But still I cannot ping the remote internal IP (203.29.62.129). I also = notice that other addresses in the remote network except for the remote = firewall itself are not sent through the tunnel. I guess I'll need to = add a route for those after all. >=20 > Are you able to suggest my next step in diagnosis. Everything seems to = be working... other than traffic going into the tunnel and coming out = the other side :-) Hint: not sure if you are testing from the gateway itself; if you do = you might have to use a specific source address (internal) with = ping/telnet/etc. Otherwise, read man setkey on the difference of =E2=80=9Cuse=E2=80=9D = vs. =E2=80=9Crequire=E2=80=9D vs. =E2=80=9Cunique=E2=80=9D for the level = in the policy part. =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend." From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 01:47:24 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E74CB3CD for ; Fri, 2 Jan 2015 01:47:23 +0000 (UTC) Received: from mail16.tpgi.com.au (mail16.tpgi.com.au [203.12.160.231]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.tpg.com.au", Issuer "RapidSSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 63A351378 for ; Fri, 2 Jan 2015 01:47:22 +0000 (UTC) X-TPG-Junk-Status: Message not scanned X-TPG-Antivirus: Passed X-TPG-Abuse: host=[202.161.115.54]; ip=202.161.115.54; date=Fri, 2 Jan 2015 12:47:12 +1100 Received: from fish.ish.com.au (202-161-115-54.static.tpgi.com.au [202.161.115.54] (may be forged)) by mail16.tpgi.com.au (envelope-from ari@ish.com.au) (8.14.3/8.14.3) with ESMTP id t021lA6G030778 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 2 Jan 2015 12:47:12 +1100 Received: from ip-211.ish.com.au ([203.29.62.211]:43126 helo=ish.com.au) by fish.ish.com.au with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1Y6rKP-0008UJ-2e; Fri, 02 Jan 2015 12:47:02 +1100 Received: from [10.242.2.6] (HELO Aristedess-MacBook-Pro.local) by ish.com.au (CommuniGate Pro SMTP 6.1c1) with ESMTPS id 17946559; Fri, 02 Jan 2015 12:47:01 +1100 Message-ID: <54A5F894.7040809@ish.com.au> Date: Fri, 02 Jan 2015 12:47:00 +1100 From: Aristedes Maniatis User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:34.0) Gecko/20100101 Thunderbird/34.0 MIME-Version: 1.0 To: "Bjoern A. Zeeb" Subject: Re: ipsec routing issue References: <54A17F33.2020708@ish.com.au> <54A2367D.8030600@ish.com.au> <8D8CA37C-B699-467A-A84B-85D05FE0E8B2@lists.zabbadoz.net> In-Reply-To: <8D8CA37C-B699-467A-A84B-85D05FE0E8B2@lists.zabbadoz.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 01:47:24 -0000 On 2/01/2015 10:46am, Bjoern A. Zeeb wrote: > Hint: not sure if you are testing from the gateway itself; if you do you might have to use a specific source address (internal) with ping/telnet/etc. > > Otherwise, read man setkey on the difference of “use” vs. “require” vs. “unique” for the level in the policy part. Thanks for your (and Dewayne's) help with this. Hopefully the insights here will be useful for other people getting setkey to work. What I've discovered so far (in a nutshell) is: * ignore the FreeBSD handbook which talks about gif0. That is wrong for the common use-case of integration with a third party VPN device. * No routing rules should be required, since 'setkey' does it all * Even racoon isn't strictly needed: you can get the whole thing working with just setkey and the 'add' command. But racoon is really the easiest part. * 'spdadd ... ipsec esp/transport/...' is useful for connecting one IP address at each end * 'spdadd ... ipsec esp/tunnel/...' is what you need when creating a VPN tunnel between a network at each end * 'unique' is probably what you want when using racoon and a tunnel * pf (or probably other firewalls) on the endpoint itself is only needed to allow the esp/isakmp traffic out and in. It has no control over what is inside the tunnel because it appears that the ipsec tunnel completely bypasses the routing rules and the packet filter rules in FreeBSD. There is an enc interface (needs a kernel recompile) to help with that. After all this, a large part of my problem is that creating a tunnel between two endpoints doesn't seem to allow traffic from the endpoint itself into the tunnel (despite liberal use of -s and -i to bind traceroute to certain interfaces or IP addresses), so make sure you test from a different device and not the firewall itself to check that you have things working. I still haven't solved how to get traffic from the endpoint machine itself into the tunnel. Maybe I need to create a transport as well as a tunnel? Other then the helpful Bjoern and Dewayne, another useful resource I found was http://linuxgazette.net/126/pfeiffer.html ( a good general explanation of terminology and concepts). Next I'm going to play with strongswan. It has vastly better documentation [1] than racoon/ipsec-tools so perhaps it will be easier that way to resolve my remaining routing issue. [1] https://wiki.strongswan.org/projects/strongswan/wiki/IKEv2Examples Thanks Ari -- --------------------------> Aristedes Maniatis ish http://www.ish.com.au Level 1, 30 Wilson Street Newtown 2042 Australia phone +61 2 9550 5001 fax +61 2 9550 4001 GPG fingerprint CBFB 84B4 738D 4E87 5E5C 5EFA EF6A 7D2E 3E49 102A From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 02:12:13 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08B9C903 for ; Fri, 2 Jan 2015 02:12:13 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AFDD517A8 for ; Fri, 2 Jan 2015 02:12:12 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so15136300igb.15 for ; Thu, 01 Jan 2015 18:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8TbrvEmJl4jo7c8jT4Cy6s9yyibcydBvJK65DuxM1q8=; b=VwATWkCvnugGOqkzACBb8AUTWwbHgI3EoFBJqpvzvyq3RBtGU5pQ6gt0DmKqfFbIJ7 kCyJRzFOxT4/uLGo6fTndrWPPgxJQJpeREiVtvtvz4XMGrtigUB1MW4DeqKUgE1gYTcm EjYV/b+R8NH1pz+IkxUIVBHcNPbki/xCiMfnei9/3ByjB8o6vdEqIxkeLjKhOaLl0Woj njr0TIIngd6Z4mN8YR2LvaPLTIvlSSl0ZAxV77q25lHk0M2G4yMNyUdyoMjJi2rU+95H nclTWe9NqWzWEaLjX7M+IgbCj/Q4hCL5TKWinnZx7kt26guVvkrCkB0HVQX7erHHWD5J QpXg== MIME-Version: 1.0 X-Received: by 10.50.148.101 with SMTP id tr5mr61027368igb.12.1420164731797; Thu, 01 Jan 2015 18:12:11 -0800 (PST) Received: by 10.64.126.133 with HTTP; Thu, 1 Jan 2015 18:12:11 -0800 (PST) In-Reply-To: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> Date: Thu, 1 Jan 2015 20:12:11 -0600 Message-ID: Subject: Re: IPSec and racoon issue... From: Chris Watson To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 02:12:13 -0000 Bjoern, Well now the puzzle deepens. I noticed about 5 minutes before your email came through I have NO *ipsec* or *net.key* sysctls. It's like the crypto subsystem isn't getting pulled in to my kernel compile, even though its in the config. Whaaaat? I wonder if my src tree is jacked. But how could the kernel build if it didn't have all the bits that are in my kernel config? Maybe I pulled a src update in the middle of someones commit? This is really weird. Kernel Config of the server in question: # $FreeBSD: stable/10/sys/amd64/conf/GENERIC 272313 2014-09-30 16:55:19Z bz $ cpu HAMMER ident PRIYANKA #makeoptions DEBUG=3D-g # Build kernel with gdb(1) debug symbols #makeoptions WITH_CTF=3D1 # Run ctfconvert(1) for DTrace support options SCHED_ULE # ULE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options TCP_OFFLOAD # TCP offload options SCTP # Stream Control Transmission Protocol #options FFS # Berkeley Fast Filesystem #options SOFTUPDATES # Enable FFS soft updates support #options UFS_ACL # Support for access control lists #options UFS_DIRHASH # Improve performance on big directories #options UFS_GJOURNAL # Enable gjournal-based UFS journaling #options QUOTA # Enable disk quotas for UFS options MD_ROOT # MD is a potential root device #options NFSCL # New Network Filesystem Client #options NFSD # New Network Filesystem Server #options NFSLOCKD # Network Lock Manager #options NFS_ROOT # NFS usable as /, requires NFSCL #options MSDOSFS # MSDOS Filesystem options CD9660 # ISO 9660 Filesystem options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_PART_GPT # GUID Partition Tables. #options GEOM_RAID # Soft RAID functionality. options GEOM_LABEL # Provides labelization options COMPAT_FREEBSD32 # Compatible with i386 binaries #options COMPAT_FREEBSD4 # Compatible with FreeBSD4 #options COMPAT_FREEBSD5 # Compatible with FreeBSD5 #options COMPAT_FREEBSD6 # Compatible with FreeBSD6 #options COMPAT_FREEBSD7 # Compatible with FreeBSD7 #options SCSI_DELAY=3D5000 # Delay (in ms) before probing SC= SI options KTRACE # ktrace(1) support options STACK # stack(9) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options PRINTF_BUFR_SIZE=3D128 # Prevent printf output being interspersed. options KBD_INSTALL_CDEV # install a CDEV entry in /dev options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4) options AUDIT # Security event auditing options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES # Capsicum capabilities options PROCDESC # Support for process descriptors options MAC # TrustedBSD MAC Framework #options KDTRACE_FRAME # Ensure frames are compiled in #options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options INCLUDE_CONFIG_FILE # Include this file in kernel options CAPABILITY_MODE # Enable Capsicum sandboxing suppor= t options CAPABILITIES # "" options PROCDESC # "" # Debugging support. Always need this: options KDB # Enable kernel debugger support. options KDB_TRACE # Print a stack trace for a panic. # Make an SMP-capable kernel by default options SMP # Symmetric MultiProcessor Kernel # CPU frequency control device cpufreq # Bus support. device acpi options ACPI_DMAR device pci # Floppy drives #device fdc # ATA controllers device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers options ATA_STATIC_ID # Static device numbering #device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA #device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA # ATA/SCSI peripherals device scbus # SCSI bus (required for ATA/SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct ATA/SCSI access) device ses # Enclosure Services (SES and SAF-TE) device ctl # CAM Target Layer # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc # AT keyboard controller device atkbd # AT keyboard #device psm # PS/2 mouse #device kbdmux # keyboard multiplexer device vga # VGA video card driver options VESA # Add support for VESA BIOS Extensions (VBE) device splash # Splash screen and screen saver support # syscons is the default console driver, resembling an SCO console device sc options SC_PIXEL_MODE # add support for the raster text mode # vt is the new video console driver device vt device vt_vga device vt_efifb device agp # support several AGP chipsets # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs= ! device miibus # MII bus support device re # RealTek 8139C+/8169/8169S/8110S # Pseudo devices. device loop # Network loopback device random # Entropy device device padlock_rng # VIA Padlock RNG device rdrand_rng # Intel Bull Mountain RNG device ether # Ethernet support device vlan # 802.1Q VLAN support device tun # Packet tunnel. device md # Memory "disks" device gif # IPv6 and IPv4 tunneling device faith # IPv6-to-IPv4 relaying (translation) device firmware # firmware assist module # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! # Note that 'bpf' is required for DHCP. device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device xhci # XHCI PCI->USB interface (USB 3.0) device usb # USB Bus (required) device ukbd # Keyboard device umass # Disks/Mass storage - Requires scbus and da # Sound support device sound # Generic sound driver (required) device snd_hda # Intel High Definition Audio # MMC/SD #device mmc # MMC/SD bus #device mmcsd # MMC/SD memory card #device sdhci # Generic PCI SD Host Controller # VirtIO support device virtio # Generic VirtIO bus (required) device virtio_pci # VirtIO PCI device device vtnet # VirtIO Ethernet device device virtio_blk # VirtIO Block device device virtio_scsi # VirtIO SCSI device device virtio_balloon # VirtIO Memory Balloon device # HyperV drivers device hyperv # HyperV drivers # Xen HVM Guest Optimizations # NOTE: XENHVM depends on xenpci. They must be added or removed together. options XENHVM # Xen HVM kernel infrastructure device xenpci # Xen HVM Hypervisor services drive= r # VMware support device vmx # VMware VMXNET3 Ethernet # IPSec support options IPSEC # Enable IPSec support device crypto # Use the Crypto framework device cryptodev options IPSEC_FILTERTUNNEL # Allowing packet filtering on tunneled packets device enc # Support for the encapsulating interface On Thu, Jan 1, 2015 at 5:40 PM, Bjoern A. Zeeb < bzeeb-lists@lists.zabbadoz.net> wrote: > > > On 01 Jan 2015, at 04:36 , Chris Watson wrote: > > > > So I have been running a stable ipsec tunnel between my MacBook Pro and= a > > FreeBSD 10-stable server, I just rebuilt world today and raccoon has > become > > pissy and refuses to start, and as usual with ipsec, debugging it is li= ke > > winning gold in the pain olympics. So here's the issue, my working conf= ig > > has not changed at all. I'm simply running a new FreeBSD 10-stable > r276472 > > world + kernel. I have looked all over at UPDATING, source commits to > > stable, google, etc and I can=E2=80=99t figure this error out. > > Do you know the old revision as well, to limit the search time? > > > > Anytime I try to start racoon it looks like it starts but it doesn't. T= he > > only error I can get is to run it with "racoon -F -ddd -f > > /usr/local/etc/racoon/racoon.conf", and I get the following > > > > "ERROR: libipsec failed pfkey open (Address family not supported by > > protocol family) > > racoon: failed to initialize pfkey socket" > > > > Doing a "setkey -F" produces "pfkey_open: Address family not supported = by > > protocol family=E2=80=9D > > > That smells like a raw socket issue to me. But the only changes there I > can remember is that someone changed the source address selection but > nothing that would trigger this. > > You could turn net.inet.ipsec.debug to 0xff and check that there is > nothing in dmesg -a after trying to start racoon, just to rule that out. > > Also could you paste the output of `sysctl -a | grep ipsec` and `sysctl -= a > net.key` just trying to make sure =E2=80=A6 ;-) > > > =E2=80=94 > Bjoern A. Zeeb Charles Haddon Spurgeon: > "Friendship is one of the sweetest joys of life. Many might have failed > beneath the bitterness of their trial had they not found a friend." > > From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 02:15:50 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CBEFB48 for ; Fri, 2 Jan 2015 02:15:50 +0000 (UTC) Received: from smtp303.phy.lolipop.jp (smtp303.phy.lolipop.jp [210.157.22.87]) by mx1.freebsd.org (Postfix) with ESMTP id 949151827 for ; Fri, 2 Jan 2015 02:15:49 +0000 (UTC) Received: from smtp303.phy.lolipop.lan (HELO smtp303.phy.lolipop.jp) (172.17.1.87) (smtp-auth username nakae@aoiroboy.com, mechanism login) by smtp303.phy.lolipop.jp (qpsmtpd/0.82) with ESMTPA; Fri, 02 Jan 2015 11:09:38 +0900 Received: from 127.0.0.1 (127.0.0.1) by smtp303.phy.lolipop.jp (LOLIPOP-Fsecure); Fri, 02 Jan 2015 11:09:35 +0900 (JST) X-Virus-Status: clean(LOLIPOP-Fsecure) Date: Fri, 2 Jan 2015 05:09:34 +0300 To: freebsd-stable@freebsd.org From: Walmart Reply-To: Walmart Subject: Order Status Message-ID: <11a8e337dc73a7c8b9072dc25a334425@calmarrenassansgille.se> X-Priority: 3 X-Mailer: PHPMailer 5.2.6 (https://github.com/PHPMailer/PHPMailer/) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 02:15:50 -0000 Walmart Save money. Live better. Online shop Walmart received an order, whose recipient is you. The order can be picked in any local store of our network. Please, keep in mind, that you have only 4 days to reserve your order. Detailed order information can be found here. Walmart 2014 Wal-Mart Stores, Inc. From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 02:19:19 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CFABD63 for ; Fri, 2 Jan 2015 02:19:19 +0000 (UTC) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F67B188B for ; Fri, 2 Jan 2015 02:19:18 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 353DC25D3A82; Fri, 2 Jan 2015 02:19:15 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 725ABC770F3; Fri, 2 Jan 2015 02:19:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id S3C6AF9_1EDv; Fri, 2 Jan 2015 02:19:12 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59] (unknown [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 0748BC770F2; Fri, 2 Jan 2015 02:19:11 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: ipsec routing issue From: "Bjoern A. Zeeb" In-Reply-To: <54A5F894.7040809@ish.com.au> Date: Fri, 2 Jan 2015 02:18:39 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <14CA1D02-E3B9-4955-8997-8C73930ADBA8@lists.zabbadoz.net> References: <54A17F33.2020708@ish.com.au> <54A2367D.8030600@ish.com.au> <8D8CA37C-B699-467A-A84B-85D05FE0E8B2@lists.zabbadoz.net> <54A5F894.7040809@ish.com.au> To: Aristedes Maniatis X-Mailer: Apple Mail (2.1993) Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 02:19:19 -0000 > On 02 Jan 2015, at 01:47 , Aristedes Maniatis wrote: >=20 > On 2/01/2015 10:46am, Bjoern A. Zeeb wrote: >> Hint: not sure if you are testing from the gateway itself; if you = do you might have to use a specific source address (internal) with = ping/telnet/etc. >>=20 >> Otherwise, read man setkey on the difference of =E2=80=9Cuse=E2=80=9D = vs. =E2=80=9Crequire=E2=80=9D vs. =E2=80=9Cunique=E2=80=9D for the level = in the policy part. >=20 > Thanks for your (and Dewayne's) help with this. Hopefully the insights = here will be useful for other people getting setkey to work. What I've = discovered so far (in a nutshell) is: >=20 > * ignore the FreeBSD handbook which talks about gif0. That is wrong = for the common use-case of integration with a third party VPN device. yes > * No routing rules should be required, since =E2=80=98setkey' does it = all it=E2=80=99s not actually setkey; that=E2=80=99s just the tool; it=E2=80= =99s the SPD (security policy database) in the kernel that you populate = (or dump) with setkey (or racoon, or other tools) that does it. > * Even racoon isn't strictly needed: you can get the whole thing = working with just setkey and the 'add' command. But racoon is really the = easiest part. You want racoon (or similar) to avoid pre-shared keys. > * =E2=80=98spdadd ... ipsec esp/transport/...' is useful for = connecting one IP address at each end Or when building a routable overlay network using gif tunnel that so = many people do (because the handbook still tells them or because they = actually need to run a link-state routing protocol) > * 'spdadd ... ipsec esp/tunnel/...' is what you need when creating a = VPN tunnel between a network at each end > * =E2=80=98unique' is probably what you want when using racoon and a = tunnel you sure you are good with just unique and not =E2=80=9Crequire=E2=80=9D? > * pf (or probably other firewalls) on the endpoint itself is only = needed to allow the esp/isakmp traffic out and in. It has no control = over what is inside the tunnel because it appears that the ipsec tunnel = completely bypasses the routing rules and the packet filter rules in = FreeBSD. There is an enc interface (needs a kernel recompile) to help = with that. >=20 > After all this, a large part of my problem is that creating a tunnel = between two endpoints doesn=E2=80=99t seem to allow traffic from the = endpoint itself into the tunnel (despite liberal use of -s and -i to = bind traceroute to certain interfaces or IP addresses), so make sure you = test from a different device and not the firewall itself to check that = you have things working. traceroute is a bad idea to test; it relies on ICMP messages that are = often not send by ipsec endpoints if received from a tunnel as they = cannot guarantee that the reply packet would make it back encrypted thus = possibly leaking confidential payload of the original packet. > I still haven't solved how to get traffic from the endpoint machine = itself into the tunnel. Maybe I need to create a transport as well as a = tunnel? No it should just work, as long as your source and destination addresses = are part of the policy; if you want your external inetrfaces (tunnel = endpoints) to also communicate securely, things get indeed more complex = as you=E2=80=99ll need to make sure that you don=E2=80=99t recurses (try = to get your ike and esp traffic caught by a tunnel definition again). =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend." From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 02:27:24 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D97C4E7B for ; Fri, 2 Jan 2015 02:27:24 +0000 (UTC) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4B964824 for ; Fri, 2 Jan 2015 02:27:23 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id EF16025D3A42; Fri, 2 Jan 2015 02:27:20 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 23A48C770F1; Fri, 2 Jan 2015 02:27:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id GbPn9ZQvIU1A; Fri, 2 Jan 2015 02:27:18 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59] (unknown [IPv6:fde9:577b:c1a9:4410:5c3c:d71c:3abc:d59]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 6C25CC77042; Fri, 2 Jan 2015 02:27:17 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: IPSec and racoon issue... From: "Bjoern A. Zeeb" In-Reply-To: Date: Fri, 2 Jan 2015 02:26:44 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> To: Chris Watson X-Mailer: Apple Mail (2.1993) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 02:27:24 -0000 > On 02 Jan 2015, at 02:12 , Chris Watson wrote: >=20 > Bjoern, >=20 > Well now the puzzle deepens. I noticed about 5 minutes before your = email came through I have NO *ipsec* or *net.key* sysctls.=20 >=20 > It's like the crypto subsystem isn't getting pulled in to my kernel = compile, even though its in the config. Whaaaat? I wonder if my src tree = is jacked. But how could the kernel build if it didn't have all the bits = that are in my kernel config? Maybe I pulled a src update in the middle = of someones commit? This is really weird. >=20 > Kernel Config of the server in question: >=20 > # $FreeBSD: stable/10/sys/amd64/conf/GENERIC 272313 2014-09-30 = 16:55:19Z bz $ >=20 > cpu HAMMER > ident PRIYANKA >=20 > =E2=80=A6. > # IPSec support > options IPSEC # Enable IPSec support > device crypto # Use the Crypto framework > device cryptodev=20 > options IPSEC_FILTERTUNNEL # Allowing packet filtering on = tunneled packets > device enc # Support for the = encapsulating interface Good. So this is a kernel build/install issue after all. You sure you did build and installed the right kernel config (did you = save this with a different name than GENERIC?); check uname for what = you are running. =E2=80=94=20 Bjoern A. Zeeb Charles Haddon Spurgeon: "Friendship is one of the sweetest joys of life. Many might have failed beneath the bitterness of their trial had they not found a friend." From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 02:59:30 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 018B4355 for ; Fri, 2 Jan 2015 02:59:29 +0000 (UTC) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AEB2E64DBC for ; Fri, 2 Jan 2015 02:59:29 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id rl12so14514959iec.40 for ; Thu, 01 Jan 2015 18:59:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=++Z9vpp2AiZfff0ODcOZhDwokZnW/U/qX21ICFzvQeA=; b=eYcd/DXlF+F+WggZXjbwK672u9U9ClI6Ye+mu+O58B4OebT9yuBdHCPixvO0Qz7e0r P2WJ93G8mMNKrcdNezs7lAKDF6qErGh8al+kDqpUFVY9a9/QRqZdPmEqp6xVc8pkz/Oj PWbn2CAP1SdgC6aMvc11XJEWIYctnj9y2mZIRg1OKJ8esptaj/WgWM5rdTTRQ2EZNouO ApmdKlXQ1hUfcqOXHgw1vbZdWB+P0HDzxOOii9u1jawtVoC9+iDngjPn6brIBxrFHt9a iTgXP4eQUzoLej/C3KymSNCQpOyrfJftpw54hkhqvVuVNk8j8UxX1zcldcQ84WertlmG 1glw== MIME-Version: 1.0 X-Received: by 10.107.10.207 with SMTP id 76mr65509087iok.78.1420167568876; Thu, 01 Jan 2015 18:59:28 -0800 (PST) Received: by 10.64.126.133 with HTTP; Thu, 1 Jan 2015 18:59:28 -0800 (PST) In-Reply-To: <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> Date: Thu, 1 Jan 2015 20:59:28 -0600 Message-ID: Subject: Re: IPSec and racoon issue... From: Chris Watson To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 02:59:30 -0000 Horribly, embarrassingly, humbly, I have to confess to doing exactly what you were just about to drop the hammer on me for doing. My memory from last night is a little fuzzy from NYE. But after thinking about it I think I used "MYKERNCONF=3D" instead of "KERNCONF=3D" while building the kernel. An= d sure enough you know exactly what happens then. A GENERIC kernel. It's been a while since I have done anything that dumb. I didn't even think to check the kernel. I kept looking at everything else, src, UPDATING, commits, etc. Now I am going to have to go back to IRC and help 10 others with FreeBSD issues as penance. Thanks for the gentle clue stick slap in the head Bjoern! Chris On Thu, Jan 1, 2015 at 8:26 PM, Bjoern A. Zeeb < bzeeb-lists@lists.zabbadoz.net> wrote: > > > On 02 Jan 2015, at 02:12 , Chris Watson wrote: > > > > Bjoern, > > > > Well now the puzzle deepens. I noticed about 5 minutes before your emai= l > came through I have NO *ipsec* or *net.key* sysctls. > > > > It's like the crypto subsystem isn't getting pulled in to my kernel > compile, even though its in the config. Whaaaat? I wonder if my src tree = is > jacked. But how could the kernel build if it didn't have all the bits tha= t > are in my kernel config? Maybe I pulled a src update in the middle of > someones commit? This is really weird. > > > > Kernel Config of the server in question: > > > > # $FreeBSD: stable/10/sys/amd64/conf/GENERIC 272313 2014-09-30 16:55:19= Z > bz $ > > > > cpu HAMMER > > ident PRIYANKA > > > > =E2=80=A6. > > > # IPSec support > > options IPSEC # Enable IPSec support > > device crypto # Use the Crypto framework > > device cryptodev > > options IPSEC_FILTERTUNNEL # Allowing packet filtering on > tunneled packets > > device enc # Support for the encapsulating > interface > > Good. So this is a kernel build/install issue after all. > > You sure you did build and installed the right kernel config (did you sav= e > this with a different name than GENERIC?); check uname for what you are > running. > > =E2=80=94 > Bjoern A. Zeeb Charles Haddon Spurgeon: > "Friendship is one of the sweetest joys of life. Many might have failed > beneath the bitterness of their trial had they not found a friend." > > From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 03:10:00 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36EC96F0 for ; Fri, 2 Jan 2015 03:10:00 +0000 (UTC) Received: from orthanc.ca (orthanc.ca [IPv6:2607:f2f8:abf8::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ftp.orthanc.ca", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 000E9125B for ; Fri, 2 Jan 2015 03:09:59 +0000 (UTC) Received: from [192.168.42.6] (d66-183-211-183.bchsia.telus.net [66.183.211.183]) (authenticated bits=0) by orthanc.ca (8.14.7/8.14.7) with ESMTP id t0239urR008328 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 1 Jan 2015 19:09:57 -0800 (PST) (envelope-from lyndon@orthanc.ca) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: IPSec and racoon issue... From: Lyndon Nerenberg In-Reply-To: Date: Thu, 1 Jan 2015 19:09:44 -0800 Content-Transfer-Encoding: 7bit Message-Id: <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> To: Chris Watson X-Mailer: Apple Mail (2.1878.6) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 03:10:00 -0000 On Jan 1, 2015, at 6:59 PM, Chris Watson wrote: > I didn't even think to check > the kernel. I kept looking at everything else, src, UPDATING, commits, etc. sysctl kern.conftxt is worth memorizing. From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 04:24:40 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C181291 for ; Fri, 2 Jan 2015 04:24:40 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2AEDE20 for ; Fri, 2 Jan 2015 04:24:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id t024HwNY007909; Fri, 2 Jan 2015 15:17:58 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 2 Jan 2015 15:17:58 +1100 (EST) From: Ian Smith To: Lyndon Nerenberg Subject: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] In-Reply-To: <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> Message-ID: <20150102150945.P82172@sola.nimnet.asn.au> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org, Chris Watson X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 04:24:40 -0000 On Thu, 1 Jan 2015 19:09:44 -0800, Lyndon Nerenberg wrote: > On Jan 1, 2015, at 6:59 PM, Chris Watson wrote: > > > I didn't even think to check > > the kernel. I kept looking at everything else, src, UPDATING, commits, etc. > > sysctl kern.conftxt > > is worth memorizing. Off your topic, but to aid memorising this, looking at mine on: FreeBSD x200.smithi.id.au 9.3-PRERELEASE FreeBSD 9.3-PRERELEASE #0: Fri Nov 14 18:41:59 EST 2014 root@x200.smithi.id.au:/usr/obj/usr/src/sys/GENERIC amd64 options COMPAT_FREEBSD7 options COMPAT_FREEBSD6 options COMPAT_FREEBSD5 options COMPAT_FREEBSD4 options COMPAT_FREEBSD32 Should I be surprised to find no COMPAT_FREEBSD8 ? cheers, Ian From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 04:49:48 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DC48F47D for ; Fri, 2 Jan 2015 04:49:48 +0000 (UTC) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 91E812014 for ; Fri, 2 Jan 2015 04:49:48 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id vy18so14623044iec.37 for ; Thu, 01 Jan 2015 20:49:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=TZEVzOFHxelK2wg52/RIx7W/F842hctVSL2yLztoWtY=; b=VmL4Ayh/NkC7UpI4NLGjjT8AWKH6YI7tP22ByvPhoBMYgdAl+Ik5ts96nzJlvkEPij 3TcTzqS3HM88hY89pYoyWPsSVnllhsdLgELH/D0wBgJrb5+q7hyym/OX64i+YetJqkO5 ZkNgtESPhbtwBAWiYzfKs/0uegLiimUV2w22tUu462rq5efLhkV6rA3LQp3LlymIug3C dETI3nISv3ekXe2xKG9BfTy0jCgZ1kpRgJZDqOM3fpWjAO6POIgTF6bZd0IYczPMp7cL DnFF5oAYN1n0lvmdKFHmJTRaEyEweU/wactbfgUZmsckh0yz/aPMYChqzeN3ffUkyYKQ 5C1g== MIME-Version: 1.0 X-Received: by 10.107.168.18 with SMTP id r18mr66070069ioe.76.1420174187694; Thu, 01 Jan 2015 20:49:47 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Thu, 1 Jan 2015 20:49:47 -0800 (PST) In-Reply-To: <20150102150945.P82172@sola.nimnet.asn.au> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> <20150102150945.P82172@sola.nimnet.asn.au> Date: Thu, 1 Jan 2015 20:49:47 -0800 X-Google-Sender-Auth: O9PembHuHNz2z2PBPV15h9s-faQ Message-ID: Subject: Re: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] From: Kevin Oberman To: Ian Smith Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD-STABLE Mailing List , Lyndon Nerenberg , Chris Watson X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 04:49:48 -0000 On Thu, Jan 1, 2015 at 8:17 PM, Ian Smith wrote: > On Thu, 1 Jan 2015 19:09:44 -0800, Lyndon Nerenberg wrote: > > On Jan 1, 2015, at 6:59 PM, Chris Watson wrote: > > > > > I didn't even think to check > > > the kernel. I kept looking at everything else, src, UPDATING, > commits, etc. > > > > sysctl kern.conftxt > > > > is worth memorizing. > > Off your topic, but to aid memorising this, looking at mine on: > FreeBSD x200.smithi.id.au 9.3-PRERELEASE FreeBSD 9.3-PRERELEASE #0: Fri > Nov 14 18:41:59 EST 2014 root@x200.smithi.id.au:/usr/obj/usr/src/sys/GENERIC > amd64 > > options COMPAT_FREEBSD7 > options COMPAT_FREEBSD6 > options COMPAT_FREEBSD5 > options COMPAT_FREEBSD4 > options COMPAT_FREEBSD32 > > Should I be surprised to find no COMPAT_FREEBSD8 ? > > cheers, Ian > Thanks to the magic of symbol versioning, I don't think there has a COMPAT_FREEBSD8 or COMPAT_FREEBSD9. With luck and care, there should never be one again. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 06:37:31 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2FD2A24E; Fri, 2 Jan 2015 06:37:31 +0000 (UTC) Received: from mippet.ci.com.au (mippet.ci.com.au [192.65.182.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mippet.ci.com.au", Issuer "Corinthian Engineering Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F2AA66D09; Fri, 2 Jan 2015 06:37:30 +0000 (UTC) Received: from odi.ci.com.au (odi.ci.com.au [192.168.1.7]) by mippet.ci.COM.AU (8.14.7/8.14.9/CE140428) with ESMTP id t026SGkY067000 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 2 Jan 2015 17:28:16 +1100 (AEDT) (envelope-from rpp@ci.com.au) Received: from odi.ci.com.au (localhost [127.0.0.1]) by odi.ci.com.au (8.14.7/8.14.7) with ESMTP id t026SGNp094369; Fri, 2 Jan 2015 17:28:16 +1100 (EST) (envelope-from rpp@odi.ci.com.au) Received: (from rpp@localhost) by odi.ci.com.au (8.14.7/8.14.7/Submit) id t026SGp4094368; Fri, 2 Jan 2015 17:28:16 +1100 (EST) (envelope-from rpp) Date: Fri, 2 Jan 2015 17:28:16 +1100 From: Richard Perini To: John Baldwin Subject: Re: NFS negative name caching and amd Message-ID: <20150102062816.GA94333@odi.ci.com.au> References: <20141221102746.GA11278@odi.ci.com.au> <201412221004.48504.jhb@freebsd.org> <20141222232527.GA52306@odi.ci.com.au> <2226907.ffl2dAmvtd@ralph.baldwin.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2226907.ffl2dAmvtd@ralph.baldwin.cx> Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 06:37:31 -0000 On Sun, Dec 28, 2014 at 11:27:29AM -0500, John Baldwin wrote: > On Tuesday, December 23, 2014 10:25:27 AM Richard Perini wrote: > > I just ran up autofs and automountd on 10-stable, set the negnametimeo > > option in auto_master and it works a treat. However it will be quite > > some time before we're able to shift off 9 which leaves us with the > > kernel option as the easiest path. > > > > I'd point out that the nfs client code in > > /usr/src/sys/fs/nfsclient/nfsmount.h is already coded to allow override: > > > > ifndef NFS_DEFAULT_NEGNAMETIMEO > > #define NFS_DEFAULT_NEGNAMETIMEO 60 > > #endif > > > > so all that is required is the entry in the "options" file. Naturally > > we can add that ourselves (the beauty of open source :-) but it would > > be the only change to the native FreeBSD code for us, so of course > > we'd prefer to see it in the tree. > > > > Regards, and compliments of the season. > > I think for the future (10.x and later) the autofs solution is preferred, > so the option would be unused if added to HEAD. (I also think setting it > via autofs is preferable as it is better documented and is more fine-grained > since it is per-mount.) Given that, I would only add the option on 9.x. > However, I think there's another route you can use to set this option using a > stock source tree. First, you could set COPTFLAGS in /etc/src.conf and add > '-DNFS_DEFAULT_NEGNAMETIMEO=0' to it (e.g. set COPTFLAGS to > "-O2 -pipe -D the 'DEBUG' line in your kernel config since that is added to CFLAGS, so if > you have this in your config file: > > makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols > > you can add: > > makeoptions DEBUG+=-DNFS_DEFAULT_NEGNAMETIMEO=0 # Disable -ve name caching Thanks John, The makeoptions magic is the route we'll take. It was the solution I was looking for when I encountered the options file. --R From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 08:19:07 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84C0EFA0 for ; Fri, 2 Jan 2015 08:19:07 +0000 (UTC) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9826498C for ; Fri, 2 Jan 2015 08:19:07 +0000 (UTC) Received: from th-04.cs.huji.ac.il ([132.65.80.125]) by kabab.cs.huji.ac.il with esmtp id 1Y6xHz-0007gR-AC for freebsd-stable@freebsd.org; Fri, 02 Jan 2015 10:08:55 +0200 From: Daniel Braniss Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: thanks and kudos Message-Id: <77AFC605-D992-462B-AF07-6F366848F93A@cs.huji.ac.il> Date: Fri, 2 Jan 2015 10:08:54 +0200 To: FreeBSD stable Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) X-Mailer: Apple Mail (2.1993) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 08:19:07 -0000 For some time now, cross compiling make world|kernel -jn where n > 1, used to fail, today this is no longer true, it works! this was a nice way to start 2015! danny From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 11:41:15 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5775469 for ; Fri, 2 Jan 2015 11:41:15 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp02.smtpout.orange.fr [80.12.242.124]) by mx1.freebsd.org (Postfix) with ESMTP id 41ED210E4 for ; Fri, 2 Jan 2015 11:41:14 +0000 (UTC) Received: from localhost ([90.5.170.38]) by mwinf5d49 with ME id azZX1p00F0q37yJ03zZXe2; Fri, 02 Jan 2015 12:33:36 +0100 X-ME-Helo: localhost X-ME-Date: Fri, 02 Jan 2015 12:33:36 +0100 X-ME-IP: 90.5.170.38 Message-ID: <54A6820D.503@free.fr> Date: Fri, 02 Jan 2015 12:33:33 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Kevin Oberman , Ian Smith Subject: Re: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> <20150102150945.P82172@sola.nimnet.asn.au> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Lyndon Nerenberg , FreeBSD-STABLE Mailing List , Chris Watson X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 11:41:15 -0000 On 01/02/2015 05:49, Kevin Oberman wrote: > > Thanks to the magic of symbol versioning, I don't think there has a > COMPAT_FREEBSD8 or COMPAT_FREEBSD9. With luck and care, there should never > be one again. Have a look at sys/conf/NOTES in -head, to find: COMPAT_FREEBSD9 COMPAT_FREEBSD10 added by r273603 on Oct 24 but no COMPAT_FREEBSD8 > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 12:44:30 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15A6DEA1 for ; Fri, 2 Jan 2015 12:44:30 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87D8864B10 for ; Fri, 2 Jan 2015 12:44:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id t02CiM3t024579; Fri, 2 Jan 2015 23:44:22 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Fri, 2 Jan 2015 23:44:22 +1100 (EST) From: Ian Smith To: Claude Buisson Subject: Re: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] In-Reply-To: <54A6820D.503@free.fr> Message-ID: <20150102232655.O82172@sola.nimnet.asn.au> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> <20150102150945.P82172@sola.nimnet.asn.au> <54A6820D.503@free.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Kevin Oberman , FreeBSD-STABLE Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 12:44:30 -0000 On Fri, 2 Jan 2015 12:33:33 +0100, Claude Buisson wrote: > On 01/02/2015 05:49, Kevin Oberman wrote: > > > > Thanks to the magic of symbol versioning, I don't think there has a > > COMPAT_FREEBSD8 or COMPAT_FREEBSD9. With luck and care, there should never > > be one again. > > Have a look at sys/conf/NOTES in -head, to find: > > COMPAT_FREEBSD9 > COMPAT_FREEBSD10 > > added by r273603 on Oct 24 > > but no COMPAT_FREEBSD8 Interesting, thanks guys. Maybe 8 and 9 come to the same thing in this respect. FWIW, pascal binaries built on 8.2 i386 run fine on 9.3 amd64, but mine are just maths and file I/O. Not sure why I was surprised .. cheers, Ian From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 16:48:38 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D26AE3C5 for ; Fri, 2 Jan 2015 16:48:38 +0000 (UTC) Received: from maul.immure.com (104-49-19-137.lightspeed.austtx.sbcglobal.net [104.49.19.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A04791C28 for ; Fri, 2 Jan 2015 16:48:38 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y75Or-0002mK-J9; Fri, 02 Jan 2015 10:48:36 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t02GmXNh042693; Fri, 2 Jan 2015 10:48:33 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t02GmXm5042692; Fri, 2 Jan 2015 10:48:33 -0600 (CST) (envelope-from bob) Date: Fri, 2 Jan 2015 10:48:33 -0600 From: Bob Willcox To: Brandon Allbery Message-ID: <20150102164833.GD867@rancor.immure.com> Reply-To: Bob Willcox References: <20150101205203.GA867@rancor.immure.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: How can I remove an unnecessary .sujournal file? X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) Cc: stable list X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 16:48:38 -0000 On Thu, Jan 01, 2015 at 03:55:28PM -0500, Brandon Allbery wrote: > On Thu, Jan 1, 2015 at 3:52 PM, Bob Willcox wrote: > > > So, my quesiton is, how can I remove this unnecessary .sujournal file? > > When I > > attempt a simple rm here's what I get: > > > > root@vader:2 /usr/src> rm .sujournal > > override r-------- root/wheel schg,sunlnk,nodump for .sujournal? y > > > > The "schg,sunlnk" part is your warning that it won't work; you want the > chflags program. Thanks Brandon. I should have remembered this...sigh, memory is't what it used to be I'm afraid. Bob > > -- > brandon s allbery kf8nh sine nomine associates > allbery.b@gmail.com ballbery@sinenomine.net > unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net -- Bob Willcox | Men who cherish for women the highest bob@immure.com | respect are seldom popular with them. Austin, TX | -- Joseph Addison From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 17:59:05 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32A22117 for ; Fri, 2 Jan 2015 17:59:05 +0000 (UTC) Received: from mail-ig0-x234.google.com (mail-ig0-x234.google.com [IPv6:2607:f8b0:4001:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAC0B666B1 for ; Fri, 2 Jan 2015 17:59:04 +0000 (UTC) Received: by mail-ig0-f180.google.com with SMTP id h15so15812159igd.7 for ; Fri, 02 Jan 2015 09:59:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=qWbIcEXRjLesVWdDOcangFfEb++MdPxNo4S7lZrylVY=; b=Js9QK9qWGhj8INH2p8jMOj4QlIATm36Z+meygaLng6jdOMLPIBXvAkZrqe3hcn62JZ 6AdHYrDq35RzsBBGitUAEpMpF7BgoDqnSdyQNrGCyJBlUVcpJIjmFZbdZvlkW5a1PJLc q4HXaInBhBdSMETmoMQUXHi9/AARQR2x2LMzfFL6S7o7WcglcMLwR02kKshTzUKhlnuI EGyP9+cuyZfanLQeFfTNSzi7S8DeOT6bSpSoUTw4K21x3ullhY6j3U5diooOeEj+VTFV tXHxUrcBo6QFe2ch6jjFpwbrTMxpaEMeQU8c5XGyIzvQFH/ExdrhPpGXN9QCfHbmosp1 PRoA== MIME-Version: 1.0 X-Received: by 10.42.194.17 with SMTP id dw17mr57806359icb.4.1420221544057; Fri, 02 Jan 2015 09:59:04 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Fri, 2 Jan 2015 09:59:04 -0800 (PST) In-Reply-To: <20150102232655.O82172@sola.nimnet.asn.au> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> <20150102150945.P82172@sola.nimnet.asn.au> <54A6820D.503@free.fr> <20150102232655.O82172@sola.nimnet.asn.au> Date: Fri, 2 Jan 2015 09:59:04 -0800 X-Google-Sender-Auth: vj0Jx2OFNxPy1EbMaYVlqOFRy5c Message-ID: Subject: Re: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] From: Kevin Oberman To: Ian Smith Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: Claude Buisson , FreeBSD-STABLE Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 17:59:05 -0000 On Fri, Jan 2, 2015 at 4:44 AM, Ian Smith wrote: > On Fri, 2 Jan 2015 12:33:33 +0100, Claude Buisson wrote: > > On 01/02/2015 05:49, Kevin Oberman wrote: > > > > > > Thanks to the magic of symbol versioning, I don't think there has a > > > COMPAT_FREEBSD8 or COMPAT_FREEBSD9. With luck and care, there should > never > > > be one again. > > > > Have a look at sys/conf/NOTES in -head, to find: > > > > COMPAT_FREEBSD9 > > COMPAT_FREEBSD10 > > > > added by r273603 on Oct 24 > > > > but no COMPAT_FREEBSD8 > > Interesting, thanks guys. Maybe 8 and 9 come to the same thing in this > respect. FWIW, pascal binaries built on 8.2 i386 run fine on 9.3 amd64, > but mine are just maths and file I/O. Not sure why I was surprised .. > > cheers, Ian > How odd! 10-STABLE has no reference to COMPAT_FREEBSD9. Very few things should need any COMPAT_FREEBSD options. For a long time on 8 and 9 I only needed COMPAT_FREEBSD for a single port. I'll try to take a look at why COMPAT_FREEBSD9 and 10 have been added to head. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 20:35:41 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88C81644 for ; Fri, 2 Jan 2015 20:35:41 +0000 (UTC) Received: from mout.web.de (mout.web.de [212.227.15.3]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.web.de", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 23A9264E39 for ; Fri, 2 Jan 2015 20:35:40 +0000 (UTC) Received: from [10.0.0.2] ([91.60.10.216]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0MbyJ4-1YN0vq3k6o-00JJCQ for ; Fri, 02 Jan 2015 21:22:37 +0100 Subject: USB3 disk failing on 9.3R From: Marc Santhoff To: freebsd-stable@freebsd.org Content-Type: text/plain; charset="ISO-8859-15" Date: Fri, 02 Jan 2015 21:19:21 +0100 Message-ID: <1420229961.5322.14.camel@puma.das.netz> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:pPpg0NJ9HTY9JH4UtMgB8vqQROJ9q0XQxBxVg53gkG3Um+hnt78 qBdwdTRRzMvvb9J4vusSzsmr5WU1Z0ohQGSoS9k+HiBybg9fGe+56Co/bsCaOnb6V0d6alH TlVYZYeg+GqPns0+ONGNKbVMX58+Q+c1i0+5g+F3AkcNCpcijM35gzHH7msWVOaVpR1nuyU wN5oNZPlQm+ueFiTNNB3A== X-UI-Out-Filterresults: notjunk:1; X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 20:35:41 -0000 Hi, when trying to use a brand new 3TB disk in an external case via USB3 that part is doing nasty things. Happening on 9.3 Release. When plugging in after the machine is booted and working the log says: Jan 2 04:06:42 kiwi kernel: umass0: on usbus0 Jan 2 04:06:42 kiwi kernel: umass0: SCSI over Bulk-Only; quirks = 0x0100 Jan 2 04:06:42 kiwi kernel: umass0:6:0:-1: Attached to scbus6 Jan 2 04:06:42 kiwi kernel: (probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00 Jan 2 04:06:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error Jan 2 04:06:42 kiwi kernel: (probe0:umass-sim0:0:0:0): SCSI status: Check Condition Jan 2 04:06:42 kiwi kernel: (probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) Jan 2 04:06:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Error 22, Unretryable error Jan 2 04:07:15 kiwi kernel: ugen0.2: at usbus0 (disconnected) Jan 2 04:07:15 kiwi kernel: umass0: at uhub0, port 2, addr 1 (disconnected) Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:07:15 kiwi kernel: (probe0:umass-sim0:0:0:0): Error 5, Retries exhausted Jan 2 04:07:15 kiwi kernel: (da0:umass-sim0:0:0:0): got CAM status 0xa Jan 2 04:07:15 kiwi kernel: (da0:umass-sim0:0:0:0): fatal error, failed to attach to device Jan 2 04:07:16 kiwi kernel: xptioctl: pass driver is not in the kernel Jan 2 04:07:16 kiwi kernel: xptioctl: put "device pass" in your kernel config file In /dev only da0 is visible, the disk is preformatted with FAT32. If the disk is active while booting something similar: Jan 2 04:20:42 kiwi kernel: umass0: on usbus0 Jan 2 04:20:42 kiwi kernel: umass0: SCSI over Bulk-Only; quirks = 0x0100 Jan 2 04:20:42 kiwi kernel: umass0:7:0:-1: Attached to scbus7 Jan 2 04:20:42 kiwi kernel: uhub3: 6 ports with 6 removable, self powered Jan 2 04:20:42 kiwi kernel: uhub6: 6 ports with 6 removable, self powered Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: a0 00 00 00 00 00 00 00 00 10 00 00 Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): SCSI status: Check Condition Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid command operation code) Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Error 22, Unretryable error ... Jan 2 04:20:42 kiwi kernel: run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Retrying command Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 01 83 00 fc 00 Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB request completed with an error Jan 2 04:20:42 kiwi kernel: (probe0:umass-sim0:0:0:0): Error 5, Retries exhausted Afterwards nothing happens, the device da0 is never appearing ind /dev. In both cases random device are kicked from USB (mouse, keyboard). When shutting down it takes a very long time, some minutes, until the computer is turning off. Other USB3 umass disk are working nicely, the controller is a Dec 30 00:25:00 kiwi kernel: xhci0: mem 0xfeaf0000-0xfeaf7fff irq 19 at device 0.0 on pci2 but the problem does exist on another machine under 9.1 stable having a: xhci0: mem 0xfe7fe000-0xfe7fffff irq 17 at device 0.0 on pci2 Is thre anything I can do? Should I take this qeustion to the usb list? Any data necessary to understand what's going on? Regards, Marc -- Marc Santhoff From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 21:09:06 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FFFA805 for ; Fri, 2 Jan 2015 21:09:06 +0000 (UTC) Received: from maul.immure.com (104-49-19-137.lightspeed.austtx.sbcglobal.net [104.49.19.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5F09C1538 for ; Fri, 2 Jan 2015 21:09:05 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y79Sp-0003TP-Q7 for freebsd-stable@freebsd.org; Fri, 02 Jan 2015 15:08:58 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t02L8tUV043626 for ; Fri, 2 Jan 2015 15:08:55 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t02L8t9P043625 for freebsd-stable@freebsd.org; Fri, 2 Jan 2015 15:08:55 -0600 (CST) (envelope-from bob) Date: Fri, 2 Jan 2015 15:08:55 -0600 From: Bob Willcox To: stable list Message-ID: <20150102210855.GE867@rancor.immure.com> Reply-To: Bob Willcox MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 Subject: I need some swap partion help on new 10.1 install X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:09:06 -0000 I just installed 10.1-release on a Samaung EVO 250 SSD using the guided ZFS install steps. Unfortunately, the swap device (it partition does exist on the drive) isn't being created: # cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ada0p2 none swap sw 0 0 # ls -l /dev/ada0* crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 # swapinfo Device 1K-blocks Used Avail Capacity # gpart list Geom name: diskid/DISK-S21NNSAFC51114F modified: false state: OK fwheads: 16 fwsectors: 63 last: 488397134 first: 34 entries: 128 scheme: GPT Providers: 1. Name: diskid/DISK-S21NNSAFC51114Fp1 Mediasize: 524288 (512K) Sectorsize: 512 Stripesize: 0 Stripeoffset: 17408 Mode: r0w0e0 rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f label: gptboot0 length: 524288 offset: 17408 type: freebsd-boot index: 1 end: 1057 start: 34 2. Name: diskid/DISK-S21NNSAFC51114Fp2 Mediasize: 8589934592 (8.0G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 541696 Mode: r0w0e0 rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b label: swap0 length: 8589934592 offset: 541696 type: freebsd-swap index: 2 end: 16778273 start: 1058 3. Name: diskid/DISK-S21NNSAFC51114Fp3 Mediasize: 241468856832 (225G) Sectorsize: 512 Stripesize: 0 Stripeoffset: 541696 Mode: r1w1e1 rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b label: zfs0 length: 241468856832 offset: 8590476288 type: freebsd-zfs index: 3 end: 488397134 start: 16778274 Consumers: 1. Name: diskid/DISK-S21NNSAFC51114F Mediasize: 250059350016 (233G) Sectorsize: 512 Mode: r1w1e2 So, what did I miss? Why isn't the /dev/ada0p2 device getting created? Thanks for any help! Bob -- Bob Willcox | Men who cherish for women the highest bob@immure.com | respect are seldom popular with them. Austin, TX | -- Joseph Addison From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 21:45:34 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93B2A3BC for ; Fri, 2 Jan 2015 21:45:34 +0000 (UTC) Received: from mail-we0-f170.google.com (mail-we0-f170.google.com [74.125.82.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2570F66980 for ; Fri, 2 Jan 2015 21:45:33 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so5010294wes.15 for ; Fri, 02 Jan 2015 13:45:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=zyTkNnLPyrXZvqHiY269ABy3ivI4o7+Zvu/Cv+QkYy8=; b=E2Dg3BPAjYxeZY17OYPCmV4F/Zdze8aey27VQ8yTDJi53CoiCV8PAmkU3hKgdVEdjN vXi1KExrmzw++QFkSE2ELrcaMqFV2gOZSguNAkfOuT+m2aPTxXfwvt97nN+RNLrOW5Qt QT90BUqxRZo4/CnLfPzDX9rdtXyXYqIX+zPpwiMih71iDQHfKp5Su8TxsN4HHlL7umfv 7HqCutPqyHq8Nv5nA/T4yeAo+HeaaNY4i2IFpdoiCDD6Ol+EduFXRdwDr2F9e23zJdNk VszFhYIgz5r2vk6NOfW3tDmxBBx5KL4Kb+x7eVEbtzEn8a9nAEOQsBqSlf0qSOCnOn/j IqBg== X-Gm-Message-State: ALoCoQkuNEC97f//4OaRJ6Rv/NZlOp7O9+D7MWOHjU7f0q/iz/dTIjfuP6rrjQ8VfXKoGAaIxcLK X-Received: by 10.194.108.202 with SMTP id hm10mr157501546wjb.72.1420235126315; Fri, 02 Jan 2015 13:45:26 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id x6sm32234318wjf.24.2015.01.02.13.45.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Jan 2015 13:45:25 -0800 (PST) Message-ID: <54A7116E.5070704@multiplay.co.uk> Date: Fri, 02 Jan 2015 21:45:18 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: I need some swap partion help on new 10.1 install References: <20150102210855.GE867@rancor.immure.com> In-Reply-To: <20150102210855.GE867@rancor.immure.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:45:34 -0000 It did you just have disk idents enabled, which IMO are a PITA. Add this to /boot/loader.conf and you'll see the normal device names again. kern.geom.label.disk_ident.enable="0" If you also don't want gpt's or gptid's you can also add: kern.geom.label.gpt.enable="0" kern.geom.label.gptid.enable="0" Regards Steve On 02/01/2015 21:08, Bob Willcox wrote: > I just installed 10.1-release on a Samaung EVO 250 SSD using the guided ZFS > install steps. Unfortunately, the swap device (it partition does exist on the > drive) isn't being created: > > # cat /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ada0p2 none swap sw 0 0 > > # ls -l /dev/ada0* > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > # swapinfo > Device 1K-blocks Used Avail Capacity > > # gpart list > Geom name: diskid/DISK-S21NNSAFC51114F > modified: false > state: OK > fwheads: 16 > fwsectors: 63 > last: 488397134 > first: 34 > entries: 128 > scheme: GPT > Providers: > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > Mediasize: 524288 (512K) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 17408 > Mode: r0w0e0 > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > label: gptboot0 > length: 524288 > offset: 17408 > type: freebsd-boot > index: 1 > end: 1057 > start: 34 > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > Mediasize: 8589934592 (8.0G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 541696 > Mode: r0w0e0 > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > label: swap0 > length: 8589934592 > offset: 541696 > type: freebsd-swap > index: 2 > end: 16778273 > start: 1058 > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > Mediasize: 241468856832 (225G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 541696 > Mode: r1w1e1 > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > label: zfs0 > length: 241468856832 > offset: 8590476288 > type: freebsd-zfs > index: 3 > end: 488397134 > start: 16778274 > Consumers: > 1. Name: diskid/DISK-S21NNSAFC51114F > Mediasize: 250059350016 (233G) > Sectorsize: 512 > Mode: r1w1e2 > > So, what did I miss? Why isn't the /dev/ada0p2 device getting created? > > Thanks for any help! > > Bob > From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 21:50:37 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDD18A86 for ; Fri, 2 Jan 2015 21:50:37 +0000 (UTC) Received: from aegir.dabus.com (aegir.dabus.com [173.14.229.218]) by mx1.freebsd.org (Postfix) with ESMTP id CB4A066A42 for ; Fri, 2 Jan 2015 21:50:37 +0000 (UTC) Received: from aegir.dabus.com (localhost [127.0.0.1]) by aegir.dabus.com (Processor) with ESMTP id AC9AC5F320; Fri, 2 Jan 2015 14:42:30 -0700 (MST) DomainKey-Signature: a=rsa-sha1; b=I03/uDzaBf6+FlklB1Rs8C3eB2mhmHIZv1u+jyzePq1o3CARtJyKH5e13nyxpIBmKojzOZDBJaEA3nlVORgluwrCAKQDGm5erHkRChHtd+QeEMBfcMJOizMstHKJjIyPQ1Q2BJPLPLHdB3C/mWIFnXnGp8iVbrUsNlV2q06ROnE=; c=nofws; d=dabus.com; q=dns; s=aegir1 Received: from nunki.holyordnance.org (unknown [172.56.38.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by aegir.dabus.com (Dabus) with ESMTPSA id 5CACE5F31A; Fri, 2 Jan 2015 14:42:29 -0700 (MST) Date: Fri, 2 Jan 2015 14:42:23 -0700 From: Eric S Pulley To: freebsd-stable@freebsd.org Subject: Re: I need some swap partion help on new 10.1 install Message-ID: <20150102144223.14a2987e@nunki.holyordnance.org> In-Reply-To: <20150102210855.GE867@rancor.immure.com> References: <20150102210855.GE867@rancor.immure.com> Organization: Dabus X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:50:38 -0000 On Fri, 2 Jan 2015 15:08:55 -0600 Bob Willcox wrote: > I just installed 10.1-release on a Samaung EVO 250 SSD using the > guided ZFS install steps. Unfortunately, the swap device (it > partition does exist on the drive) isn't being created: > > # cat /etc/fstab > # Device Mountpoint FStype Options > Dump Pass# /dev/ada0p2 none swap sw > 0 0 > > # ls -l /dev/ada0* > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > # swapinfo > Device 1K-blocks Used Avail Capacity > > # gpart list > Geom name: diskid/DISK-S21NNSAFC51114F > modified: false > state: OK > fwheads: 16 > fwsectors: 63 > last: 488397134 > first: 34 > entries: 128 > scheme: GPT > Providers: > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > Mediasize: 524288 (512K) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 17408 > Mode: r0w0e0 > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > label: gptboot0 > length: 524288 > offset: 17408 > type: freebsd-boot > index: 1 > end: 1057 > start: 34 > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > Mediasize: 8589934592 (8.0G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 541696 > Mode: r0w0e0 > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > label: swap0 > length: 8589934592 > offset: 541696 > type: freebsd-swap > index: 2 > end: 16778273 > start: 1058 > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > Mediasize: 241468856832 (225G) > Sectorsize: 512 > Stripesize: 0 > Stripeoffset: 541696 > Mode: r1w1e1 > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > label: zfs0 > length: 241468856832 > offset: 8590476288 > type: freebsd-zfs > index: 3 > end: 488397134 > start: 16778274 > Consumers: > 1. Name: diskid/DISK-S21NNSAFC51114F > Mediasize: 250059350016 (233G) > Sectorsize: 512 > Mode: r1w1e2 > > So, what did I miss? Why isn't the /dev/ada0p2 device getting created? > > Thanks for any help! > > Bob > I just mounted it by diskid under /dev/diskid/... dont know if that right but it works From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 21:56:10 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06790D0D for ; Fri, 2 Jan 2015 21:56:10 +0000 (UTC) Received: from maul.immure.com (104-49-19-137.lightspeed.austtx.sbcglobal.net [104.49.19.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C72F466C8A for ; Fri, 2 Jan 2015 21:56:09 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y7ACT-0003dx-Bp; Fri, 02 Jan 2015 15:56:08 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t02Lu5GR043868; Fri, 2 Jan 2015 15:56:05 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t02Lu4Yq043867; Fri, 2 Jan 2015 15:56:04 -0600 (CST) (envelope-from bob) Date: Fri, 2 Jan 2015 15:56:04 -0600 From: Bob Willcox To: Eric S Pulley Message-ID: <20150102215604.GF867@rancor.immure.com> Reply-To: Bob Willcox References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150102144223.14a2987e@nunki.holyordnance.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: I need some swap partion help on new 10.1 install X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:56:10 -0000 On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > On Fri, 2 Jan 2015 15:08:55 -0600 > Bob Willcox wrote: > > > I just installed 10.1-release on a Samaung EVO 250 SSD using the > > guided ZFS install steps. Unfortunately, the swap device (it > > partition does exist on the drive) isn't being created: > > > > # cat /etc/fstab > > # Device Mountpoint FStype Options > > Dump Pass# /dev/ada0p2 none swap sw > > 0 0 > > > > # ls -l /dev/ada0* > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > # swapinfo > > Device 1K-blocks Used Avail Capacity > > > > # gpart list > > Geom name: diskid/DISK-S21NNSAFC51114F > > modified: false > > state: OK > > fwheads: 16 > > fwsectors: 63 > > last: 488397134 > > first: 34 > > entries: 128 > > scheme: GPT > > Providers: > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > Mediasize: 524288 (512K) > > Sectorsize: 512 > > Stripesize: 0 > > Stripeoffset: 17408 > > Mode: r0w0e0 > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > label: gptboot0 > > length: 524288 > > offset: 17408 > > type: freebsd-boot > > index: 1 > > end: 1057 > > start: 34 > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > Mediasize: 8589934592 (8.0G) > > Sectorsize: 512 > > Stripesize: 0 > > Stripeoffset: 541696 > > Mode: r0w0e0 > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > label: swap0 > > length: 8589934592 > > offset: 541696 > > type: freebsd-swap > > index: 2 > > end: 16778273 > > start: 1058 > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > Mediasize: 241468856832 (225G) > > Sectorsize: 512 > > Stripesize: 0 > > Stripeoffset: 541696 > > Mode: r1w1e1 > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > label: zfs0 > > length: 241468856832 > > offset: 8590476288 > > type: freebsd-zfs > > index: 3 > > end: 488397134 > > start: 16778274 > > Consumers: > > 1. Name: diskid/DISK-S21NNSAFC51114F > > Mediasize: 250059350016 (233G) > > Sectorsize: 512 > > Mode: r1w1e2 > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting created? > > > > Thanks for any help! > > > > Bob > > > > I just mounted it by diskid under /dev/diskid/... dont know if that > right but it works Thanks for the quick response Eric, but I don't have a /dev/ada0p2 device to 'mount' it on (I thought that we used the swapon command to make a swap device available, not mount). I suspect that something that is creates the /dev/ada0p2 device is what's missing, but I don't know that that is at this point. -- Bob Willcox | Men who cherish for women the highest bob@immure.com | respect are seldom popular with them. Austin, TX | -- Joseph Addison From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 21:58:08 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D5D5E13 for ; Fri, 2 Jan 2015 21:58:08 +0000 (UTC) Received: from aegir.dabus.com (aegir.dabus.com [173.14.229.218]) by mx1.freebsd.org (Postfix) with ESMTP id 07F8C66CE0 for ; Fri, 2 Jan 2015 21:58:07 +0000 (UTC) Received: from aegir.dabus.com (localhost [127.0.0.1]) by aegir.dabus.com (Processor) with ESMTP id 0FD0B5F320; Fri, 2 Jan 2015 14:58:07 -0700 (MST) DomainKey-Signature: a=rsa-sha1; b=dISiBGTYp4dMZW7qOmdZSEbtqp47ueQl2YkCWskxCHI7gTCX9ctJ7Dt0J3GtzW4bdzAdp9Q+SwqFkwzEyCtB8Bme7x+GABs+oV2buONeNZwlRaIZt6bm034vCSf+U1R/pIQzKPoO55wn9LiXjLLwKqfRifUMy/3f4ACDiBeTdTs=; c=nofws; d=dabus.com; q=dns; s=aegir1 Received: from nunki.holyordnance.org (unknown [172.56.38.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by aegir.dabus.com (Dabus) with ESMTPSA id 7EEBB5F31A; Fri, 2 Jan 2015 14:58:05 -0700 (MST) Date: Fri, 2 Jan 2015 14:58:01 -0700 From: Eric S Pulley To: freebsd-stable@freebsd.org Subject: Re: I need some swap partion help on new 10.1 install Message-ID: <20150102145801.6ea92658@nunki.holyordnance.org> In-Reply-To: <20150102215604.GF867@rancor.immure.com> References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> Organization: Dabus X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 21:58:08 -0000 On Fri, 2 Jan 2015 15:56:04 -0600 Bob Willcox wrote: > On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > > On Fri, 2 Jan 2015 15:08:55 -0600 > > Bob Willcox wrote: > > > > > I just installed 10.1-release on a Samaung EVO 250 SSD using the > > > guided ZFS install steps. Unfortunately, the swap device (it > > > partition does exist on the drive) isn't being created: > > > > > > # cat /etc/fstab > > > # Device Mountpoint FStype Options > > > Dump Pass# /dev/ada0p2 none swap sw > > > 0 0 > > > > > > # ls -l /dev/ada0* > > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > > > # swapinfo > > > Device 1K-blocks Used Avail Capacity > > > > > > # gpart list > > > Geom name: diskid/DISK-S21NNSAFC51114F > > > modified: false > > > state: OK > > > fwheads: 16 > > > fwsectors: 63 > > > last: 488397134 > > > first: 34 > > > entries: 128 > > > scheme: GPT > > > Providers: > > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > > Mediasize: 524288 (512K) > > > Sectorsize: 512 > > > Stripesize: 0 > > > Stripeoffset: 17408 > > > Mode: r0w0e0 > > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > > label: gptboot0 > > > length: 524288 > > > offset: 17408 > > > type: freebsd-boot > > > index: 1 > > > end: 1057 > > > start: 34 > > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > > Mediasize: 8589934592 (8.0G) > > > Sectorsize: 512 > > > Stripesize: 0 > > > Stripeoffset: 541696 > > > Mode: r0w0e0 > > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > > label: swap0 > > > length: 8589934592 > > > offset: 541696 > > > type: freebsd-swap > > > index: 2 > > > end: 16778273 > > > start: 1058 > > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > > Mediasize: 241468856832 (225G) > > > Sectorsize: 512 > > > Stripesize: 0 > > > Stripeoffset: 541696 > > > Mode: r1w1e1 > > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > > label: zfs0 > > > length: 241468856832 > > > offset: 8590476288 > > > type: freebsd-zfs > > > index: 3 > > > end: 488397134 > > > start: 16778274 > > > Consumers: > > > 1. Name: diskid/DISK-S21NNSAFC51114F > > > Mediasize: 250059350016 (233G) > > > Sectorsize: 512 > > > Mode: r1w1e2 > > > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting > > > created? > > > > > > Thanks for any help! > > > > > > Bob > > > > > > > I just mounted it by diskid under /dev/diskid/... dont know if that > > right but it works > > Thanks for the quick response Eric, but I don't have a /dev/ada0p2 > device to 'mount' it on (I thought that we used the swapon command to > make a swap device available, not mount). > > I suspect that something that is creates the /dev/ada0p2 device is > what's missing, but I don't know that that is at this point. > :) try /dev/diskid/DISK-S21NNSAFC51114Fp2 instead of /dev/ada0p2 From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 22:02:43 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 935F7F97 for ; Fri, 2 Jan 2015 22:02:43 +0000 (UTC) Received: from maul.immure.com (104-49-19-137.lightspeed.austtx.sbcglobal.net [104.49.19.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DFDB66E15 for ; Fri, 2 Jan 2015 22:02:42 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y7AIn-0003f3-Sz; Fri, 02 Jan 2015 16:02:42 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t02M2bv1043907; Fri, 2 Jan 2015 16:02:37 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t02M2bPv043906; Fri, 2 Jan 2015 16:02:37 -0600 (CST) (envelope-from bob) Date: Fri, 2 Jan 2015 16:02:37 -0600 From: Bob Willcox To: Eric S Pulley Message-ID: <20150102220237.GG867@rancor.immure.com> Reply-To: Bob Willcox References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> <20150102145801.6ea92658@nunki.holyordnance.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150102145801.6ea92658@nunki.holyordnance.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: I need some swap partion help on new 10.1 install X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 22:02:43 -0000 On Fri, Jan 02, 2015 at 02:58:01PM -0700, Eric S Pulley wrote: > On Fri, 2 Jan 2015 15:56:04 -0600 > Bob Willcox wrote: > > > On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > > > On Fri, 2 Jan 2015 15:08:55 -0600 > > > Bob Willcox wrote: > > > > > > > I just installed 10.1-release on a Samaung EVO 250 SSD using the > > > > guided ZFS install steps. Unfortunately, the swap device (it > > > > partition does exist on the drive) isn't being created: > > > > > > > > # cat /etc/fstab > > > > # Device Mountpoint FStype Options > > > > Dump Pass# /dev/ada0p2 none swap sw > > > > 0 0 > > > > > > > > # ls -l /dev/ada0* > > > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > > > > > # swapinfo > > > > Device 1K-blocks Used Avail Capacity > > > > > > > > # gpart list > > > > Geom name: diskid/DISK-S21NNSAFC51114F > > > > modified: false > > > > state: OK > > > > fwheads: 16 > > > > fwsectors: 63 > > > > last: 488397134 > > > > first: 34 > > > > entries: 128 > > > > scheme: GPT > > > > Providers: > > > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > > > Mediasize: 524288 (512K) > > > > Sectorsize: 512 > > > > Stripesize: 0 > > > > Stripeoffset: 17408 > > > > Mode: r0w0e0 > > > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > > > label: gptboot0 > > > > length: 524288 > > > > offset: 17408 > > > > type: freebsd-boot > > > > index: 1 > > > > end: 1057 > > > > start: 34 > > > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > > > Mediasize: 8589934592 (8.0G) > > > > Sectorsize: 512 > > > > Stripesize: 0 > > > > Stripeoffset: 541696 > > > > Mode: r0w0e0 > > > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > > > label: swap0 > > > > length: 8589934592 > > > > offset: 541696 > > > > type: freebsd-swap > > > > index: 2 > > > > end: 16778273 > > > > start: 1058 > > > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > > > Mediasize: 241468856832 (225G) > > > > Sectorsize: 512 > > > > Stripesize: 0 > > > > Stripeoffset: 541696 > > > > Mode: r1w1e1 > > > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > > > label: zfs0 > > > > length: 241468856832 > > > > offset: 8590476288 > > > > type: freebsd-zfs > > > > index: 3 > > > > end: 488397134 > > > > start: 16778274 > > > > Consumers: > > > > 1. Name: diskid/DISK-S21NNSAFC51114F > > > > Mediasize: 250059350016 (233G) > > > > Sectorsize: 512 > > > > Mode: r1w1e2 > > > > > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting > > > > created? > > > > > > > > Thanks for any help! > > > > > > > > Bob > > > > > > > > > > I just mounted it by diskid under /dev/diskid/... dont know if that > > > right but it works > > > > Thanks for the quick response Eric, but I don't have a /dev/ada0p2 > > device to 'mount' it on (I thought that we used the swapon command to > > make a swap device available, not mount). > > > > I suspect that something that is creates the /dev/ada0p2 device is > > what's missing, but I don't know that that is at this point. > > > > :) try /dev/diskid/DISK-S21NNSAFC51114Fp2 instead of /dev/ada0p2 Yep, that did the trick. It looks like the 10.1 release installation for ZFS root has a problem. It should be putting /dev/diskid/DISK-S21NNSAFC51114Fp2 in the fstab (in my case) rather than the /dev/ada0p2 value. Thanks!! :) -- Bob Willcox | Men who cherish for women the highest bob@immure.com | respect are seldom popular with them. Austin, TX | -- Joseph Addison From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 22:22:01 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DBDD52B for ; Fri, 2 Jan 2015 22:22:01 +0000 (UTC) Received: from smtp.smtpout.orange.fr (smtp04.smtpout.orange.fr [80.12.242.126]) by mx1.freebsd.org (Postfix) with ESMTP id D29402143 for ; Fri, 2 Jan 2015 22:22:00 +0000 (UTC) Received: from localhost ([83.200.150.78]) by mwinf5d51 with ME id bAMr1p0031hkBFX03AMrdZ; Fri, 02 Jan 2015 23:21:52 +0100 X-ME-Helo: localhost X-ME-Date: Fri, 02 Jan 2015 23:21:52 +0100 X-ME-IP: 83.200.150.78 Message-ID: <54A719FE.4070307@free.fr> Date: Fri, 02 Jan 2015 23:21:50 +0100 From: Claude Buisson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org, Kevin Oberman Subject: Re: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> <20150102150945.P82172@sola.nimnet.asn.au> <54A6820D.503@free.fr> <20150102232655.O82172@sola.nimnet.asn.au> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 22:22:01 -0000 On 01/02/2015 18:59, Kevin Oberman wrote: > On Fri, Jan 2, 2015 at 4:44 AM, Ian Smith wrote: > >> On Fri, 2 Jan 2015 12:33:33 +0100, Claude Buisson wrote: >> > On 01/02/2015 05:49, Kevin Oberman wrote: >> > > >> > > Thanks to the magic of symbol versioning, I don't think there has a >> > > COMPAT_FREEBSD8 or COMPAT_FREEBSD9. With luck and care, there should >> never >> > > be one again. >> > >> > Have a look at sys/conf/NOTES in -head, to find: >> > >> > COMPAT_FREEBSD9 >> > COMPAT_FREEBSD10 >> > >> > added by r273603 on Oct 24 >> > >> > but no COMPAT_FREEBSD8 >> >> Interesting, thanks guys. Maybe 8 and 9 come to the same thing in this >> respect. FWIW, pascal binaries built on 8.2 i386 run fine on 9.3 amd64, >> but mine are just maths and file I/O. Not sure why I was surprised .. >> >> cheers, Ian >> > > How odd! 10-STABLE has no reference to COMPAT_FREEBSD9. > > Very few things should need any COMPAT_FREEBSD options. For a long time on > 8 and 9 I only needed COMPAT_FREEBSD for a single port. > In my understanding, the COMPAT_FREEBSDxx kernel options are not for ports, but apply to the kernel syscalls interface and are needed to run old binaries compiled on previous versions of FreeBSD. This is different from the libraries versionning. > I'll try to take a look at why COMPAT_FREEBSD9 and 10 have been added to > head. > -- > R. Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com CBu From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 22:29:50 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DD88ABCA for ; Fri, 2 Jan 2015 22:29:49 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70866222D for ; Fri, 2 Jan 2015 22:29:49 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t02MTt4K087512 for ; Fri, 2 Jan 2015 14:29:55 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <20150102145801.6ea92658@nunki.holyordnance.org> References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com>, <20150102145801.6ea92658@nunki.holyordnance.org> From: "Chris H" Subject: Re: I need some swap partion help on new 10.1 install Date: Fri, 02 Jan 2015 14:29:55 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 22:29:50 -0000 On Fri, 2 Jan 2015 14:58:01 -0700 Eric S Pulley wrote > On Fri, 2 Jan 2015 15:56:04 -0600 > Bob Willcox wrote: > > > On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > > > On Fri, 2 Jan 2015 15:08:55 -0600 > > > Bob Willcox wrote: > > > > > > > I just installed 10.1-release on a Samaung EVO 250 SSD using the > > > > guided ZFS install steps. Unfortunately, the swap device (it > > > > partition does exist on the drive) isn't being created: > > > > > > > > # cat /etc/fstab > > > > # Device Mountpoint FStype Options > > > > Dump Pass# /dev/ada0p2 none swap sw > > > > 0 0 > > > > > > > > # ls -l /dev/ada0* > > > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > > > > > # swapinfo > > > > Device 1K-blocks Used Avail Capacity > > > > > > > > # gpart list > > > > Geom name: diskid/DISK-S21NNSAFC51114F > > > > modified: false > > > > state: OK > > > > fwheads: 16 > > > > fwsectors: 63 > > > > last: 488397134 > > > > first: 34 > > > > entries: 128 > > > > scheme: GPT > > > > Providers: > > > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > > > Mediasize: 524288 (512K) > > > > Sectorsize: 512 > > > > Stripesize: 0 > > > > Stripeoffset: 17408 > > > > Mode: r0w0e0 > > > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > > > label: gptboot0 > > > > length: 524288 > > > > offset: 17408 > > > > type: freebsd-boot > > > > index: 1 > > > > end: 1057 > > > > start: 34 > > > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > > > Mediasize: 8589934592 (8.0G) > > > > Sectorsize: 512 > > > > Stripesize: 0 > > > > Stripeoffset: 541696 > > > > Mode: r0w0e0 > > > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > > > label: swap0 > > > > length: 8589934592 > > > > offset: 541696 > > > > type: freebsd-swap > > > > index: 2 > > > > end: 16778273 > > > > start: 1058 > > > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > > > Mediasize: 241468856832 (225G) > > > > Sectorsize: 512 > > > > Stripesize: 0 > > > > Stripeoffset: 541696 > > > > Mode: r1w1e1 > > > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > > > label: zfs0 > > > > length: 241468856832 > > > > offset: 8590476288 > > > > type: freebsd-zfs > > > > index: 3 > > > > end: 488397134 > > > > start: 16778274 > > > > Consumers: > > > > 1. Name: diskid/DISK-S21NNSAFC51114F > > > > Mediasize: 250059350016 (233G) > > > > Sectorsize: 512 > > > > Mode: r1w1e2 > > > > > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting > > > > created? > > > > > > > > Thanks for any help! > > > > > > > > Bob > > > > > > > > > > I just mounted it by diskid under /dev/diskid/... dont know if that > > > right but it works > > > > Thanks for the quick response Eric, but I don't have a /dev/ada0p2 > > device to 'mount' it on (I thought that we used the swapon command to > > make a swap device available, not mount). > > > > I suspect that something that is creates the /dev/ada0p2 device is > > what's missing, but I don't know that that is at this point. > > > > :) try /dev/diskid/DISK-S21NNSAFC51114Fp2 instead of /dev/ada0p2 Or, as I read it, anyway; /dev/gpt/swap0 Looks easier. :) --Chris > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 23:35:45 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F95D4E4 for ; Fri, 2 Jan 2015 23:35:45 +0000 (UTC) Received: from aegir.dabus.com (aegir.dabus.com [173.14.229.218]) by mx1.freebsd.org (Postfix) with ESMTP id 69AD01D83 for ; Fri, 2 Jan 2015 23:35:45 +0000 (UTC) Received: from aegir.dabus.com (localhost [127.0.0.1]) by aegir.dabus.com (Processor) with ESMTP id 282AB5F31A for ; Fri, 2 Jan 2015 16:35:44 -0700 (MST) DomainKey-Signature: a=rsa-sha1; b=FBKAG8lh4hhrNbrp7JYcp00pgukauBz3KoSwCNlFt2P+03JH1sXIX8sYeiDKHXQEH/XicGLA2/rwQMTnSnvneeshS4y6WQD5yoj8OZ3lWdHWbCdd7itANGBVkUKpQktK0/XxGGws6H8p1QemTIa81RNz5q2esArBcLSHF9rSbWM=; c=nofws; d=dabus.com; q=dns; s=aegir1 Received: from nunki.holyordnance.org (unknown [192.168.10.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by aegir.dabus.com (Dabus) with ESMTPSA id 508B55F2CC for ; Fri, 2 Jan 2015 16:35:43 -0700 (MST) Date: Fri, 2 Jan 2015 16:35:39 -0700 From: Eric S Pulley To: freebsd-stable@freebsd.org Subject: Re: I need some swap partion help on new 10.1 install Message-ID: <20150102163539.1eaadbc7@nunki.holyordnance.org> In-Reply-To: <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> <20150102145801.6ea92658@nunki.holyordnance.org> <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> Organization: Dabus X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2015 23:35:45 -0000 On Fri, 02 Jan 2015 14:29:55 -0800 "Chris H" wrote: > On Fri, 2 Jan 2015 14:58:01 -0700 Eric S Pulley > wrote > > > On Fri, 2 Jan 2015 15:56:04 -0600 > > Bob Willcox wrote: > > > > > On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > > > > On Fri, 2 Jan 2015 15:08:55 -0600 > > > > Bob Willcox wrote: > > > > > > > > > I just installed 10.1-release on a Samaung EVO 250 SSD using > > > > > the guided ZFS install steps. Unfortunately, the swap device > > > > > (it partition does exist on the drive) isn't being created: > > > > > > > > > > # cat /etc/fstab > > > > > # Device Mountpoint FStype Options > > > > > Dump Pass# /dev/ada0p2 none swap sw > > > > > 0 0 > > > > > > > > > > # ls -l /dev/ada0* > > > > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > > > > > > > # swapinfo > > > > > Device 1K-blocks Used Avail Capacity > > > > > > > > > > # gpart list > > > > > Geom name: diskid/DISK-S21NNSAFC51114F > > > > > modified: false > > > > > state: OK > > > > > fwheads: 16 > > > > > fwsectors: 63 > > > > > last: 488397134 > > > > > first: 34 > > > > > entries: 128 > > > > > scheme: GPT > > > > > Providers: > > > > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > > > > Mediasize: 524288 (512K) > > > > > Sectorsize: 512 > > > > > Stripesize: 0 > > > > > Stripeoffset: 17408 > > > > > Mode: r0w0e0 > > > > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > > > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > > > > label: gptboot0 > > > > > length: 524288 > > > > > offset: 17408 > > > > > type: freebsd-boot > > > > > index: 1 > > > > > end: 1057 > > > > > start: 34 > > > > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > > > > Mediasize: 8589934592 (8.0G) > > > > > Sectorsize: 512 > > > > > Stripesize: 0 > > > > > Stripeoffset: 541696 > > > > > Mode: r0w0e0 > > > > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > > > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > > > > label: swap0 > > > > > length: 8589934592 > > > > > offset: 541696 > > > > > type: freebsd-swap > > > > > index: 2 > > > > > end: 16778273 > > > > > start: 1058 > > > > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > > > > Mediasize: 241468856832 (225G) > > > > > Sectorsize: 512 > > > > > Stripesize: 0 > > > > > Stripeoffset: 541696 > > > > > Mode: r1w1e1 > > > > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > > > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > > > > label: zfs0 > > > > > length: 241468856832 > > > > > offset: 8590476288 > > > > > type: freebsd-zfs > > > > > index: 3 > > > > > end: 488397134 > > > > > start: 16778274 > > > > > Consumers: > > > > > 1. Name: diskid/DISK-S21NNSAFC51114F > > > > > Mediasize: 250059350016 (233G) > > > > > Sectorsize: 512 > > > > > Mode: r1w1e2 > > > > > > > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting > > > > > created? > > > > > > > > > > Thanks for any help! > > > > > > > > > > Bob > > > > > > > > > > > > > I just mounted it by diskid under /dev/diskid/... dont know if > > > > that right but it works > > > > > > Thanks for the quick response Eric, but I don't have a /dev/ada0p2 > > > device to 'mount' it on (I thought that we used the swapon > > > command to make a swap device available, not mount). > > > > > > I suspect that something that is creates the /dev/ada0p2 device is > > > what's missing, but I don't know that that is at this point. > > > > > > > :) try /dev/diskid/DISK-S21NNSAFC51114Fp2 instead of /dev/ada0p2 > > Or, as I read it, anyway; > /dev/gpt/swap0 > Looks easier. :) No /dev/gpt here the auto zfs install seems to do things diffrently for diffrent folks... From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 00:18:04 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71AB8CC8 for ; Sat, 3 Jan 2015 00:18:04 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 593D6243E for ; Sat, 3 Jan 2015 00:18:04 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id DD825BCF for ; Sat, 3 Jan 2015 00:17:07 +0000 (UTC) Date: Sat, 3 Jan 2015 00:17:06 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <726122926.36.1420244226214.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <686940117.35.1420237338813.JavaMail.jenkins@jenkins-9.freebsd.org> References: <686940117.35.1420237338813.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: Build-UFS-image #830 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 00:18:04 -0000 See ------------------------------------------ [...truncated 18805 lines...] install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 install -o root -g wheel -m 555 15 install -o root -g wheel -m 555 16 install -o root -g wheel -m 555 17 install -o root -g wheel -m 555 18 install -o root -g wheel -m 555 19 install -o root -g wheel -m 555 20 install -o root -g wheel -m 555 21 install -o root -g wheel -m 555 22 install -o root -g wheel -m 555 23 install -o root -g wheel -m 555 24 =3D=3D=3D> tests/sys/pjdfstest/tests/rename (install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 install -o root -g wheel -m 555 15 install -o root -g wheel -m 555 16 install -o root -g wheel -m 555 17 install -o root -g wheel -m 555 18 install -o root -g wheel -m 555 19 install -o root -g wheel -m 555 20 install -o root -g wheel -m 555 21 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/rename && make -f /= builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/rename/Makefile SUBDIR= =3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 install -o root -g wheel -m 555 15 install -o root -g wheel -m 555 16 install -o root -g wheel -m 555 17 install -o root -g wheel -m 555 18 install -o root -g wheel -m 555 19 install -o root -g wheel -m 555 20 install -o root -g wheel -m 555 21 =3D=3D=3D> tests/sys/pjdfstest/tests/rmdir (install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 install -o root -g wheel -m 555 15 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/rmdir && make -f /b= uilds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/rmdir/Makefile SUBDIR=3D = _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 install -o root -g wheel -m 555 15 =3D=3D=3D> tests/sys/pjdfstest/tests/symlink (install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/symlink && make -f = /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/symlink/Makefile SUBDIR= =3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 =3D=3D=3D> tests/sys/pjdfstest/tests/truncate (install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/truncate && make -f= /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/truncate/Makefile SUBD= IR=3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 555 14 =3D=3D=3D> tests/sys/pjdfstest/tests/unlink (install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/unlink && make -f /= builds/FreeBSD_stable_10/tests/sys/pjdfstest/tests/unlink/Makefile SUBDIR= =3D _RECURSING_PROGS=3D install) install -o root -g wheel -m 555 00 install -o root -g wheel -m 555 01 install -o root -g wheel -m 555 02 install -o root -g wheel -m 555 03 install -o root -g wheel -m 555 04 install -o root -g wheel -m 555 05 install -o root -g wheel -m 555 06 install -o root -g wheel -m 555 07 install -o root -g wheel -m 555 08 install -o root -g wheel -m 555 09 install -o root -g wheel -m 555 10 install -o root -g wheel -m 555 11 install -o root -g wheel -m 555 12 install -o root -g wheel -m 555 13 install -o root -g wheel -m 444 Kyuafile.auto install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/sys/pjdfst= est/tests/conf misc.sh rm -f install -l s . =3D=3D=3D> tests/sys/kern (install) install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/kern && make -f /builds/FreeBSD_sta= ble_10/tests/sys/kern/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG=3Dunix_s= eqpacket_test DEPENDFILE=3D.depend.unix_seqpacket_test .MAKE.DEPENDFILE=3D= .depend.unix_seqpacket_test install) install -s -o root -g wheel -m 555 unix_seqpacket_test =3D=3D=3D> tests/sys/netinet (install) install -o root -g wheel -m 555 fibs_test install -o root -g wheel -m 444 Kyuafile.auto (cd /builds/FreeBSD_stable_10/tests/sys/netinet && make -f /builds/FreeBSD_= stable_10/tests/sys/netinet/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG=3D= udp_dontroute DEPENDFILE=3D.depend.udp_dontroute .MAKE.DEPENDFILE=3D.depen= d.udp_dontroute install) install -s -o root -g wheel -m 555 udp_dontroute install -o root -g wheel -m 555 fibs_test install -o root -g wheel -m 444 Kyuafile.auto install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/Kyuafile = install -l s ../local/tests =3D=3D=3D> etc (install) =3D=3D=3D> etc/sendmail (install) =3D=3D=3D> etc/tests (install) install -o root -g wheel -m 444 /builds/FreeBSD_stable_10/tests/Kyuafile = cd /builds/FreeBSD_stable_10/etc/../share/man; make makedb makewhatis makewhatis cd /builds/FreeBSD_stable_10; make -f Makefile.inc1 install32 cd /builds/FreeBSD_stable_10/lib; MACHINE=3Di386 MACHINE_ARCH=3Di386 MACHIN= E_CPU=3D"i686 mmx sse sse2" MAKEOBJDIRPREFIX=3D/usr/obj/lib32 _SHLIBDIRPREF= IX=3D/usr/obj/builds/FreeBSD_stable_10/lib32 VERSION=3D"FreeBSD 10.1-STABLE= amd64 1001504" PATH=3D/usr/obj/builds/FreeBSD_stable_10/tmp/legacy/usr/sbi= n:/usr/obj/builds/FreeBSD_stable_10/tmp/legacy/usr/bin:/usr/obj/builds/Free= BSD_stable_10/tmp/legacy/usr/games:/usr/obj/builds/FreeBSD_stable_10/tmp/le= gacy/bin:/usr/obj/builds/FreeBSD_stable_10/tmp/usr/sbin:/usr/obj/builds/Fre= eBSD_stable_10/tmp/usr/bin:/usr/obj/builds/FreeBSD_stable_10/tmp/usr/games:= /usr/obj/builds/FreeBSD_stable_10/tmp/legacy/usr/sbin:/usr/obj/builds/FreeB= SD_stable_10/tmp/legacy/usr/bin:/usr/obj/builds/FreeBSD_stable_10/tmp/legac= y/usr/games:/usr/obj/builds/FreeBSD_stable_10/tmp/legacy/bin:/usr/obj/build= s/FreeBSD_stable_10/tmp/usr/sbin:/usr/obj/builds/FreeBSD_stable_10/tmp/usr/= bin:/usr/obj/builds/FreeBSD_stable_10/tmp/usr/games:/tmp/install.DPdGenep L= IBDIR=3D/usr/lib32 SHLIBDIR=3D/usr/lib32 LIBPRIVATEDIR=3D/usr/lib32/private= COMPILER_TYPE=3Dclang DTRACE=3D"dtrace -32" make AS=3D"as --32" LD=3D"ld -= m elf_i386_fbsd -Y P,/usr/obj/builds/FreeBSD_stable_10/lib32/usr/lib32" CC= =3D"cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/= obj/builds/FreeBSD_stable_10/lib32/usr/include/ -L/usr/obj/builds/FreeBSD_= stable_10/lib32/usr/lib32 -B/usr/obj/builds/FreeBSD_stable_10/lib32/usr/li= b32" CXX=3D"c++ -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isys= tem /usr/obj/builds/FreeBSD_stable_10/lib32/usr/include/ -L/usr/obj/builds= /FreeBSD_stable_10/lib32/usr/lib32 -B/usr/obj/builds/FreeBSD_stable_10/lib= 32/usr/lib32" -DCOMPAT_32BIT -DLIBRARIES_ONLY -DNO_CPU_CFLAGS -DNO_CTF -DNO= _LINT -DNO_TESTS -DWITHOUT_MAN -DWITHOUT_INFO -DWITHOUT_HTML -DNO_INCS in= stall =3D=3D=3D> csu/i386-elf (install) make[5]: /usr/obj/lib32/builds/FreeBSD_stable_10/lib/csu/i386-elf/.depend, = 7: ignoring stale .depend for /usr/obj/builds/FreeBSD_stable_10/lib32/usr/i= nclude/machine/asm.h make[5]: /usr/obj/lib32/builds/FreeBSD_stable_10/lib/csu/i386-elf/.depend, = 7: ignoring stale .depend for /usr/obj/builds/FreeBSD_stable_10/lib32/usr/i= nclude/sys/cdefs.h cc -m32 -march=3Di686 -mmmx -msse -msse2 -DCOMPAT_32BIT -isystem /usr/obj/= builds/FreeBSD_stable_10/lib32/usr/include/ -L/usr/obj/builds/FreeBSD_stab= le_10/lib32/usr/lib32 -B/usr/obj/builds/FreeBSD_stable_10/lib32/usr/lib32 = -O2 -pipe -I/builds/FreeBSD_stable_10/lib/csu/i386-elf/../common -I/build= s/FreeBSD_stable_10/lib/csu/i386-elf/../../libc/include -std=3Dgnu99 -Qunus= ed-arguments -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unuse= d-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wretu= rn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -W= cast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -W= old-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int= -Wno-unused-const-variable -c /builds/FreeBSD_stable_10/lib/csu/i386-elf/= crti.S cc: not found *** Error code 127 Stop. make[5]: stopped in /builds/FreeBSD_stable_10/lib/csu/i386-elf *** Error code 1 Stop. make[4]: stopped in /builds/FreeBSD_stable_10/lib *** Error code 1 Stop. make[3]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[2]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make[1]: stopped in /builds/FreeBSD_stable_10 *** Error code 1 Stop. make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 03:48:24 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACB1316C for ; Sat, 3 Jan 2015 03:48:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 9A7BB2264 for ; Sat, 3 Jan 2015 03:48:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id A2D74CEC for ; Sat, 3 Jan 2015 03:44:26 +0000 (UTC) Date: Sat, 3 Jan 2015 03:44:23 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <1955365331.38.1420256664418.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1422739778.37.1420250492763.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1422739778.37.1420250492763.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : Build-UFS-image #832 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 03:48:24 -0000 See From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 04:42:12 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 040DFD13 for ; Sat, 3 Jan 2015 04:42:12 +0000 (UTC) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5002D0D for ; Sat, 3 Jan 2015 04:42:11 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id rd18so17380469iec.36 for ; Fri, 02 Jan 2015 20:42:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nvTyRkGMYigvrsTwdwQjN66CM+yG/6INdIFsWRrGdA4=; b=BPZLEj84yiUTfVW/aNE2PADkHyuLc/Ad3evAxmqwYpFFKS6klm4QGo1aV9FHlg9QuI oXlhW09SIjf3mR2pVPtaRTIBuaWWzsBJPT9KWchm5LnjPK5R+jD8Gkobq46427yBEe72 7R6c1NWGsNtB+dX5ZJLS902lz+74LyF7SnUmu6rTFLKeJIQL6tlVNatPaCOrpyfHSlnf PQlhUNe+a6e6tZJeXVNEIfauT+AC/ug5kupblq/i+pa57jzf2g/9x5LdRciWklSuSRRk Z6FiMKvcAKd3rwX8ebiilbbRDjlym4rNov+gCQ9n5loiD3bUHSkbJJ1U9lBF0V6tzQEY nS0A== MIME-Version: 1.0 X-Received: by 10.50.30.202 with SMTP id u10mr1756032igh.35.1420260131249; Fri, 02 Jan 2015 20:42:11 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.107.52.19 with HTTP; Fri, 2 Jan 2015 20:42:11 -0800 (PST) In-Reply-To: <54A719FE.4070307@free.fr> References: <620F82BB-1D53-4F2A-9C67-51D5EC3C3144@lists.zabbadoz.net> <7A7DD8BC-D990-4C6A-8452-F8336ECB7D08@lists.zabbadoz.net> <0717155F-4247-467A-A37D-FF1F34104403@orthanc.ca> <20150102150945.P82172@sola.nimnet.asn.au> <54A6820D.503@free.fr> <20150102232655.O82172@sola.nimnet.asn.au> <54A719FE.4070307@free.fr> Date: Fri, 2 Jan 2015 20:42:11 -0800 X-Google-Sender-Auth: Yztur65WmZBCfYMi3vA3X8IZJwQ Message-ID: Subject: Re: COMPAT_FREEBSD8 [was: Re: IPSec and racoon issue...] From: Kevin Oberman To: Claude Buisson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD-STABLE Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 04:42:12 -0000 On Fri, Jan 2, 2015 at 2:21 PM, Claude Buisson wrote: > On 01/02/2015 18:59, Kevin Oberman wrote: > >> On Fri, Jan 2, 2015 at 4:44 AM, Ian Smith wrote: >> >> On Fri, 2 Jan 2015 12:33:33 +0100, Claude Buisson wrote: >>> > On 01/02/2015 05:49, Kevin Oberman wrote: >>> > > >>> > > Thanks to the magic of symbol versioning, I don't think there has a >>> > > COMPAT_FREEBSD8 or COMPAT_FREEBSD9. With luck and care, there >>> should >>> never >>> > > be one again. >>> > >>> > Have a look at sys/conf/NOTES in -head, to find: >>> > >>> > COMPAT_FREEBSD9 >>> > COMPAT_FREEBSD10 >>> > >>> > added by r273603 on Oct 24 >>> > >>> > but no COMPAT_FREEBSD8 >>> >>> Interesting, thanks guys. Maybe 8 and 9 come to the same thing in this >>> respect. FWIW, pascal binaries built on 8.2 i386 run fine on 9.3 amd64, >>> but mine are just maths and file I/O. Not sure why I was surprised .. >>> >>> cheers, Ian >>> >>> >> How odd! 10-STABLE has no reference to COMPAT_FREEBSD9. >> >> Very few things should need any COMPAT_FREEBSD options. For a long time on >> 8 and 9 I only needed COMPAT_FREEBSD for a single port. >> >> > In my understanding, the COMPAT_FREEBSDxx kernel options are not for ports, > but apply to the kernel syscalls interface and are needed to run old > binaries > compiled on previous versions of FreeBSD. This is different from the > libraries > versionning. > > I'll try to take a look at why COMPAT_FREEBSD9 and 10 have been added to >> head. >> -- >> R. Kevin Oberman, Network Engineer, Retired >> E-mail: rkoberman@gmail.com >> > > CBu > You are correct. Senior moment here confusing the kernel COMPAT_FREEBSD options with the misc/compat ports. And now I understand why no COMPAT_FREEBSD9 option is needed in 10 but is in head. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 08:04:24 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F897BA4 for ; Sat, 3 Jan 2015 08:04:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8E402293F for ; Sat, 3 Jan 2015 08:04:24 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 81F6BDF9 for ; Sat, 3 Jan 2015 08:01:33 +0000 (UTC) Date: Sat, 3 Jan 2015 08:01:31 +0000 (GMT) From: jenkins-admin@freebsd.org To: freebsd-stable@freebsd.org Message-ID: <1600243256.42.1420272091457.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Jenkins build is back to normal : Build-UFS-image #834 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Jenkins-Job: Build-UFS-image X-Jenkins-Result: SUCCESS X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 08:04:24 -0000 See From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 16:21:09 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 923D58FD; Sat, 3 Jan 2015 16:21:09 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 816211054; Sat, 3 Jan 2015 16:21:09 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id DE585235; Sat, 3 Jan 2015 16:21:09 +0000 (UTC) Date: Sat, 3 Jan 2015 16:20:50 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, mav@FreeBSD.org Message-ID: <426315612.48.1420302069727.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_10 #1091 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 16:21:09 -0000 See Changes: [mav] MFC r274036 (by trasz): s/icl_pdu_new_bhs/icl_pdu_new/; no functional changes, just a little nicer code. [mav] MFC r276141: Hide block device VPD pages for non-block devices. [mav] MFC r275953: Replace ctl_min() macro with MIN(). [mav] MFC r275943: Constify some static data. [mav] MFC r275942: Reduce number of places where global control_softc is us= ed. At some point we may want to have several CTL instances, and that is not really impossible. [mav] MFC r275864: Make sequence numbers checks more strict. While we don't support MCS, hole in received sequence numbers may mean only PDU loss. While we don't support lost PDU recovery, terminate the connection to avoid stuck commands. While there, improve handling of sequence numbers wrap after 2^32 PDUs. ------------------------------------------ [...truncated 267603 lines...] --- tbutils.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h = -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcm= odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchrono= us-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -Werror --- modules-all --- --- sci_util.o --- ctfconvert -L VERSION -g sci_util.o --- scic_sds_controller.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_JUNIPER_me.o --- radeonkmsfw_JUNIPER_me.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_JUNIPER_me.ko.debug JUNIPER_me.bin= .fwo radeonkmsfw_JUNIPER_me.o ctfmerge -L VERSION -g -o radeonkmsfw_JUNIPER_me.ko.debug JUNIPER_me.bin.fw= o radeonkmsfw_JUNIPER_me.o :> export_syms awk -f radeonkmsfw_JUNIPER_me.ko.debug export_syms | xargs -J% objcopy = % radeonkmsfw_JUNIPER_me.ko.debug --- radeonkmsfw_JUNIPER_me.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_JUNIPER_me.ko.debug radeonkmsfw_JUNIP= ER_me.ko.symbols --- radeonkmsfw_JUNIPER_me.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_JUNIPER_me.ko.symbo= ls radeonkmsfw_JUNIPER_me.ko.debug radeonkmsfw_JUNIPER_me.ko =3D=3D=3D> drm2/radeonkmsfw/JUNIPER_pfp (all) --- JUNIPER_pfp.bin --- uudecode -p > JUNIPER_pfp.bin --- JUNIPER_pfp.bin.fwo --- JUNIPER_pfp.bin JUNIPER_pfp.bin --- radeonkmsfw_JUNIPER_pfp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_JUNIPER_pfp.c --- tbutils.o --- ctfconvert -L VERSION -g tbutils.o --- modules-all --- --- all_subdir_iscsi --- =3D=3D=3D> iscsi (all) --- iscsi.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I= . -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-m= mx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -f= stack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-p= rotector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option= -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -c --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_JUNIPER_pfp.o --- radeonkmsfw_JUNIPER_pfp.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_JUNIPER_pfp.ko.debug JUNIPER_pfp.b= in.fwo radeonkmsfw_JUNIPER_pfp.o ctfmerge -L VERSION -g -o radeonkmsfw_JUNIPER_pfp.ko.debug JUNIPER_pfp.bin.= fwo radeonkmsfw_JUNIPER_pfp.o :> export_syms awk -f radeonkmsfw_JUNIPER_pfp.ko.debug export_syms | xargs -J% objcopy= % radeonkmsfw_JUNIPER_pfp.ko.debug --- radeonkmsfw_JUNIPER_pfp.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_JUNIPER_pfp.ko.debug radeonkmsfw_JUNI= PER_pfp.ko.symbols --- radeonkmsfw_JUNIPER_pfp.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_JUNIPER_pfp.ko.symb= ols radeonkmsfw_JUNIPER_pfp.ko.debug radeonkmsfw_JUNIPER_pfp.ko =3D=3D=3D> drm2/radeonkmsfw/JUNIPER_rlc (all) --- JUNIPER_rlc.bin --- uudecode -p > JUNIPER_rlc.bin --- JUNIPER_rlc.bin.fwo --- JUNIPER_rlc.bin JUNIPER_rlc.bin --- radeonkmsfw_JUNIPER_rlc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_JUNIPER_rlc.c ctfconvert -L VERSION -g radeonkmsfw_JUNIPER_rlc.o --- radeonkmsfw_JUNIPER_rlc.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_JUNIPER_rlc.ko.debug JUNIPER_rlc.b= in.fwo radeonkmsfw_JUNIPER_rlc.o ctfmerge -L VERSION -g -o radeonkmsfw_JUNIPER_rlc.ko.debug JUNIPER_rlc.bin.= fwo radeonkmsfw_JUNIPER_rlc.o :> export_syms awk -f radeonkmsfw_JUNIPER_rlc.ko.debug export_syms | xargs -J% objcopy= % radeonkmsfw_JUNIPER_rlc.ko.debug --- radeonkmsfw_JUNIPER_rlc.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_JUNIPER_rlc.ko.debug radeonkmsfw_JUNI= PER_rlc.ko.symbols --- radeonkmsfw_JUNIPER_rlc.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_JUNIPER_rlc.ko.symb= ols radeonkmsfw_JUNIPER_rlc.ko.debug radeonkmsfw_JUNIPER_rlc.ko =3D=3D=3D> drm2/radeonkmsfw/PALM_me (all) --- PALM_me.bin --- uudecode -p > PALM_me.bin --- PALM_me.bin.fwo --- PALM_me.bin PALM_me.bin --- radeonkmsfw_PALM_me.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_PALM_me.c ctfconvert -L VERSION -g radeonkmsfw_PALM_me.o --- radeonkmsfw_PALM_me.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_PALM_me.ko.debug PALM_me.bin.fwo r= adeonkmsfw_PALM_me.o ctfmerge -L VERSION -g -o radeonkmsfw_PALM_me.ko.debug PALM_me.bin.fwo rade= onkmsfw_PALM_me.o :> export_syms awk -f radeonkmsfw_PALM_me.ko.debug export_syms | xargs -J% objcopy % r= adeonkmsfw_PALM_me.ko.debug --- radeonkmsfw_PALM_me.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_PALM_me.ko.debug radeonkmsfw_PALM_me.= ko.symbols --- radeonkmsfw_PALM_me.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_PALM_me.ko.symbols = radeonkmsfw_PALM_me.ko.debug radeonkmsfw_PALM_me.ko =3D=3D=3D> drm2/radeonkmsfw/PALM_pfp (all) --- PALM_pfp.bin --- uudecode -p > PALM_pfp.bin --- PALM_pfp.bin.fwo --- PALM_pfp.bin PALM_pfp.bin --- radeonkmsfw_PALM_pfp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_PALM_pfp.c --- all_subdir_isci --- ctfconvert -L VERSION -g scic_sds_controller.o --- scic_sds_library.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_PALM_pfp.o --- radeonkmsfw_PALM_pfp.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_PALM_pfp.ko.debug PALM_pfp.bin.fwo= radeonkmsfw_PALM_pfp.o ctfmerge -L VERSION -g -o radeonkmsfw_PALM_pfp.ko.debug PALM_pfp.bin.fwo ra= deonkmsfw_PALM_pfp.o :> export_syms awk -f radeonkmsfw_PALM_pfp.ko.debug export_syms | xargs -J% objcopy % = radeonkmsfw_PALM_pfp.ko.debug --- radeonkmsfw_PALM_pfp.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_PALM_pfp.ko.debug radeonkmsfw_PALM_pf= p.ko.symbols --- radeonkmsfw_PALM_pfp.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_PALM_pfp.ko.symbols= radeonkmsfw_PALM_pfp.ko.debug radeonkmsfw_PALM_pfp.ko =3D=3D=3D> drm2/radeonkmsfw/PITCAIRN_ce (all) --- PITCAIRN_ce.bin --- uudecode -p > PITCAIRN_ce.bin --- PITCAIRN_ce.bin.fwo --- PITCAIRN_ce.bin PITCAIRN_ce.bin --- radeonkmsfw_PITCAIRN_ce.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_PITCAIRN_ce.c --- all_subdir_isci --- ctfconvert -L VERSION -g scic_sds_library.o --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_PITCAIRN_ce.o --- radeonkmsfw_PITCAIRN_ce.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_PITCAIRN_ce.ko.debug PITCAIRN_ce.b= in.fwo radeonkmsfw_PITCAIRN_ce.o --- all_subdir_isci --- --- scic_sds_pci.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- ctfmerge -L VERSION -g -o radeonkmsfw_PITCAIRN_ce.ko.debug PITCAIRN_ce.bin.= fwo radeonkmsfw_PITCAIRN_ce.o :> export_syms awk -f radeonkmsfw_PITCAIRN_ce.ko.debug export_syms | xargs -J% objcopy= % radeonkmsfw_PITCAIRN_ce.ko.debug --- radeonkmsfw_PITCAIRN_ce.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_PITCAIRN_ce.ko.debug radeonkmsfw_PITC= AIRN_ce.ko.symbols --- radeonkmsfw_PITCAIRN_ce.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_PITCAIRN_ce.ko.symb= ols radeonkmsfw_PITCAIRN_ce.ko.debug radeonkmsfw_PITCAIRN_ce.ko =3D=3D=3D> drm2/radeonkmsfw/PITCAIRN_mc (all) --- PITCAIRN_mc.bin --- uudecode -p > PITCAIRN_mc.bin --- PITCAIRN_mc.bin.fwo --- PITCAIRN_mc.bin PITCAIRN_mc.bin --- radeonkmsfw_PITCAIRN_mc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_PITCAIRN_mc.c --- all_subdir_isci --- ctfconvert -L VERSION -g scic_sds_pci.o --- scic_sds_phy.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_PITCAIRN_mc.o --- all_subdir_iscsi --- ctfconvert -L VERSION -g iscsi.o --- all_subdir_drm2 --- --- radeonkmsfw_PITCAIRN_mc.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_PITCAIRN_mc.ko.debug PITCAIRN_mc.b= in.fwo radeonkmsfw_PITCAIRN_mc.o ctfmerge -L VERSION -g -o radeonkmsfw_PITCAIRN_mc.ko.debug PITCAIRN_mc.bin.= fwo radeonkmsfw_PITCAIRN_mc.o :> export_syms awk -f radeonkmsfw_PITCAIRN_mc.ko.debug export_syms | xargs -J% objcopy= % radeonkmsfw_PITCAIRN_mc.ko.debug --- all_subdir_iscsi --- --- icl.o --- --- all_subdir_drm2 --- --- radeonkmsfw_PITCAIRN_mc.ko.symbols --- --- all_subdir_iscsi --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I= . -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-m= mx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -f= stack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-p= rotector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option= -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -c --- all_subdir_drm2 --- objcopy --only-keep-debug radeonkmsfw_PITCAIRN_mc.ko.debug radeonkmsfw_PITC= AIRN_mc.ko.symbols --- radeonkmsfw_PITCAIRN_mc.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_PITCAIRN_mc.ko.symb= ols radeonkmsfw_PITCAIRN_mc.ko.debug radeonkmsfw_PITCAIRN_mc.ko =3D=3D=3D> drm2/radeonkmsfw/PITCAIRN_me (all) --- PITCAIRN_me.bin --- uudecode -p > PITCAIRN_me.bin --- PITCAIRN_me.bin.fwo --- PITCAIRN_me.bin PITCAIRN_me.bin --- radeonkmsfw_PITCAIRN_me.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_PITCAIRN_me.c ctfconvert -L VERSION -g radeonkmsfw_PITCAIRN_me.o --- all_subdir_iscsi --- :155:1: error: static declaration of 'icl_pdu_new' foll= ows non-static declaration icl_pdu_new(struct icl_conn *ic, int flags) ^ @/dev/iscsi/icl.h:60:18: note: previous declaration is here struct icl_pdu *icl_pdu_new(struct icl_conn *ic, int flags); ^ --- all_subdir_ipfilter --- --- ip_nat6.o --- ctfconvert -L VERSION -g ip_nat6.o --- all_subdir_drm2 --- --- radeonkmsfw_PITCAIRN_me.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_PITCAIRN_me.ko.debug PITCAIRN_me.b= in.fwo radeonkmsfw_PITCAIRN_me.o ctfmerge -L VERSION -g -o radeonkmsfw_PITCAIRN_me.ko.debug PITCAIRN_me.bin.= fwo radeonkmsfw_PITCAIRN_me.o :> export_syms awk -f radeonkmsfw_PITCAIRN_me.ko.debug export_syms | xargs -J% objcopy= % radeonkmsfw_PITCAIRN_me.ko.debug --- all_subdir_iscsi --- 1 error generated. *** [icl.o] Error code 1 make[4]: stopped in 1 error make[4]: stopped in --- all_subdir_drm2 --- --- radeonkmsfw_PITCAIRN_me.ko.symbols --- --- all_subdir_iscsi --- *** [all_subdir_iscsi] Error code 2 make[3]: stopped in --- all_subdir_drm2 --- objcopy --only-keep-debug radeonkmsfw_PITCAIRN_me.ko.debug radeonkmsfw_PITC= AIRN_me.ko.symbols A failure has been detected in another branch of the parallel make make[6]: stopped in *** [_sub.all] Error code 2 make[5]: stopped in 1 error make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_drm2] Error code 2 make[3]: stopped in --- all_subdir_ipfilter --- A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_ipfilter] Error code 2 make[3]: stopped in --- all_subdir_isci --- ctfconvert -L VERSION -g scic_sds_phy.o A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_isci] Error code 2 make[3]: stopped in 4 errors make[3]: stopped in *** [modules-all] Error code 2 make[2]: stopped in /usr/obj 1 error make[2]: stopped in /usr/obj *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 17:08:55 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA218922 for ; Sat, 3 Jan 2015 17:08:55 +0000 (UTC) Received: from bizet.nethelp.no (bizet.nethelp.no [195.1.209.33]) by mx1.freebsd.org (Postfix) with SMTP id BD03F646DD for ; Sat, 3 Jan 2015 17:08:53 +0000 (UTC) Received: (qmail 45359 invoked from network); 3 Jan 2015 17:02:10 -0000 Received: from bizet.nethelp.no (HELO localhost) (195.1.209.33) by bizet.nethelp.no with SMTP; 3 Jan 2015 17:02:10 -0000 Date: Sat, 03 Jan 2015 18:02:10 +0100 (CET) Message-Id: <20150103.180210.74719874.sthaug@nethelp.no> To: freebsd-stable@freebsd.org Subject: 10.1-STABLE/i386 GENERIC + VIMAGE: Panic when going multiuser From: sthaug@nethelp.no X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 17:08:55 -0000 I have a reproducible crash in 10.1-STABLE/i386, svn updated to r276174. The kernel is based on GENERIC with *one* line added: options VIMAGE. I can boot to single user with no problem. Going multiuser results in immediate crash with backtrace #0 0xc0b59be2 at kdb_backtrace+0x52 #1 0xc0b1b65f at panic+0x11f #2 0xc0dd1666 at vm_fault_hold+0x2076 #3 0xc0dcf5b1 at vm_fault+0x81 #4 0xc103008b at trap_pfault+0x1bb #5 0xc102f8e4 at trap+0x674 #6 0xc101ad0c at calltrap+0x6 #7 0xc0d0ca7a at sysctl_ip6_temppltime+0x3a #8 0xc0b28031 at sysctl_root+0x2b1 #9 0xc0b2862a at userland_sysctl+0x1fa #10 0xc0b283e8 at sys___sysctl+0x98 #11 0xc1030986 at syscall+0x4a6 #12 0xc101ada1 at Xint0x80_syscall+0x21 The full core.txt.1 is included below. /var/crash/vmcore.1 is also available if anybody is interested. Is this a known problem? The server boots a GENERIC kernel built from the same source code with no problems. Steinar Haug, Nethelp consulting, sthaug@nethelp.no ---------------------------------------------------------------------- verdi.nethelp.no dumped core - see /var/crash/vmcore.1 Sat Jan 3 16:42:48 CET 2015 FreeBSD verdi.nethelp.no 10.1-STABLE FreeBSD 10.1-STABLE #0 r276174: Sat Jan 3 16:00:06 CET 2015 root@verdi.nethelp.no:/usr/src/sys/i386/compile/GENERICV i386 panic: vm_fault: fault on nofault entry, addr: cc10f000 GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... Unread portion of the kernel message buffer: Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.1-STABLE #0 r276174: Sat Jan 3 16:00:06 CET 2015 root@verdi.nethelp.no:/usr/src/sys/i386/compile/GENERICV i386 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.06-MHz 686-class CPU) Origin="GenuineIntel" Id=0xf47 Family=0xf Model=0x4 Stepping=7 Features=0xbfebfbff Features2=0x641d AMD Features=0x20100000 AMD Features2=0x1 TSC: P-state invariant real memory = 2147483648 (2048 MB) avail memory = 2083926016 (1987 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. ioapic0: Changing APIC ID to 8 ioapic0 irqs 0-23 on motherboard lapic0: Forcing LINT1 to edge trigger kbd1 at kbdmux0 random: initialized acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, f00000 (3) failed acpi0: reservation of 1000000, 7ee8cc00 (3) failed cpu0: on acpi0 cpu1: on acpi0 atrtc0: port 0x70-0x7f irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 em0: port 0xdcc0-0xdcdf mem 0xfe880000-0xfe89ffff,0xfe8a0000-0xfe8bffff irq 16 at device 0.0 on pci2 em0: Using an MSI interrupt em0: Ethernet address: 00:15:17:36:bc:e8 em1: port 0xdce0-0xdcff mem 0xfe8c0000-0xfe8dffff,0xfe8e0000-0xfe8fffff irq 17 at device 0.1 on pci2 em1: Using an MSI interrupt em1: Ethernet address: 00:15:17:36:bc:e9 pcib3: irq 16 at device 28.4 on pci0 pci3: on pcib3 bge0: mem 0xfe7f0000-0xfe7fffff irq 16 at device 0.0 on pci3 bge0: CHIP ID 0x00004101; ASIC REV 0x04; CHIP REV 0x41; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 00:10:18:1c:60:ce pcib4: irq 17 at device 28.5 on pci0 pci4: on pcib4 bge1: mem 0xfe6f0000-0xfe6fffff irq 17 at device 0.0 on pci4 bge1: CHIP ID 0x00004001; ASIC REV 0x04; CHIP REV 0x40; PCI-E miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: Ethernet address: 00:13:72:20:b4:6f uhci0: port 0xff80-0xff9f irq 21 at device 29.0 on pci0 usbus0 on uhci0 uhci1: port 0xff60-0xff7f irq 22 at device 29.1 on pci0 usbus1 on uhci1 uhci2: port 0xff40-0xff5f irq 18 at device 29.2 on pci0 usbus2 on uhci2 uhci3: port 0xff20-0xff3f irq 23 at device 29.3 on pci0 usbus3 on uhci3 ehci0: mem 0xffa80800-0xffa80bff irq 21 at device 29.7 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci0 pcib5: at device 30.0 on pci0 pci5: on pcib5 vgapci0: port 0xcc80-0xccff mem 0xfc000000-0xfdffffff,0xfe4c0000-0xfe4fffff at device 7.0 on pci5 vgapci0: Boot video device isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device 31.1 on pci0 ata0: at channel 0 on atapci0 atapci1: port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf irq 20 at device 31.2 on pci0 ata2: at channel 0 on atapci1 ata3: at channel 1 on atapci1 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xcafff,0xcb000-0xcbfff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen2.1: at usbus2 ugen1.1: at usbus1 uhub1: on usbus1 ugen4.1: at usbus4 uhub2: on usbus4 ugen3.1: at usbus3 uhub3: on usbus3 uhub4: on usbus2 cd0 at ata0 bus 0 scbus0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present ada0 at ata2 bus 0 scbus1 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: Serial Number 9QM098KE ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ata3 bus 0 scbus2 target 0 lun 0 ada1: ATA-8 SATA 2.x device ada1: Serial Number 9QM0D4DL ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada1: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 lapic1: Forcing LINT1 to edge trigger SMP: AP CPU #1 Launched! Timecounter "TSC-low" frequency 1396528035 Hz quality 1000 uhub1: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered Root mount waiting for: usbus4 Root mount waiting for: usbus4 Root mount waiting for: usbus4 uhub2: 8 ports with 8 removable, self powered Trying to mount root from ufs:/dev/ada0s1a [rw]... <118>Setting hostuuid: 44454c4c-4400-104a-8054-b8c04f43324a. <118>Setting hostid: 0xde1f5676. <118>Entropy harvesting: interrupts ethernet point_to_point panic: vm_fault: fault on nofault entry, addr: cc10f000 cpuid = 1 KDB: stack backtrace: #0 0xc0b59be2 at kdb_backtrace+0x52 #1 0xc0b1b65f at panic+0x11f #2 0xc0dd1666 at vm_fault_hold+0x2076 #3 0xc0dcf5b1 at vm_fault+0x81 #4 0xc103008b at trap_pfault+0x1bb #5 0xc102f8e4 at trap+0x674 #6 0xc101ad0c at calltrap+0x6 #7 0xc0d0ca7a at sysctl_ip6_temppltime+0x3a #8 0xc0b28031 at sysctl_root+0x2b1 #9 0xc0b2862a at userland_sysctl+0x1fa #10 0xc0b283e8 at sys___sysctl+0x98 #11 0xc1030986 at syscall+0x4a6 #12 0xc101ada1 at Xint0x80_syscall+0x21 Uptime: 7s Physical memory: 2026 MB Dumping 72 MB: 57 41 25 9 #0 doadump (textdump=-961848576) at pcpu.h:233 233 pcpu.h: No such file or directory. in pcpu.h (kgdb) #0 doadump (textdump=-961848576) at pcpu.h:233 #1 0xc0b1b2cd in kern_reboot (howto=260) at ../../../kern/kern_shutdown.c:452 #2 0xc0b1b69d in panic (fmt=) at ../../../kern/kern_shutdown.c:759 #3 0xc0dd1666 in vm_fault_hold (map=, vaddr=, fault_type=, fault_flags=, m_hold=) at ../../../vm/vm_fault.c:341 #4 0xc0dcf5b1 in vm_fault (map=0xc1a6d000, vaddr=, fault_type=0 '\0', fault_flags=) at ../../../vm/vm_fault.c:281 #5 0xc103008b in trap_pfault (frame=, usermode=0, eva=3337976768) at ../../../i386/i386/trap.c:914 #6 0xc102f8e4 in trap (frame=0xee3b4a34) at ../../../i386/i386/trap.c:532 #7 0xc101ad0c in calltrap () at ../../../i386/i386/exception.s:170 #8 0xc102d8d3 in copyout () at ../../../i386/i386/support.s:315 Previous frame inner to this frame (corrupt stack?) Current language: auto; currently minimal (kgdb) ------------------------------------------------------------------------ ps -axlww UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND 0 0 0 0 -8 0 0 1165024 - DLs - 0:00.01 [kernel] 0 1 0 0 20 0 9364 4180960 wait DLs - 0:00.00 [init] 0 2 0 0 -16 0 0 1165024 - DL - 0:00.01 [cam] 0 3 0 0 -16 0 0 1165024 - DL - 0:00.00 [fdc0] 0 4 0 0 -16 0 0 1165024 waiting_ DL - 0:00.00 [sctp_iterator] 0 5 0 0 -16 0 0 1165024 psleep DL - 0:00.00 [pagedaemon] 0 6 0 0 -16 0 0 1165024 psleep DL - 0:00.00 [vmdaemon] 0 7 0 0 155 0 0 1165024 pgzero DL - 0:00.00 [pagezero] 0 8 0 0 -16 0 0 1165024 psleep DL - 0:00.00 [bufdaemon] 0 9 0 0 -16 0 0 1165024 vlruwt DL - 0:00.00 [vnlru] 0 10 0 0 -16 0 0 1165024 audit_wo DL - 0:00.00 [audit] 0 11 0 0 155 0 0 1165024 - RL - 0:07.56 [idle] 0 12 0 0 -84 0 0 1165024 - WL - 0:00.01 [intr] 0 13 0 0 -8 0 0 1165024 - DL - 0:00.02 [geom] 0 14 0 0 -16 0 0 1165024 - DL - 0:00.00 [rand_harvestq] 0 15 0 0 -68 0 0 1165024 - DL - 0:00.01 [usb] 0 16 0 0 16 0 0 1165024 syncer DL - 0:00.00 [syncer] 0 17 1 0 52 0 10520 0 wait Ds+ - 0:00.02 [sh] 0 37 17 0 52 0 10520 745920 wait D+ - 0:00.01 [sh] 0 42 37 0 52 0 10520 989760 wait D+ - 0:00.00 [sh] 0 44 37 0 52 0 10024 4155184 piperd D+ - 0:00.00 [dd] 0 45 42 0 72 0 10020 4182176 - R+ - 0:00.01 [sysctl] ------------------------------------------------------------------------ vmstat -s 12039 cpu context switches 1413 device interrupts 108 software interrupts 2098 traps 15495 system calls 16 kernel threads created 21 fork() calls 8 vfork() calls 0 rfork() calls 0 swap pager pageins 0 swap pager pages paged in 0 swap pager pageouts 0 swap pager pages paged out 88 vnode pager pageins 695 vnode pager pages paged in 0 vnode pager pageouts 0 vnode pager pages paged out 0 page daemon wakeups 0 pages examined by the page daemon 0 pages reactivated 655 copy-on-write faults 2 copy-on-write optimized faults 1406 zero fill pages zeroed 69 zero fill pages prezeroed 0 intransit blocking page faults 2682 total VM faults taken 71 page faults requiring I/O 0 pages affected by kernel thread creation 764 pages affected by fork() 272 pages affected by vfork() 0 pages affected by rfork() 0 pages cached 11851 pages freed 0 pages freed by daemon 0 pages freed by exiting processes 339 pages active 1041 pages inactive 0 pages in VM cache 3544 pages wired down 504928 pages free 4096 bytes per page 1129 total name lookups cache hits (74% pos + 3% neg) system 0% per-directory deletions 0%, falsehits 0%, toolong 0% ------------------------------------------------------------------------ vmstat -m Type InUse MemUse HighUse Requests Size(s) isadev 9 1K - 9 64 kbdmux 6 22K - 6 16,256,1024,2048,16384 cdev 5 1K - 5 128 filedesc 22 22K - 46 1024 kdtrace 99 21K - 123 64,256 kenv 87 7K - 101 16,32,64,128,4096 proc-args 4 1K - 20 32,64,128 LED 4 1K - 4 16,64 hhook 2 1K - 2 128 ithread 76 7K - 76 16,64,128 entropy 1026 65K - 1026 16,64 KTRACE 100 13K - 100 128 acpiintr 1 1K - 1 32 linker 146 5K - 148 16,32,256 acpica 1718 91K - 46389 16,32,64,128,256,512,1024 lockf 2 1K - 2 64 loginclass 2 1K - 2 64 devbuf 2396 1070K - 2476 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 temp 23 225K - 222 16,32,64,128,256,512,1024,2048,16384,65536 ip6ndp 5 1K - 5 64 module 526 34K - 526 64,128 mtx_pool 2 8K - 2 4096 CAM path 10 1K - 57 16 pmchooks 1 1K - 1 64 pgrp 2 1K - 2 64 session 2 1K - 2 128 proc 2 8K - 2 4096 subproc 53 96K - 77 256,4096 cred 10 1K - 90 64,128 plimit 2 1K - 2 256 uidinfo 2 2K - 2 64,1024 ata_pci 2 1K - 2 32 acpitask 1 4K - 1 4096 sysctl 0 0K - 22 16,32,64 sysctloid 4128 129K - 4210 16,32,64,128 sysctltmp 0 0K - 67 16,32,64,128,4096 acpisem 20 3K - 20 64,128 tidhash 1 8K - 1 8192 callout 3 1052K - 3 umtx 160 15K - 160 64,128 p1003.1b 1 1K - 1 16 bus 1568 158K - 4787 16,32,64,128,256,1024 bus-sc 70 291K - 2757 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 CAM periph 8 1K - 24 16,32,64,128 devstat 8 17K - 8 16,4096 eventhandler 90 5K - 90 32,64,128 acpidev 30 1K - 30 32 kobj 368 736K - 580 2048 feeder 7 1K - 7 16 Per-cpu 1 1K - 1 16 rman 182 11K - 547 16,32,64 sbuf 0 0K - 1250 16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536 stack 0 0K - 2 128 taskqueue 25 2K - 25 16,128 Unitno 19 2K - 33 16,64 iov 0 0K - 1019 64 msg 4 25K - 4 1024,4096,16384 sem 4 101K - 4 1024,4096 shm 1 16K - 1 16384 tty 18 9K - 20 512,1024 shmfd 1 4K - 1 4096 pcb 14 204K - 14 16,64,512,1024,4096,65536 vfscache 1 512K - 1 vfs_hash 1 256K - 1 vnodes 1 1K - 1 128 mount 16 1K - 22 16,32,64,128,256 BPF 5 1K - 5 64 ifnet 6 6K - 6 64,1024 ifaddr 66 9K - 66 16,32,64,128,256,512,1024,2048 clone 7 1K - 7 128 arpcom 4 1K - 4 16 lltable 10 3K - 10 256 DEVFS3 135 17K - 136 128 DEVFS1 116 29K - 116 256 DEVFS 23 1K - 24 16,64 routetbl 7 2K - 7 256 vnet 1 1K - 1 32 vnet_data 1 32K - 1 32768 vnet_data_free 1 1K - 1 16 igmp 5 1K - 5 128 sctp_vrf 1 1K - 1 64 hostcache 1 16K - 1 16384 syncache 1 64K - 1 65536 mld 5 1K - 5 128 rpc 2 16K - 2 8192 audit_evclass 187 3K - 229 16 ufs_dirhash 6 2K - 6 16,512 ufs_quota 1 256K - 1 ufs_mount 3 13K - 3 256,4096,8192 vm_pgdata 1 64K - 1 65536 atkbddev 2 1K - 2 32 pfs_nodes 21 3K - 21 128 GEOM 222 55K - 893 16,32,64,128,256,512,1024,2048,8192 CAM queue 11 2K - 35 16,256 CAM dev queue 4 1K - 4 64 raid_data 0 0K - 138 16,128 CAM SIM 4 1K - 4 128 scsi_cd 0 0K - 5 16 UART 3 2K - 3 16,512,1024 memdesc 1 4K - 1 4096 pci_link 16 2K - 16 64,128 apmdev 1 1K - 1 64 madt_table 0 0K - 1 2048 CAM XPT 30 2K - 126 16,32,128,256,512,1024,2048,65536 io_apic 1 1K - 1 1024 CAM DEV 7 14K - 14 2048 MCA 4 1K - 4 128 msi 2 1K - 2 64 nexusdev 3 1K - 3 16 CAM CCB 0 0K - 726 2048 USB 30 12K - 30 16,64,256,2048 USBdev 25 2K - 25 32,128,256 ------------------------------------------------------------------------ vmstat -z ITEM SIZE LIMIT USED FREE REQ FAIL SLEEP UMA Kegs: 256, 0, 104, 1, 104, 0, 0 UMA Zones: 432, 0, 104, 4, 104, 0, 0 UMA Slabs: 56, 0, 405, 27, 480, 0, 0 UMA RCntSlabs: 64, 0, 0, 0, 0, 0, 0 UMA Hash: 128, 0, 7, 24, 7, 0, 0 4 Bucket: 16, 0, 15, 741, 105, 0, 0 6 Bucket: 24, 0, 1, 335, 121, 0, 0 8 Bucket: 32, 0, 4, 626, 180, 0, 0 12 Bucket: 48, 0, 0, 0, 0, 0, 0 16 Bucket: 64, 0, 14, 553, 33, 8, 0 32 Bucket: 128, 0, 9, 270, 18, 0, 0 64 Bucket: 256, 0, 22, 113, 68, 0, 0 128 Bucket: 512, 0, 18, 46, 40, 0, 0 256 Bucket: 1024, 0, 29, 7, 97, 0, 0 vmem btag: 28, 0, 1598, 274, 1598, 12, 0 VM OBJECT: 156, 0, 317, 58, 611, 0, 0 RADIX NODE: 44, 504504, 804, 288, 2995, 0, 0 MAP: 144, 0, 3, 81, 3, 0, 0 KMAP ENTRY: 76, 0, 5, 154, 5, 0, 0 MAP ENTRY: 76, 0, 72, 193, 817, 0, 0 VMSPACE: 240, 0, 6, 122, 31, 0, 0 fakepg: 68, 0, 0, 0, 0, 0, 0 mt_zone: 2060, 0, 362, 1, 362, 0, 0 16: 16, 0, 3299, 481, 28758, 0, 0 32: 32, 0, 2347, 551, 5835, 0, 0 64: 64, 0, 4649, 454, 23838, 0, 0 128: 128, 0, 2441, 194, 4200, 0, 0 256: 256, 0, 571, 44, 1344, 0, 0 512: 512, 0, 47, 73, 594, 0, 0 1024: 1024, 0, 142, 30, 2433, 0, 0 2048: 2048, 0, 393, 13, 1566, 0, 0 4096: 4096, 0, 44, 2, 305, 0, 0 8192: 8192, 0, 11, 3, 366, 0, 0 16384: 16384, 0, 12, 2, 310, 0, 0 32768: 32768, 0, 10, 3, 108, 0, 0 65536: 65536, 0, 6, 2, 63, 0, 0 SLEEPQUEUE: 44, 0, 81, 234, 81, 0, 0 64 pcpu: 8, 0, 1447, 89, 1447, 0, 0 ptr pcpu: 4, 0, 0, 0, 0, 0, 0 Files: 56, 0, 7, 569, 288, 0, 0 rl_entry: 28, 0, 8, 568, 8, 0, 0 TURNSTILE: 72, 0, 81, 74, 81, 0, 0 umtx pi: 52, 0, 0, 0, 0, 0, 0 MAC labels: 20, 0, 0, 0, 0, 0, 0 PROC: 752, 0, 21, 9, 45, 0, 0 THREAD: 772, 0, 76, 4, 76, 0, 0 cpuset: 40, 0, 69, 234, 69, 0, 0 audit_record: 1112, 0, 0, 0, 0, 0, 0 mbuf_packet: 256, 168765, 0, 2, 0, 0, 0 mbuf: 256, 168765, 1, 254, 1, 0, 0 mbuf_cluster: 2048, 26368, 0, 0, 0, 0, 0 mbuf_jumbo_page: 4096, 13184, 0, 0, 0, 0, 0 mbuf_jumbo_9k: 9216, 11718, 0, 0, 0, 0, 0 mbuf_jumbo_16k: 16384, 8788, 0, 0, 0, 0, 0 mbuf_ext_refcnt: 4, 0, 0, 0, 0, 0, 0 g_bio: 152, 0, 0, 208, 2873, 0, 0 ttyinq: 152, 0, 15, 63, 15, 0, 0 ttyoutq: 256, 0, 8, 67, 8, 0, 0 ata_request: 220, 0, 1, 197, 1868, 0, 0 vtnet_tx_hdr: 16, 0, 0, 0, 0, 0, 0 FPU_save_area: 512, 0, 0, 0, 0, 0, 0 VNODE: 284, 0, 208, 30, 209, 0, 0 VNODEPOLL: 60, 0, 0, 0, 0, 0, 0 BUF TRIE: 44, 0, 8, 5816, 8, 0, 0 S VFS Cache: 72, 0, 212, 180, 241, 0, 0 STS VFS Cache: 92, 0, 0, 0, 0, 0, 0 L VFS Cache: 292, 0, 0, 0, 0, 0, 0 LTS VFS Cache: 312, 0, 0, 0, 0, 0, 0 NAMEI: 1024, 0, 0, 28, 518, 0, 0 DIRHASH: 1024, 0, 4, 12, 4, 0, 0 NCLNODE: 360, 0, 0, 0, 0, 0, 0 Mountpoints: 672, 0, 2, 16, 2, 0, 0 pipe: 408, 0, 1, 35, 10, 0, 0 procdesc: 72, 0, 0, 0, 0, 0, 0 ksiginfo: 80, 0, 15, 1035, 15, 0, 0 itimer: 232, 0, 0, 0, 0, 0, 0 KNOTE: 72, 0, 0, 0, 0, 0, 0 socket: 424, 64836, 0, 0, 0, 0, 0 unpcb: 172, 64837, 0, 0, 0, 0, 0 ipq: 32, 882, 0, 0, 0, 0, 0 udp_inpcb: 252, 64848, 0, 0, 0, 0, 0 udpcb: 12, 65016, 0, 0, 0, 0, 0 tcp_inpcb: 252, 64848, 0, 0, 0, 0, 0 tcpcb: 752, 64840, 0, 0, 0, 0, 0 tcptw: 60, 12998, 0, 0, 0, 0, 0 syncache: 124, 15360, 0, 0, 0, 0, 0 hostcache: 76, 15370, 0, 0, 0, 0, 0 tcpreass: 20, 1818, 0, 0, 0, 0, 0 sackhole: 20, 0, 0, 0, 0, 0, 0 sctp_ep: 980, 64836, 0, 0, 0, 0, 0 sctp_asoc: 1656, 40000, 0, 0, 0, 0, 0 sctp_laddr: 24, 80136, 0, 0, 0, 0, 0 sctp_raddr: 532, 80003, 0, 0, 0, 0, 0 sctp_chunk: 96, 400008, 0, 0, 0, 0, 0 sctp_readq: 76, 400044, 0, 0, 0, 0, 0 sctp_stream_msg_out: 68, 400020, 0, 0, 0, 0, 0 sctp_asconf: 24, 400008, 0, 0, 0, 0, 0 sctp_asconf_ack: 24, 400008, 0, 0, 0, 0, 0 udplite_inpcb: 252, 64848, 0, 0, 0, 0, 0 ripcb: 252, 64848, 0, 0, 0, 0, 0 rtentry: 108, 0, 0, 0, 0, 0, 0 selfd: 28, 0, 0, 0, 0, 0, 0 SWAPMETA: 276, 131082, 0, 0, 0, 0, 0 FFS inode: 116, 0, 200, 208, 200, 0, 0 FFS1 dinode: 128, 0, 0, 0, 0, 0, 0 FFS2 dinode: 256, 0, 200, 115, 200, 0, 0 ------------------------------------------------------------------------ vmstat -i interrupt total rate irq6: fdc0 11 0 irq14: ata0 24 0 irq20: hpet0+ 1376 44 irq21: uhci0 ehci0 2 0 Total 1413 45 ------------------------------------------------------------------------ pstat -T 7/64832 files 0M/0M swap space ------------------------------------------------------------------------ pstat -s Device 512-blocks Used Avail Capacity ------------------------------------------------------------------------ iostat iostat: kvm_read(_tk_nin): invalid address (0x0) iostat: disabling TTY statistics ada0 ada1 cd0 cpu KB/t tps MB/s KB/t tps MB/s KB/t tps MB/s us ni sy in id 8.91 17 0.15 2.71 4 0.01 0.00 0 0.00 0 0 15 0 85 ------------------------------------------------------------------------ ipcs -a Message Queues: T ID KEY MODE OWNER GROUP CREATOR CGROUP CBYTES QNUM QBYTES LSPID LRPID STIME RTIME CTIME Shared Memory: T ID KEY MODE OWNER GROUP CREATOR CGROUP NATTCH SEGSZ CPID LPID ATIME DTIME CTIME Semaphores: T ID KEY MODE OWNER GROUP CREATOR CGROUP NSEMS OTIME CTIME ------------------------------------------------------------------------ ipcs -T msginfo: msgmax: 16384 (max characters in a message) msgmni: 40 (# of message queues) msgmnb: 2048 (max characters in a message queue) msgtql: 40 (max # of messages in system) msgssz: 8 (size of a message segment) msgseg: 2048 (# of message segments in system) shminfo: shmmax: 536870912 (max shared memory segment size) shmmin: 1 (min shared memory segment size) shmmni: 192 (max number of shared memory identifiers) shmseg: 128 (max shared memory segments per process) shmall: 131072 (max amount of shared memory in pages) seminfo: semmni: 50 (# of semaphore identifiers) semmns: 340 (# of semaphores in system) semmnu: 150 (# of undo structures in system) semmsl: 340 (max # of semaphores per id) semopm: 100 (max # of operations per semop call) semume: 50 (max # of undo entries per process) semusz: 616 (size in bytes of undo structure) semvmx: 32767 (semaphore maximum value) semaem: 16384 (adjust on exit max value) ------------------------------------------------------------------------ nfsstat Client Info: Rpc Counts: Getattr Setattr Lookup Readlink Read Write Create Remove 0 0 0 0 0 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 0 Mknod Fsstat Fsinfo PathConf Commit 0 0 0 0 0 Rpc Info: TimedOut Invalid X Replies Retries Requests 0 0 0 0 0 Cache Info: Attr Hits Misses Lkup Hits Misses BioR Hits Misses BioW Hits Misses 0 0 0 0 0 0 0 0 BioRLHits Misses BioD Hits Misses DirE Hits Misses Accs Hits Misses 0 0 0 0 0 0 0 0 Server Info: Getattr Setattr Lookup Readlink Read Write Create Remove 0 0 0 0 0 0 0 0 Rename Link Symlink Mkdir Rmdir Readdir RdirPlus Access 0 0 0 0 0 0 0 0 Mknod Fsstat Fsinfo PathConf Commit 0 0 0 0 0 Server Ret-Failed 0 Server Faults 0 Server Cache Stats: Inprog Idem Non-idem Misses 0 0 0 0 Server Write Gathering: WriteOps WriteRPC Opsaved 0 0 0 ------------------------------------------------------------------------ netstat -s tcp: 0 packets sent 0 data packets (0 bytes) 0 data packets (0 bytes) retransmitted 0 data packets unnecessarily retransmitted 0 resends initiated by MTU discovery 0 ack-only packets (0 delayed) 0 URG only packets 0 window probe packets 0 window update packets 0 control packets 0 packets received 0 acks (for 0 bytes) 0 duplicate acks 0 acks for unsent data 0 packets (0 bytes) received in-sequence 0 completely duplicate packets (0 bytes) 0 old duplicate packets 0 packets with some dup. data (0 bytes duped) 0 out-of-order packets (0 bytes) 0 packets (0 bytes) of data after window 0 window probes 0 window update packets 0 packets received after close 0 discarded for bad checksums 0 discarded for bad header offset fields 0 discarded because packet too short 0 discarded due to memory problems 0 connection requests 0 connection accepts 0 bad connection attempts 0 listen queue overflows 0 ignored RSTs in the windows 0 connections established (including accepts) 0 connections closed (including 0 drops) 0 connections updated cached RTT on close 0 connections updated cached RTT variance on close 15479564166563417303 connections updated cached ssthresh on close 0 embryonic connections dropped 0 segments updated rtt (of 0 attempts) 0 retransmit timeouts 0 connections dropped by rexmit timeout 0 persist timeouts 0 connections dropped by persist timeout 14005573705234158122 Connections (fin_wait_2) dropped because of timeout 0 keepalive timeouts 0 keepalive probes sent 0 connections dropped by keepalive 0 correct ACK header predictions 0 correct data packet header predictions 0 syncache entries added 0 retransmitted 0 dupsyn 0 dropped 9794625110283851680 completed 0 bucket overflow 0 cache overflow 0 reset 0 stale 0 aborted 14005573670874418662 badack 0 unreach 0 zone failures 0 cookies sent 0 cookies received 0 hostcache entries added 10184538167154794752 bucket overflow 0 SACK recovery episodes 0 segment rexmits in SACK recovery episodes 0 byte rexmits in SACK recovery episodes 0 SACK options (SACK blocks) received 0 SACK options (SACK blocks) sent 0 SACK scoreboard overflow 0 packets with ECN CE bit set 72902022207830293 packets with ECN ECT(0) bit set 0 packets with ECN ECT(1) bit set 0 successful ECN handshakes 0 times ECN reduced the congestion window 9794625110283851680 packets with valid tcp-md5 signature received 0 packets with invalid tcp-md5 signature received 0 packets with tcp-md5 signature mismatch 0 packets with unexpected tcp-md5 signature received 0 packets without expected tcp-md5 signature received udp: 0 datagrams received 0 with incomplete header 0 with bad data length field 0 with bad checksum 0 with no checksum 0 dropped due to no socket 0 broadcast/multicast datagrams undelivered 0 dropped due to full socket buffers 0 not for hashed pcb 0 delivered 0 datagrams output 14335700371722380176 times multicast source filter matched ip: 0 total packets received 0 bad header checksums 0 with size smaller than minimum 0 with data size < data length 14315188807169736704 with ip length > max ip packet size 0 with header length < data size 0 with data length < header length 14315188669730783232 with bad options 14315188738450259968 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 14315188536586797056 packets reassembled ok 0 packets for this host 0 packets for unknown/unsupported protocol 0 packets forwarded (0 packets fast forwarded) 0 packets not forwardable 14315188841529475072 packets received for unknown multicast group 0 redirects sent 14315188463572353024 packets sent from this host 14315188772809998336 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 14315188704090521600 output packets discarded due to no route 14315188566651568128 output datagrams fragmented 14315188601011306496 fragments created 14315188635371044864 datagrams that can't be fragmented 14315188875889213440 tunneling packets that can't find gif 14315188910248951808 datagrams with bad address in header icmp: 0 calls to icmp_error 0 errors not generated in response to an icmp message 0 messages with bad code fields 0 messages less than the minimum length 0 messages with bad checksum 0 messages with bad length 0 multicast echo requests ignored 3333014576 multicast timestamp requests ignored Input histogram: IPv6 i-am-here: 3333014544 domain name reply: 3333014561 icmp photuris: 3333014568 0 message responses generated 0 invalid return addresses 3333014584 no return routes igmp: 0 messages received 0 messages received with too few bytes 0 messages received with wrong TTL 0 messages received with bad checksum 0 V1/V2 membership queries received 0 V3 membership queries received 0 membership queries received with invalid field(s) 0 general queries received 0 group queries received 0 group-source queries received 0 group-source queries dropped 0 membership reports received 0 membership reports received with invalid field(s) 0 membership reports received for groups to which we belong 0 V3 reports received without Router Alert 0 membership reports sent arp: 0 ARP requests sent 0 ARP replies sent 0 ARP requests received 0 ARP replies received 0 ARP packets received 0 total packets dropped due to no ARP entry 0 ARP entrys timed out 0 Duplicate IPs seen ip6: 0 total packets received 0 with size smaller than minimum 0 with data size < data length 0 with bad options 0 with incorrect version number 0 fragments received 0 fragments dropped (dup or out of space) 0 fragments dropped after timeout 0 fragments that exceeded limit 0 packets reassembled ok 0 packets for this host 0 packets forwarded 0 packets not forwardable 0 redirects sent 0 packets sent from this host 0 packets sent with fabricated ip header 0 output packets dropped due to no bufs, etc. 0 output packets discarded due to no route 0 output datagrams fragmented 0 fragments created 0 datagrams that can't be fragmented 0 packets that violated scope rules 0 multicast packets which we don't join Input histogram: #185: 10195361075762210176 #197: 9794625110283851680 #198: 75153822021396996 #200: 13931259880027054932 #203: 13768611142046192725 Mbuf statistics: 0 one mbuf 0 one ext mbuf 0 two or more ext mbuf 0 packets whose headers are not contiguous 0 tunneling packets that can't find gif 0 packets discarded because of too many headers 0 failures of source address selection Source addresses selection rule applied: icmp6: 0 calls to icmp6_error 0 errors not generated in response to an icmp6 message 0 errors not generated because of rate limitation 0 messages with bad code fields 0 messages < minimum length 0 bad checksums 0 messages with bad length Input histogram: #12: 9794625110283851680 #13: 75153822021396996 #30: 3333020536 #33: 13261511704021832909 #45: 10204206368596083640 #46: 10204206334236345256 #47: 72902022207741397 #48: 10204276428102632280 #49: 10204276393742893896 #58: 14315149606041279496 Histogram of error messages to be generated: 0 no route 0 administratively prohibited 0 beyond scope 0 address unreachable 0 port unreachable 0 packet too big 0 time exceed transit 0 time exceed reassembly 0 erroneous header field 0 unrecognized next header 0 unrecognized option 0 redirect 0 unknown 0 message responses generated 0 messages with too many ND options 0 messages with bad ND options 0 bad neighbor solicitation messages 0 bad neighbor advertisement messages 0 bad router solicitation messages 14315222617152290816 bad router advertisement messages 3333022504 bad redirect messages 0 path MTU changes rip6: 0 messages received 0 checksum calculations on inbound 0 messages with bad checksum 0 messages dropped due to no socket 0 multicast messages dropped due to no socket 0 messages dropped due to full socket buffers 0 delivered 0 datagrams output ------------------------------------------------------------------------ netstat -m netstat: invalid address (0x0) 1/256/257 mbufs in use (current/cache/total) 18446744073709551614/2/0/26368 mbuf clusters in use (current/cache/total/max) 0/2 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/13184 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/11718 9k jumbo clusters in use (current/cache/total/max) 0/0/0/8788 16k jumbo clusters in use (current/cache/total/max) 18014398509481980K/68K/64K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for mbufs delayed (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters delayed (4k/9k/16k) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) ------------------------------------------------------------------------ netstat -anr Routing tables Internet: Destination Gateway Flags Netif Expire Internet6: Destination Gateway Flags Netif Expire ------------------------------------------------------------------------ netstat -anA ------------------------------------------------------------------------ netstat -aL ------------------------------------------------------------------------ fstat fstat: can't read file 1 at 0xffffffff fstat: can't read file 2 at 0x200007f fstat: can't read file 1 at 0xffffffff fstat: can't read file 2 at 0x200007f fstat: can't read file 3 at 0x1fffff fstat: can't read file 1 at 0xffffffff fstat: can't read file 2 at 0x200007f fstat: can't read file 1 at 0xffffffff fstat: can't read file 2 at 0x200007f fstat: can't read file 3 at 0x1fffff fstat: can't read file 4 at 0x4000000 fstat: can't read file 6 at 0xffff fstat: can't read file 7 at 0x78 fstat: can't read file 9 at 0x2 fstat: can't read file 1 at 0xffffffff fstat: can't read file 2 at 0x200007f fstat: can't read file 3 at 0x1fffff fstat: can't read file 4 at 0x4000000 fstat: can't read file 6 at 0xffff fstat: can't read file 7 at 0x78 fstat: can't read file 9 at 0x2 USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root sysctl 45 root / 2 drwxr-xr-x 512 r root sysctl 45 wd / 2 drwxr-xr-x 512 r root sysctl 45 text / 1524918 -r-xr-xr-x 18692 r root sysctl 45 ctty /dev 6 crw------- console rw root sysctl 45 0 /dev 6 crw------- console rw root dd 44 root / 2 drwxr-xr-x 512 r root dd 44 wd / 2 drwxr-xr-x 512 r root dd 44 text / 1043338 -r-xr-xr-x 23216 r root dd 44 ctty /dev 6 crw------- console rw root dd 44 0* pipe c7024cc0 <-> c7024d80 0 rw root sh 42 root / 2 drwxr-xr-x 512 r root sh 42 wd / 2 drwxr-xr-x 512 r root sh 42 text / 1043355 -r-xr-xr-x 119532 r root sh 42 ctty /dev 6 crw------- console rw root sh 42 0 /dev 6 crw------- console rw root sh 37 root / 2 drwxr-xr-x 512 r root sh 37 wd / 2 drwxr-xr-x 512 r root sh 37 text / 1043355 -r-xr-xr-x 119532 r root sh 37 ctty /dev 6 crw------- console rw root sh 37 0 /dev 6 crw------- console rw root sh 37 10 /dev 6 crw------- console rw root sh 17 root / 2 drwxr-xr-x 512 r root sh 17 wd / 2 drwxr-xr-x 512 r root sh 17 text / 1043355 -r-xr-xr-x 119532 r root sh 17 ctty /dev 6 crw------- console rw root sh 17 0 /dev 6 crw------- console rw root sh 17 10 /dev 6 crw------- console rw root init 1 root / 2 drwxr-xr-x 512 r root init 1 wd / 2 drwxr-xr-x 512 r root init 1 text / 1524958 -r-xr-xr-x 889024 r root kernel 0 root / 2 drwxr-xr-x 512 r root kernel 0 wd / 2 drwxr-xr-x 512 r ------------------------------------------------------------------------ dmesg Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.1-STABLE #0 r276174: Sat Jan 3 16:00:06 CET 2015 root@verdi.nethelp.no:/usr/src/sys/i386/compile/GENERICV i386 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.06-MHz 686-class CPU) Origin="GenuineIntel" Id=0xf47 Family=0xf Model=0x4 Stepping=7 Features=0xbfebfbff Features2=0x641d AMD Features=0x20100000 AMD Features2=0x1 TSC: P-state invariant real memory = 2147483648 (2048 MB) avail memory = 2083926016 (1987 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. ioapic0: Changing APIC ID to 8 ioapic0 irqs 0-23 on motherboard lapic0: Forcing LINT1 to edge trigger kbd1 at kbdmux0 random: initialized acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, f00000 (3) failed acpi0: reservation of 1000000, 7ee8cc00 (3) failed cpu0: on acpi0 cpu1: on acpi0 atrtc0: port 0x70-0x7f irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 em0: port 0xdcc0-0xdcdf mem 0xfe880000-0xfe89ffff,0xfe8a0000-0xfe8bffff irq 16 at device 0.0 on pci2 em0: Using an MSI interrupt em0: Ethernet address: 00:15:17:36:bc:e8 em1: port 0xdce0-0xdcff mem 0xfe8c0000-0xfe8dffff,0xfe8e0000-0xfe8fffff irq 17 at device 0.1 on pci2 em1: Using an MSI interrupt em1: Ethernet address: 00:15:17:36:bc:e9 pcib3: irq 16 at device 28.4 on pci0 pci3: on pcib3 bge0: mem 0xfe7f0000-0xfe7fffff irq 16 at device 0.0 on pci3 bge0: CHIP ID 0x00004101; ASIC REV 0x04; CHIP REV 0x41; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 00:10:18:1c:60:ce pcib4: irq 17 at device 28.5 on pci0 pci4: on pcib4 bge1: mem 0xfe6f0000-0xfe6fffff irq 17 at device 0.0 on pci4 bge1: CHIP ID 0x00004001; ASIC REV 0x04; CHIP REV 0x40; PCI-E miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: Ethernet address: 00:13:72:20:b4:6f uhci0: port 0xff80-0xff9f irq 21 at device 29.0 on pci0 usbus0 on uhci0 uhci1: port 0xff60-0xff7f irq 22 at device 29.1 on pci0 usbus1 on uhci1 uhci2: port 0xff40-0xff5f irq 18 at device 29.2 on pci0 usbus2 on uhci2 uhci3: port 0xff20-0xff3f irq 23 at device 29.3 on pci0 usbus3 on uhci3 ehci0: mem 0xffa80800-0xffa80bff irq 21 at device 29.7 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci0 pcib5: at device 30.0 on pci0 pci5: on pcib5 vgapci0: port 0xcc80-0xccff mem 0xfc000000-0xfdffffff,0xfe4c0000-0xfe4fffff at device 7.0 on pci5 vgapci0: Boot video device isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device 31.1 on pci0 ata0: at channel 0 on atapci0 atapci1: port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf irq 20 at device 31.2 on pci0 ata2: at channel 0 on atapci1 ata3: at channel 1 on atapci1 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xcafff,0xcb000-0xcbfff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen2.1: at usbus2 ugen1.1: at usbus1 uhub1: on usbus1 ugen4.1: at usbus4 uhub2: on usbus4 ugen3.1: at usbus3 uhub3: on usbus3 uhub4: on usbus2 cd0 at ata0 bus 0 scbus0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present ada0 at ata2 bus 0 scbus1 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: Serial Number 9QM098KE ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ata3 bus 0 scbus2 target 0 lun 0 ada1: ATA-8 SATA 2.x device ada1: Serial Number 9QM0D4DL ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada1: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 lapic1: Forcing LINT1 to edge trigger SMP: AP CPU #1 Launched! Timecounter "TSC-low" frequency 1396528035 Hz quality 1000 uhub1: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered Root mount waiting for: usbus4 Root mount waiting for: usbus4 Root mount waiting for: usbus4 uhub2: 8 ports with 8 removable, self powered Trying to mount root from ufs:/dev/ada0s1a [rw]... Setting hostuuid: 44454c4c-4400-104a-8054-b8c04f43324a. Setting hostid: 0xde1f5676. Entropy harvesting: interrupts ethernet point_to_point panic: vm_fault: fault on nofault entry, addr: cc10f000 cpuid = 1 KDB: stack backtrace: #0 0xc0b59be2 at kdb_backtrace+0x52 #1 0xc0b1b65f at panic+0x11f #2 0xc0dd1666 at vm_fault_hold+0x2076 #3 0xc0dcf5b1 at vm_fault+0x81 #4 0xc103008b at trap_pfault+0x1bb #5 0xc102f8e4 at trap+0x674 #6 0xc101ad0c at calltrap+0x6 #7 0xc0d0ca7a at sysctl_ip6_temppltime+0x3a #8 0xc0b28031 at sysctl_root+0x2b1 #9 0xc0b2862a at userland_sysctl+0x1fa #10 0xc0b283e8 at sys___sysctl+0x98 #11 0xc1030986 at syscall+0x4a6 #12 0xc101ada1 at Xint0x80_syscall+0x21 Uptime: 7s Physical memory: 2026 MB Dumping 72 MB: 57 41 25 9 ------------------------------------------------------------------------ kernel config options CONFIG_AUTOGENERATED ident GENERIC machine i386 cpu I686_CPU cpu I586_CPU cpu I486_CPU makeoptions WITH_CTF=1 makeoptions DEBUG=-g options XENHVM options USB_DEBUG options ATH_ENABLE_11N options AH_AR5416_INTERRUPT_MITIGATION options AH_SUPPORT_AR5416 options IEEE80211_SUPPORT_MESH options IEEE80211_AMPDU_AGE options IEEE80211_DEBUG options SC_PIXEL_MODE options VESA options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options ATA_STATIC_ID options SMP options KDB_TRACE options KDB options VIMAGE options INCLUDE_CONFIG_FILE options DDB_CTF options KDTRACE_HOOKS options MAC options PROCDESC options CAPABILITIES options CAPABILITY_MODE options AUDIT options HWPMC_HOOKS options KBD_INSTALL_CDEV options PRINTF_BUFR_SIZE=128 options _KPOSIX_PRIORITY_SCHEDULING options SYSVSEM options SYSVMSG options SYSVSHM options STACK options KTRACE options SCSI_DELAY=5000 options COMPAT_FREEBSD7 options COMPAT_FREEBSD6 options COMPAT_FREEBSD5 options COMPAT_FREEBSD4 options GEOM_LABEL options GEOM_RAID options GEOM_PART_GPT options PSEUDOFS options PROCFS options CD9660 options MSDOSFS options NFS_ROOT options NFSLOCKD options NFSD options NFSCL options MD_ROOT options QUOTA options UFS_GJOURNAL options UFS_DIRHASH options UFS_ACL options SOFTUPDATES options FFS options SCTP options TCP_OFFLOAD options INET6 options INET options PREEMPTION options SCHED_ULE options NEW_PCIB options NATIVE options GEOM_PART_MBR options GEOM_PART_EBR_COMPAT options GEOM_PART_EBR options GEOM_PART_BSD options ISAPNP device isa device npx device mem device io device uart_ns8250 device atpic device apic device cpufreq device acpi device eisa device pci device fdc device ahci device ata device mvs device siis device ahb device ahc device ahd device esp device hptiop device isp device mpt device mps device mpr device sym device trm device adv device adw device aha device aic device bt device ncv device nsp device stg device isci device scbus device ch device da device sa device cd device pass device ses device amr device arcmsr device asr device ciss device dpt device hptmv device hptnr device hptrr device hpt27xx device iir device ips device mly device twa device tws device aac device aacp device aacraid device ida device mfi device mlx device mrsas device pst device twe device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device vt device vt_vga device agp device pmtimer device cbb device pccard device cardbus device uart device ppc device ppbus device lpt device ppi device puc device bxe device de device em device igb device ixgb device le device ti device txp device vx device miibus device ae device age device alc device ale device bce device bfe device bge device cas device dc device et device fxp device gem device hme device jme device lge device msk device nfe device nge device pcn device re device rl device sf device sge device sis device sk device ste device stge device tl device tx device vge device vr device vte device wb device xl device cs device ed device ex device ep device fe device ie device sn device xe device wlan device wlan_wep device wlan_ccmp device wlan_tkip device wlan_amrr device an device ath device ath_pci device ath_hal device ath_rate_sample device ipw device iwi device iwn device malo device mwl device ral device wi device wpi device loop device random device padlock_rng device rdrand_rng device ether device vlan device tun device md device gif device faith device firmware device bpf device uhci device ohci device ehci device xhci device usb device ukbd device umass device sound device snd_cmi device snd_csa device snd_emu10kx device snd_es137x device snd_hda device snd_ich device snd_via8233 device mmc device mmcsd device sdhci device virtio device virtio_pci device vtnet device virtio_blk device virtio_scsi device virtio_balloon device hyperv device xenpci device vmx ------------------------------------------------------------------------ ddb capture buffer ddb: ddb_capture: kvm_nlist From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 17:25:33 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A72F916 for ; Sat, 3 Jan 2015 17:25:33 +0000 (UTC) Received: from maul.immure.com (104-49-19-137.lightspeed.austtx.sbcglobal.net [104.49.19.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5301764AFD for ; Sat, 3 Jan 2015 17:25:33 +0000 (UTC) Received: from rancor.immure.com ([10.1.132.9]) by maul.immure.com with esmtp (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Y7SS8-0006nq-Jb; Sat, 03 Jan 2015 11:25:31 -0600 Received: from rancor.immure.com (localhost [127.0.0.1]) by rancor.immure.com (8.14.9/8.14.9) with ESMTP id t03HPS7i047627; Sat, 3 Jan 2015 11:25:28 -0600 (CST) (envelope-from bob@rancor.immure.com) Received: (from bob@localhost) by rancor.immure.com (8.14.9/8.14.9/Submit) id t03HPSeI047626; Sat, 3 Jan 2015 11:25:28 -0600 (CST) (envelope-from bob) Date: Sat, 3 Jan 2015 11:25:28 -0600 From: Bob Willcox To: Eric S Pulley Message-ID: <20150103172527.GI867@rancor.immure.com> Reply-To: Bob Willcox References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> <20150102145801.6ea92658@nunki.holyordnance.org> <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> <20150102163539.1eaadbc7@nunki.holyordnance.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150102163539.1eaadbc7@nunki.holyordnance.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: 10.1.132.9 X-SA-Exim-Mail-From: bob@immure.com X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on maul.immure.com X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, T_RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.0 Subject: Re: I need some swap partion help on new 10.1 install X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on maul.immure.com) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 17:25:33 -0000 On Fri, Jan 02, 2015 at 04:35:39PM -0700, Eric S Pulley wrote: > On Fri, 02 Jan 2015 14:29:55 -0800 > "Chris H" wrote: > > > On Fri, 2 Jan 2015 14:58:01 -0700 Eric S Pulley > > wrote > > > > > On Fri, 2 Jan 2015 15:56:04 -0600 > > > Bob Willcox wrote: > > > > > > > On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > > > > > On Fri, 2 Jan 2015 15:08:55 -0600 > > > > > Bob Willcox wrote: > > > > > > > > > > > I just installed 10.1-release on a Samaung EVO 250 SSD using > > > > > > the guided ZFS install steps. Unfortunately, the swap device > > > > > > (it partition does exist on the drive) isn't being created: > > > > > > > > > > > > # cat /etc/fstab > > > > > > # Device Mountpoint FStype Options > > > > > > Dump Pass# /dev/ada0p2 none swap sw > > > > > > 0 0 > > > > > > > > > > > > # ls -l /dev/ada0* > > > > > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > > > > > > > > > # swapinfo > > > > > > Device 1K-blocks Used Avail Capacity > > > > > > > > > > > > # gpart list > > > > > > Geom name: diskid/DISK-S21NNSAFC51114F > > > > > > modified: false > > > > > > state: OK > > > > > > fwheads: 16 > > > > > > fwsectors: 63 > > > > > > last: 488397134 > > > > > > first: 34 > > > > > > entries: 128 > > > > > > scheme: GPT > > > > > > Providers: > > > > > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > > > > > Mediasize: 524288 (512K) > > > > > > Sectorsize: 512 > > > > > > Stripesize: 0 > > > > > > Stripeoffset: 17408 > > > > > > Mode: r0w0e0 > > > > > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > > > > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > > > > > label: gptboot0 > > > > > > length: 524288 > > > > > > offset: 17408 > > > > > > type: freebsd-boot > > > > > > index: 1 > > > > > > end: 1057 > > > > > > start: 34 > > > > > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > > > > > Mediasize: 8589934592 (8.0G) > > > > > > Sectorsize: 512 > > > > > > Stripesize: 0 > > > > > > Stripeoffset: 541696 > > > > > > Mode: r0w0e0 > > > > > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > > > > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > > > > > label: swap0 > > > > > > length: 8589934592 > > > > > > offset: 541696 > > > > > > type: freebsd-swap > > > > > > index: 2 > > > > > > end: 16778273 > > > > > > start: 1058 > > > > > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > > > > > Mediasize: 241468856832 (225G) > > > > > > Sectorsize: 512 > > > > > > Stripesize: 0 > > > > > > Stripeoffset: 541696 > > > > > > Mode: r1w1e1 > > > > > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > > > > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > > > > > label: zfs0 > > > > > > length: 241468856832 > > > > > > offset: 8590476288 > > > > > > type: freebsd-zfs > > > > > > index: 3 > > > > > > end: 488397134 > > > > > > start: 16778274 > > > > > > Consumers: > > > > > > 1. Name: diskid/DISK-S21NNSAFC51114F > > > > > > Mediasize: 250059350016 (233G) > > > > > > Sectorsize: 512 > > > > > > Mode: r1w1e2 > > > > > > > > > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting > > > > > > created? > > > > > > > > > > > > Thanks for any help! > > > > > > > > > > > > Bob > > > > > > > > > > > > > > > > I just mounted it by diskid under /dev/diskid/... dont know if > > > > > that right but it works > > > > > > > > Thanks for the quick response Eric, but I don't have a /dev/ada0p2 > > > > device to 'mount' it on (I thought that we used the swapon > > > > command to make a swap device available, not mount). > > > > > > > > I suspect that something that is creates the /dev/ada0p2 device is > > > > what's missing, but I don't know that that is at this point. > > > > > > > > > > :) try /dev/diskid/DISK-S21NNSAFC51114Fp2 instead of /dev/ada0p2 > > > > Or, as I read it, anyway; > > /dev/gpt/swap0 > > Looks easier. :) > > No /dev/gpt here the auto zfs install seems to do things diffrently for > diffrent folks... I don't have any /dev/gpt/* (or even the directory) here either. Using /dev/diskid/DISK-S21NNSAFC51114Fp2 as Eric suggested above does work for me, though. -- Bob Willcox | Men who cherish for women the highest bob@immure.com | respect are seldom popular with them. Austin, TX | -- Joseph Addison From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 17:46:13 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5339DFBD for ; Sat, 3 Jan 2015 17:46:13 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAB7064E99 for ; Sat, 3 Jan 2015 17:46:12 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id b6so16070104lbj.36 for ; Sat, 03 Jan 2015 09:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=2I7tnWkn3VGHFy0Hu1YFowdF1FUuhvyRlfhHrOX+rTI=; b=MIQ8O0Xz51pBfAtWKnTvXG6P+NdU/BeuyRKFZNrdiDyqgj4rQNlg7Qq9YIKaJWrwwA MBjM6Op5kZzEepkaXMqtNQk+WQ8ZZ2SrwPQQlbrbC2SyYfNqBu4UpoIE9AjprMPRkZgv hJZ1U6ZWRdfG7aOFO5PBM30aCYzyJnCiHRkXwm+xLEfw++WBHRj7uIiixA65R8gAw1/X hleAwmjA0L+nyaRGjdMc9jAYa4R3HwdjvMAV9V/fmT07KEw9cLELBZIkudpJISJXcExe Wgj/2/3N8UOSIUBtpfYeM7mKRk08DONHibu8g8UIc2OaTtuAxf/ZAjY6zcGPl6nAHc9a XE0Q== MIME-Version: 1.0 X-Received: by 10.152.4.200 with SMTP id m8mr71533529lam.17.1420307170881; Sat, 03 Jan 2015 09:46:10 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.141.5 with HTTP; Sat, 3 Jan 2015 09:46:10 -0800 (PST) In-Reply-To: <20150103.180210.74719874.sthaug@nethelp.no> References: <20150103.180210.74719874.sthaug@nethelp.no> Date: Sat, 3 Jan 2015 09:46:10 -0800 X-Google-Sender-Auth: STECBjo-75jEbLx29dgfubCQIsI Message-ID: Subject: Re: 10.1-STABLE/i386 GENERIC + VIMAGE: Panic when going multiuser From: Craig Rodrigues To: sthaug@nethelp.no Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 17:46:13 -0000 On Sat, Jan 3, 2015 at 9:02 AM, wrote: > I have a reproducible crash in 10.1-STABLE/i386, svn updated to r276174. > The kernel is based on GENERIC with *one* line added: options VIMAGE. > > I can boot to single user with no problem. Going multiuser results in > immediate crash with backtrace > > #0 0xc0b59be2 at kdb_backtrace+0x52 > #1 0xc0b1b65f at panic+0x11f > #2 0xc0dd1666 at vm_fault_hold+0x2076 > #3 0xc0dcf5b1 at vm_fault+0x81 > #4 0xc103008b at trap_pfault+0x1bb > #5 0xc102f8e4 at trap+0x674 > #6 0xc101ad0c at calltrap+0x6 > #7 0xc0d0ca7a at sysctl_ip6_temppltime+0x3a > #8 0xc0b28031 at sysctl_root+0x2b1 > #9 0xc0b2862a at userland_sysctl+0x1fa > #10 0xc0b283e8 at sys___sysctl+0x98 > #11 0xc1030986 at syscall+0x4a6 > #12 0xc101ada1 at Xint0x80_syscall+0x21 > That stack trace doesn't have enough info. Can you: (1) boot into single mode on your system (2) Add this to /etc/rc.conf: ddb_enable="YES" (3) Reboot the system and let it go to multi-user -- Craig From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 19:04:55 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D395ED7 for ; Sat, 3 Jan 2015 19:04:55 +0000 (UTC) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 356FB39E7 for ; Sat, 3 Jan 2015 19:04:54 +0000 (UTC) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t03J53kl078412 for ; Sat, 3 Jan 2015 11:05:03 -0800 (PST) (envelope-from chrish@UltimateDNS.NET) To: In-Reply-To: <20150103172527.GI867@rancor.immure.com> References: <20150102210855.GE867@rancor.immure.com> <20150102144223.14a2987e@nunki.holyordnance.org> <20150102215604.GF867@rancor.immure.com> <20150102145801.6ea92658@nunki.holyordnance.org> <6b9041859ceb265eedaf6f56f9178a7b@ultimatedns.net> <20150102163539.1eaadbc7@nunki.holyordnance.org>, <20150103172527.GI867@rancor.immure.com> From: "Chris H" Subject: Re: I need some swap partion help on new 10.1 install Date: Sat, 03 Jan 2015 11:05:03 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <745af5f28074a940e743f6094be15991@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 19:04:55 -0000 On Sat, 3 Jan 2015 11:25:28 -0600 Bob Willcox wrote > On Fri, Jan 02, 2015 at 04:35:39PM -0700, Eric S Pulley wrote: > > On Fri, 02 Jan 2015 14:29:55 -0800 > > "Chris H" wrote: > > > > > On Fri, 2 Jan 2015 14:58:01 -0700 Eric S Pulley > > > wrote > > > > > > > On Fri, 2 Jan 2015 15:56:04 -0600 > > > > Bob Willcox wrote: > > > > > > > > > On Fri, Jan 02, 2015 at 02:42:23PM -0700, Eric S Pulley wrote: > > > > > > On Fri, 2 Jan 2015 15:08:55 -0600 > > > > > > Bob Willcox wrote: > > > > > > > > > > > > > I just installed 10.1-release on a Samaung EVO 250 SSD using > > > > > > > the guided ZFS install steps. Unfortunately, the swap device > > > > > > > (it partition does exist on the drive) isn't being created: > > > > > > > > > > > > > > # cat /etc/fstab > > > > > > > # Device Mountpoint FStype Options > > > > > > > Dump Pass# /dev/ada0p2 none swap sw > > > > > > > 0 0 > > > > > > > > > > > > > > # ls -l /dev/ada0* > > > > > > > crw-r----- 1 root operator 0x57 Jan 2 14:29 /dev/ada0 > > > > > > > > > > > > > > # swapinfo > > > > > > > Device 1K-blocks Used Avail Capacity > > > > > > > > > > > > > > # gpart list > > > > > > > Geom name: diskid/DISK-S21NNSAFC51114F > > > > > > > modified: false > > > > > > > state: OK > > > > > > > fwheads: 16 > > > > > > > fwsectors: 63 > > > > > > > last: 488397134 > > > > > > > first: 34 > > > > > > > entries: 128 > > > > > > > scheme: GPT > > > > > > > Providers: > > > > > > > 1. Name: diskid/DISK-S21NNSAFC51114Fp1 > > > > > > > Mediasize: 524288 (512K) > > > > > > > Sectorsize: 512 > > > > > > > Stripesize: 0 > > > > > > > Stripeoffset: 17408 > > > > > > > Mode: r0w0e0 > > > > > > > rawuuid: ed197570-92ff-11e4-a9cb-6805ca13097a > > > > > > > rawtype: 83bd6b9d-7f41-11dc-be0b-001560b84f0f > > > > > > > label: gptboot0 > > > > > > > length: 524288 > > > > > > > offset: 17408 > > > > > > > type: freebsd-boot > > > > > > > index: 1 > > > > > > > end: 1057 > > > > > > > start: 34 > > > > > > > 2. Name: diskid/DISK-S21NNSAFC51114Fp2 > > > > > > > Mediasize: 8589934592 (8.0G) > > > > > > > Sectorsize: 512 > > > > > > > Stripesize: 0 > > > > > > > Stripeoffset: 541696 > > > > > > > Mode: r0w0e0 > > > > > > > rawuuid: ed35488d-92ff-11e4-a9cb-6805ca13097a > > > > > > > rawtype: 516e7cb5-6ecf-11d6-8ff8-00022d09712b > > > > > > > label: swap0 > > > > > > > length: 8589934592 > > > > > > > offset: 541696 > > > > > > > type: freebsd-swap > > > > > > > index: 2 > > > > > > > end: 16778273 > > > > > > > start: 1058 > > > > > > > 3. Name: diskid/DISK-S21NNSAFC51114Fp3 > > > > > > > Mediasize: 241468856832 (225G) > > > > > > > Sectorsize: 512 > > > > > > > Stripesize: 0 > > > > > > > Stripeoffset: 541696 > > > > > > > Mode: r1w1e1 > > > > > > > rawuuid: ed38d5f9-92ff-11e4-a9cb-6805ca13097a > > > > > > > rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b > > > > > > > label: zfs0 > > > > > > > length: 241468856832 > > > > > > > offset: 8590476288 > > > > > > > type: freebsd-zfs > > > > > > > index: 3 > > > > > > > end: 488397134 > > > > > > > start: 16778274 > > > > > > > Consumers: > > > > > > > 1. Name: diskid/DISK-S21NNSAFC51114F > > > > > > > Mediasize: 250059350016 (233G) > > > > > > > Sectorsize: 512 > > > > > > > Mode: r1w1e2 > > > > > > > > > > > > > > So, what did I miss? Why isn't the /dev/ada0p2 device getting > > > > > > > created? > > > > > > > > > > > > > > Thanks for any help! > > > > > > > > > > > > > > Bob > > > > > > > > > > > > > > > > > > > I just mounted it by diskid under /dev/diskid/... dont know if > > > > > > that right but it works > > > > > > > > > > Thanks for the quick response Eric, but I don't have a /dev/ada0p2 > > > > > device to 'mount' it on (I thought that we used the swapon > > > > > command to make a swap device available, not mount). > > > > > > > > > > I suspect that something that is creates the /dev/ada0p2 device is > > > > > what's missing, but I don't know that that is at this point. > > > > > > > > > > > > > :) try /dev/diskid/DISK-S21NNSAFC51114Fp2 instead of /dev/ada0p2 > > > > > > Or, as I read it, anyway; > > > /dev/gpt/swap0 > > > Looks easier. :) > > > > No /dev/gpt here the auto zfs install seems to do things diffrently for > > diffrent folks... > > I don't have any /dev/gpt/* (or even the directory) here either. Using > /dev/diskid/DISK-S21NNSAFC51114Fp2 as Eric suggested above does work for me, > though. Sure. Fair enough. I only suggested it, because I saw the label existed. So felt you might find it easier to use. I can't account for it not being available in /dev/gpt. :) Works on all of my systems. :) --Chris > > -- > Bob Willcox | Men who cherish for women the highest > bob@immure.com | respect are seldom popular with them. > Austin, TX | -- Joseph Addison > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 20:13:17 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EDFC9783; Sat, 3 Jan 2015 20:13:17 +0000 (UTC) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id D05521661; Sat, 3 Jan 2015 20:13:17 +0000 (UTC) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id C82E735F; Sat, 3 Jan 2015 20:09:32 +0000 (UTC) Date: Sat, 3 Jan 2015 20:09:29 +0000 (GMT) From: jenkins-admin@freebsd.org To: jenkins-admin@FreeBSD.org, freebsd-stable@freebsd.org, jilles@FreeBSD.org, mav@FreeBSD.org Message-ID: <1199599362.49.1420315771240.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <426315612.48.1420302069727.JavaMail.jenkins@jenkins-9.freebsd.org> References: <426315612.48.1420302069727.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: Build failed in Jenkins: FreeBSD_stable_10 #1092 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: FAILURE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 20:13:18 -0000 See Changes: [jilles] MFC r272963: pstat(8): Correct description of the SESS column in p= stat -t. ------------------------------------------ [...truncated 283733 lines...] --- modules-all --- =3D=3D=3D> drm2/radeonkmsfw/REDWOOD_rlc (all) --- utalloc.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h = -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcm= odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchrono= us-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -Werror --- modules-all --- --- all_subdir_ipwfw --- ctfconvert -L VERSION -g ipw_ibss.o --- ipw_ibss.ko.debug --- ld -d -warn-common -r -d -o ipw_ibss.ko.debug ipw_ibss.fwo ipw_ibss.o --- all_subdir_drm2 --- --- REDWOOD_rlc.bin --- --- all_subdir_ipwfw --- ctfmerge -L VERSION -g -o ipw_ibss.ko.debug ipw_ibss.fwo ipw_ibss.o --- all_subdir_drm2 --- uudecode -p > REDWOOD_rlc.bin --- all_subdir_ipwfw --- :> export_syms awk -f ipw_ibss.ko.debug export_syms | xargs -J% objcopy % ipw_ibss.ko.= debug --- all_subdir_drm2 --- --- REDWOOD_rlc.bin.fwo --- REDWOOD_rlc.bin REDWOOD_rlc.bin --- radeonkmsfw_REDWOOD_rlc.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_REDWOOD_rlc.c --- all_subdir_isci --- --- sci_base_controller.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_ipwfw --- --- ipw_ibss.ko.symbols --- objcopy --only-keep-debug ipw_ibss.ko.debug ipw_ibss.ko.symbols --- ipw_ibss.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dipw_ibss.ko.symbols ipw_ibss.ko= .debug ipw_ibss.ko =3D=3D=3D> ipwfw/ipw_monitor (all) --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_REDWOOD_rlc.o --- all_subdir_ipwfw --- --- ipw_monitor --- --- utalloc.o --- ctfconvert -L VERSION -g utalloc.o --- modules-all --- --- all_subdir_drm2 --- --- radeonkmsfw_REDWOOD_rlc.ko.debug --- ld -d -warn-common -r -d -o radeonkmsfw_REDWOOD_rlc.ko.debug REDWOOD_rlc.b= in.fwo radeonkmsfw_REDWOOD_rlc.o ctfmerge -L VERSION -g -o radeonkmsfw_REDWOOD_rlc.ko.debug REDWOOD_rlc.bin.= fwo radeonkmsfw_REDWOOD_rlc.o --- all_subdir_ipwfw --- uudecode -p > ipw_mo= nitor --- ipw_monitor.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c ipw_monitor.c --- all_subdir_drm2 --- :> export_syms awk -f radeonkmsfw_REDWOOD_rlc.ko.debug export_syms | xargs -J% objcopy= % radeonkmsfw_REDWOOD_rlc.ko.debug --- all_subdir_iscsi --- =3D=3D=3D> iscsi (all) --- all_subdir_isci --- ctfconvert -L VERSION -g sci_base_controller.o --- sci_base_domain.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- --- radeonkmsfw_REDWOOD_rlc.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_REDWOOD_rlc.ko.debug radeonkmsfw_REDW= OOD_rlc.ko.symbols --- radeonkmsfw_REDWOOD_rlc.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_REDWOOD_rlc.ko.symb= ols radeonkmsfw_REDWOOD_rlc.ko.debug radeonkmsfw_REDWOOD_rlc.ko --- all_subdir_ipwfw --- ctfconvert -L VERSION -g ipw_monitor.o --- all_subdir_drm2 --- =3D=3D=3D> drm2/radeonkmsfw/RS600_cp (all) --- all_subdir_ipwfw --- --- ipw_monitor.fwo --- ipw_monitor ipw_monitor --- all_subdir_iscsi --- --- iscsi.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I= . -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-m= mx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -f= stack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-p= rotector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option= -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -c --- all_subdir_ipwfw --- --- ipw_monitor.ko.debug --- ld -d -warn-common -r -d -o ipw_monitor.ko.debug ipw_monitor.fwo ipw_monit= or.o --- all_subdir_drm2 --- --- RS600_cp.bin --- uudecode -p > RS600_cp.bin --- all_subdir_ipwfw --- ctfmerge -L VERSION -g -o ipw_monitor.ko.debug ipw_monitor.fwo ipw_monitor.= o :> export_syms --- all_subdir_drm2 --- --- RS600_cp.bin.fwo --- --- all_subdir_ipwfw --- awk -f ipw_monitor.ko.debug export_syms | xargs -J% objcopy % ipw_monit= or.ko.debug --- all_subdir_drm2 --- RS600_cp.bin RS600_cp.bin --- radeonkmsfw_RS600_cp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_RS600_cp.c --- all_subdir_isci --- ctfconvert -L VERSION -g sci_base_domain.o --- all_subdir_ipwfw --- --- ipw_monitor.ko.symbols --- --- all_subdir_isci --- --- sci_base_iterator.o --- --- all_subdir_ipwfw --- objcopy --only-keep-debug ipw_monitor.ko.debug ipw_monitor.ko.symbols --- all_subdir_isci --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_ipwfw --- --- ipw_monitor.ko --- objcopy --strip-debug --add-gnu-debuglink=3Dipw_monitor.ko.symbols ipw_moni= tor.ko.debug ipw_monitor.ko --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_RS600_cp.o --- all_subdir_isci --- --- sci_base_library.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- --- radeonkmsfw_RS600_cp.ko.debug --- --- all_subdir_isci --- --- sci_base_iterator.o --- ctfconvert -L VERSION -g sci_base_iterator.o --- all_subdir_drm2 --- ld -d -warn-common -r -d -o radeonkmsfw_RS600_cp.ko.debug RS600_cp.bin.fwo= radeonkmsfw_RS600_cp.o --- utbuffer.o --- --- modules-all --- ctfmerge -L VERSION -g -o radeonkmsfw_RS600_cp.ko.debug RS600_cp.bin.fwo ra= deonkmsfw_RS600_cp.o --- utbuffer.o --- cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -g -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmi= ssing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compa= re -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -nostdinc -I. -I -I -I -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h = -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcm= odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchrono= us-unwind-tables -ffreestanding -fstack-protector -gdwarf-2 -Werror --- modules-all --- --- all_subdir_isci --- --- sci_base_library.o --- ctfconvert -L VERSION -g sci_base_library.o --- all_subdir_drm2 --- :> export_syms awk -f radeonkmsfw_RS600_cp.ko.debug export_syms | xargs -J% objcopy % = radeonkmsfw_RS600_cp.ko.debug --- all_subdir_isci --- --- sci_base_logger.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- --- radeonkmsfw_RS600_cp.ko.symbols --- objcopy --only-keep-debug radeonkmsfw_RS600_cp.ko.debug radeonkmsfw_RS600_c= p.ko.symbols --- utbuffer.o --- ctfconvert -L VERSION -g utbuffer.o --- modules-all --- --- radeonkmsfw_RS600_cp.ko --- --- all_subdir_isci --- ctfconvert -L VERSION -g sci_base_logger.o --- all_subdir_iscsi --- ctfconvert -L VERSION -g iscsi.o --- all_subdir_drm2 --- objcopy --strip-debug --add-gnu-debuglink=3Dradeonkmsfw_RS600_cp.ko.symbols= radeonkmsfw_RS600_cp.ko.debug radeonkmsfw_RS600_cp.ko --- all_subdir_iscsi --- --- icl.o --- --- all_subdir_drm2 --- =3D=3D=3D> drm2/radeonkmsfw/RS690_cp (all) --- all_subdir_iscsi --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -I -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I= . -I@ -I@/contrib/altq -fno-common -g -fno-omit-frame-pointer -mno-omit-lea= f-frame-pointer -I/usr/obj -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-m= mx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -f= stack-protector -gdwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-p= rotector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmi= ssing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer= -sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option= -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -c --- all_subdir_isci --- --- sci_base_memory_descriptor_list.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_iscsi_initiator --- =3D=3D=3D> iscsi_initiator (all) --- all_subdir_drm2 --- --- RS690_cp.bin --- uudecode -p > RS690_cp.bin --- RS690_cp.bin.fwo --- RS690_cp.bin RS690_cp.bin --- all_subdir_iscsi_initiator --- --- isc_cam.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_drm2 --- --- radeonkmsfw_RS690_cp.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c radeonkmsfw_RS690_cp.c --- all_subdir_isci --- ctfconvert -L VERSION -g sci_base_memory_descriptor_list.o --- sci_base_memory_descriptor_list_decorator.o --- cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdin= c -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj -I. -I@ -I@/contrib/= altq -fno-common -g -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -I= /usr/obj = -mno-aes -mno-avx -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft= -float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -g= dwarf-2 -std=3Diso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wr= edundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -= Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-ext= ensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tauto= logical-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno= -error-unused-function -c --- all_subdir_iscsi --- :155:1: error: static declaration of 'icl_pdu_new' foll= ows non-static declaration icl_pdu_new(struct icl_conn *ic, int flags) ^ @/dev/iscsi/icl.h:60:18: note: previous declaration is here struct icl_pdu *icl_pdu_new(struct icl_conn *ic, int flags); ^ 1 error generated. *** [icl.o] Error code 1 make[4]: stopped in 1 error make[4]: stopped in *** [all_subdir_iscsi] Error code 2 make[3]: stopped in --- all_subdir_drm2 --- ctfconvert -L VERSION -g radeonkmsfw_RS690_cp.o --- all_subdir_isci --- ctfconvert -L VERSION -g sci_base_memory_descriptor_list_decorator.o --- all_subdir_drm2 --- A failure has been detected in another branch of the parallel make make[6]: stopped in *** [_sub.all] Error code 2 make[5]: stopped in --- all_subdir_isci --- A failure has been detected in another branch of the parallel make --- all_subdir_drm2 --- 1 error --- all_subdir_isci --- make[4]: stopped in --- all_subdir_drm2 --- make[5]: stopped in *** [_sub.all] Error code 2 make[4]: stopped in 1 error make[4]: stopped in --- all_subdir_isci --- *** [all_subdir_isci] Error code 2 make[3]: stopped in --- all_subdir_drm2 --- *** [all_subdir_drm2] Error code 2 make[3]: stopped in --- all_subdir_iscsi_initiator --- ctfconvert -L VERSION -g isc_cam.o A failure has been detected in another branch of the parallel make make[4]: stopped in *** [all_subdir_iscsi_initiator] Error code 2 make[3]: stopped in 4 errors make[3]: stopped in *** [modules-all] Error code 2 make[2]: stopped in /usr/obj 1 error make[2]: stopped in /usr/obj *** [buildkernel] Error code 2 make[1]: stopped in 1 error make[1]: stopped in *** [buildkernel] Error code 2 make: stopped in 1 error make: stopped in Build step 'Execute shell' marked build as failure From owner-freebsd-stable@FreeBSD.ORG Sat Jan 3 20:51:15 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D879A2BB for ; Sat, 3 Jan 2015 20:51:15 +0000 (UTC) Received: from bizet.nethelp.no (bizet.nethelp.no [195.1.209.33]) by mx1.freebsd.org (Postfix) with SMTP id E0F022BEC for ; Sat, 3 Jan 2015 20:51:12 +0000 (UTC) Received: (qmail 49315 invoked from network); 3 Jan 2015 20:51:08 -0000 Received: from bizet.nethelp.no (HELO localhost) (195.1.209.33) by bizet.nethelp.no with SMTP; 3 Jan 2015 20:51:08 -0000 Date: Sat, 03 Jan 2015 21:51:08 +0100 (CET) Message-Id: <20150103.215108.41660163.sthaug@nethelp.no> To: rodrigc@FreeBSD.org Subject: Re: 10.1-STABLE/i386 GENERIC + VIMAGE: Panic when going multiuser From: sthaug@nethelp.no In-Reply-To: References: <20150103.180210.74719874.sthaug@nethelp.no> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2015 20:51:15 -0000 > > I have a reproducible crash in 10.1-STABLE/i386, svn updated to r276174. > > The kernel is based on GENERIC with *one* line added: options VIMAGE. > > > > I can boot to single user with no problem. Going multiuser results in > > immediate crash with backtrace > > > > #0 0xc0b59be2 at kdb_backtrace+0x52 > > #1 0xc0b1b65f at panic+0x11f > > #2 0xc0dd1666 at vm_fault_hold+0x2076 > > #3 0xc0dcf5b1 at vm_fault+0x81 > > #4 0xc103008b at trap_pfault+0x1bb > > #5 0xc102f8e4 at trap+0x674 > > #6 0xc101ad0c at calltrap+0x6 > > #7 0xc0d0ca7a at sysctl_ip6_temppltime+0x3a > > #8 0xc0b28031 at sysctl_root+0x2b1 > > #9 0xc0b2862a at userland_sysctl+0x1fa > > #10 0xc0b283e8 at sys___sysctl+0x98 > > #11 0xc1030986 at syscall+0x4a6 > > #12 0xc101ada1 at Xint0x80_syscall+0x21 > > > > > That stack trace doesn't have enough info. Can you: > (1) boot into single mode on your system > (2) Add this to /etc/rc.conf: > ddb_enable="YES" > (3) Reboot the system and let it go to multi-user I found I had to also add "options DDB" to the kernel. So this is GENERIC + options VIMAGE + options DDB. I didn't get the panic when going to multiuser this time - but as soon as I did "sysctl -a" the expected panic came. Below is the result of the generated files in /var/crash (I unpacked the textdump.tar.4 file). Steinar Haug, Nethelp consulting, sthaug@nethelp.no ---------------------------------------------------------------------- info.4 Dump header from device /dev/ada0s1b Architecture: i386 Architecture Version: 1 Dump Length: 71168B (0 MB) Blocksize: 512 Dumptime: Sat Jan 3 21:26:03 2015 Hostname: verdi.nethelp.no Magic: FreeBSD Text Dump Version String: FreeBSD 10.1-STABLE #1 r276174: Sat Jan 3 20:50:10 CET 2015 root@verdi.nethelp.no:/usr/src/sys/i386/compile/GENERICV Panic String: vm_fault: fault on nofault entry, addr: cc0e5000 Dump Parity: 1182659946 Bounds: 4 Dump Status: good ---------------------------------------------------------------------- ddb.txt db:0:kdb.enter.panic> run lockinfo db:1:lockinfo> show locks No such command db:1:locks> show alllocks No such command db:1:alllocks> show lockedvnods Locked vnodes db:0:kdb.enter.panic> show pcpu cpuid = 0 dynamic pcpu = 0x3d3a00 curthread = 0xc769f310: pid 984 "sysctl" curpcb = 0xf0923d40 fpcurthread = none idlethread = 0xc6ac3000: tid 100003 "idle: cpu0" APIC ID = 0 currentldt = 0x50 curvnet = 0xc69713c0 db:0:kdb.enter.panic> bt Tracing pid 984 tid 100105 td 0xc769f310 kdb_enter(c11b2609,c11b2609,c11e064d,f09236ec,0,...) at kdb_enter+0x3d/frame 0xf09236a0 panic(c11e064d,cc0e5000,1,f0923804,f09237f4,...) at panic+0x13f/frame 0xf09236e0 vm_fault_hold(c1a6d000,cc0e5000,1,0,0,...) at vm_fault_hold+0x2076/frame 0xf0923840 vm_fault(c1a6d000,cc0e5000,1,0,c0b72331,...) at vm_fault+0x81/frame 0xf0923868 trap_pfault(cc0e5fb8,c1472000,f0923914,c6baf200,f09239a4,...) at trap_pfault+0x1bb/frame 0xf09238e8 trap(f0923a34) at trap+0x674/frame 0xf0923a28 calltrap() at calltrap+0x6/frame 0xf0923a28 --- trap 0xc, eip = 0xc1049023, esp = 0xf0923a74, ebp = 0xf0923a9c --- copyout(f0923b28,cc0e5fb8,4,f0923acc,c142c7a8,...) at copyout+0x37/frame 0xf0923a9c sysctl_ip6_temppltime(c142c7a8,c6a9e3a8,0,f0923b28,f0923b28,...) at sysctl_ip6_temppltime+0x3a/frame 0xf0923ac0 sysctl_root(f0923b28,8,2,c0a058a7,c7017850,...) at sysctl_root+0x2b1/frame 0xf0923b00 userland_sysctl(c769f310,f0923bac,4,28803030,bfbfdb70,...) at userland_sysctl+0x1fa/frame 0xf0923b70 sys___sysctl(c769f310,f0923ca8,2e,f0923c64,c0b329f2,...) at sys___sysctl+0x98/frame 0xf0923c18 syscall(f0923ce8) at syscall+0x4a6/frame 0xf0923cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0923cdc --- syscall (202, FreeBSD ELF32, sys___sysctl), eip = 0x281a28b7, esp = 0xbfbfdb00, ebp = 0xbfbfdb28 --- db:0:kdb.enter.panic> ps pid ppid pgrp uid state wmesg wchan cmd 984 980 984 0 R+ CPU 0 sysctl 980 972 980 0 S+ pause 0xc6f66934 csh 979 1 979 0 Ss+ ttyin 0xc6d4a870 getty 978 1 978 0 Ss+ ttyin 0xc6d4aa70 getty 977 1 977 0 Ss+ ttyin 0xc6d4ac70 getty 976 1 976 0 Ss+ ttyin 0xc6d4ae70 getty 975 1 975 0 Ss+ ttyin 0xc6d4c070 getty 974 1 974 0 Ss+ ttyin 0xc6d4c270 getty 973 1 973 0 Ss+ ttyin 0xc6baf070 getty 972 1 972 0 Ss+ wait 0xc6f655e0 login 967 965 17 0 S+ nanslp 0xc1515641 sleep 966 1 17 0 S+ piperd 0xc70377f8 logger 965 1 17 0 S+ wait 0xc729c8d0 sh 928 1 928 0 Ss nanslp 0xc1515640 cron 924 1 924 25 Ss pause 0xc729bc24 sendmail 921 1 921 0 Ss select 0xc6fa0b24 sendmail 918 1 918 0 Ss select 0xc6fd23e4 sshd 725 1 725 0 Ss select 0xc6d57da4 syslogd 649 1 649 0 Ss select 0xc6fa1524 devd 16 0 0 0 DL vlruwt 0xc6f658d0 [vnlru] 9 0 0 0 DL syncer 0xc15349c4 [syncer] 8 0 0 0 DL (threaded) [bufdaemon] 100080 D sdflush 0xc6fb6a84 [/var worker] 100079 D sdflush 0xc6fb6884 [/usr worker] 100066 D psleep 0xc1534104 [bufdaemon] 7 0 0 0 DL pgzero 0xc1539320 [pagezero] 6 0 0 0 DL psleep 0xc1539044 [vmdaemon] 5 0 0 0 DL psleep 0xc1594604 [pagedaemon] 4 0 0 0 DL waiting_ 0xc1592874 [sctp_iterator] 3 0 0 0 DL - 0xc6baf83c [fdc0] 15 0 0 0 DL (threaded) [usb] 100053 D - 0xc6d09d34 [usbus4] 100052 D - 0xc6d09d04 [usbus4] 100051 D - 0xc6d09cd4 [usbus4] 100050 D - 0xc6d09ca4 [usbus4] 100049 D - 0xc6cf2dac [usbus3] 100048 D - 0xc6cf2d7c [usbus3] 100047 D - 0xc6cf2d4c [usbus3] 100046 D - 0xc6cf2d1c [usbus3] 100044 D - 0xc6cdbdac [usbus2] 100043 D - 0xc6cdbd7c [usbus2] 100042 D - 0xc6cdbd4c [usbus2] 100041 D - 0xc6cdbd1c [usbus2] 100039 D - 0xc6cc6dac [usbus1] 100038 D - 0xc6cc6d7c [usbus1] 100037 D - 0xc6cc6d4c [usbus1] 100036 D - 0xc6cc6d1c [usbus1] 100034 D - 0xc6ca9dac [usbus0] 100033 D - 0xc6ca9d7c [usbus0] 100032 D - 0xc6ca9d4c [usbus0] 100031 D - 0xc6ca9d1c [usbus0] 2 0 0 0 DL (threaded) [cam] 100062 D - 0xc1456928 [scanner] 100014 D - 0xc1456a80 [doneq0] 14 0 0 0 DL - 0xc14717e0 [rand_harvestq] 13 0 0 0 DL (threaded) [geom] 100011 D - 0xc158ec60 [g_down] 100010 D - 0xc158ec5c [g_up] 100009 D - 0xc158ec58 [g_event] 12 0 0 0 WL (threaded) [intr] 100058 I [irq1: atkbd0] 100057 I [swi0: uart] 100055 I [irq20: hpet0+] 100054 I [irq14: ata0] 100045 I [irq23: uhci3] 100040 I [irq18: uhci2] 100035 I [irq22: uhci1] 100030 I [irq21: uhci0 ehci0] 100029 I [irq17: bge1] 100028 I [irq16: bge0] 100018 I [swi5: fast taskq] 100016 I [swi6: Giant taskq] 100015 I [swi6: task queue] 100008 I [swi4: clock] 100007 I [swi4: clock] 100006 I [swi3: vm] 100005 I [swi1: netisr 0] 11 0 0 0 RL (threaded) [idle] 100004 Run CPU 1 [idle: cpu1] 100003 CanRun [idle: cpu0] 1 0 1 0 SLs wait 0xc6ac02f0 [init] 10 0 0 0 DL audit_wo 0xc1592f14 [audit] 0 0 0 0 DLs (threaded) [kernel] 100061 D - 0xc6ac5380 [CAM taskq] 100059 D - 0xc6d46200 [mca taskq] 100027 D - 0xc6c28e00 [em1 txq] 100026 D - 0xc6c28e80 [em1 que] 100025 D - 0xc6c29200 [em0 txq] 100024 D - 0xc6c29280 [em0 que] 100023 D - 0xc6ac4480 [acpi_task_2] 100022 D - 0xc6ac4480 [acpi_task_1] 100021 D - 0xc6ac4480 [acpi_task_0] 100020 D - 0xc6ac4500 [ffs_trim taskq] 100019 D - 0xc6ac4580 [kqueue taskq] 100017 D - 0xc6ac4700 [thread taskq] 100012 D - 0xc6ac5a80 [firmware taskq] 100000 D swapin 0xc158ece4 [swapper] db:0:kdb.enter.panic> alltrace Tracing command sysctl pid 984 tid 100105 td 0xc769f310 kdb_enter(c11b2609,c11b2609,c11e064d,f09236ec,0,...) at kdb_enter+0x3d/frame 0xf09236a0 panic(c11e064d,cc0e5000,1,f0923804,f09237f4,...) at panic+0x13f/frame 0xf09236e0 vm_fault_hold(c1a6d000,cc0e5000,1,0,0,...) at vm_fault_hold+0x2076/frame 0xf0923840 vm_fault(c1a6d000,cc0e5000,1,0,c0b72331,...) at vm_fault+0x81/frame 0xf0923868 trap_pfault(cc0e5fb8,c1472000,f0923914,c6baf200,f09239a4,...) at trap_pfault+0x1bb/frame 0xf09238e8 trap(f0923a34) at trap+0x674/frame 0xf0923a28 calltrap() at calltrap+0x6/frame 0xf0923a28 --- trap 0xc, eip = 0xc1049023, esp = 0xf0923a74, ebp = 0xf0923a9c --- copyout(f0923b28,cc0e5fb8,4,f0923acc,c142c7a8,...) at copyout+0x37/frame 0xf0923a9c sysctl_ip6_temppltime(c142c7a8,c6a9e3a8,0,f0923b28,f0923b28,...) at sysctl_ip6_temppltime+0x3a/frame 0xf0923ac0 sysctl_root(f0923b28,8,2,c0a058a7,c7017850,...) at sysctl_root+0x2b1/frame 0xf0923b00 userland_sysctl(c769f310,f0923bac,4,28803030,bfbfdb70,...) at userland_sysctl+0x1fa/frame 0xf0923b70 sys___sysctl(c769f310,f0923ca8,2e,f0923c64,c0b329f2,...) at sys___sysctl+0x98/frame 0xf0923c18 syscall(f0923ce8) at syscall+0x4a6/frame 0xf0923cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0923cdc --- syscall (202, FreeBSD ELF32, sys___sysctl), eip = 0x281a28b7, esp = 0xbfbfdb00, ebp = 0xbfbfdb28 --- Tracing command csh pid 980 tid 100104 td 0xc6f69930 sched_switch(c6f69930,0,104,c0b0edad,0,...) at sched_switch+0x2d2/frame 0xf091fa7c mi_switch(104,0,c0b134a4,c0b0edad,c1a69000,c6f69930) at mi_switch+0x122/frame 0xf091fab4 sleepq_switch(c6f69930,0,c11b698a,1a8,0,...) at sleepq_switch+0x15b/frame 0xf091fadc sleepq_catch_signals(0,c11b698a,154,c6f69930,f091fba4,...) at sleepq_catch_signals+0x5be/frame 0xf091fb30 sleepq_wait_sig(c6f66934,74,c10a57b4,100,0,...) at sleepq_wait_sig+0x14/frame 0xf091fb5c _sleep(c6f66934,c6f66968,174,c10a57b4,0,...) at _sleep+0x29b/frame 0xf091fba4 kern_sigsuspend(c6f69930,0,0,0,0,...) at kern_sigsuspend+0x137/frame 0xf091fbe8 sys_sigsuspend(c6f69930,f091fca8,fffffed8,0,0,...) at sys_sigsuspend+0x58/frame 0xf091fc18 syscall(f091fce8) at syscall+0x4a6/frame 0xf091fcdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf091fcdc --- syscall (4, FreeBSD ELF32, sys_write), eip = 0x28176fbb, esp = 0xbfbfe374, ebp = 0xbfbfe3dc --- Tracing command getty pid 979 tid 100103 td 0xc6f69c40 sched_switch(c6f69c40,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xf091b984 mi_switch(104,0,c0b134a4,0,f091ba0c,c6f69c40) at mi_switch+0x122/frame 0xf091b9bc sleepq_switch(c6f69c40,0,c11b698a,1a8,c6d48200,...) at sleepq_switch+0x15b/frame 0xf091b9e4 sleepq_catch_signals(0,c11b698a,154,c6d48200,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xf091ba38 sleepq_wait_sig(c6d4a870,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xf091ba64 _cv_wait_sig(c6d4a870,c158f610,1,1,f091baec,...) at _cv_wait_sig+0x17c/frame 0xf091ba94 tty_wait(c6d4a800,c6d4a870,f091bbe8,1,0,...) at tty_wait+0x1f/frame 0xf091baac ttydisc_read(c6d4a800,f091bbe8,0,c0be7ba0,c7017578,...) at ttydisc_read+0x31c/frame 0xf091baec ttydev_read(c6d19700,f091bbe8,0,f091bb40,c6f69c40,...) at ttydev_read+0x8f/frame 0xf091bb10 devfs_read_f(c7017578,f091bbe8,c6fa9580,0,c6f69c40,...) at devfs_read_f+0xb4/frame 0xf091bb48 dofileread(c7017578,f091bbe8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xf091bb80 kern_readv(c6f69c40,0,f091bbe8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xf091bbc8 sys_read(c6f69c40,f091bca8,c6f66bc0,f091bc64,c0b329f2,...) at sys_read+0x5c/frame 0xf091bc18 syscall(f091bce8) at syscall+0x4a6/frame 0xf091bcdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf091bcdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command getty pid 978 tid 100102 td 0xc71b8000 sched_switch(c71b8000,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xf0917984 mi_switch(104,0,c0b134a4,0,f0917a0c,c71b8000) at mi_switch+0x122/frame 0xf09179bc sleepq_switch(c71b8000,0,c11b698a,1a8,c6d48400,...) at sleepq_switch+0x15b/frame 0xf09179e4 sleepq_catch_signals(0,c11b698a,154,c6d48400,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xf0917a38 sleepq_wait_sig(c6d4aa70,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xf0917a64 _cv_wait_sig(c6d4aa70,c158f610,1,1,f0917aec,...) at _cv_wait_sig+0x17c/frame 0xf0917a94 tty_wait(c6d4aa00,c6d4aa70,f0917be8,1,0,...) at tty_wait+0x1f/frame 0xf0917aac ttydisc_read(c6d4aa00,f0917be8,0,c0be7ba0,c7017508,...) at ttydisc_read+0x31c/frame 0xf0917aec ttydev_read(c6d19800,f0917be8,0,f0917b40,c71b8000,...) at ttydev_read+0x8f/frame 0xf0917b10 devfs_read_f(c7017508,f0917be8,c74b4380,0,c71b8000,...) at devfs_read_f+0xb4/frame 0xf0917b48 dofileread(c7017508,f0917be8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xf0917b80 kern_readv(c71b8000,0,f0917be8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xf0917bc8 sys_read(c71b8000,f0917ca8,c729b000,c71b8000,c71bac40,...) at sys_read+0x5c/frame 0xf0917c18 syscall(f0917ce8) at syscall+0x4a6/frame 0xf0917cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0917cdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command getty pid 977 tid 100101 td 0xc71b8310 sched_switch(c71b8310,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xf0913984 mi_switch(104,0,c0b134a4,0,f0913a0c,c71b8310) at mi_switch+0x122/frame 0xf09139bc sleepq_switch(c71b8310,0,c11b698a,1a8,c6d48600,...) at sleepq_switch+0x15b/frame 0xf09139e4 sleepq_catch_signals(0,c11b698a,154,c6d48600,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xf0913a38 sleepq_wait_sig(c6d4ac70,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xf0913a64 _cv_wait_sig(c6d4ac70,c158f610,1,1,f0913aec,...) at _cv_wait_sig+0x17c/frame 0xf0913a94 tty_wait(c6d4ac00,c6d4ac70,f0913be8,1,0,...) at tty_wait+0x1f/frame 0xf0913aac ttydisc_read(c6d4ac00,f0913be8,0,0,0,...) at ttydisc_read+0x31c/frame 0xf0913aec ttydev_read(c6d19900,f0913be8,0,f0913b40,c71b8310,...) at ttydev_read+0x8f/frame 0xf0913b10 devfs_read_f(c7017690,f0913be8,c74b4400,0,c71b8310,...) at devfs_read_f+0xb4/frame 0xf0913b48 dofileread(c7017690,f0913be8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xf0913b80 kern_readv(c71b8310,0,f0913be8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xf0913bc8 sys_read(c71b8310,f0913ca8,c729b2f0,f0913c64,c0b329f2,...) at sys_read+0x5c/frame 0xf0913c18 syscall(f0913ce8) at syscall+0x4a6/frame 0xf0913cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0913cdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command getty pid 976 tid 100085 td 0xc72cc620 sched_switch(c72cc620,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xf0895984 mi_switch(104,0,c0b134a4,0,f0895a0c,c72cc620) at mi_switch+0x122/frame 0xf08959bc sleepq_switch(c72cc620,0,c11b698a,1a8,c6d48800,...) at sleepq_switch+0x15b/frame 0xf08959e4 sleepq_catch_signals(0,c11b698a,154,c6d48800,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xf0895a38 sleepq_wait_sig(c6d4ae70,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xf0895a64 _cv_wait_sig(c6d4ae70,c158f610,1,1,f0895aec,...) at _cv_wait_sig+0x17c/frame 0xf0895a94 tty_wait(c6d4ae00,c6d4ae70,f0895be8,1,0,...) at tty_wait+0x1f/frame 0xf0895aac ttydisc_read(c6d4ae00,f0895be8,0,c0be7ba0,c702e038,...) at ttydisc_read+0x31c/frame 0xf0895aec ttydev_read(c6d19a00,f0895be8,0,f0895b40,c72cc620,...) at ttydev_read+0x8f/frame 0xf0895b10 devfs_read_f(c702e038,f0895be8,c74b4480,0,c72cc620,...) at devfs_read_f+0xb4/frame 0xf0895b48 dofileread(c702e038,f0895be8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xf0895b80 kern_readv(c72cc620,0,f0895be8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xf0895bc8 sys_read(c72cc620,f0895ca8,c72c2000,f0895c64,c0b329f2,...) at sys_read+0x5c/frame 0xf0895c18 syscall(f0895ce8) at syscall+0x4a6/frame 0xf0895cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0895cdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command getty pid 975 tid 100094 td 0xc71bac40 sched_switch(c71bac40,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xf08c8984 mi_switch(104,0,c0b134a4,0,f08c8a0c,c71bac40) at mi_switch+0x122/frame 0xf08c89bc sleepq_switch(c71bac40,0,c11b698a,1a8,c6d48a00,...) at sleepq_switch+0x15b/frame 0xf08c89e4 sleepq_catch_signals(0,c11b698a,154,c6d48a00,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xf08c8a38 sleepq_wait_sig(c6d4c070,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xf08c8a64 _cv_wait_sig(c6d4c070,c158f610,1,1,f08c8aec,...) at _cv_wait_sig+0x17c/frame 0xf08c8a94 tty_wait(c6d4c000,c6d4c070,f08c8be8,1,0,...) at tty_wait+0x1f/frame 0xf08c8aac ttydisc_read(c6d4c000,f08c8be8,0,c0be7ba0,c70175b0,...) at ttydisc_read+0x31c/frame 0xf08c8aec ttydev_read(c6d19b00,f08c8be8,0,f08c8b40,c71bac40,...) at ttydev_read+0x8f/frame 0xf08c8b10 devfs_read_f(c70175b0,f08c8be8,c6fa9500,0,c71bac40,...) at devfs_read_f+0xb4/frame 0xf08c8b48 dofileread(c70175b0,f08c8be8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xf08c8b80 kern_readv(c71bac40,0,f08c8be8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xf08c8bc8 sys_read(c71bac40,f08c8ca8,c72c05e0,1,c6f67930,...) at sys_read+0x5c/frame 0xf08c8c18 syscall(f08c8ce8) at syscall+0x4a6/frame 0xf08c8cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf08c8cdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command getty pid 974 tid 100075 td 0xc6f67930 sched_switch(c6f67930,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xee3bf984 mi_switch(104,0,c0b134a4,0,ee3bfa0c,c6f67930) at mi_switch+0x122/frame 0xee3bf9bc sleepq_switch(c6f67930,0,c11b698a,1a8,c6d48c00,...) at sleepq_switch+0x15b/frame 0xee3bf9e4 sleepq_catch_signals(0,c11b698a,154,c6d48c00,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xee3bfa38 sleepq_wait_sig(c6d4c270,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xee3bfa64 _cv_wait_sig(c6d4c270,c158f610,1,1,ee3bfaec,...) at _cv_wait_sig+0x17c/frame 0xee3bfa94 tty_wait(c6d4c200,c6d4c270,ee3bfbe8,1,0,...) at tty_wait+0x1f/frame 0xee3bfaac ttydisc_read(c6d4c200,ee3bfbe8,0,c0be7ba0,c7017540,...) at ttydisc_read+0x31c/frame 0xee3bfaec ttydev_read(c6d19c00,ee3bfbe8,0,ee3bfb40,c6f67930,...) at ttydev_read+0x8f/frame 0xee3bfb10 devfs_read_f(c7017540,ee3bfbe8,c6fa9480,0,c6f67930,...) at devfs_read_f+0xb4/frame 0xee3bfb48 dofileread(c7017540,ee3bfbe8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xee3bfb80 kern_readv(c6f67930,0,ee3bfbe8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xee3bfbc8 sys_read(c6f67930,ee3bfca8,c6f642f0,1,c72cc620,...) at sys_read+0x5c/frame 0xee3bfc18 syscall(ee3bfce8) at syscall+0x4a6/frame 0xee3bfcdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3bfcdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command getty pid 973 tid 100076 td 0xc6f67620 sched_switch(c6f67620,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xee3c2984 mi_switch(104,0,c0b134a4,0,ee3c2a0c,c6f67620) at mi_switch+0x122/frame 0xee3c29bc sleepq_switch(c6f67620,0,c11b698a,1a8,c6bafe00,...) at sleepq_switch+0x15b/frame 0xee3c29e4 sleepq_catch_signals(0,c11b698a,154,c6bafe00,c154e760,...) at sleepq_catch_signals+0x5be/frame 0xee3c2a38 sleepq_wait_sig(c6baf070,0,c11b907b,101,0,...) at sleepq_wait_sig+0x14/frame 0xee3c2a64 _cv_wait_sig(c6baf070,c158f610,1,1,ee3c2aec,...) at _cv_wait_sig+0x17c/frame 0xee3c2a94 tty_wait(c6baf000,c6baf070,ee3c2be8,1,0,...) at tty_wait+0x1f/frame 0xee3c2aac ttydisc_read(c6baf000,ee3c2be8,0,c0be7ba0,c70174d0,...) at ttydisc_read+0x31c/frame 0xee3c2aec ttydev_read(c6d19d00,ee3c2be8,0,ee3c2b40,c6f67620,...) at ttydev_read+0x8f/frame 0xee3c2b10 devfs_read_f(c70174d0,ee3c2be8,c6fa9400,0,c6f67620,...) at devfs_read_f+0xb4/frame 0xee3c2b48 dofileread(c70174d0,ee3c2be8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xee3c2b80 kern_readv(c6f67620,0,ee3c2be8,0,bfbfedf7,...) at kern_readv+0x96/frame 0xee3c2bc8 sys_read(c6f67620,ee3c2ca8,c6f64000,1,c0b329f2,...) at sys_read+0x5c/frame 0xee3c2c18 syscall(ee3c2ce8) at syscall+0x4a6/frame 0xee3c2cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3c2cdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281b52b7, esp = 0xbfbfeddc, ebp = 0xbfbfee08 --- Tracing command login pid 972 tid 100069 td 0xc6f68c40 sched_switch(c6f68c40,0,104,c0dea0cc,0,...) at sched_switch+0x2d2/frame 0xee3aa960 mi_switch(104,0,c315c7c4,3,2,c6f68c40) at mi_switch+0x122/frame 0xee3aa998 sleepq_switch(c6f68c40,0,c11b698a,1a8,0,...) at sleepq_switch+0x15b/frame 0xee3aa9c0 sleepq_catch_signals(0,c11b698a,154,c6f68c40,ee3aaa44,...) at sleepq_catch_signals+0x5be/frame 0xee3aaa14 sleepq_wait_sig(c6f655e0,6c,c11b77f6,100,0,...) at sleepq_wait_sig+0x14/frame 0xee3aaa40 _sleep(c6f655e0,c6f65678,16c,c11b77f6,0,...) at _sleep+0x29b/frame 0xee3aaa88 kern_wait6(c6f68c40,0,3d4,0,ee3aab24,...) at kern_wait6+0x725/frame 0xee3aaaf8 sys_wait4(c6f68c40,ee3aaca8,c6f655e0,4,c088707e,...) at sys_wait4+0x94/frame 0xee3aac18 syscall(ee3aace8) at syscall+0x4a6/frame 0xee3aacdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3aacdc --- syscall (7, FreeBSD ELF32, sys_wait4), eip = 0x2811c143, esp = 0xbfbfed20, ebp = 0xbfbfed38 --- Tracing command sleep pid 967 tid 100077 td 0xc6f67310 sched_switch(c6f67310,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xee3caa4c mi_switch(104,0,c0b40637,1,c7293444,c6f67310) at mi_switch+0x122/frame 0xee3caa84 sleepq_switch(c6f67310,0,c11b698a,1a8,4a,...) at sleepq_switch+0x15b/frame 0xee3caaac sleepq_catch_signals(c0000000,3,c0b72670,c6f67310,1,...) at sleepq_catch_signals+0x5be/frame 0xee3cab00 sleepq_timedwait_sig(c1515641,6c,4a,c0000000,3,...) at sleepq_timedwait_sig+0x14/frame 0xee3cab30 _sleep(c1515641,0,16c,c11b32c4,a1dea2f,...) at _sleep+0x26b/frame 0xee3cab78 kern_nanosleep(bfbfee40,ee3cabf0,ee3cabf8,ee3cace8,3c,...) at kern_nanosleep+0x14b/frame 0xee3cabd8 sys_nanosleep(c6f67310,ee3caca8,c6ac0bc0,c6f67310,c71b9930,...) at sys_nanosleep+0x69/frame 0xee3cac18 syscall(ee3cace8) at syscall+0x4a6/frame 0xee3cacdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3cacdc --- syscall (240, FreeBSD ELF32, sys_nanosleep), eip = 0x2817b203, esp = 0xbfbfee0c, ebp = 0xbfbfee54 --- Tracing command logger pid 966 tid 100074 td 0xc6f67c40 sched_switch(c6f67c40,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xee3bb9dc mi_switch(104,0,c0b134a4,0,0,c6f67c40) at mi_switch+0x122/frame 0xee3bba14 sleepq_switch(c6f67c40,0,c11b698a,1a8,ee3bbaa0,...) at sleepq_switch+0x15b/frame 0xee3bba3c sleepq_catch_signals(0,c11b698a,154,0,0,...) at sleepq_catch_signals+0x5be/frame 0xee3bba90 sleepq_wait_sig(c70377f8,5c,c11b7397,100,0,...) at sleepq_wait_sig+0x14/frame 0xee3bbabc _sleep(c70377f8,c7037978,15c,c11b7397,0,...) at _sleep+0x29b/frame 0xee3bbb04 pipe_read(c70175e8,ee3bbbe8,c6ff5c80,0,c6f67c40,...) at pipe_read+0x33a/frame 0xee3bbb48 dofileread(c70175e8,ee3bbbe8,ffffffff,ffffffff,0,...) at dofileread+0x9e/frame 0xee3bbb80 kern_readv(c6f67c40,0,ee3bbbe8,0,28808000,...) at kern_readv+0x96/frame 0xee3bbbc8 sys_read(c6f67c40,ee3bbca8,c6f645e0,1,c6f67310,...) at sys_read+0x5c/frame 0xee3bbc18 syscall(ee3bbce8) at syscall+0x4a6/frame 0xee3bbcdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3bbcdc --- syscall (3, FreeBSD ELF32, sys_read), eip = 0x281a02b7, esp = 0xbfbfe958, ebp = 0xbfbfe96c --- Tracing command sh pid 965 tid 100081 td 0xc71b9930 sched_switch(c71b9930,0,104,ee3e19d0,0,...) at sched_switch+0x2d2/frame 0xee3e1960 mi_switch(104,0,c7294818,0,0,c71b9930) at mi_switch+0x122/frame 0xee3e1998 sleepq_switch(c71b9930,0,c11b698a,1a8,c71b9930,...) at sleepq_switch+0x15b/frame 0xee3e19c0 sleepq_catch_signals(0,c11b698a,154,c71b9930,ee3e1a44,...) at sleepq_catch_signals+0x5be/frame 0xee3e1a14 sleepq_wait_sig(c729c8d0,6c,c11b77f6,100,0,...) at sleepq_wait_sig+0x14/frame 0xee3e1a40 _sleep(c729c8d0,c729c968,16c,c11b77f6,0,...) at _sleep+0x29b/frame 0xee3e1a88 kern_wait6(c71b9930,7,0,0,ee3e1b24,...) at kern_wait6+0x725/frame 0xee3e1af8 sys_wait4(c71b9930,ee3e1ca8,fffffed8,0,0,...) at sys_wait4+0x94/frame 0xee3e1c18 syscall(ee3e1ce8) at syscall+0x4a6/frame 0xee3e1cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3e1cdc --- syscall (7, FreeBSD ELF32, sys_wait4), eip = 0x2815d143, esp = 0xbfbfdd48, ebp = 0xbfbfdd60 --- Tracing command cron pid 928 tid 100100 td 0xc71b8620 sched_switch(c71b8620,0,104,c0b4103a,f0908a70,...) at sched_switch+0x2d2/frame 0xf0908a4c mi_switch(104,0,c0b40637,0,0,c71b8620) at mi_switch+0x122/frame 0xf0908a84 sleepq_switch(c71b8620,0,c11b698a,1a8,6b,...) at sleepq_switch+0x15b/frame 0xf0908aac sleepq_catch_signals(bfd19a33,3,c0b72670,c71b8620,0,...) at sleepq_catch_signals+0x5be/frame 0xf0908b00 sleepq_timedwait_sig(c1515640,6c,6b,bfd19a33,3,...) at sleepq_timedwait_sig+0x14/frame 0xf0908b30 _sleep(c1515640,0,16c,c11b32c4,3380bb39,...) at _sleep+0x26b/frame 0xf0908b78 kern_nanosleep(bfbfee28,f0908bf0,f0908bf8,f0908ce8,3b,...) at kern_nanosleep+0x14b/frame 0xf0908bd8 sys_nanosleep(c71b8620,f0908ca8,c729b5e0,1,0,...) at sys_nanosleep+0x69/frame 0xf0908c18 syscall(f0908ce8) at syscall+0x4a6/frame 0xf0908cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0908cdc --- syscall (240, FreeBSD ELF32, sys_nanosleep), eip = 0x2819f203, esp = 0xbfbfecb4, ebp = 0xbfbfee44 --- Tracing command sendmail pid 924 tid 100098 td 0xc71b8c40 sched_switch(c71b8c40,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xf08e5a7c mi_switch(104,0,c0b134a4,0,0,c71b8c40) at mi_switch+0x122/frame 0xf08e5ab4 sleepq_switch(c71b8c40,0,c11b698a,1a8,0,...) at sleepq_switch+0x15b/frame 0xf08e5adc sleepq_catch_signals(0,c11b698a,154,c71b8c40,f08e5ba4,...) at sleepq_catch_signals+0x5be/frame 0xf08e5b30 sleepq_wait_sig(c729bc24,74,c10a57b4,100,0,...) at sleepq_wait_sig+0x14/frame 0xf08e5b5c _sleep(c729bc24,c729bc58,174,c10a57b4,0,...) at _sleep+0x29b/frame 0xf08e5ba4 kern_sigsuspend(c71b8c40,0,0,0,0,...) at kern_sigsuspend+0x137/frame 0xf08e5be8 sys_sigsuspend(c71b8c40,f08e5ca8,c729bbc0,c71b8c40,c72cc930,...) at sys_sigsuspend+0x58/frame 0xf08e5c18 syscall(f08e5ce8) at syscall+0x4a6/frame 0xf08e5cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf08e5cdc --- syscall (4, FreeBSD ELF32, sys_write), eip = 0x2836bfbb, esp = 0xbfbfd9cc, ebp = 0xbfbfd9f8 --- Tracing command sendmail pid 921 tid 100099 td 0xc71b8930 sched_switch(c71b8930,0,104,ac,0,...) at sched_switch+0x2d2/frame 0xf08e88d8 mi_switch(104,0,f08e898c,c0b134a4,2845a000,c71b8930) at mi_switch+0x122/frame 0xf08e8910 sleepq_switch(c71b8930,0,c11b698a,1a8,f11734f8,...) at sleepq_switch+0x15b/frame 0xf08e8938 sleepq_catch_signals(50000000,0,c0b72670,c71b8930,1,...) at sleepq_catch_signals+0x5be/frame 0xf08e898c sleepq_timedwait_sig(c6fa0b24,0,30,50000000,0,...) at sleepq_timedwait_sig+0x14/frame 0xf08e89bc _cv_timedwait_sig_sbt(c6fa0b24,c6fa0b10,f11734f8,30,50000000,...) at _cv_timedwait_sig_sbt+0x1a7/frame 0xf08e89f0 seltdwait(30,50000000,0,c71b8930,f08e8ba0,...) at seltdwait+0xc1/frame 0xf08e8a28 kern_select(c71b8930,4,bfbfcfb8,0,0,...) at kern_select+0x8c2/frame 0xf08e8bd0 sys_select(c71b8930,f08e8ca8,c729b8d0,4,c088707e,...) at sys_select+0x69/frame 0xf08e8c18 syscall(f08e8ce8) at syscall+0x4a6/frame 0xf08e8cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf08e8cdc --- syscall (93, FreeBSD ELF32, sys_select), eip = 0x28444277, esp = 0xbfbfcf1c, ebp = 0xbfbfd9d8 --- Tracing command sshd pid 918 tid 100072 td 0xc6f68310 sched_switch(c6f68310,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xee3b48e0 mi_switch(104,0,0,0,40a,c6f68310) at mi_switch+0x122/frame 0xee3b4918 sleepq_switch(c6f68310,0,c11b698a,1a8,0,...) at sleepq_switch+0x15b/frame 0xee3b4940 sleepq_catch_signals(0,c11b698a,154,ee3b4ba8,ee3b49d4,...) at sleepq_catch_signals+0x5be/frame 0xee3b4994 sleepq_wait_sig(c6fd23e4,0,c11ecb42,101,0,...) at sleepq_wait_sig+0x14/frame 0xee3b49c0 _cv_wait_sig(c6fd23e4,c6fd23d0,c702dcb0,c6f68310,ee3b4a28,...) at _cv_wait_sig+0x17c/frame 0xee3b49f0 seltdwait(ffffffff,0,0,c6f68310,ee3b4ba0,...) at seltdwait+0xcf/frame 0xee3b4a28 kern_select(c6f68310,5,28c0c158,0,0,...) at kern_select+0x8c2/frame 0xee3b4bd0 sys_select(c6f68310,ee3b4ca8,c6f64bc0,c6f68310,c72cc930,...) at sys_select+0x69/frame 0xee3b4c18 syscall(ee3b4ce8) at syscall+0x4a6/frame 0xee3b4cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3b4cdc --- syscall (93, FreeBSD ELF32, sys_select), eip = 0x28636277, esp = 0xbfbfe43c, ebp = 0xbfbfe460 --- Tracing command syslogd pid 725 tid 100084 td 0xc72cc930 sched_switch(c72cc930,0,104,c152191c,0,...) at sched_switch+0x2d2/frame 0xee3fb8e0 mi_switch(104,0,ee3fb950,c0af7134,c6d23930,c72cc930) at mi_switch+0x122/frame 0xee3fb918 sleepq_switch(c72cc930,0,c11b698a,1a8,c6aa5e3c,...) at sleepq_switch+0x15b/frame 0xee3fb940 sleepq_catch_signals(0,c11b698a,154,ee3fba28,c1036475,...) at sleepq_catch_signals+0x5be/frame 0xee3fb994 sleepq_wait_sig(c6d57da4,0,c11ecb42,101,0,...) at sleepq_wait_sig+0x14/frame 0xee3fb9c0 _cv_wait_sig(c6d57da4,c6d57d90,c0a05c9b,c69a4000,0,...) at _cv_wait_sig+0x17c/frame 0xee3fb9f0 seltdwait(ffffffff,0,0,c72cc930,ee3fbba0,...) at seltdwait+0xcf/frame 0xee3fba28 kern_select(c72cc930,9,28834118,0,0,...) at kern_select+0x8c2/frame 0xee3fbbd0 sys_select(c72cc930,ee3fbca8,804c210,c74c5000,0,...) at sys_select+0x69/frame 0xee3fbc18 syscall(ee3fbce8) at syscall+0x4a6/frame 0xee3fbcdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3fbcdc --- syscall (93, FreeBSD ELF32, sys_select), eip = 0x281b8277, esp = 0xbfbfdea4, ebp = 0xbfbfee34 --- Tracing command devd pid 649 tid 100071 td 0xc6f68620 sched_switch(c6f68620,0,104,ac,98,...) at sched_switch+0x2d2/frame 0xee3b18d8 mi_switch(104,0,0,c0b134a4,0,c6f68620) at mi_switch+0x122/frame 0xee3b1910 sleepq_switch(c6f68620,0,c11b698a,1a8,4127f8c6,...) at sleepq_switch+0x15b/frame 0xee3b1938 sleepq_catch_signals(c0000000,3,c0b72670,c6f68620,0,...) at sleepq_catch_signals+0x5be/frame 0xee3b198c sleepq_timedwait_sig(c6fa1524,0,48,c0000000,3,...) at sleepq_timedwait_sig+0x14/frame 0xee3b19bc _cv_timedwait_sig_sbt(c6fa1524,c6fa1510,4127f8c6,48,c0000000,...) at _cv_timedwait_sig_sbt+0x1a7/frame 0xee3b19f0 seltdwait(48,c0000000,3,c6f68620,ee3b1ba0,...) at seltdwait+0xc1/frame 0xee3b1a28 kern_select(c6f68620,6,bfbfcda0,0,0,...) at kern_select+0x8c2/frame 0xee3b1bd0 sys_select(c6f68620,ee3b1ca8,c6f65000,4,c088707e,...) at sys_select+0x69/frame 0xee3b1c18 syscall(ee3b1ce8) at syscall+0x4a6/frame 0xee3b1cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xee3b1cdc --- syscall (93, FreeBSD ELF32, sys_select), eip = 0x8097703, esp = 0xbfbfcd3c, ebp = 0xbfbfee54 --- Tracing command vnlru pid 16 tid 100068 td 0xc6f69000 sched_switch(c6f69000,0,104,0,36254e5d,...) at sched_switch+0x2d2/frame 0xee3a6b5c mi_switch(104,0,101,c6f69000,ee3a6be8,c6f658d0) at mi_switch+0x122/frame 0xee3a6b94 sleepq_switch(c6f69000,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee3a6bbc sleepq_timedwait(c6f658d0,60,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee3a6be8 _sleep(c6f658d0,c1534980,260,c11bd97c,fffffed8,...) at _sleep+0x282/frame 0xee3a6c30 vnlru_proc(0,ee3a6ce8,0,0,0,...) at vnlru_proc+0xcf/frame 0xee3a6ca4 fork_exit(c0bdb7e0,0,ee3a6ce8) at fork_exit+0xa3/frame 0xee3a6cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee3a6cd4 --- trap 0, eip = 0, esp = 0xee3a6d20, ebp = 0 --- Tracing command syncer pid 9 tid 100067 td 0xc6f69310 sched_switch(c6f69310,0,104,36254e5d,0,...) at sched_switch+0x2d2/frame 0xee3a3b68 mi_switch(104,0,101,c6f69310,ee3a3bf4,c15349c4) at mi_switch+0x122/frame 0xee3a3ba0 sleepq_switch(c6f69310,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee3a3bc8 sleepq_timedwait(c15349c4,0,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee3a3bf4 _cv_timedwait_sbt(c15349c4,c15349a4,fffffed8,0,0,...) at _cv_timedwait_sbt+0x1a7/frame 0xee3a3c28 sched_sync(0,ee3a3ce8,0,0,0,...) at sched_sync+0x7a1/frame 0xee3a3ca4 fork_exit(c0bdaea0,0,ee3a3ce8) at fork_exit+0xa3/frame 0xee3a3cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee3a3cd4 --- trap 0, eip = 0, esp = 0xee3a3d20, ebp = 0 --- Tracing command bufdaemon pid 8 tid 100080 td 0xc71b9c40 sched_switch(c71b9c40,0,104,0,e9db9457,...) at sched_switch+0x2d2/frame 0xee3d3b8c mi_switch(104,0,101,c71b9c40,ee3d3c18,c6fb6a84) at mi_switch+0x122/frame 0xee3d3bc4 sleepq_switch(c71b9c40,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee3d3bec sleepq_timedwait(c6fb6a84,54,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee3d3c18 _sleep(c6fb6a84,c6fb6a00,54,c11de1de,7fffff6c,...) at _sleep+0x282/frame 0xee3d3c60 softdep_flush(c70f7000,ee3d3ce8,c0da9070,0,ee3d3cd0,...) at softdep_flush+0x16a/frame 0xee3d3ca4 fork_exit(c0da9070,c70f7000,ee3d3ce8) at fork_exit+0xa3/frame 0xee3d3cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee3d3cd4 --- trap 0, eip = 0, esp = 0xee3d3d20, ebp = 0 --- Tracing command bufdaemon pid 8 tid 100079 td 0xc71ba000 sched_switch(c71ba000,0,104,0,d041fadb,...) at sched_switch+0x2d2/frame 0xee3d0b8c mi_switch(104,0,101,c71ba000,ee3d0c18,c6fb6884) at mi_switch+0x122/frame 0xee3d0bc4 sleepq_switch(c71ba000,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee3d0bec sleepq_timedwait(c6fb6884,54,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee3d0c18 _sleep(c6fb6884,c6fb6800,54,c11de1de,7fffff6c,...) at _sleep+0x282/frame 0xee3d0c60 softdep_flush(c70f72a0,ee3d0ce8,c0da9070,0,ee3d0cd0,...) at softdep_flush+0x16a/frame 0xee3d0ca4 fork_exit(c0da9070,c70f72a0,ee3d0ce8) at fork_exit+0xa3/frame 0xee3d0cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee3d0cd4 --- trap 0, eip = 0, esp = 0xee3d0d20, ebp = 0 --- Tracing command bufdaemon pid 8 tid 100066 td 0xc6f69620 sched_switch(c6f69620,0,104,36254e5d,0,...) at sched_switch+0x2d2/frame 0xee3a0b98 mi_switch(104,0,101,c6f69620,ee3a0c24,c1534104) at mi_switch+0x122/frame 0xee3a0bd0 sleepq_switch(c6f69620,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee3a0bf8 sleepq_timedwait(c1534104,54,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee3a0c24 _sleep(c1534104,c1534080,54,c11bb3e7,fffffed8,...) at _sleep+0x282/frame 0xee3a0c6c buf_daemon(0,ee3a0ce8,0,0,0,...) at buf_daemon+0xac/frame 0xee3a0ca4 fork_exit(c0bbeac0,0,ee3a0ce8) at fork_exit+0xa3/frame 0xee3a0cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee3a0cd4 --- trap 0, eip = 0, esp = 0xee3a0d20, ebp = 0 --- Tracing command pagezero pid 7 tid 100065 td 0xc6cee620 sched_switch(c6cee620,0,104,79b9a83d,0,...) at sched_switch+0x2d2/frame 0xee39dba0 mi_switch(104,0,101,c6cee620,ee39dc2c,c1539320) at mi_switch+0x122/frame 0xee39dbd8 sleepq_switch(c6cee620,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee39dc00 sleepq_timedwait(c1539320,0,12b,0,0,...) at sleepq_timedwait+0x3f/frame 0xee39dc2c _sleep(c1539320,c1594580,0,c11e2463,fffea520,...) at _sleep+0x282/frame 0xee39dc74 vm_pagezero(0,ee39dce8,0,0,0,...) at vm_pagezero+0xd2/frame 0xee39dca4 fork_exit(c0e09ef0,0,ee39dce8) at fork_exit+0xa3/frame 0xee39dcd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee39dcd4 --- trap 0, eip = 0, esp = 0xee39dd20, ebp = 0 --- Tracing command vmdaemon pid 6 tid 100064 td 0xc6cee930 sched_switch(c6cee930,0,104,0,c6cee930,...) at sched_switch+0x2d2/frame 0xee39ab64 mi_switch(104,0,0,0,c6cee930,c1539044) at mi_switch+0x122/frame 0xee39ab9c sleepq_switch(c6cee930,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee39abc4 sleepq_wait(c1539044,74,c11bb3e7,0,0,...) at sleepq_wait+0x3f/frame 0xee39abf0 _sleep(c1539044,c153902c,74,c11bb3e7,0,...) at _sleep+0x2ae/frame 0xee39ac38 vm_daemon(0,ee39ace8,0,0,0,...) at vm_daemon+0x116/frame 0xee39aca4 fork_exit(c0e029a0,0,ee39ace8) at fork_exit+0xa3/frame 0xee39acd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee39acd4 --- trap 0, eip = 0, esp = 0xee39ad20, ebp = 0 --- Tracing command pagedaemon pid 5 tid 100063 td 0xc6ceec40 sched_switch(c6ceec40,0,104,0,36254e5d,...) at sched_switch+0x2d2/frame 0xee397b64 mi_switch(104,0,101,c6ceec40,ee397bf0,c1594604) at mi_switch+0x122/frame 0xee397b9c sleepq_switch(c6ceec40,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee397bc4 sleepq_timedwait(c1594604,54,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee397bf0 _sleep(c1594604,c1594580,54,c11bb3e7,fffffed8,...) at _sleep+0x282/frame 0xee397c38 vm_pageout(0,ee397ce8,0,0,0,...) at vm_pageout+0x1fb/frame 0xee397ca4 fork_exit(c0e03410,0,ee397ce8) at fork_exit+0xa3/frame 0xee397cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee397cd4 --- trap 0, eip = 0, esp = 0xee397d20, ebp = 0 --- Tracing command sctp_iterator pid 4 tid 100060 td 0xc6d22620 sched_switch(c6d22620,0,104,0,c6d22620,...) at sched_switch+0x2d2/frame 0xee38eba4 mi_switch(104,0,d6fa6fc8,c0b0eedf,c6d22620,c1592874) at mi_switch+0x122/frame 0xee38ebdc sleepq_switch(c6d22620,0,c11b698a,268,c6fa6fc8,...) at sleepq_switch+0x15b/frame 0xee38ec04 sleepq_wait(c1592874,0,c11ce22b,0,0,...) at sleepq_wait+0x3f/frame 0xee38ec30 _sleep(c1592874,c159283c,0,c11ce22b,0,...) at _sleep+0x2ae/frame 0xee38ec78 sctp_iterator_thread(0,ee38ece8,0,0,0,...) at sctp_iterator_thread+0x9c/frame 0xee38eca4 fork_exit(c0c83920,0,ee38ece8) at fork_exit+0xa3/frame 0xee38ecd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee38ecd4 --- trap 0, eip = 0, esp = 0xee38ed20, ebp = 0 --- Tracing command fdc0 pid 3 tid 100056 td 0xc6d23310 sched_switch(c6d23310,0,104,0,36254e5d,...) at sched_switch+0x2d2/frame 0xee381b34 mi_switch(104,0,101,c6d23310,ee381bc0,c6baf83c) at mi_switch+0x122/frame 0xee381b6c sleepq_switch(c6d23310,0,c11b698a,28b,101,...) at sleepq_switch+0x15b/frame 0xee381b94 sleepq_timedwait(c6baf83c,5c,0,0,0,...) at sleepq_timedwait+0x3f/frame 0xee381bc0 _sleep(c6baf83c,c6baf8f0,5c,c11a23c4,fffffed8,...) at _sleep+0x282/frame 0xee381c08 fdc_thread(c6baf800,ee381ce8,0,0,0,...) at fdc_thread+0x877/frame 0xee381ca4 fork_exit(c0fc2e20,c6baf800,ee381ce8) at fork_exit+0xa3/frame 0xee381cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee381cd4 --- trap 0, eip = 0, esp = 0xee381d20, ebp = 0 --- Tracing command usb pid 15 tid 100053 td 0xc6d23c40 sched_switch(c6d23c40,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee304bb8 mi_switch(104,0,0,80246,c6d23c40,c6d09d34) at mi_switch+0x122/frame 0xee304bf0 sleepq_switch(c6d23c40,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee304c18 sleepq_wait(c6d09d34,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee304c44 _cv_wait(c6d09d34,c6d09e74,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee304c74 usb_process(c6d09d2c,ee304ce8,0,0,0,...) at usb_process+0xf6/frame 0xee304ca4 fork_exit(c09a4cc0,c6d09d2c,ee304ce8) at fork_exit+0xa3/frame 0xee304cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee304cd4 --- trap 0, eip = 0, esp = 0xee304d20, ebp = 0 --- Tracing command usb pid 15 tid 100052 td 0xc6c85c40 sched_switch(c6c85c40,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee301bb8 mi_switch(104,0,c6c99fc8,c0b3286d,c6c85c40,c6d09d04) at mi_switch+0x122/frame 0xee301bf0 sleepq_switch(c6c85c40,0,c11b698a,268,c6d57640,...) at sleepq_switch+0x15b/frame 0xee301c18 sleepq_wait(c6d09d04,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee301c44 _cv_wait(c6d09d04,c6d09e74,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee301c74 usb_process(c6d09cfc,ee301ce8,0,0,0,...) at usb_process+0xf6/frame 0xee301ca4 fork_exit(c09a4cc0,c6d09cfc,ee301ce8) at fork_exit+0xa3/frame 0xee301cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee301cd4 --- trap 0, eip = 0, esp = 0xee301d20, ebp = 0 --- Tracing command usb pid 15 tid 100051 td 0xc6cec000 sched_switch(c6cec000,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2febb8 mi_switch(104,0,0,80246,c6cec000,c6d09cd4) at mi_switch+0x122/frame 0xee2febf0 sleepq_switch(c6cec000,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2fec18 sleepq_wait(c6d09cd4,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2fec44 _cv_wait(c6d09cd4,c6d09e74,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2fec74 usb_process(c6d09ccc,ee2fece8,0,0,0,...) at usb_process+0xf6/frame 0xee2feca4 fork_exit(c09a4cc0,c6d09ccc,ee2fece8) at fork_exit+0xa3/frame 0xee2fecd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2fecd4 --- trap 0, eip = 0, esp = 0xee2fed20, ebp = 0 --- Tracing command usb pid 15 tid 100050 td 0xc6cec310 sched_switch(c6cec310,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2fbbb8 mi_switch(104,0,0,80246,c6cec310,c6d09ca4) at mi_switch+0x122/frame 0xee2fbbf0 sleepq_switch(c6cec310,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2fbc18 sleepq_wait(c6d09ca4,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2fbc44 _cv_wait(c6d09ca4,c6d09e74,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2fbc74 usb_process(c6d09c9c,ee2fbce8,0,0,0,...) at usb_process+0xf6/frame 0xee2fbca4 fork_exit(c09a4cc0,c6d09c9c,ee2fbce8) at fork_exit+0xa3/frame 0xee2fbcd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2fbcd4 --- trap 0, eip = 0, esp = 0xee2fbd20, ebp = 0 --- Tracing command usb pid 15 tid 100049 td 0xc6cec620 sched_switch(c6cec620,0,104,c09a52a9,0,...) at sched_switch+0x2d2/frame 0xee2f5bb8 mi_switch(104,0,0,80246,c6cec620,c6cf2dac) at mi_switch+0x122/frame 0xee2f5bf0 sleepq_switch(c6cec620,0,c11b698a,268,4,...) at sleepq_switch+0x15b/frame 0xee2f5c18 sleepq_wait(c6cf2dac,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2f5c44 _cv_wait(c6cf2dac,c6cf2eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2f5c74 usb_process(c6cf2da4,ee2f5ce8,0,0,0,...) at usb_process+0xf6/frame 0xee2f5ca4 fork_exit(c09a4cc0,c6cf2da4,ee2f5ce8) at fork_exit+0xa3/frame 0xee2f5cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2f5cd4 --- trap 0, eip = 0, esp = 0xee2f5d20, ebp = 0 --- Tracing command usb pid 15 tid 100048 td 0xc6cec930 sched_switch(c6cec930,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2f2bb8 mi_switch(104,0,c0995672,c158f620,c6cec930,c6cf2d7c) at mi_switch+0x122/frame 0xee2f2bf0 sleepq_switch(c6cec930,0,c11b698a,268,c6d57380,...) at sleepq_switch+0x15b/frame 0xee2f2c18 sleepq_wait(c6cf2d7c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2f2c44 _cv_wait(c6cf2d7c,c6cf2eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2f2c74 usb_process(c6cf2d74,ee2f2ce8,0,0,0,...) at usb_process+0xf6/frame 0xee2f2ca4 fork_exit(c09a4cc0,c6cf2d74,ee2f2ce8) at fork_exit+0xa3/frame 0xee2f2cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2f2cd4 --- trap 0, eip = 0, esp = 0xee2f2d20, ebp = 0 --- Tracing command usb pid 15 tid 100047 td 0xc6cecc40 sched_switch(c6cecc40,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2efbb8 mi_switch(104,0,0,80246,c6cecc40,c6cf2d4c) at mi_switch+0x122/frame 0xee2efbf0 sleepq_switch(c6cecc40,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2efc18 sleepq_wait(c6cf2d4c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2efc44 _cv_wait(c6cf2d4c,c6cf2eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2efc74 usb_process(c6cf2d44,ee2efce8,0,0,0,...) at usb_process+0xf6/frame 0xee2efca4 fork_exit(c09a4cc0,c6cf2d44,ee2efce8) at fork_exit+0xa3/frame 0xee2efcd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2efcd4 --- trap 0, eip = 0, esp = 0xee2efd20, ebp = 0 --- Tracing command usb pid 15 tid 100046 td 0xc6ced000 sched_switch(c6ced000,0,104,8,0,...) at sched_switch+0x2d2/frame 0xee2ecbb8 mi_switch(104,0,3660,0,c6ced000,c6cf2d1c) at mi_switch+0x122/frame 0xee2ecbf0 sleepq_switch(c6ced000,0,c11b698a,268,4,...) at sleepq_switch+0x15b/frame 0xee2ecc18 sleepq_wait(c6cf2d1c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2ecc44 _cv_wait(c6cf2d1c,c6cf2eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2ecc74 usb_process(c6cf2d14,ee2ecce8,0,0,0,...) at usb_process+0xf6/frame 0xee2ecca4 fork_exit(c09a4cc0,c6cf2d14,ee2ecce8) at fork_exit+0xa3/frame 0xee2eccd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2eccd4 --- trap 0, eip = 0, esp = 0xee2ecd20, ebp = 0 --- Tracing command usb pid 15 tid 100044 td 0xc6ced620 sched_switch(c6ced620,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2e5bb8 mi_switch(104,0,0,80246,c6ced620,c6cdbdac) at mi_switch+0x122/frame 0xee2e5bf0 sleepq_switch(c6ced620,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2e5c18 sleepq_wait(c6cdbdac,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2e5c44 _cv_wait(c6cdbdac,c6cdbeec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2e5c74 usb_process(c6cdbda4,ee2e5ce8,0,0,0,...) at usb_process+0xf6/frame 0xee2e5ca4 fork_exit(c09a4cc0,c6cdbda4,ee2e5ce8) at fork_exit+0xa3/frame 0xee2e5cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2e5cd4 --- trap 0, eip = 0, esp = 0xee2e5d20, ebp = 0 --- Tracing command usb pid 15 tid 100043 td 0xc6ced930 sched_switch(c6ced930,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2e2bb8 mi_switch(104,0,0,0,c6ced930,c6cdbd7c) at mi_switch+0x122/frame 0xee2e2bf0 sleepq_switch(c6ced930,0,c11b698a,268,c6d57140,...) at sleepq_switch+0x15b/frame 0xee2e2c18 sleepq_wait(c6cdbd7c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2e2c44 _cv_wait(c6cdbd7c,c6cdbeec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2e2c74 usb_process(c6cdbd74,ee2e2ce8,0,0,0,...) at usb_process+0xf6/frame 0xee2e2ca4 fork_exit(c09a4cc0,c6cdbd74,ee2e2ce8) at fork_exit+0xa3/frame 0xee2e2cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2e2cd4 --- trap 0, eip = 0, esp = 0xee2e2d20, ebp = 0 --- Tracing command usb pid 15 tid 100042 td 0xc6cedc40 sched_switch(c6cedc40,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2dfbb8 mi_switch(104,0,0,80246,c6cedc40,c6cdbd4c) at mi_switch+0x122/frame 0xee2dfbf0 sleepq_switch(c6cedc40,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2dfc18 sleepq_wait(c6cdbd4c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2dfc44 _cv_wait(c6cdbd4c,c6cdbeec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2dfc74 usb_process(c6cdbd44,ee2dfce8,0,0,0,...) at usb_process+0xf6/frame 0xee2dfca4 fork_exit(c09a4cc0,c6cdbd44,ee2dfce8) at fork_exit+0xa3/frame 0xee2dfcd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2dfcd4 --- trap 0, eip = 0, esp = 0xee2dfd20, ebp = 0 --- Tracing command usb pid 15 tid 100041 td 0xc6cee000 sched_switch(c6cee000,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2dcbb8 mi_switch(104,0,0,80246,c6cee000,c6cdbd1c) at mi_switch+0x122/frame 0xee2dcbf0 sleepq_switch(c6cee000,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2dcc18 sleepq_wait(c6cdbd1c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2dcc44 _cv_wait(c6cdbd1c,c6cdbeec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2dcc74 usb_process(c6cdbd14,ee2dcce8,0,0,0,...) at usb_process+0xf6/frame 0xee2dcca4 fork_exit(c09a4cc0,c6cdbd14,ee2dcce8) at fork_exit+0xa3/frame 0xee2dccd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2dccd4 --- trap 0, eip = 0, esp = 0xee2dcd20, ebp = 0 --- Tracing command usb pid 15 tid 100039 td 0xc6c0d310 sched_switch(c6c0d310,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2d5bb8 mi_switch(104,0,0,80246,c6c0d310,c6cc6dac) at mi_switch+0x122/frame 0xee2d5bf0 sleepq_switch(c6c0d310,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2d5c18 sleepq_wait(c6cc6dac,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2d5c44 _cv_wait(c6cc6dac,c6cc6eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2d5c74 usb_process(c6cc6da4,ee2d5ce8,0,0,0,...) at usb_process+0xf6/frame 0xee2d5ca4 fork_exit(c09a4cc0,c6cc6da4,ee2d5ce8) at fork_exit+0xa3/frame 0xee2d5cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2d5cd4 --- trap 0, eip = 0, esp = 0xee2d5d20, ebp = 0 --- Tracing command usb pid 15 tid 100038 td 0xc6c0d620 sched_switch(c6c0d620,0,104,c1a6c5d0,0,...) at sched_switch+0x2d2/frame 0xee2d2bb8 mi_switch(104,0,c6c99fc8,c0b3286d,c6c0d620,c6cc6d7c) at mi_switch+0x122/frame 0xee2d2bf0 sleepq_switch(c6c0d620,0,c11b698a,268,c6d57900,...) at sleepq_switch+0x15b/frame 0xee2d2c18 sleepq_wait(c6cc6d7c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2d2c44 _cv_wait(c6cc6d7c,c6cc6eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2d2c74 usb_process(c6cc6d74,ee2d2ce8,0,0,0,...) at usb_process+0xf6/frame 0xee2d2ca4 fork_exit(c09a4cc0,c6cc6d74,ee2d2ce8) at fork_exit+0xa3/frame 0xee2d2cd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2d2cd4 --- trap 0, eip = 0, esp = 0xee2d2d20, ebp = 0 --- Tracing command usb pid 15 tid 100037 td 0xc6c0d930 sched_switch(c6c0d930,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2cfbb8 mi_switch(104,0,0,80246,c6c0d930,c6cc6d4c) at mi_switch+0x122/frame 0xee2cfbf0 sleepq_switch(c6c0d930,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2cfc18 sleepq_wait(c6cc6d4c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2cfc44 _cv_wait(c6cc6d4c,c6cc6eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2cfc74 usb_process(c6cc6d44,ee2cfce8,0,0,0,...) at usb_process+0xf6/frame 0xee2cfca4 fork_exit(c09a4cc0,c6cc6d44,ee2cfce8) at fork_exit+0xa3/frame 0xee2cfcd4 fork_trampoline() at fork_trampoline+0x8/frame 0xee2cfcd4 --- trap 0, eip = 0, esp = 0xee2cfd20, ebp = 0 --- Tracing command usb pid 15 tid 100036 td 0xc6c0dc40 sched_switch(c6c0dc40,0,104,0,0,...) at sched_switch+0x2d2/frame 0xee2ccbb8 mi_switch(104,0,0,80246,c6c0dc40,c6cc6d1c) at mi_switch+0x122/frame 0xee2ccbf0 sleepq_switch(c6c0dc40,0,c11b698a,268,0,...) at sleepq_switch+0x15b/frame 0xee2ccc18 sleepq_wait(c6cc6d1c,0,c11a23c4,1,0,...) at sleepq_wait+0x3f/frame 0xee2ccc44 _cv_wait(c6cc6d1c,c6cc6eec,c118e08e,73,0,...) at _cv_wait+0x182/frame 0xee2ccc74 us ---------------------------------------------------------------------- config.txt options CONFIG_AUTOGENERATED ident GENERIC machine i386 cpu I686_CPU cpu I586_CPU cpu I486_CPU makeoptions WITH_CTF=1 makeoptions DEBUG=-g options XENHVM options USB_DEBUG options ATH_ENABLE_11N options AH_AR5416_INTERRUPT_MITIGATION options AH_SUPPORT_AR5416 options IEEE80211_SUPPORT_MESH options IEEE80211_AMPDU_AGE options IEEE80211_DEBUG options SC_PIXEL_MODE options VESA options AHD_REG_PRETTY_PRINT options AHC_REG_PRETTY_PRINT options ATA_STATIC_ID options SMP options KDB_TRACE options KDB options DDB options VIMAGE options INCLUDE_CONFIG_FILE options DDB_CTF options KDTRACE_HOOKS options MAC options PROCDESC options CAPABILITIES options CAPABILITY_MODE options AUDIT options HWPMC_HOOKS options KBD_INSTALL_CDEV options PRINTF_BUFR_SIZE=128 options _KPOSIX_PRIORITY_SCHEDULING options SYSVSEM options SYSVMSG options SYSVSHM options STACK options KTRACE options SCSI_DELAY=5000 options COMPAT_FREEBSD7 options COMPAT_FREEBSD6 options COMPAT_FREEBSD5 options COMPAT_FREEBSD4 options GEOM_LABEL options GEOM_RAID options GEOM_PART_GPT options PSEUDOFS options PROCFS options CD9660 options MSDOSFS options NFS_ROOT options NFSLOCKD options NFSD options NFSCL options MD_ROOT options QUOTA options UFS_GJOURNAL options UFS_DIRHASH options UFS_ACL options SOFTUPDATES options FFS options SCTP options TCP_OFFLOAD options INET6 options INET options PREEMPTION options SCHED_ULE options NEW_PCIB options NATIVE options GEOM_PART_MBR options GEOM_PART_EBR_COMPAT options GEOM_PART_EBR options GEOM_PART_BSD options ISAPNP device isa device npx device mem device io device uart_ns8250 device atpic device apic device cpufreq device acpi device eisa device pci device fdc device ahci device ata device mvs device siis device ahb device ahc device ahd device esp device hptiop device isp device mpt device mps device mpr device sym device trm device adv device adw device aha device aic device bt device ncv device nsp device stg device isci device scbus device ch device da device sa device cd device pass device ses device amr device arcmsr device asr device ciss device dpt device hptmv device hptnr device hptrr device hpt27xx device iir device ips device mly device twa device tws device aac device aacp device aacraid device ida device mfi device mlx device mrsas device pst device twe device atkbdc device atkbd device psm device kbdmux device vga device splash device sc device vt device vt_vga device agp device pmtimer device cbb device pccard device cardbus device uart device ppc device ppbus device lpt device ppi device puc device bxe device de device em device igb device ixgb device le device ti device txp device vx device miibus device ae device age device alc device ale device bce device bfe device bge device cas device dc device et device fxp device gem device hme device jme device lge device msk device nfe device nge device pcn device re device rl device sf device sge device sis device sk device ste device stge device tl device tx device vge device vr device vte device wb device xl device cs device ed device ex device ep device fe device ie device sn device xe device wlan device wlan_wep device wlan_ccmp device wlan_tkip device wlan_amrr device an device ath device ath_pci device ath_hal device ath_rate_sample device ipw device iwi device iwn device malo device mwl device ral device wi device wpi device loop device random device padlock_rng device rdrand_rng device ether device vlan device tun device md device gif device faith device firmware device bpf device uhci device ohci device ehci device xhci device usb device ukbd device umass device sound device snd_cmi device snd_csa device snd_emu10kx device snd_es137x device snd_hda device snd_ich device snd_via8233 device mmc device mmcsd device sdhci device virtio device virtio_pci device vtnet device virtio_blk device virtio_scsi device virtio_balloon device hyperv device xenpci device vmx ---------------------------------------------------------------------- msgbuf.txt Copyright (c) 1992-2014 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.1-STABLE #1 r276174: Sat Jan 3 20:50:10 CET 2015 root@verdi.nethelp.no:/usr/src/sys/i386/compile/GENERICV i386 FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 CPU: Intel(R) Pentium(R) D CPU 2.80GHz (2793.06-MHz 686-class CPU) Origin="GenuineIntel" Id=0xf47 Family=0xf Model=0x4 Stepping=7 Features=0xbfebfbff Features2=0x641d AMD Features=0x20100000 AMD Features2=0x1 TSC: P-state invariant real memory = 2147483648 (2048 MB) avail memory = 2083926016 (1987 MB) Event timer "LAPIC" quality 400 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 WARNING: VIMAGE (virtualized network stack) is a highly experimental feature. ioapic0: Changing APIC ID to 8 ioapic0 irqs 0-23 on motherboard lapic0: Forcing LINT1 to edge trigger random: initialized kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, f00000 (3) failed acpi0: reservation of 1000000, 7ee8cc00 (3) failed cpu0: on acpi0 cpu1: on acpi0 atrtc0: port 0x70-0x7f irq 8 on acpi0 Event timer "RTC" frequency 32768 Hz quality 0 attimer0: port 0x40-0x5f irq 0 on acpi0 Timecounter "i8254" frequency 1193182 Hz quality 0 Event timer "i8254" frequency 1193182 Hz quality 100 Timecounter "ACPI-fast" frequency 3579545 Hz quality 900 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0 hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 950 Event timer "HPET" frequency 14318180 Hz quality 450 Event timer "HPET1" frequency 14318180 Hz quality 440 Event timer "HPET2" frequency 14318180 Hz quality 440 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: irq 16 at device 1.0 on pci0 pci1: on pcib1 pcib2: irq 16 at device 28.0 on pci0 pci2: on pcib2 em0: port 0xdcc0-0xdcdf mem 0xfe880000-0xfe89ffff,0xfe8a0000-0xfe8bffff irq 16 at device 0.0 on pci2 em0: Using an MSI interrupt em0: Ethernet address: 00:15:17:36:bc:e8 em1: port 0xdce0-0xdcff mem 0xfe8c0000-0xfe8dffff,0xfe8e0000-0xfe8fffff irq 17 at device 0.1 on pci2 em1: Using an MSI interrupt em1: Ethernet address: 00:15:17:36:bc:e9 pcib3: irq 16 at device 28.4 on pci0 pci3: on pcib3 bge0: mem 0xfe7f0000-0xfe7fffff irq 16 at device 0.0 on pci3 bge0: CHIP ID 0x00004101; ASIC REV 0x04; CHIP REV 0x41; PCI-E miibus0: on bge0 brgphy0: PHY 1 on miibus0 brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge0: Ethernet address: 00:10:18:1c:60:ce pcib4: irq 17 at device 28.5 on pci0 pci4: on pcib4 bge1: mem 0xfe6f0000-0xfe6fffff irq 17 at device 0.0 on pci4 bge1: CHIP ID 0x00004001; ASIC REV 0x04; CHIP REV 0x40; PCI-E miibus1: on bge1 brgphy1: PHY 1 on miibus1 brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-master, 1000baseT-FDX, 1000baseT-FDX-master, auto, auto-flow bge1: Ethernet address: 00:13:72:20:b4:6f uhci0: port 0xff80-0xff9f irq 21 at device 29.0 on pci0 usbus0 on uhci0 uhci1: port 0xff60-0xff7f irq 22 at device 29.1 on pci0 usbus1 on uhci1 uhci2: port 0xff40-0xff5f irq 18 at device 29.2 on pci0 usbus2 on uhci2 uhci3: port 0xff20-0xff3f irq 23 at device 29.3 on pci0 usbus3 on uhci3 ehci0: mem 0xffa80800-0xffa80bff irq 21 at device 29.7 on pci0 usbus4: EHCI version 1.0 usbus4 on ehci0 pcib5: at device 30.0 on pci0 pci5: on pcib5 vgapci0: port 0xcc80-0xccff mem 0xfc000000-0xfdffffff,0xfe4c0000-0xfe4fffff at device 7.0 on pci5 vgapci0: Boot video device isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf irq 16 at device 31.1 on pci0 ata0: at channel 0 on atapci0 atapci1: port 0xfe00-0xfe07,0xfe10-0xfe13,0xfe20-0xfe27,0xfe30-0xfe33,0xfea0-0xfeaf irq 20 at device 31.2 on pci0 ata2: at channel 0 on atapci1 ata3: at channel 1 on atapci1 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xc7fff,0xc8000-0xc8fff,0xc9000-0xcafff,0xcb000-0xcbfff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] ppc0: parallel port not found. p4tcc0: on cpu0 p4tcc1: on cpu1 Timecounters tick every 1.000 msec random: unblocking device. usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen2.1: at usbus2 ugen1.1: at usbus1 uhub1: on usbus1 ugen4.1: at usbus4 uhub2: on usbus4 ugen3.1: at usbus3 uhub3: on usbus3 uhub4: on usbus2 ada0 at ata2 bus 0 scbus1 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: Serial Number 9QM098KE ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada0: Previously was known as ad4 ada1 at ata3 bus 0 scbus2 target 0 lun 0 ada1: ATA-8 SATA 2.x device ada1: Serial Number 9QM0D4DL ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes) ada1: 476940MB (976773168 512 byte sectors: 16H 63S/T 16383C) ada1: Previously was known as ad6 cd0 at ata0 bus 0 scbus0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) cd0: Attempt to query device size failed: NOT READY, Medium not present uhub1: 2 ports with 2 removable, self powered uhub0: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered lapic1: Forcing LINT1 to edge trigger SMP: AP CPU #1 Launched! Timecounter "TSC-low" frequency 1396531633 Hz quality 1000 Root mount waiting for: usbus4 Root mount waiting for: usbus4 uhub2: 8 ports with 8 removable, self powered Trying to mount root from ufs:/dev/ada0s1a [rw]... <118>Setting hostuuid: 44454c4c-4400-104a-8054-b8c04f43324a. <118>Setting hostid: 0xde1f5676. <118>Starting ddb. <118>Entropy harvesting: interrupts ethernet point_to_point swi. <118>Starting file system checks: <118>/dev/ada0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS <118>/dev/ada0s1a: clean, 4499260 free (1612 frags, 562206 blocks, 0.0% fragmentation) <118>/dev/ada0s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS <118>/dev/ada0s1d: clean, 3269748 free (10100 frags, 407456 blocks, 0.2% fragmentation) <118>/dev/ada0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS <118>/dev/ada0s1e: clean, 2462027 free (147 frags, 307735 blocks, 0.0% fragmentation) <118>Mounting local file systems:. <118>Writing entropy file:. <118>Setting hostname: verdi.nethelp.no. ugen3.2: at usbus3 ukbd0: on usbus3 kbd2 at ukbd0 <118>Starting Network: lo0 em0 em1 bge0 bge1. <118>lo0: flags=8049 metric 0 mtu 16384 <118> options=600003 <118> inet6 ::1 prefixlen 128 <118> inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 <118> inet 127.0.0.1 netmask 0xff000000 <118> nd6 options=21 <118>em0: flags=8c02 metric 0 mtu 1500 <118> options=4219b <118> ether 00:15:17:36:bc:e8 <118> nd6 options=29 <118> media: Ethernet autoselect <118> status: no carrier <118>em1: flags=8c02 metric 0 mtu 1500 <118> options=4019b <118> ether 00:15:17:36:bc:e9 <118> nd6 options=29 <118> media: Ethernet autoselect <118> status: no carrier <118>bge0: flags=8802 metric 0 mtu 1500 <118> options=8009b <118> ether 00:10:18:1c:60:ce <118> nd6 options=29 <118> media: Ethernet autoselect <118>bge1: flags=8843 metric 0 mtu 1500 <118> options=8009b <118> ether 00:13:72:20:b4:6f <118> inet 10.0.0.2 netmask 0xfffffffc broadcast 10.0.0.3 <118> nd6 options=29 <118> media: Ethernet autoselect (none) <118> status: no carrier <118>Starting devd. <118>Starting Network: em0. <118>em0: flags=8c02 metric 0 mtu 1500 <118> options=4219b <118> ether 00:15:17:36:bc:e8 <118> nd6 options=29 <118> media: Ethernet autoselect <118> status: no carrier <118>Starting Network: em1. <118>em1: flags=8c02 metric 0 mtu 1500 <118> options=4019b <118> ether 00:15:17:36:bc:e9 <118> nd6 options=29 <118> media: Ethernet autoselect <118> status: no carrier <118>Starting Network: bge0. <118>bge0: flags=8802 metric 0 mtu 1500 <118> options=8009b <118> ether 00:10:18:1c:60:ce <118> nd6 options=29 <118> media: Ethernet autoselect <118>Configuring syscons: keymap. <118>Starting pflogd: <118>add net fe80::: gateway ::1 <118>add net ff02::: gateway ::1 <118>add net ::ffff:0.0.0.0: gateway ::1 <118>add net ::0.0.0.0: gateway ::1 <118>Creating and/or trimming log files. <118>Starting syslogd. <118>No core dumps found. <118>ELF ldconfig path: /lib /usr/lib /usr/lib/compat <118>a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout <118>Clearing /tmp (X related). <118>Updating motd:. <118>Mounting late file systems:. <118>Configuring syscons: keymap blanktime. <118>Performing sanity check on sshd configuration. <118>Starting sshd. <118>Starting sendmail_submit. <118>Starting sendmail_msp_queue. <118>Starting cron. <118>Starting background file system checks in 60 seconds. <118> <118>Sat Jan 3 21:25:26 CET 2015 <118>Jan 3 21:25:31 verdi login: ROOT LOGIN (root) ON ttyv0 panic: vm_fault: fault on nofault entry, addr: cc0e5000 cpuid = 0 KDB: stack backtrace: db_trace_self_wrapper(c11b55f1,fc,0,10000000,1,...) at db_trace_self_wrapper+0x2d/frame 0xf0923638 kdb_backtrace(c1361c84,0,c11e064d,f09236ec,0,...) at kdb_backtrace+0x30/frame 0xf09236a0 panic(c11e064d,cc0e5000,1,f0923804,f09237f4,...) at panic+0x11f/frame 0xf09236e0 vm_fault_hold(c1a6d000,cc0e5000,1,0,0,...) at vm_fault_hold+0x2076/frame 0xf0923840 vm_fault(c1a6d000,cc0e5000,1,0,c0b72331,...) at vm_fault+0x81/frame 0xf0923868 trap_pfault(cc0e5fb8,c1472000,f0923914,c6baf200,f09239a4,...) at trap_pfault+0x1bb/frame 0xf09238e8 trap(f0923a34) at trap+0x674/frame 0xf0923a28 calltrap() at calltrap+0x6/frame 0xf0923a28 --- trap 0xc, eip = 0xc1049023, esp = 0xf0923a74, ebp = 0xf0923a9c --- copyout(f0923b28,cc0e5fb8,4,f0923acc,c142c7a8,...) at copyout+0x37/frame 0xf0923a9c sysctl_ip6_temppltime(c142c7a8,c6a9e3a8,0,f0923b28,f0923b28,...) at sysctl_ip6_temppltime+0x3a/frame 0xf0923ac0 sysctl_root(f0923b28,8,2,c0a058a7,c7017850,...) at sysctl_root+0x2b1/frame 0xf0923b00 userland_sysctl(c769f310,f0923bac,4,28803030,bfbfdb70,...) at userland_sysctl+0x1fa/frame 0xf0923b70 sys___sysctl(c769f310,f0923ca8,2e,f0923c64,c0b329f2,...) at sys___sysctl+0x98/frame 0xf0923c18 syscall(f0923ce8) at syscall+0x4a6/frame 0xf0923cdc Xint0x80_syscall() at Xint0x80_syscall+0x21/frame 0xf0923cdc --- syscall (202, FreeBSD ELF32, sys___sysctl), eip = 0x281a28b7, esp = 0xbfbfdb00, ebp = 0xbfbfdb28 --- KDB: enter: panic ---------------------------------------------------------------------- panic.txt vm_fault: fault on nofault entry, addr: cc0e5000 ---------------------------------------------------------------------- version.txt FreeBSD 10.1-STABLE #1 r276174: Sat Jan 3 20:50:10 CET 2015 root@verdi.nethelp.no:/usr/src/sys/i386/compile/GENERICV