Seems like a bug in Easy-Update?

Moderator: BarryK

Post Reply
bulatsib
Posts: 3
Joined: Thu Sep 12, 2024 8:41 pm
Been thanked: 2 times

Seems like a bug in Easy-Update?

Post by bulatsib »

Hi Barry,

It's already 2025 here, so I tried to get some Easy OS updates and devx too.
But seems like folder name on ibiblio, where files are being searched for, is being tried depending on current year.

Code: Select all

Welcome. this script will download the latest release of EasyOS and 
automatically update the current installation.
The script will place the new vmlinuz, initrd and easy.sfs into the 
working-partition, then all you will need to do is reboot and you have updated.
If you have an Internet connection and want to test if there is a new release 
and download it, continue with the script...

Press ENTER to continue (any other character then ENTER to quit): 

Probing ibiblio.org to see if there is a later release...
--2025-01-01 03:43:06--  http://distro.ibiblio.org/easyos/amd64/releases/scarthgap/2025
Resolving distro.ibiblio.org... 152.19.134.43
Connecting to distro.ibiblio.org|152.19.134.43|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-01-01 03:43:07 ERROR 404: Not Found.

mv: cannot stat '/tmp/easy_version/2025': No such file or directory
fsync: can't open '/tmp/easy_version/scarthgap': No such file or directory
Sorry, there was an error probing the online repository, aborting script.

Script terminated, close the window
Attachments
Screenshot.png
Screenshot.png (101.95 KiB) Viewed 306 times
User avatar
BarryK
Posts: 2932
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 157 times
Been thanked: 807 times

Re: Seems like a bug in Easy-Update?

Post by BarryK »

Ha ha, yeah, never thought about that!

OK, I will upload easy 6.5.3 to the "2025" folder, hopefully that will fix it.

User avatar
bugnaw333
Posts: 411
Joined: Wed Jul 20, 2022 11:04 pm
Location: Cebu, Philippines
Has thanked: 613 times
Been thanked: 93 times

Re: Seems like a bug in Easy-Update?

Post by bugnaw333 »

@BarryK
Please include also the Daedalus folder. Thanks.

bulatsib
Posts: 3
Joined: Thu Sep 12, 2024 8:41 pm
Been thanked: 2 times

Re: Seems like a bug in Easy-Update?

Post by bulatsib »

Kinda obvious temporary workaround - change variable in /usr/local/easy_version/easy-update:

Code: Select all

YEAR="$(date +%Y)"

to:

Code: Select all

YEAR="2024"
User avatar
BarryK
Posts: 2932
Joined: Tue Dec 24, 2019 1:04 pm
Has thanked: 157 times
Been thanked: 807 times

Re: Seems like a bug in Easy-Update?

Post by BarryK »

bugnaw333 wrote: Wed Jan 01, 2025 5:22 pm

@BarryK
Please include also the Daedalus folder. Thanks.

Yes, uploading now.

Post Reply

Return to “EasyOS”