From owner-freebsd-ppc@FreeBSD.ORG Mon May 12 00:50:10 2014 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F067A555 for ; Mon, 12 May 2014 00:50:10 +0000 (UTC) Received: from mail-yh0-x230.google.com (mail-yh0-x230.google.com [IPv6:2607:f8b0:4002:c01::230]) (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 B5BCE25A1 for ; Mon, 12 May 2014 00:50:10 +0000 (UTC) Received: by mail-yh0-f48.google.com with SMTP id a41so3475006yho.7 for ; Sun, 11 May 2014 17:50:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=lahEFmISGJ6XIh9nMBDRJSeUsinL8q6wYGEKHgbViCU=; b=M4GLQxbauXSxDxl/BONAkBeStdl4T4midYoN6reRmwxET9rMg2+wYclVV5D6skkk6v tuJufx2xekKoqtGIDExvzapXs4Jnh3iYlgKYJCXjhGt48SeeoMdW0VJJe+xq73Ryq/qB AuE2WXP5lxY9oHqPFw4/K9Q4eJrbHiKPkeI99nS97qF8kM2fKUzyOkTIJ2GnWAbQ7Al2 wMSVnTFKrctsrNshERqXk8zlCMar1a7TRVd5teBcm4AxKc1Kr/FCOzKCDgDfdjpIIRQ3 4WtPLZtSoxLmWtxVySL/8yl5YueELMOoJucisJ2LefEfiiOg+J3IIzlqLM7g0V08OvkB +Ckw== X-Received: by 10.236.129.227 with SMTP id h63mr37131523yhi.148.1399855810012; Sun, 11 May 2014 17:50:10 -0700 (PDT) Received: from zhabar.att.net (107-222-186-3.lightspeed.sntcca.sbcglobal.net. [107.222.186.3]) by mx.google.com with ESMTPSA id y3sm17277443yhd.28.2014.05.11.17.50.09 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 11 May 2014 17:50:09 -0700 (PDT) Date: Sun, 11 May 2014 17:50:07 -0700 From: Justin Hibbits To: FreeBSD PowerPC ML Subject: DSI when in dhclient Message-ID: <20140511175007.721425b1@zhabar.att.net> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; powerpc64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 00:50:11 -0000 Something odd I've been running into lately on 32-bit powerpc, when I run dhclient on an interface, I get a Data Storage Interrupt dropping me to ddb. It happens when dhclient is spawning /usr/sbin/arp, and I don't know why. I can write directly to the page it's trying to write into. Manually setting IP address, everything works (even manually running arp). Does anyone else see this? - Justin