<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
file version could wrong.<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
use dir and verify<br>
<br>
</div>
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
<span id="OutlookSignature">
<div dir="auto" style="direction: ltr; margin: 0; padding: 0; font-family: sans-serif; font-size: 11pt; color: black; ">
Try: <a href="https://www.grammarly.com">https://www.grammarly.com</a></div>
</span><br>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Simh <simh-bounces@trailing-edge.com> on behalf of Dave Shevett <shevett@pobox.com><br>
<b>Sent:</b> Wednesday, January 8, 2020 10:47:49 PM<br>
<b>To:</b> Johnny Billquist <bqt@softjar.se><br>
<b>Cc:</b> simh@trailing-edge.com <simh@trailing-edge.com><br>
<b>Subject:</b> Re: [Simh] Error in rsx-11mplus every 5 minutes?</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">So being clever I tried to do this by hand with a del command:<br>
<br>
$ DEL DU0:[1,6]SYSSCAN.TMP<br>
Delete file   DU0:[1,6]SYSSCAN.TMP;1            [Y/N/G/Q]? Y<br>
DEL -- Failed to mark file for delete<br>
DU0:[1,6]SYSSCAN.TMP;1 -- No such file<br>
Delete file   DU0:[1,6]SYSSCAN.TMP;2            [Y/N/G/Q]? Y<br>
DEL -- Failed to mark file for delete<br>
DU0:[1,6]SYSSCAN.TMP;2 -- File ID, sequence number check<br>
<br>
It looks like the PIP command did work (no error at least)<br>
<br>
$ PIP DU0:[1,6]SYSSCAN.TMP;/RM<br>
$<br>
<br>
Why did the DEL command not work?<br>
<br>
Also, how did you know it was in 1,6?  The error message was ???,???<br>
<br>
 -d, learning<br>
<br>
On Wed, Jan 8, 2020 at 6:13 AM Johnny Billquist <bqt@softjar.se> wrote:<br>
><br>
> On 2020-01-08 04:24, Dave Shevett wrote:<br>
> > 04:04:00  SYSLOG -- 70. *ERROR* On scan file open<br>
> > 04:04:00  SYSLOG -- 4. FCS I/O error code = 346<br>
> >            file: DU0:[???,???]SYSSCAN.TMP;1<br>
> > 04:09:00  SYSLOG -- 70. *ERROR* On scan file open<br>
> > 04:09:00  SYSLOG -- 4. FCS I/O error code = 346<br>
> >            file: DU0:[???,???]SYSSCAN.TMP;1<br>
> This is because of an improper shutdown of the system. Probably you just<br>
> turned the machine off, or restarted without first shutting down.<br>
><br>
> What happens is that there is a file used by the system which is marked<br>
> for deletion when closed. The file do get deleted, because that part is<br>
> managed right. However, the directory entry for the file is then still<br>
> around. When the system starts up, it tries to open the existing file<br>
> before creating a new one, and it does succeed in finding the file in<br>
> the directory, but the actual file is not there anymore. So opening the<br>
> file fails with this error code.<br>
><br>
> .err 346<br>
> 000346 (230): %I/O-E-IE.NSF, no such file<br>
> .<br>
><br>
> The solution is to delete the directory entry:<br>
><br>
> PIP DU0:[1,6]SYSSCAN.TMP;/RM<br>
><br>
>    Johnny<br>
><br>
> --<br>
> Johnny Billquist                  || "I'm on a bus<br>
>                                    ||  on a psychedelic trip<br>
> email: bqt@softjar.se             ||  Reading murder books<br>
> pdp is alive!                     ||  tryin' to stay hip" - B. Idol<br>
<br>
<br>
<br>
-- <br>
Dave Shevett<br>
shevett@pobox.com<br>
_______________________________________________<br>
Simh mailing list<br>
Simh@trailing-edge.com<br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh">http://mailman.trailing-edge.com/mailman/listinfo/simh</a></div>
</span></font></div>
</body>
</html>