PDP-10 / its

Incompatible Timesharing System
Other
834 stars 80 forks source link

Re-enable publishing to hactrn.kostersitz.com #2264

Closed oilcan-productions closed 5 months ago

oilcan-productions commented 6 months ago

Adding an issue to re-enable hactrn.kostersitz.com for publishing artifacts

larsbrinkhoff commented 6 months ago

It seems to be a success:

Run sh build/deploy-ftp.sh
  sh build/deploy-ftp.sh
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    SECRET: ***
    FTP_SECRET: ***
    EMULATOR: simhv3
Deploying as if0_35726802 at ftpupload.net
Passive mode: on; fallback to active mode: off.
Local directory now: /home/runner/work/its/its/out
larsbrinkhoff commented 6 months ago

However, getting the files don't work yet:

wget http://hactrn.kostersitz.com/images/pdp10-ka.tgz
--2024-01-06 14:03:14--  http://hactrn.kostersitz.com/images/pdp10-ka.tgz
Resolving hactrn.kostersitz.com (hactrn.kostersitz.com)... 185.27.134.113
Connecting to hactrn.kostersitz.com (hactrn.kostersitz.com)|185.27.134.113|:80... connected.
HTTP request sent, awaiting response... No data received.

And checking http://hactrn.kostersitz.com/images/ gets me a 404.

oilcan-productions commented 6 months ago

I’ll take a look tomorrow. Sent from my iPhone

On Jan 6, 2024, at 05:08, Lars Brinkhoff @.***> wrote:



However, getting the files don't work yet:

wget http://hactrn.kostersitz.com/images/pdp10-ka.tgz --2024-01-06 14:03:14-- http://hactrn.kostersitz.com/images/pdp10-ka.tgz Resolving hactrn.kostersitz.com (hactrn.kostersitz.com)... 185.27.134.113 Connecting to hactrn.kostersitz.com (hactrn.kostersitz.com)|185.27.134.113|:80... connected. HTTP request sent, awaiting response... No data received.

And checking http://hactrn.kostersitz.com/images/ gets me a 404.

— Reply to this email directly, view it on GitHubhttps://github.com/PDP-10/its/issues/2264#issuecomment-1879678455, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASO6P5LEOJK2GSHATT3I56TYNFEFVAVCNFSM6AAAAABBNLXSWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZZGY3TQNBVGU. You are receiving this because you authored the thread.Message ID: @.***>

larsbrinkhoff commented 6 months ago

Deployment of https://github.com/PDP-10/its/pull/2266 seemingly went fine. But when I visit http://hactrn.kostersitz.com/ I just see this:

File List

No Files Found.

larsbrinkhoff commented 6 months ago

The Makefile expect tarballs here: IMAGES=http://hactrn.kostersitz.com/images

Is that the right place, or should the directory be dropped?

Can you put some test files where the tarballs should go, so we can see them in a web browser?

oilcan-productions commented 6 months ago

The place is correct. The ISP I am using has changed their directory security and I have an open support ticket to get directory listing back. If you know the Path then the download works though. I am surprised that the image is not in the folder if the upload worked. I dropped a README.MD into the images folder and it is there and I can download it. But the images are not in the folder

larsbrinkhoff commented 5 months ago

I can't get any data using wget from these places:

oilcan-productions commented 5 months ago

I checked the server and the image is not uploaded. Is the FTP upload working?

larsbrinkhoff commented 5 months ago

Is the FTP upload working?

The log doesn't indicate any errors: https://github.com/PDP-10/its/actions/runs/7485323655/job/20373594335#step:5:2

Run sh build/deploy-ftp.sh sh build/deploy-ftp.sh shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} env: SECRET: ***

FTP_SECRET: *** EMULATOR: simh Deploying as if0_35726802 at ftpupload.net Passive mode: on; fallback to active mode: off. Local directory now: /home/runner/work/its/its/out

larsbrinkhoff commented 5 months ago

Do you have a Linux (or other Unix) machine to test the deploy-ftp.sh script?

oilcan-productions commented 5 months ago

I do have an environment to try it out

oilcan-productions commented 5 months ago

I'll do a git fetch and test it out

oilcan-productions commented 5 months ago

Images are published now and download works now

oilcan-productions commented 5 months ago

@larsbrinkhoff I think we can close this now

larsbrinkhoff commented 5 months ago

Yes, looks great now. Thanks!