From owner-freebsd-stable Fri Jan 28 13:20: 2 2000 Delivered-To: freebsd-stable@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id 2113914CEB for ; Fri, 28 Jan 2000 13:19:55 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2]) by kci.kciLink.com (Postfix) with ESMTP id 33F9DE8A4 for ; Fri, 28 Jan 2000 16:19:54 -0500 (EST) Received: (from khera@localhost) by onceler.kcilink.com (8.9.3/8.9.3) id QAA08738; Fri, 28 Jan 2000 16:19:54 -0500 (EST) (envelope-from khera@kci.kcilink.com) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14482.2042.124227.413200@onceler.kcilink.com> Date: Fri, 28 Jan 2000 16:19:54 -0500 (EST) To: freebsd-stable@freebsd.org Subject: anyone NFS exporting from BSD/OS to FreeBSD? X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a FreeBSD 3.4-STABLE box for my desktop, and I NFS mount the home directory from a BSD/OS 4.0.1 server. It seems to me that FreeBSD ignores the lack of write permissions to a file that I own: [onceler]% df . Filesystem 1K-blocks Used Avail Capacity Mounted on kci.kciLink.com:/u/kci1 8613579 3992038 4190862 49% /amd/kci.kciLink.com/u/kci1 [onceler]% touch blarf [onceler]% ls -l blarf -rw-r--r-- 1 khera user 0 Jan 28 16:13 blarf [onceler]% echo foo >> blarf [onceler]% ls -l blarf -rw-r--r-- 1 khera user 4 Jan 28 16:13 blarf [onceler]% chmod -w blarf [onceler]% ls -l blarf -r--r--r-- 1 khera user 4 Jan 28 16:13 blarf [onceler]% echo foo >> blarf [onceler]% ls -l blarf -r--r--r-- 1 khera user 8 Jan 28 16:13 blarf [onceler]% cat blarf foo foo [onceler]% uname -a FreeBSD onceler.kcilink.com 3.4-STABLE FreeBSD 3.4-STABLE #14: Wed Jan 19 10:37:15 EST 2000 root@onceler.kcilink.com:/u/onceler1/usr/src/sys/compile/ONCELER i386 This same thing happens with BSD/OS 3.1 as the server. However the other way around it is ok -- the BSD/OS machine as client and FreeBSD as server is fine. BSD/OS as both client and server works fine as well. Can anyone else confirm this? Is it an issue with the server or the client? I filed a bug report on it a while back, but heard nothing since then. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message