From owner-freebsd-mips@FreeBSD.ORG Thu Oct 28 10:16:05 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D852106564A for ; Thu, 28 Oct 2010 10:16:05 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 03FA38FC17 for ; Thu, 28 Oct 2010 10:16:04 +0000 (UTC) Received: by qyk2 with SMTP id 2so718191qyk.13 for ; Thu, 28 Oct 2010 03:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AjWEL1ut8SDztywZxBNAWiQ6YLEY76LrRY2ktzUTVxY=; b=GeYrZ4oe/n3ViGmrnU8J6kOt6OjRYOtxAN6C9LmweMm3wLAJB3EwLDkwwXtKYwfabb OhFzWRW1jToHB8gTj+6/h9UlNZuX7PN3ZMx4b49DcjpQrBAvxY1ezpNcwhv/wwC11d0h hr5zZXsyZj1nSDvlxGmHxhjXfcZGGmv1anTiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=BQjmQ/y041HgvGX0obpnOS7m+0v49ozl1FHh/+6ukIw9Va+E3YEDQt2p30G0apnZ6/ +AopjxwE0Fx1Q0alUpo+mb8IBGWqwn5UUo3AaN9pKV7hbO4ipd6Szroy+ZBKWg6iP5xv 8jWcT+lp08+72FkFUpf5amQinpmb5uBClEWzo= MIME-Version: 1.0 Received: by 10.224.127.211 with SMTP id h19mr3569200qas.42.1288260964300; Thu, 28 Oct 2010 03:16:04 -0700 (PDT) Received: by 10.229.182.77 with HTTP; Thu, 28 Oct 2010 03:16:04 -0700 (PDT) In-Reply-To: <4CC86B6B.7070802@bluezbox.com> References: <4CC7080C.5060208@bluezbox.com> <4CC86B6B.7070802@bluezbox.com> Date: Thu, 28 Oct 2010 12:16:04 +0200 Message-ID: From: Monthadar Al Jaberi To: Oleksandr Tymoshenko Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: FreeBSD on RouterStation Pro X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 10:16:05 -0000 On Wed, Oct 27, 2010 at 8:11 PM, Oleksandr Tymoshenko wrote: > On 10/26/2010 11:07 PM, Monthadar Al Jaberi wrote: > >> I am running FreeBSD on VirtualBox, so I compiled the code there and >> moved it to Ubuntu. >> So DHCP and NFS server are running on Ubuntu. >> Will it only work on FreeBSD? > > =A0 =A0It should though I never tested it. > > =A0 =A0I think I ran into that problem couple of days ago though hadn't > got time to investigate it further. Do you have rpcbind running on > Ubuntu and is access allowed for RS's IP address in /etc/hosts.allow? > > =A0 =A0I tried to get NFS root working but access to rpcbind was > denied which resulted in NFS port to be 0 and endless loop > of so_setup failing with EADDRNOTAVAIL (which is 49). Editing > hosts.allow fixed the problem. > My /etc/hosts.allow and /etc/hosts.deny are both empty. I dont have rpcbind installed, when I try to install it I get: ... The following packages will be REMOVED: nfs-common nfs-kernel-server portmap ... Does that mean I should not be using nfs-kernel-server? Never the less I tried a different configuration, kept the DHCP server on Ubuntu and enabled NFS on FreeBSD. And used your export file and bridged the network card in VBox so the board communicate directly with FreeBSD and it booted! Thnx =3D) But something I noticed that if I export a path that is binded by mount_nullfs I get the same error as before... br, --=20 //Monthadar Al Jaberi