From owner-freebsd-questions Sat Jul 17 9:27:57 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc1017255-a.srst1.fl.home.com (cc1017255-a.srst1.fl.home.com [24.3.122.197]) by hub.freebsd.org (Postfix) with ESMTP id 692A414C47 for ; Sat, 17 Jul 1999 09:27:54 -0700 (PDT) (envelope-from hg@n2wx.ampr.org) Received: from penny.n2wx.ampr.org (penny [172.16.0.5]) by cc1017255-a.srst1.fl.home.com (Postfix) with ESMTP id 139251E26 for ; Sat, 17 Jul 1999 12:27:51 -0400 (EDT) Received: by penny.n2wx.ampr.org (Postfix, from userid 1000) id 20F90111; Sat, 17 Jul 1999 12:27:51 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14224.44806.954283.943041@penny.n2wx.ampr.org> Date: Sat, 17 Jul 1999 12:27:50 -0400 (EDT) From: Howard Goldstein To: freebsd-questions@freebsd.org Subject: shlight / sharity light file modification problem X-Mailer: VM 6.62 under Emacs 19.34.1 Reply-To: hgoldste@bbs.mpcs.com Organization: disorganization Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Under 3.2-RELEASE and the sharity-light-1.2 port (the module formerly known as rumba) I have a damned annoying problem... I can create new files on mounted shares, and rm existing files, but I cannot overwrite existing files. For example: (an actual mount) slice:/usr/ports/misc/amanda24/work/amanda-2.4.1p1/docs# mount /dev/da0s1a on / (NFS exported, local, writes: sync 15785 async 165295) /dev/sd0s1f on /usr (NFS exported, local, soft-updates, writes: sync 10608 async 871010) /dev/sd0s1e on /var (NFS exported, local, soft-updates, writes: sync 32970 async 590507) procfs on /proc (local) pid165@slice:/n on /n shlight-34890 on /lan/hgtst/c That last one is the one in question. Check out this transcript and if you have any ideas how to solve this one please let me know. The shares are set up with share level security on a win95 box (other win95 machines on the lan suffer from the same problem). Thanks! h slice:/lan/hgtst/c# ls -altd . .. foo ls: foo: No such file or directory drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . slice:/lan/hgtst/c# cat > foo test . slice:/lan/hgtst/c# ls -altd . .. foo -rwxr-xr-x 1 root wheel 0 Jul 17 12:23 foo drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . [that file size is weird but gets unweirded on its own below...somehow...] slice:/lan/hgtst/c# cat foo test . slice:/lan/hgtst/c# ls -altd . .. foo -rwxr-xr-x 1 root wheel 7 Jul 17 12:23 foo drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . slice:/lan/hgtst/c# > foo su: foo: Input/output error slice:/lan/hgtst/c# rm foo slice:/lan/hgtst/c# ls -altd . .. foo ls: foo: No such file or directory drwxr-xr-x 4 root wheel 512 Dec 7 1998 .. drwxr-xr-x 1 root wheel 100000 Dec 31 1969 . slice:/lan/hgtst/c# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message