Computer Old Farts Forum
 help / color / mirror / Atom feed
* [COFF] TOPS-10 question
@ 2021-10-05 21:14 Adam Thornton
  2021-10-05 21:42 ` Arthur Krewat
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Thornton @ 2021-10-05 21:14 UTC (permalink / raw)
  To: Computer Old Farts Followers


[-- Attachment #1.1: Type: text/plain, Size: 291 bytes --]

So I have a very vanilla TOPS-10 system running.

The console is being spammed with:

[DAEMON: %AVAIL.A77 already used, can't rename AVAIL.SYS]

Somewhere, evidently, there's a directory of files that are backups of
AVAIL.SYS, and it needs cleaning out.  How do I find that directory?

Adam

[-- Attachment #1.2: Type: text/html, Size: 415 bytes --]

[-- Attachment #2: Type: text/plain, Size: 141 bytes --]

_______________________________________________
COFF mailing list
COFF@minnie.tuhs.org
https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [COFF] TOPS-10 question
  2021-10-05 21:14 [COFF] TOPS-10 question Adam Thornton
@ 2021-10-05 21:42 ` Arthur Krewat
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Krewat @ 2021-10-05 21:42 UTC (permalink / raw)
  To: coff


[-- Attachment #1.1: Type: text/plain, Size: 1314 bytes --]

There's probably an easier way, but the hacker in me used to do this on 
TOPS-10 6.0 and up, because of subdirectory support (IIRC). Earlier than 
6, it was just *,*

dir <structure>:[*,*,*,*,*,*,*]filename.ext

First two *'s are P,Pn, the next 5 are up to 5 nested subdirectories. Of 
course, wildcards can be used on the filename.ext, but not leading *'s.

SYSSTAT will list "System File Structures". Use those as the <structure> 
above for an exhaustive search. I'm not sure DIRECT can search multiple 
structures, I think if you did DSKB:,DSKC:[*,*] it would only search 
DSKC: for [*,*]. For DSKB, it would only show your current P,Pn on that 
structure. (Unless you used SETSRC to change the search path... I think).

As for why it's trying to continually back up AVAIL.SYS, nothing comes 
to mind.

ak

On 10/5/2021 5:14 PM, Adam Thornton wrote:
> So I have a very vanilla TOPS-10 system running.
>
> The console is being spammed with:
>
> [DAEMON: %AVAIL.A77 already used, can't rename AVAIL.SYS]
>
> Somewhere, evidently, there's a directory of files that are backups of 
> AVAIL.SYS, and it needs cleaning out.  How do I find that directory?
>
> Adam
>
> _______________________________________________
> COFF mailing list
> COFF@minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff


[-- Attachment #1.2: Type: text/html, Size: 2371 bytes --]

[-- Attachment #2: Type: text/plain, Size: 141 bytes --]

_______________________________________________
COFF mailing list
COFF@minnie.tuhs.org
https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-05 21:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05 21:14 [COFF] TOPS-10 question Adam Thornton
2021-10-05 21:42 ` Arthur Krewat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).