From owner-freebsd-stable Tue Apr 9 0:34:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from cs.huji.ac.il (cs.huji.ac.il [132.65.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 4146337B404 for ; Tue, 9 Apr 2002 00:34:43 -0700 (PDT) Received: from dev.cs.huji.ac.il ([132.65.16.100] ident=exim) by cs.huji.ac.il with esmtp (Exim 3.35 #2) id 16uq9J-0002zb-00 for freebsd-stable@freebsd.org; Tue, 09 Apr 2002 10:34:41 +0300 Received: from localhost ([127.0.0.1] helo=dev.cs.huji.ac.il ident=danny) by dev.cs.huji.ac.il with esmtp (Exim 3.22 #2) id 16uq9I-00009T-00 for freebsd-stable@freebsd.org; Tue, 09 Apr 2002 10:34:40 +0300 X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: freebsd-stable@freebsd.org Subject: diskless UNIONFS+MFS+NFS problem Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Apr 2002 10:34:40 +0300 From: Danny Braniss Message-Id: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, in my diskless setup i do the following: from rc.diskless2: [...] mount_md() { /sbin/mount_mfs -s $1 -T qp120at -b 8192 -f 1024 dummy $2 } [...] mount_md 8192 /conf/etc 0 chkerr $? "MFS mount on /conf/etc" mount -t union /conf/etc /etc /bin/chmod 755 /etc this worked fine, but sometime between Dec. and now something changed. for non root user: ls /etc/mail ls: /etc/mail: Permission denied if now i become root and do a ls /etc, then back to non root user, all is ok! ls /etc/mail works as expected. btw, the 'Permission denied' is true for all directories in /etc except for those created/copied/searched by rc before going multi-user. im trying to back track to see when this broke, not easy :-(, and so far im not sure if it's the server or client problem. checking at the sources, i can't see major changes to unionfs nor mfs ... any ideas? danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message