From owner-freebsd-current@FreeBSD.ORG Fri Dec 27 17:29:57 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00868820 for ; Fri, 27 Dec 2013 17:29:56 +0000 (UTC) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9128710BF for ; Fri, 27 Dec 2013 17:29:56 +0000 (UTC) Received: by mail-wi0-f178.google.com with SMTP id bz8so9812963wib.11 for ; Fri, 27 Dec 2013 09:29:54 -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=DEr3Y0ei2lq7L2S5CROFqIwfe7PXwmCXD6RFXbvAT8w=; b=qa79rgObJzxqgw82UXxpmMKHwLif0A5G4eEOTdmwShoe/beef3Do8kmGi4SP/2X1jH Mz/aEFlhBryQUACtC/ZhdrVmjxoAsfmB21kf2M1QFYZ2TnFrzMg91b+tT43UEW2CabOj tBf5CdBRBdUuVQ2aGdvTDSIJnV34jIf94A9NoOS8u7y5VwAAuWr90S67LnhtHw3LceHi nJQ5blFCSHdlk0xahLnOMfQak1PezP8u5TeiV66vTBy638RHH2z6Nzeps9W1z4ImghHa UquBEUXKDL8xxyAhYP9HvR6o2bMNacHIzBVAqHpMjHRaTna/dgz3rzsdVQ5vko57/KEa i3xQ== MIME-Version: 1.0 X-Received: by 10.180.93.42 with SMTP id cr10mr9937045wib.11.1388165394862; Fri, 27 Dec 2013 09:29:54 -0800 (PST) Received: by 10.217.114.10 with HTTP; Fri, 27 Dec 2013 09:29:54 -0800 (PST) Date: Fri, 27 Dec 2013 18:29:54 +0100 Message-ID: Subject: NFS - arm/AVILA problem From: Berislav Purgar To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 17:29:57 -0000 Hello I have problem with NFS on current. Timecounters tick every 10.000 msec ada0 at ata0 bus 0 scbus0 target 0 lun 0 ada0: CFA-0 device ada0: Serial Number 3ME3GRCZ ada0: 16.700MB/s transfers (PIO4, PIO 8192bytes) ada0: 3906MB (7999488 512 byte sectors: 16H 63S/T 7936C) ada0: Previously was known as ad0 bootpc_init: wired to interface 'npe1' Sending DHCP Discover packet from interface npe1 (00:d0:12:13:59:23) Received DHCP Offer packet on npe1 from 10.42.1.1 (accepted) npe1: link state changed to DOWN Sending DHCP Request packet from interface npe1 (00:d0:12:13:59:23) Received DHCP Ack packet on npe1 from 10.42.1.1 (accepted) (got root path) npe1 at 10.42.1.15 server 10.42.1.1 boot file kernel-avila.nfs subnet mask 255.255.255.0 rootfs 10.42.1.1:/data/freebsd/gateworks rootopts nol Adjusted interface npe1 krpc_call: sosend: 65 krpc_call: sosend: 65 panic: nfs_boot: mount root, error=65 KDB: enter: panic [ thread pid 0 tid 100000 ] Stopped at kdb_enter+0x48: ldrb r15, [r15, r15, ror r15]! db> bt Full BT dump and boot proces is here : http://pastebin.com/hM8KZNaY Can someone help solve the problem. Beri