From owner-freebsd-questions Fri Mar 31 12:50: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sunu450.rz.ruhr-uni-bochum.de (sunu450.rz.ruhr-uni-bochum.de [134.147.64.5]) by hub.freebsd.org (Postfix) with SMTP id DA2DB37B9FC for ; Fri, 31 Mar 2000 12:49:56 -0800 (PST) (envelope-from gandalf@Num.Bi.Ruhr-Uni-Bochum.De) Received: (qmail 29849 invoked from network); 31 Mar 2000 20:49:55 -0000 Received: from numrub7.nm.ruhr-uni-bochum.de (HELO fwall.nm.ruhr-uni-bochum.de) (134.147.252.7) by mailhost.rz.ruhr-uni-bochum.de with SMTP; 31 Mar 2000 20:49:55 -0000 Received: (qmail 22127 invoked from network); 31 Mar 2000 20:49:49 -0000 Received: from numrub7.nm.ruhr-uni-bochum.de (gandalf@134.147.252.7) by numrub7.nm.ruhr-uni-bochum.de with SMTP; 31 Mar 2000 20:49:49 -0000 Received: (from gandalf@localhost) by numrub7.nm.ruhr-uni-bochum.de (8.8.6 (PHNE_14041)/8.8.6) id WAA22122 for freebsd-questions@freebsd.org; Fri, 31 Mar 2000 22:49:48 +0200 (METDST) Date: Fri, 31 Mar 2000 22:49:48 +0200 From: Andre Grosse Bley To: freebsd-questions@freebsd.org Subject: Problems with blocking AMD Message-ID: <20000331224948.A22110@nm.Ruhr-Uni-Bochum.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm playing a bit with the automount daemon - amd. Using the following map /defaults opts:=grpid,intr,nodev,rw,soft * host!=${key};type:=host;rhost:=${key};fs:=${autodir}/${rhost}; \ ost==${key};type:=link;fs:="/" using amd to mount "/net" Works fine, but amd blocks when i do "cd /net/deadhost" - takes about 30 secs to get a "No such file or directory". In this time _all_ requests to /net freeze. I've played a bit with timeouts, but nothing seemed to help. Looks like amd is using long time with many retries for trying to mount "deadhost" with nfsv2/udp. I didnt find any option to turn this of. Any ideas? Thanks in advance, Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message