[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
small bug in the DIRED copy command
- To: "David A. Moon" <Moon@SCRC-TENEX>
- Subject: small bug in the DIRED copy command
- From: DROGERS@MIT-OZ
- Date: Mon ,16 Apr 84 19:38:00 EDT
- Cc: bug-file@MIT-OZ, bug-system@MIT-OZ, BUG-ZWEI@MIT-OZ
- In-reply-to: Msg of 16 Apr 1984 15:23-EST from David A. Moon <Moon at SCRC-TENEX>
- Mail-from: DROGERS created at 16-Apr-84 18:38:30
Date: Monday, 16 April 1984, 15:23-EST
From: David A. Moon <Moon at SCRC-TENEX>
Date: Sunday, 15 April 1984, 21:09-EST
From: David Rogers <DROGERS at MIT-OZ>
Can't copy author because WHEEL or OPERATOR capability required
for OZ:PS:<DROGERS>NEWFILE.LISP
This is a bug in the TOPS-20 operating system, I believe. The SFUST system
call doesn't let you set the file writer's name even if you can write the
file. It does let you set the file author's name, but no program seems to
pay any attention to the file author.
I suppose the only thing we can do about this is put a kludge into the Tops-20
file server to not report this error. But that doesn't seem very reasonable.
There are clearly fields of the FDB that are not copied with the copy command;
the COPY request from ZWEI should request the fields that are to be copied, with
errors if any of these fields fail. I cannot see this as a TOPS-20 bug, in
that operation requests to the file server host should not request functions
unavailable on that host.
You are correct in saying that simply not reporting the error would be a kludge,
and is not a reasonable solution. The real solution is to have the ZWEI copy
command not request functions that the host cannot perform.