From owner-freebsd-questions@FreeBSD.ORG Sun Jan 22 17:11:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C184E16A41F for ; Sun, 22 Jan 2006 17:11:47 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: from uproxy.gmail.com (uproxy.gmail.com [66.249.92.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17B6243D46 for ; Sun, 22 Jan 2006 17:11:46 +0000 (GMT) (envelope-from dthomas53@gmail.com) Received: by uproxy.gmail.com with SMTP id o2so587567uge for ; Sun, 22 Jan 2006 09:11:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=NOWBj3CEWGP0R4rb3bdJvDKZEzX0roqQXPHf0aqer6nQmAAyfPdg9DoeF/gF7phdbgoTCa6Nj1liynNKebB6rGWq+DYhW5x9YbIRk9OVl+jxei1bcrCJMeGtYWgthn5oQ/6etsZ/VIJY4hL+XhY6WkzAjChcmQNpWdURbPPBpf8= Received: by 10.66.254.12 with SMTP id b12mr1895411ugi; Sun, 22 Jan 2006 09:11:45 -0800 (PST) Received: by 10.66.248.12 with HTTP; Sun, 22 Jan 2006 09:11:45 -0800 (PST) Message-ID: Date: Sun, 22 Jan 2006 12:11:45 -0500 From: David Stanford To: Brent In-Reply-To: <20060121172514.M60738@bmyster.com> MIME-Version: 1.0 References: <20060121172514.M60738@bmyster.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: strange error with NFS on freebsd 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: Sun, 22 Jan 2006 17:11:48 -0000 Brent, Just yesterday I had this same problem with a 6.0 box attempting to mount a= n NFS share off a 5.4 box. Although I couldn't tell you why this happened, my solution was to kill rpcbind, mountd, and nfsd and then restart them on the 5.4 box. That got it to work. However, I also noticed that when I was researching the error online I found many threads (as Danial already mentioned) stating that this is error is usually indicative of portmapper not running (for those running 4.x series). Try restarting the services and then look into portmapper. -David On 1/21/06, Brent wrote: > > I have a 4.11 server runing nfs server and a nfs client running freebsd > 5.4 > ive setup both according to the freebsd handbook > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.htm= l > > When i go to mount the nfs share onto the client by doing > > loqtis# mount 10.10.25.2:/user3 /user3 > > i get the following output > [udp] 10.10.25.2:/user3: RPCPROG_NFS: RPC: Program not registered > > what does this mean ? > > any help is greatly appreciated > -- > Brent > > _______________________________________________ > 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" >