Maui Forums
Super slow update from amazonaws - Printable Version

+- Maui Forums (https://forums.mauilinux.org)
+-- Forum: Maui Support (https://forums.mauilinux.org/forumdisplay.php?fid=74)
+--- Forum: Installation (https://forums.mauilinux.org/forumdisplay.php?fid=83)
+--- Thread: Super slow update from amazonaws (/showthread.php?tid=24052)



Super slow update from amazonaws - chatan - 22nd October 2016

I've notice a very slow download on one of the update packages (breeze):  being trying all afternoon today (still at 11%) and I also noticed this slowness on an update several days ago, too:


Quote:Get:1 http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages xenial/main amd64 breeze amd64 4:5.8.2-0neon+16.04+build22 [32.4 MB]
28% [1 breeze 3,577 kB/32.4 MB 11%]                              426 B/s 4d 15h 15min 2s

Speed fluctuates of course, but I've seen it as slow as 40 B/s, occasionally for short periods it will get as high as few thousand KB/s, but typically is in the couple hundred B/s or less.

Something on my end?


RE: Super slow update from amazonaws - leszek - 22nd October 2016

It is fast here. The repo is an s3 server from amazon. Maybe something todo with the DDOS attacks from the last 2 days.


RE: Super slow update from amazonaws - starbuck - 22nd October 2016

is there maybe a difference if accessing files via
http://ds9-maui.s3.amazonaws.com/maui-2-packages/dists/xenial/main/binary-amd64/Packages.bz2
or
http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages/dists/xenial/main/binary-amd64/Packages.bz2
?


RE: Super slow update from amazonaws - chatan - 22nd October 2016

I'm in Japan and googling "amazon s3 slow download" reveals tons of issues related to regions.  Examples:

"Amazon Web Services speeds can vary by up to 200X depending on region"
"Ubuntu apt-get install extremely slow download in EU Ireland region"

In one link I found this reply:

Quote:...your S3 buckets are situated in a specific location, for example us-east, europe, us-west etc. This is the place where your files are physically stored. They are not distributed geographically. Users from other places in the world will experience delay when requesting data from these buckets.

Good news, though:  breeze is now 30% downloaded Wink


RE: Super slow update from amazonaws - chatan - 22nd October 2016

(22nd October 2016, 14:43)starbuck Wrote: is there maybe a difference if accessing files via
http://ds9-maui.s3.amazonaws.com/maui-2-packages/dists/xenial/main/binary-amd64/Packages.bz2
or
http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages/dists/xenial/main/binary-amd64/Packages.bz2
?


Code:
wget -O /dev/null http://ds9-maui.s3-website.eu-central-1.amazonaws.com/maui-2-packages/dists/xenial/main/binary-amd64/Packages.bz2
...gives about 0 ~ 3 Kb/s in short test



Code:
wget -O /dev/null http://ds9-maui.s3.amazonaws.com/maui-2-packages/dists/xenial/main/binary-amd64/Packages.bz2
...gives about 4 ~ 5 Kb/s in short test


RE: Super slow update from amazonaws - starbuck - 22nd October 2016

i think there is an option to replicate S3 buckets to other regions, looking into this the next weeks.