[SOLVED] Issue downloading Backups/Apps from Private http Market Place

Hello,

I’m unable to download a Backup that is on a http Private Market Place.

Here are the relevant logs.

Tue Nov  2 22:01:36 2021 [Z0][ImM][I]: cp: Copying local image 10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43 to the image repository
Tue Nov  2 22:01:36 2021 [Z0][ImM][E]: cp: Command "set -e -o pipefail; /var/lib/one/remotes/datastore/fs/../downloader.sh   '10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43' '-' | ssh nebula dd of=/var/tmp/09bfae22ddff57ad3d1402554c5a4b75 bs=64k conv=sparse" failed: Cannot read from 10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43
Tue Nov  2 22:01:36 2021 [Z0][ImM][I]: 0+0 records in
Tue Nov  2 22:01:36 2021 [Z0][ImM][I]: 0+0 records out
Tue Nov  2 22:01:36 2021 [Z0][ImM][I]: 0 bytes copied, 0.0045258 s, 0.0 kB/s
Tue Nov  2 22:01:36 2021 [Z0][ImM][E]: Error dumping 10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43 to nebula:/var/tmp/09bfae22ddff57ad3d1402554c5a4b75
Tue Nov  2 22:01:36 2021 [Z0][ImM][E]: Error copying image in the datastore: Error dumping 10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43 to nebula:/var/tmp/09bfae22ddff57ad3d1402554c5a4b75

It seems that the downloader.sh script fails using the shown parameters above '10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43' '-' | ssh nebula dd of=/var/tmp/09bfae22ddff57ad3d1402554c5a4b75 bs=64k conv=sparse

I would expect it should use http:// in front
http://10.101.2.99/674f7765d3c5d8834c1ec41afcef2f43' '-' | ssh nebula dd of=/var/tmp/09bfae22ddff57ad3d1402554c5a4b75 bs=64k conv=sparse

Which works… Perhaps I’m missing a setting on my private marketplace?

This market place is on the frontend that is also called nebula with the ip 10.101.2.99

FIXED

It seems that I was missing the “http://…” in the BASE_URL, it just took a while to update its working configuration.

1 Like