From owner-freebsd-hackers Thu Oct 25 3:13:14 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from hotmail.com (f35.law11.hotmail.com [64.4.17.35]) by hub.freebsd.org (Postfix) with ESMTP id D1AF637B407 for ; Thu, 25 Oct 2001 03:13:09 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 25 Oct 2001 03:13:09 -0700 Received: from 24.4.254.79 by lw11fd.law11.hotmail.msn.com with HTTP; Thu, 25 Oct 2001 10:13:09 GMT X-Originating-IP: [24.4.254.79] From: "Joesh Juphland" To: hackers@freebsd.org Subject: mountd will not start at boot. Or function later... Date: Thu, 25 Oct 2001 04:13:09 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Oct 2001 10:13:09.0723 (UTC) FILETIME=[A5AFBAB0:01C15D3D] Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cannot mount any of the NFS shares that I share from my server due to a problem with mountd and RPC. rc.conf looks like this: network_interfaces="lo0" removable_interfaces="wi0" nfs_server_enable="YES" nfs_server_flags="-t -u -n 4" /etc/exports looks like this: /mp3 myclient I have the /etc/hosts files populated on both my server (this machine) and the client (myclient) ----- When I boot, mountd bombs out - log files show: mountd[119]: can't register mount I start mountd manually - `mountd -r` and attempt to mount my exported FS: mount_nfs localhost:/mp3 /tmp/mnt and the error is: localhost:/mp3: nfsd: RPCPROG_NFS: RPC: Program not registered ----- I have tried two things to fix this...first, I tried removing the -u from the NFS line in rc.conf. No effect. Then I tried -HUPping portmap _after_ manually starting mountd. Also did not help. Any help is appreciated. --joesh P.S. I have ipfw built into the kernel, with the 'block all' setting, but in /usr/local/etc/rc.d I have a script that runs ipfw add 65500 allow all from any to any so I don't think that ipfw is hurting me.... _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message