From owner-freebsd-stable@FreeBSD.ORG Thu Jun 9 11:42:19 2005 Return-Path: X-Original-To: freebsd-stable@www.freebsd.org Delivered-To: freebsd-stable@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC4016A41C for ; Thu, 9 Jun 2005 11:42:19 +0000 (GMT) (envelope-from ggajic@sbb.co.yu) Received: from mail.sbb.co.yu (mail.sbb.co.yu [82.117.194.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD3FE43D49 for ; Thu, 9 Jun 2005 11:42:18 +0000 (GMT) (envelope-from ggajic@sbb.co.yu) Received: from mail.sbb.co.yu (mail.sbb.co.yu [192.168.1.2] (may be forged)) by mail.sbb.co.yu (8.13.3/8.13.3) with ESMTP id j59BgF8D034580 for ; Thu, 9 Jun 2005 13:42:16 +0200 (CEST) Date: Thu, 9 Jun 2005 13:42:15 +0200 (CEST) From: Goran Gajic To: freebsd-stable@www.freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-SBB-MailScanner-Information: Please contact the ISP for more information X-SBB-MailScanner: Found to be clean X-MailScanner-From: ggajic@sbb.co.yu Cc: Subject: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2005 11:42:19 -0000 Hi, I have upgraded fresh installed 5.4-RELEASE to 5.4-STABLE today. With 5.4R I was able to mount nfs from another 5.4R box. But after I did cvsup and buildworld and buildkernel today, I'm no longer able to use nfs. This is what I get when I try mount: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive This message is what I get whenever I try mounting anything with nfs no matter is it exported or not or no matter does host exists or not like this: hosting# mount 10.10.10.10:/backup /mnt [udp] 10.10.10.10:/backup: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive ^C hosting# mount 1.1.1.1:/blabla /mnt [udp] 1.1.1.1:/blabla: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive ^C hosting# mount 255.255.255.255:/blabla /mnt [udp] 255.255.255.255:/blabla: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to receive ^C hosting# Regards, gg.