From owner-freebsd-questions@FreeBSD.ORG Sat Jan 13 23:47:50 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FA8E16A403 for ; Sat, 13 Jan 2007 23:47:50 +0000 (UTC) (envelope-from sharazjek@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.225]) by mx1.freebsd.org (Postfix) with ESMTP id EDFF213C44B for ; Sat, 13 Jan 2007 23:47:49 +0000 (UTC) (envelope-from sharazjek@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1194829wxc for ; Sat, 13 Jan 2007 15:47:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=nvAumHNCDya+hHo+5afQsVgpQmzhZ+uT9V/Tv1pQOFNPpeu5sFPFn66xu279H3AOgIOvOJDvQX5P2gS9SUVMhE+h1Bn0OJimGGRQPPwVzCcBv4jstvIfMEzW6w/q4yOvigNpenaI/dtogbjX9vzcKOthsU2wq+plmQfcSi1FC3I= Received: by 10.70.125.2 with SMTP id x2mr4581950wxc.1168732057717; Sat, 13 Jan 2007 15:47:37 -0800 (PST) Received: by 10.70.113.1 with HTTP; Sat, 13 Jan 2007 15:47:37 -0800 (PST) Message-ID: Date: Sat, 13 Jan 2007 17:47:37 -0600 From: "Jonathan Horne" To: "Jay Chandler" In-Reply-To: <45A96B22.9030506@chapman.edu> MIME-Version: 1.0 References: <45A96B22.9030506@chapman.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: nfs server not working with 6.2-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jan 2007 23:47:50 -0000 On 1/13/07, Jay Chandler wrote: > > Jonathan Horne wrote: > > updated my NFS server to 6.2-RELEASE last night. today, i find that > > freebsd > > or linux clinets alike, are all getting: > > > > athena:/usr/src: RPCPROG_MNT: RPC: Timed out > > > > i cant think of what to check. the nfs server has this in the > > /etc/rc.conf: > > > > rpcbind_enable="YES" > > nfs_server_enable="YES" > > mountd_flags="-r" > > > > my uname: > > FreeBSD athena.dfwlp.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 > > 19:53:23 CST 2007 root@athena.dfwlp.com:/usr/obj/usr/src/sys/ATHENA > > i386 > > > > my /etc/exports: > > [root@athena ~]# cat /etc/exports > > /usr -alldirs -maproot=root -network=192.168.1 -mask=255.255.255.0 > > /opt -alldirs -maproot=root -network=192.168.1 -mask=255.255.255.0 > > > > frustrating as all get out, as im troubleshooting another totally > > enigmatic > > problem on both of my linux servers (which i wont bother to post about > > here). but since my BSD box is my file server, im needing to get into > > those > > NFS mounts, so one problem is preventing the other from being solved. > > > > if anyone can help me shed light on this, i would really appreciated it. > > > > thanks, > > jonathan > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Check /var/log./messages and /var/log/dmesg for anything irregular. > > -- > Jay Chandler > Network Administrator, Chapman University > 714.628.7249 / chandler@chapman.edu > Today's Excuse: dynamic software linking table corrupted > > well i may have come up with one possibility, my temporary dns server only has copied of my forward domains, and not my reverse. as soon as i have my main DNS servers back online again, ill be retesting.