PDP-10 / its

Incompatible Timesharing System
Other
841 stars 80 forks source link

Update deploy-ftp.sh #2168

Closed oilcan-productions closed 1 year ago

oilcan-productions commented 1 year ago

Adding the line that generates the tar files during build since we are not calling the SSH script right now.

Tweaking the local folder to be the full path. Maybe the folder where the FTP script starts out at is different

larsbrinkhoff commented 1 year ago

Thanks! It was probably that I forgot the tgz generation. I don't think we'll need the absolute path, and maybe it'll break if GitHub moves things in the future.

larsbrinkhoff commented 1 year ago

We got this message:

Deploying to hactrn@kostersitz.com@hactrn.kostersitz.com
ftp: bind: Address already in use
Local directory now /home/runner/work/its/its/out
I won't open a connection to 10.1.0.12 (only to 104.44.142.224)
larsbrinkhoff commented 1 year ago

According to this https://codesteps.com/2018/10/22/how-to-fix-500-i-wont-open-a-connection-to-xx-only-to-xx/ we should use a passive FTP connection.

larsbrinkhoff commented 1 year ago

I updated again to use a passive connection. @oilcan-productions, can you confirm the files are in place?

I did a wget http://hactrn.kostersitz.com/images/simh.tgz and that seems to work fine.

Can you update the web page to look something like this? https://web.archive.org/web/20210122195313/http://hactrn.org/images/ Plus pdp10-ks. Thanks!

oilcan-productions commented 1 year ago

@larsbrinkhoff yes the files are there. I will update the page in a little bit.

oilcan-productions commented 1 year ago

@larsbrinkhoff web page is updated. Do we need SSL for it or is HTTP and the warning in Chrome OK?

larsbrinkhoff commented 1 year ago

Looks good, thanks! Please also add the pdp10-ks emulator which was added since that page was archives.

Avoiding the warning would be preferable.

oilcan-productions commented 1 year ago

I had added this PDP10 KS10 RP06 (pdp10-ks rp0.dsk) Not correct? LMK how you want it represented

larsbrinkhoff commented 1 year ago

Thanks! I'm not sure how to represent it, but what you wrote looks ok to me.

oilcan-productions commented 1 year ago

perfect. SSL enabled as well on the subdomain now

larsbrinkhoff commented 1 year ago

Thanks!

@oilcan-productions, you made some change again, right? Now this page: http://hactrn.kostersitz.com/images/index.htm Has the download links e.g. http://hactrn.kostersitz.com/images/images/pdp10-ka.tgz

Can you make it just http://hactrn.kostersitz.com/images/pdp10-ka.tgz? The current Makefile expects this.

oilcan-productions commented 1 year ago

Fixed sorry about that

Get Outlook for iOShttps://aka.ms/o0ukef


From: Lars Brinkhoff @.> Sent: Wednesday, March 8, 2023 1:19:25 AM To: PDP-10/its @.> Cc: Mike Kostersitz @.>; Mention @.> Subject: Re: [PDP-10/its] Update deploy-ftp.sh (PR #2168)

Thanks!

@oilcan-productionshttps://github.com/oilcan-productions, you made some change again, right? Now this page: http://hactrn.kostersitz.com/images/index.htm Has the download links e.g. http://hactrn.kostersitz.com/images/images/pdp10-ka.tgz

Can you make it it's just http://hactrn.kostersitz.com/images/pdp10-ka.tgz? The current Makefile expects this.

— Reply to this email directly, view it on GitHubhttps://github.com/PDP-10/its/pull/2168#issuecomment-1459830946, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASO6P5ISR5T4G6FIPTIUZRTW3BFJ3ANCNFSM6AAAAAAVRVLFVU. You are receiving this because you were mentioned.Message ID: @.***>

larsbrinkhoff commented 1 year ago

Thanks!