From owner-freebsd-arm@FreeBSD.ORG Sat Dec 28 12:59:51 2013 Return-Path: Delivered-To: freebsd-arm@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 3F8315B0 for ; Sat, 28 Dec 2013 12:59:51 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDCF61AC6 for ; Sat, 28 Dec 2013 12:59:50 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x13so8971276wgg.7 for ; Sat, 28 Dec 2013 04:59:49 -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=kGfECHslw4rbd8ca52M30RYxGwmvKnuFDZu4FNPn54E=; b=m1frhapNnWiRDWu6w2vjH+Y6w2qFCwe5BL1FL17ekDZtSEvFOGpqeyRpADbi65/PMJ QXdE7F/SodLaV0TamGedJYDrtJuXPXA+J1+/YjpZFfXflHOV+2lISB+nha2OB2ucD8KK QGunTaOHaISp0N36DLGY+HXeFbb8ASd4n1g7w6gYmh4uDz+7ny3mOaJEqNlW1Y4W6FbY pl7lkBF6yt7xN6sSRBOEa+bj2cFn6pEXQwmOaEOmL5HVgurYyoBT6SD15979zqqOqn43 ALIMb/o3HuekT/LV0T6DY1MWUtZvj0HMNNoINYQQK5ZW65TEC8PpKwSRQMw57nxaifF5 ZwZg== MIME-Version: 1.0 X-Received: by 10.194.48.33 with SMTP id i1mr959190wjn.93.1388235589156; Sat, 28 Dec 2013 04:59:49 -0800 (PST) Received: by 10.217.114.10 with HTTP; Sat, 28 Dec 2013 04:59:49 -0800 (PST) Date: Sat, 28 Dec 2013 13:59:49 +0100 Message-ID: Subject: AVILA NFS problem ? From: Berislav Purgar To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 12:59:51 -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