From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 14:24:24 2004 Return-Path: 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 E3FF116A4CE for ; Tue, 20 Jan 2004 14:24:24 -0800 (PST) Received: from splice1.splice1.com (splice1.splice1.com [216.74.75.254]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D72B43D62 for ; Tue, 20 Jan 2004 14:24:02 -0800 (PST) (envelope-from rufius@comcast.net) Received: from c-24-0-94-35.client.comcast.net ([24.0.94.35] helo=phineas.attbi.com) by splice1.splice1.com with asmtp (Exim 4.24) id 1Aj4Hx-0004DW-Hd; Tue, 20 Jan 2004 17:24:01 -0500 Date: Tue, 20 Jan 2004 16:23:28 -0600 From: Zac Brown To: Brian Minder Message-Id: <20040120162328.0dd15a21.rufius@comcast.net> In-Reply-To: <20040120161346.GB11213@waste.minder.net> References: <20040119192335.14eb3744.rufius@comcast.net> <20040119212733.652cd295.rufius@comcast.net> <20040120161346.GB11213@waste.minder.net> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - splice1.splice1.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - comcast.net cc: FreeBSD Mailing List Subject: Re: NFS & Samba problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 22:24:25 -0000 Brian, When you say "The error you're seeing, "RPCPROG_NFS: Program not registered", is nfsd complaining that it can't talk to portmap (which "registers" RPC services)." Are we talking the portmapper on the local computer, or the portmapper on the remote computer. Also for anyone else, I've gotten further with my mount_smbfs problem, but still getting errors. It returns: phineas# mount_smbfs -I 192.168.0.3 //zac@black/homes /home mount_smbfs: vfsload(smbfs): File exists ANY time I use mount_smbfs, it doesn't even matter if the computer I'm trying to connect to has Samba or not. It returns it for all calls to mount_smbfs. I did add "NETSMB", "NETSMBCRYPTO", "LIBICONV", "LIBMCHAIN", and "SMBFS" to my kernel config and recompiled as well as issuing "kldload smbfs" so that smbfs was added to my /boot/loader.conf. If I've done something I shouldn't have please by all means correct me. BTW: My rc.conf contains the following entries in that order for reference: nfs_client_enable="YES" nfs_client_flags=" mountd_enable="YES" rpcbind_enable="YES" portmap_enable="YES" Zac Brown On Tue, 20 Jan 2004 11:13:46 -0500 Brian Minder wrote: > On Mon, Jan 19, 2004 at 09:27:33PM -0600, Zac Brown wrote: > > The problems in the earlier post are irrelevant because I figured out I was trying to connect to the wrong IP now but I have a new problem. When I use mount_smbfs I get the following error: > > > > phineas# mount_smbfs -I 192.168.0.3 //zac@black/homes /mnt/home > > mount_smbfs: unable to open connection: syserr = Connection refused > > > > And when I try to mount the nfs share I get the following error: > > > > phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home > > 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered > > > > Any help or enlightenment would be greatly appreciated. Thanks in advance. > > Make sure you have the following line in your /etc/rc.conf: > > nfs_client_enable="YES" > > This will start portmap when the system boots. The error you're seeing, > "RPCPROG_NFS: Program not registered", is nfsd complaining that it can't > talk to portmap (which "registers" RPC services). > > Sorry, but I don't have any experience with SMBFS mounts, so I can't be of > much help there. > > Hope that helps, > > -Brian > > -- > bmm@minder.net 1024/8C7C4DE9 -- Zac Brown http://rufius.com