Date: Thu, 17 Dec 1998 16:07:13 +0100 From: "D. Rock" <rock@cs.uni-sb.de> To: Doug Rabson <dfr@nlsystems.com> Cc: Mike Smith <mike@smith.net.au>, Paul van der Zwan <paulz@trantor.stuyts.nl>, current@FreeBSD.ORG Subject: Re: Weird NFS error using Solaris 7 server Message-ID: <36791E21.3BE9B18C@cs.uni-sb.de> References: <Pine.BSF.4.01.9812171130540.55097-100000@herring.nlsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
At least I can touch files again, but not really what I wanted: % touch new_file % ls -l new_file -rwsr-srw- 1 root 726616864 0 Dec 17 16:01 new_file* % rm new_file % touch new_file % ls -l new_file ----rw-r-x 1 root 10537375 0 Dec 17 16:02 new_file* (gid and permissions are set randomly) Daniel Doug Rabson schrieb: > I've been looking into this today. Its clear that we are doing the wrong > thing for the attributes passed to CREATE, MKNOD and SYMLINK. I made some > changes which I think should do the right thing but I can't test them > against a Solaris server. One strange effect on a FreeBSD server (with or > without this patch) is that the modtime of testfile1 is set to -1. I'll > look into that later. Could someone test this patch and tell me if it > improves things for Solaris? > > Index: nfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36791E21.3BE9B18C>