On Nov 15, 2014, at 9:17 PM, Johnny Billquist <bqt at softjar.se> wrote:
...
Anyway, K11.TSK is probably not what you want, since all the TSK files on MIM are RSX images. You probably want to grab all the sources, and the command files, and build it yourself.
I checked, and there are definitely RSTS/E build files in there.
I haven t tried it, at least not much, with RSX images. But the emulation in RSTS is often able to run unmodified images from the other operating systems. It certainly works that way for RT11 emulation. It is true that using a RSTS/E build is preferable, if you can find one, because that will enable some RSTS-specific things. But if all you can find is an RSX image, it s worth a try.
paul
On Sun, 16 Nov 2014, Jim Carpenter wrote:
On Sat, Nov 15, 2014 at 5:35 PM, Cory Smelosky <b4 at gewt.net> wrote:
See if they've gotten anywhere with getting the rights to release the
CompuServe Monitor source, too.
Does this still exist??? I begged Gerry Moersdorf for a dump of the
SCSI drives in the CompuServe SC-40s. He was unable to do it. I really
wanted it too. :( And LCM will never give me a copy of theirs. :(((
I'm betting the LCM is just stuck on copyright...I'm hoping anyway. It's certainly their style to release it.
BTW, anybody know if TYMCOM-X survives anywhere? (That's the
Tymshare/Tymnet one.)
I hope so! I've tracked down TENEX, WAITS, TOPS-10/20, evidence of the CompuServe monitor, and FOONEX but never TYMCOM-X.
Jim
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Sat, Nov 15, 2014 at 5:35 PM, Cory Smelosky <b4 at gewt.net> wrote:
See if they've gotten anywhere with getting the rights to release the
CompuServe Monitor source, too.
Does this still exist??? I begged Gerry Moersdorf for a dump of the
SCSI drives in the CompuServe SC-40s. He was unable to do it. I really
wanted it too. :( And LCM will never give me a copy of theirs. :(((
BTW, anybody know if TYMCOM-X survives anywhere? (That's the
Tymshare/Tymnet one.)
Jim
On 2014-11-15 15:10, Cory Smelosky wrote:
On Sat, 15 Nov 2014, Cory Smelosky wrote:
I'll grab it and see if it works. I do however need to find out why
my cluster boot node keeps rebooting on DECnet/LAT accesses. More
reason to get the 4000 up I guess. ;)
Yup, that works...except on the VAX but it likely crashed shortly
after attempted login. Terminal powered back on.
Johnny
$ copy 9.1::sys$specific:[decnet]k11.tsk k11.tsk
Node: 9.1
User: csmelosky
Password:
System Password:
?NFT -- Bad RFM field in FAB
What a helpful error message.
:-)
Anyway, K11.TSK is probably not what you want, since all the TSK files on MIM are RSX images. You probably want to grab all the sources, and the command files, and build it yourself.
I checked, and there are definitely RSTS/E build files in there.
As for the error message, knowing RMS helps. FAB is the File Access Block. RFM is (if I remember right) Record Format. Probably RSTS/E cannot just grok the record format of that file. You can give switches to NFT under RSX at least, to tell what the format should be when copying...
On MIM:
.nft help mode
NFT has three modes of transfering the file data (BLOCK, RECORD and
AUTOMATIC) and two file data types (IMAGE and ASCII).
The default mode of transfer is AUTOMATIC (/AX). NFT selects either
BLOCK or RECORD mode to copy the file data depending on the remote
system type and the device involved.
In BLOCK mode (/BK), the file data is copied in 512. byte blocks.
Block mode allows more efficient transfer of Sequential Variable format
files, And it is the only way NFT will transfer RMS Relative and
Indexed Sequential files. The remote file system must be able to
understand your file organizations, or the resultant files are useless.
In RECORD mode, the file data is copied in records. The remote system
can store the data in the manner used on that system. This less
efficient since the individual records must be read and written to the
file.
The default data type, IMAGE (/IM), specifies that the file is to be
transfered as 8 bit bytes and with no changes to the format.
If the remote node does not support the current format or attributes
the transfer will be rejected.
The ASCII data type (/AS), specifies that the file contains ASCII
text and can be converted to an appropriate format for the remote
file system. In particular NFT will convert Variable format files
to Stream format when transfering to an RT-11, RSTS/E, or TOPS-20
systems. In order to properly convert these files, the ASCII switch
will select RECORD mode transfer.
Johnny
On 11/15/2014 05:34 PM, Johnny Billquist wrote:
Yes, they are running TOPS-20. But exactly how much of it, I can't tell.
I'm no expert on TOPS-20, and mostly go on what I can recall Rich
Alderson telling me.
That's absolutely amazing. I have a few strings I can pull in that
crowd; I will see what I can find out, and what I can get ahold of.
-Dave
--
Dave McGuire, AK4HZ
New Kensington, PA
On Sat, 15 Nov 2014, Cory Smelosky wrote:
I'll grab it and see if it works. I do however need to find out why my cluster boot node keeps rebooting on DECnet/LAT accesses. More reason to get the 4000 up I guess. ;)
Yup, that works...except on the VAX but it likely crashed shortly after attempted login. Terminal powered back on.
Johnny
$ copy 9.1::sys$specific:[decnet]k11.tsk k11.tsk
Node: 9.1
User: csmelosky
Password:
System Password:
?NFT -- Bad RFM field in FAB
What a helpful error message.
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On Sat, 15 Nov 2014, Johnny Billquist wrote:
As for KERMIT - For what system? :-)
RSTS/E 10.1, 11/23+ 512K(bytes) of memory.
Yeah. Sorry. I should pay closer attention... On MIM, you have the latest KERMIT-11 that was generic for all OSes. But I know that someone (at the moment the name escapes me) wrote some further development that only worked on RT-11 and I think RSTS/E, which I do not have on MIM.
But check MIM::DU:[KERMIT]
I'll grab it and see if it works. I do however need to find out why my cluster boot node keeps rebooting on DECnet/LAT accesses. More reason to get the 4000 up I guess. ;)
As for accessing MIM, just enable outgoing proxy in NCP. Or else use
GUEST/GUEST.
I should probably definitely figure out ncp on RSTS/E
Somewhere in the back of my head is a brain cell saying that proxy access was not supported on RSTS/E... But RSTS/E is not my field of expertise. For now, just use GUEST/GUEST, and you should atleast have access.
Yup, that works...except on the VAX but it likely crashed shortly after attempted login. Terminal powered back on.
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 2014-11-15 14:29, Cory Smelosky wrote:
On Sat, 15 Nov 2014, Johnny Billquist wrote:
On 2014-11-15 14:04, Cory Smelosky wrote:
Uh...this is gonna seem a little strange...
Does anyone have a copy of Kermit somewhere DECNET accessible...along
with how I can get
$ dir 1.13::
Node: 1.13
User: decnet\
Password:
System Password:
?NFT -- Connection rejected to node 1.13
?NFT -- Access not permitted
to behave happily for guest access?
As for KERMIT - For what system? :-)
RSTS/E 10.1, 11/23+ 512K(bytes) of memory.
Yeah. Sorry. I should pay closer attention... On MIM, you have the latest KERMIT-11 that was generic for all OSes. But I know that someone (at the moment the name escapes me) wrote some further development that only worked on RT-11 and I think RSTS/E, which I do not have on MIM.
But check MIM::DU:[KERMIT]
As for accessing MIM, just enable outgoing proxy in NCP. Or else use
GUEST/GUEST.
I should probably definitely figure out ncp on RSTS/E
Somewhere in the back of my head is a brain cell saying that proxy access was not supported on RSTS/E... But RSTS/E is not my field of expertise. For now, just use GUEST/GUEST, and you should atleast have access.
Johnny
On Sat, 15 Nov 2014, Johnny Billquist wrote:
Doh! That was in the subject line... Sorry...
No worries.
Hmm. I could probably help with that, if you haven't figured something out. Later today...
I'm stumped on exactly which binary/source files I'd need to copy. ;)
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 2014-11-15 14:28, Johnny Billquist wrote:
On 2014-11-15 14:04, Cory Smelosky wrote:
Uh...this is gonna seem a little strange...
Does anyone have a copy of Kermit somewhere DECNET accessible...along
with how I can get
$ dir 1.13::
Node: 1.13
User: decnet\
Password:
System Password:
?NFT -- Connection rejected to node 1.13
?NFT -- Access not permitted
to behave happily for guest access?
As for KERMIT - For what system? :-)
Doh! That was in the subject line... Sorry...
Hmm. I could probably help with that, if you haven't figured something out. Later today...
Johnny