Code: Select all
root@porteus:~# cat /etc/porteus/*
001-core.xzm:20220723
002-xorg.xzm:20220723
002-xtra.xzm:20220630
003-xfce.xzm:20220925
initrd.xz:20220928
Doing it with a browser, it just said "failed" at some time.
Copying the download URL from the browser and using wget, wget says size is unknown, seems to finish the download, (which takes ages since the speed provided by disk.yandex.ru is abysmal low) but unzip -t reports this
Code: Select all
guest@porteus:/mybin/linux/porteus/diverses/PORTEUS_x64$ unzip -t PORTEUS_x64.zip
Archive: PORTEUS_x64.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: PORTEUS_x64.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of PORTEUS_x64.zip or
PORTEUS_x64.zip.zip, and cannot find PORTEUS_x64.zip.ZIP, period.
Code: Select all
PORTEUS_x64.zip: Zip archive data, at least v2.0 to extract, compression method=deflate
Code: Select all
root@porteus:/mnt/live/memory/images# find 00[123]*|grep zip|grep fix
root@porteus:/mnt/live/memory/images# find 00[123]*|grep 7z|grep fix
root@porteus:/mnt/live/memory/images#
Code: Select all
0 2022-10-27 09:16 PORTEUS_x64.zip
67542953 2022-10-27 09:19 PORTEUS_x64.zip.part
0 2022-10-27 09:16 PORTEUS_x64.zip
88645545 2022-10-27 09:20 PORTEUS_x64.zip.part
[ skipping the boring middle parts ]
922910633 2022-10-27 13:16 PORTEUS_x64.zip.part
0 2022-10-27 11:46 PORTEUS_x64.zip
927072169 2022-10-27 13:17 PORTEUS_x64.zip.part
0 2022-10-27 11:46 PORTEUS_x64.zip
931626921 2022-10-27 13:18 PORTEUS_x64.zip.part
932548521 2022-10-27 13:18 PORTEUS_x64.zip.part
932548521 2022-10-27 13:18 PORTEUS_x64.zip.part
932548521 2022-10-27 13:18 PORTEUS_x64.zip.part
And since I had mc running I could no longer scroll up in that terminal…

The tee log of the wget download was similar, only showing only one file PORTEUS_x64.zip since wget doesn't use a .part file during download.
I used the parameter "-O PORTEUS_x64.zip" to specify the output / target file name.
This is the size and date/time stamp of the failed archive:
Code: Select all
guest@porteus:/mybin/linux/porteus/diverses/PORTEUS_x64$ ls -o *zip |cut -c 20-
1904938044 2022-10-27 15:42 PORTEUS_x64.zip


Trying to use wget to resume a partially download (via wget parameter "-c") also not works as it seems disk.yandex.ru doesn't support resuming a partially download.