LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.73k stars 1.13k forks source link

URL not fining ISO file #2996

Closed derek084 closed 5 days ago

andypugh commented 2 weeks ago

Which URL? Where?

derek084 commented 2 weeks ago

Hi Andy,

using this script -

zsync https://www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso

Returns

failed on url https://www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso could not read control file from URL https://www.linuxcnc.org/iso/linuxcnc_2.9.2-amd64.hybrid.iso

Derek

NOTE:

  1. The contents of this email and any attachments are confidential and privileged. Any unauthorised use of the contents is expressly prohibited. If you receive this email in error, please contact the sender and then delete the email.
  2. Before opening or using any attachments, please check them for viruses and defects. The sender does not accept any liability for any damage caused by such viruses and/or defects. Please notify the sender of any virus and/or defect should you discover same.
  3. This email is also subject to copyright. No part of it should be reproduced, adapted or communicated without the written consent of the copyright owner. Any personal information in this email must be handled in accordance with the Privacy Act 1988 (Cth).

On Fri, 14 Jun 2024 at 18:37, andypugh @.***> wrote:

Which URL? Where?

— Reply to this email directly, view it on GitHub https://github.com/LinuxCNC/linuxcnc/issues/2996#issuecomment-2167538384, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJF4LNYP6DGVRQJTAONDAYDZHKTSZAVCNFSM6AAAAABJJUK6YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRXGUZTQMZYGQ . You are receiving this because you authored the thread.Message ID: @.***>

andypugh commented 2 weeks ago

This looks like a capitalisation difference that was introduced when another developer updated the ISO image.

zsync https://www.linuxcnc.org/iso/LinuxCNC_2.9.2-amd64.hybrid.iso

Will probably work.

andypugh commented 2 weeks ago

Sorry, slightly struggling to sort this out properly.

derek084 commented 2 weeks ago

All sorted thanks

On Thu, 20 June 2024, 6:45 am andypugh, @.***> wrote:

Sorry, slightly struggling to sort this out properly.

— Reply to this email directly, view it on GitHub https://github.com/LinuxCNC/linuxcnc/issues/2996#issuecomment-2179435819, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJF4LN5YFCQBMFHE7ZTN6HLZIHUWDAVCNFSM6AAAAABJJUK6YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZZGQZTKOBRHE . You are receiving this because you authored the thread.Message ID: @.***>

andypugh commented 5 days ago

I found a secondary problem, it seems to only work with http rather than https. Odd, but now fixed I think.