Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 1999 12:27:50 -0400 (EDT)
From:      Howard Goldstein <hgoldste@mpcs.com>
To:        freebsd-questions@freebsd.org
Subject:   shlight / sharity light file modification problem
Message-ID:  <14224.44806.954283.943041@penny.n2wx.ampr.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14224.44806.954283.943041>