ADAH-EviDENce / NewsReader

Docker build of full NewsReader pipeline in Dutch.
Apache License 2.0
2 stars 4 forks source link

vmc-from-scratch img download stuck at 30% #8

Closed wmkouw closed 6 years ago

wmkouw commented 6 years ago

Goal: create a VM for NewsReader in Dutch.

Input: create a boss-worker pair of vm's according to instructions on vmc-from-scratch:

./create_basic_cluster.pl --boss-ip 192.168.122.111 --boss-name bossvm --worker-ip 192.168.122.112 --worker-name workervm1

Problem: downloading base image fails 20 times, ending at 30%

--2018-03-08 17:54:25--  (try:20)  http://ixa2.si.ehu.es/newsreader_storm_resources/base.img
Connecting to ixa2.si.ehu.es (ixa2.si.ehu.es)|158.227.106.100|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 2203975680 (2,1G), 1527873052 (1,4G) remaining [application/octet-stream]
Saving to: ‘/home/$USER/vmc-from-scratch/img/base.img’

base.img               30%[+++++++                  ] 645,72M  1,89MB/s    in 0,5s    

2018-03-08 17:54:26 (1,89 MB/s) - Read error at byte 677084688/2203975680 (Connection reset by peer). Giving up.

FAILED: wget -P /home/wmkouw/Dropbox/Projects/nlesc/EviDENce/newsreader/vmc-from-scratch/img http://ixa2.si.ehu.es/newsreader_storm_resources/base.img
wmkouw commented 6 years ago

Not a wifi issue; wired connections fail as well.

Browser downloads fail at 30% as well.

wmkouw commented 6 years ago

I tried downloading it from 2 wifi networks and 2 wired networks. For each connection, it happened 5 times that I got 20 repeats of being stuck at exactly 30%. I was about to conclude that the file was corrupted at the server or something like that. Then, suddenly, it got through and finished succesfully.

I don't know what to make of this.