From owner-freebsd-questions Thu Sep 28 4:30:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clefw.ra.rockwell.com (clefw.ra.rockwell.com [192.159.76.15]) by hub.freebsd.org (Postfix) with ESMTP id 0D53437B423 for ; Thu, 28 Sep 2000 04:30:02 -0700 (PDT) Received: from raclesmtp01.ra.rockwell.com (raclesmtp01.cle.ra.rockwell.com [130.151.192.220]) by clefw.ra.rockwell.com (8.9.3/8.9.3) with ESMTP id HAA06281 for ; Thu, 28 Sep 2000 07:29:52 -0400 (EDT) From: mkes@ra.rockwell.com Subject: troubles with amd To: questions@FreeBSD.ORG Date: Thu, 28 Sep 2000 13:22:04 +0200 Message-ID: X-MIMETrack: Serialize by Router on RACleSMTP01/Cleveland/RA/Rockwell(Release 5.0.3 (Intl)|21 March 2000) at 09/28/2000 07:30:29 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ! I have problems with amd under FreeBSD 4.1. After 2 days of unsuccesfull experiments I gave up and wrote this e-mail. The situation seems quite simple. I have one machine called ferda which exports /www, /usr/home and /smbshare filesystems. I want to mount these filesystems on another machine called bivoj (for backup on a tape device so even read only acces would be OK). I have no problem to mount any of these filesystems (read/write) on bivoj using mount_nfs command. But I can't mount any of them using amd. I'm running amd -F /etc/amd.conf command which looks like this: # GLOBAL OPTIONS SECTION [ global ] normalize_hostnames = no print_pid = no restart_mounts = yes auto_dir = /net log_file = /var/log/amd log_options = all #debug_options = all plock = no selectors_on_default = yes print_version = yes map_type = file search_path = /etc browsable_dirs = yes # DEFINE AN AMD MOUNT POINT [ /net ] map_name = amd.map and the amd.map file : # $FreeBSD: src/etc/amd.map,v 1.8 1999/09/13 17:09:07 peter Exp $ # /defaults type:=host;fs:=${autodir}/${rhost};rhost:=${key} * opts:=ro,grpid The /net directory exists with 777 permissions. If I try to (for example) cd /net/ferda/www I get an error message: "ferda/www: Stale NFS file handle" If I kill amd many commands that concern filesystem (like ls -l / or df ) do not work - no output, no prompt. Can anybody give a hint what's going wrong ? Thanks Mira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message