From owner-freebsd-current@FreeBSD.ORG Wed Feb 11 01:31:50 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FA116A4CE for ; Wed, 11 Feb 2004 01:31:50 -0800 (PST) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E217343D1D for ; Wed, 11 Feb 2004 01:31:49 -0800 (PST) (envelope-from dhke@gmx.net) Received: (qmail 26296 invoked by uid 65534); 11 Feb 2004 09:31:47 -0000 Received: from p5091EFD7.dip.t-dialin.net (EHLO peter.home.wul) (80.145.239.215) by mail.gmx.net (mp027) with SMTP; 11 Feb 2004 10:31:47 +0100 X-Authenticated: #14354366 Received: (qmail 30550 invoked by uid 1001); 11 Feb 2004 09:31:29 -0000 Date: Wed, 11 Feb 2004 10:31:29 +0100 From: Peter Wullinger To: current@freebsd.org Message-ID: <20040211093129.GA30306@peter.home.wul> Mail-Followup-To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Wed, 11 Feb 2004 05:25:14 -0800 Subject: automounter (amd) problems / msdosfs (pcfs) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 09:31:50 -0000 Hello, I have just upgraded my system and have encountered problems getting the automounter to run properly. I have not found anything, that would suggest, that this is a known problem: ---- /etc/amd/misc.map ---- cd1 type:=cdfs;dev:=/dev/cd1c;fs:=${autodir}/cd1;opts:=ro,nosuid,nodev; cd0 type:=cdfs;dev:=/dev/cd0c;fs:=${autodir}/cd0;opts:=ro,nosuid,nodev; win1 type:=pcfs;dev:=/dev/ad1s5;fs:=${autodir}/win1;opts:=rw,noexec,nosuid,nodev,sync,-m666,-unobody,-gnobody; win2 type:=pcfs;dev:=/dev/ad1s6;fs:=${autodir}/win2;opts:=rw,noexec,nosuid,nodev,sync,-m666,-unobody,-gnobody; ---- /etc/amd/misc.map ---- % cd /misc/cd0 => works % cd /misc/win2 cd: bad address: /misc/win2 % mount -t msdos /dev/ad1s5 /mnt % cd /mnt => works different version of am-utils (am-utils version 6.1b4 (build 1)): % cd /misc/cd0 => works % cd /misc/win2 cd: bad address: /misc/win2 new mount map entries: win1 type:=pcfs;dev:=/dev/ad1s5;fs:=${autodir}/win1; win2 type:=pcfs;dev:=/dev/ad1s6;fs:=${autodir}/win2; % kill `amd -p | head -1` % amd -F /etc/amd/amd.conf cd: bad address: /misc/win2 And ideas, before I am going to try to debug this myself? Cheers, Peter ---- /etc/amd/amd.conf ---- [global] dismount_interval = 10 cache_duration = 30 log_file = syslog browsable_dirs = yes auto_dir = /.amd_mnt search_path = /etc/amd [/misc] map_type = file map_name = misc.map ---- /etc/amd/amd.conf ---- --------- %amd -v --------- Copyright (c) 1997-2003 Erez Zadok Copyright (c) 1990 Jan-Simon Pendry Copyright (c) 1990 Imperial College of Science, Technology & Medicine Copyright (c) 1990 The Regents of the University of California. am-utils version 6.0-20030828 (build 502000). Built by root@peter on date Wed Feb 11 09:02:15 CET 2004. cpu=i386 (little-endian), arch=i386, karch=i386. full_os=freebsd5.2, os=freebsd5, osver=5.2, vendor=unknown. Map support for: root, passwd, hesiod, union, nis, ndbm, file, error. AMFS: nfs, link, nfsx, nfsl, host, linkx, program, union, inherit, ufs, cdfs, pcfs, auto, direct, toplvl, error. FS: cd9660, nfs, nfs3, msdosfs, ufs, unionfs. Network: wire="192.168.23.0" (netnumber=192.168.23). --------- %amd -v ---------