On 2014-04-23 20:28, Jordi Guillaumes i Pons wrote:
El 23/04/2014, a les 20.13, Johnny Billquist <bqt at softjar.se> va escriure:
Cool. Thanks.
TOPS-20 FAL looks semi-sane, and I can talk with it.
Tops-10 FAL looks really weird, but at least some kind of communication is possible.
RSTS/E FAL is not agreeing with RSX, it would seem. :-(
Well, I can get at least a little bit of communication. I can get a DIRECTORY and I can type a remote file, forcing the mode to ASCII (/AS). If you were getting an "Insufficient network resouces" error that was my fault (I forgot to increase the quotas for the GUEST user).
Indeed, the quota was the problem. Works now. Excellent! Cool. However, RSTS/E did not present the kind of attributes on text files that I would have thought.
Johnny
On Apr 23, 2014, at 2:28 PM, Jordi Guillaumes i Pons <jg at jordi.guillaumes.name> wrote:
El 23/04/2014, a les 20.13, Johnny Billquist <bqt at softjar.se> va escriure:
Cool. Thanks.
TOPS-20 FAL looks semi-sane, and I can talk with it.
Tops-10 FAL looks really weird, but at least some kind of communication is possible.
RSTS/E FAL is not agreeing with RSX, it would seem. :-(
Well, I can get at least a little bit of communication. I can get a DIRECTORY and I can type a remote file, forcing the mode to ASCII (/AS).
......
NFT>ti:=bitxot"[201,2] guestguest"::login.com
NFT -- Error in opening output file TT:LOGIN.COM
Invalid or Unsupported Record format
NFT>ti:=bitxot"[201,2] guestguest"::login.com/as
Since RSTS native files are not RMS files, and login.com most likely is such a file, chances are it s coming across as a file of undefined record format. Either that, or stream-crlf. You may want to look at a protocol trace to see what it s doing. That could explain the unsupported record format message.
RSTS can certainly talk to other NFTs, but you have to tell it how to map native files to some RMS format, if you re pulling from RSTS.
paul
El 23/04/2014, a les 20.13, Johnny Billquist <bqt at softjar.se> va escriure:
Cool. Thanks.
TOPS-20 FAL looks semi-sane, and I can talk with it.
Tops-10 FAL looks really weird, but at least some kind of communication is possible.
RSTS/E FAL is not agreeing with RSX, it would seem. :-(
Well, I can get at least a little bit of communication. I can get a DIRECTORY and I can type a remote file, forcing the mode to ASCII (/AS). If you were getting an "Insufficient network resouces" error that was my fault (I forgot to increase the quotas for the GUEST user).
nft
NFT>bitxot"[201,2] guestguest"::/li
Directory BITXOT::_SY:[201,2]
2014-04-23 20:18:50
LOGIN.COM 1./4. 2014-04-25 04:24:00
Total of 1./4. Blocks in 1. Files
NFT>ti:=bitxot"[201,2] guestguest"::login.com
NFT -- Error in opening output file TT:LOGIN.COM
Invalid or Unsupported Record format
NFT>ti:=bitxot"[201,2] guestguest"::login.com/as
$ SET TERM/INQ
The reverse route (RSX -> RSTS) seems also to work:
nft
NFT>bitxot"[201,2] guestguest"::LOGS.FTN=LOGS.FTN
NFT>BITXOT"[201,2] guestguest"::/li
Directory BITXOT::_SY:[201,2]
2014-04-23 20:26:16
LOGIN.COM 1./4. 2014-04-25 04:24:00
LOGS.FTN 1./4. 2014-04-25 05:20:00
Total of 2./8. Blocks in 2. Files
NFT>TI:=BITXOT"[201,2] guestguest"::LOGS.FTN/AS
PROGRAM LOGS
INTEGER I
REAL*8 LN10,L,L10
LN10 = LOG(10.)
DO I=1,100
L = LOG(REAL(I))
L10 = L / LN10
WRITE(5,100) I,L,L10
100 FORMAT (I4,X,F10.8,X,F10.8)
ENDDO
END
NFT>
There apparently was, but it seems few ever have seen it. (Guess it falls under the same category as DECnet/8. It apparently did exist at one point, but noone seems to actually have run it. Well, I actually have DECNET-8 sources, but it's only DECnet phase II, and in addition it requires RTS-8.)
I recall to have read somewhere that there was a Phase III implementation for RT-11.
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
On Wed, 23 Apr 2014, Johnny Billquist wrote:
We'll see who manages first.
Mine is up...I just need to open SNMP and hae an update forced.
By the way, I didn't know there was DECNET for RT-11...
There apparently was, but it seems few ever have seen it. (Guess it falls under the same category as DECnet/8. It apparently did exist at one point, but noone seems to actually have run it. Well, I actually have DECNET-8 sources, but it's only DECnet phase II, and in addition it requires RTS-8.)
Johnny
--
Cory Smelosky
http://gewt.net Personal stuff
http://gimme-sympathy.org Projects
On 2014-04-23 20:00, Jordi Guillaumes i Pons wrote:
El 23/04/2014, a les 11.16, Johnny Billquist <bqt at softjar.se> va :
I've been fixing some DECnet code in RSX, and I'm now looking for systems to check against.
What I'm testing is NFT/DAP access, and systems I'd like to test against is Ultrix-32, OSF-1, TOPS-20, RT-11, RSTS/E. Essentially anything not VMS or RSX. :-)
Do anyone have any such systems online on HECnet at the moment, which I can have file access to?
BITXT0: TOPS-20, USER=GUEST, PASSWORD=GUEST
BITXOT: RSTS/E, ACCOUNT=201,2, PASSWORD=GUESTGUEST
>
> Additionally:
>
> BITXT1: TOPS-10, USER=GUEST, PASSWORD=GUEST
>
Cool. Thanks.
TOPS-20 FAL looks semi-sane, and I can talk with it.
Tops-10 FAL looks really weird, but at least some kind of communication is possible.
RSTS/E FAL is not agreeing with RSX, it would seem. :-(
I can put up a Ultrix-32 system if there is no other one available.
We'll see who manages first.
By the way, I didn't know there was DECNET for RT-11...
There apparently was, but it seems few ever have seen it. (Guess it falls under the same category as DECnet/8. It apparently did exist at one point, but noone seems to actually have run it. Well, I actually have DECNET-8 sources, but it's only DECnet phase II, and in addition it requires RTS-8.)
Johnny
El 23/04/2014, a les 11.16, Johnny Billquist <bqt at softjar.se> va :
I've been fixing some DECnet code in RSX, and I'm now looking for systems to check against.
What I'm testing is NFT/DAP access, and systems I'd like to test against is Ultrix-32, OSF-1, TOPS-20, RT-11, RSTS/E. Essentially anything not VMS or RSX. :-)
Do anyone have any such systems online on HECnet at the moment, which I can have file access to?
BITXT0: TOPS-20, USER=GUEST, PASSWORD=GUEST
BITXOT: RSTS/E, ACCOUNT=201,2, PASSWORD=GUESTGUEST
Additionally:
BITXT1: TOPS-10, USER=GUEST, PASSWORD=GUEST
I can put up a Ultrix-32 system if there is no other one available.
By the way, I didn't know there was DECNET for RT-11...
Do tou
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
El 23/04/2014, a les 11.16, Johnny Billquist <bqt at softjar.se> va :
I've been fixing some DECnet code in RSX, and I'm now looking for systems to check against.
What I'm testing is NFT/DAP access, and systems I'd like to test against is Ultrix-32, OSF-1, TOPS-20, RT-11, RSTS/E. Essentially anything not VMS or RSX. :-)
Do anyone have any such systems online on HECnet at the moment, which I can have file access to?
BITXT0: TOPS-20, USER=GUEST, PASSWORD=GUEST
BITXOT: RSTS/E, ACCOUNT=201,2, PASSWORD=GUESTGUEST
Additionally:
BITXT1: TOPS-10, USER=GUEST, PASSWORD=GUEST
I can put up a Ultrix-32 system if there is no other one available.
By the way, I didn't know there was DECNET for RT-11...
Do tou
Jordi Guillaumes i Pons
jg at jordi.guillaumes.name
HECnet: BITXOV::JGUILLAUMES
Sent from mobile device that advertises itself for no good reason
On 23 Apr 2014, at 05:16, Johnny Billquist <bqt at softjar.se> wrote:
I've been fixing some DECnet code in RSX, and I'm now looking for systems to check against.
What I'm testing is NFT/DAP access, and systems I'd like to test against is Ultrix-32, OSF-1, TOPS-20, RT-11, RSTS/E. Essentially anything not VMS or RSX. :-)
Do anyone have any such systems online on HECnet at the moment, which I can have file access to?
I can get ULTRIX-32 access up later.
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
I've been fixing some DECnet code in RSX, and I'm now looking for systems to check against.
What I'm testing is NFT/DAP access, and systems I'd like to test against is Ultrix-32, OSF-1, TOPS-20, RT-11, RSTS/E. Essentially anything not VMS or RSX. :-)
Do anyone have any such systems online on HECnet at the moment, which I can have file access to?
Johnny
--
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt at softjar.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
Mark Abene wrote:
I did some testing with it on linux ARM on my NAS. I don't recall
having to do anything particularly special to get it working.
Excellent. Thanks!
Peace... Sridhar