From owner-freebsd-questions  Thu Jul 20  9:27: 0 2000
Delivered-To: freebsd-questions@freebsd.org
Received: from vatican.rh.rit.edu (res142a-008.rh.rit.edu [129.21.142.8])
	by hub.freebsd.org (Postfix) with ESMTP id CC88837B858
	for <questions@freebsd.org>; Thu, 20 Jul 2000 09:26:54 -0700 (PDT)
	(envelope-from vega@mail.rit.edu)
Received: by vatican.rh.rit.edu (Postfix, from userid 1000)
	id 64ED47BD33; Thu, 20 Jul 2000 12:18:31 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
	by vatican.rh.rit.edu (Postfix) with ESMTP id 3EBAB7BCD7
	for <questions@freebsd.org>; Thu, 20 Jul 2000 12:18:31 -0400 (EDT)
Date: Thu, 20 Jul 2000 12:18:31 -0400 (EDT)
From: Michael Dungan <vega@mail.rit.edu>
X-Sender: vega@res142a-008.rh.rit.edu
To: FreeBSD questions <questions@freebsd.org>
Subject: amd: "Operation not permitted"
Message-ID: <Pine.BSF.4.21.0007201213120.25242-100000@res142a-008.rh.rit.edu>
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'm attempting to get amd to mount my cdrom on a 4.0-STABLE system
(cvsupped 3-4 days ago.) When I attempt to ls the directory to get the cd
to mount, I get this:

ls: /host/cdrom: Operation not permitted
[vega@vatican][07/20/2000][12:14pm][~]>

(The same message appears whether I am superuser or not.)

Other relevant info:

[vega@vatican][07/20/2000][12:15pm][~]>sudo cat /etc/amd.map
/defaults       type:=host;fs:=${autodir}/${key}
*       opts:=rw;grpid;resvport;nosuid;nodev

cdrom   type:=program;\
        mount:="/sbin/mount_cd9660 mount_cd9660 -o ro /dev/wcd0a${fs}";\
        unmount:="/sbin/umount umount ${fs}";


[vega@vatican][07/20/2000][12:15pm][~]>rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100005    3   udp   1023  mountd
    100005    3   tcp   1023  mountd
    100005    1   udp   1023  mountd
    100005    1   tcp   1023  mountd
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100024    1   udp   1011  status
    100024    1   tcp   1022  status
    300019    1   tcp   1021  amd
    300019    1   udp   1008  amd


[vega@vatican][07/20/2000][12:16pm][~]>grep amd /etc/rc.conf
amd_enable="YES"
amd_flags="-a /amd -c 1800 -k i386 -l syslog:/var/log/amd.log /host 
/etc/amd.map"


I've looked all over the net and in the archives for this one, but have
come up with nil. Any ideas?

Thanks,

Mike
___________________________________________________________
 
"I LOVE TO PLAY IN THE SNOW! MY NAME IS POKEY THE PENGUIN! WILL YOU BE
	MY FRIEND!"
	- Pokey the Penguin from "THE ABANDONED CASTLE"



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message