Comment 5 for bug 2060288

Revision history for this message
Jacopo Rota (r00ta) wrote (last edit ):

The image is available, but the agent is not fetching it apparently

ubuntu@maas-edge:/work/maas$ curl http://10.0.1.16:5248/bootx64.efi --output /tmp/test -v
* Trying 10.0.1.16:5248...
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 10.0.1.16 (10.0.1.16) port 5248 (#0)
> GET /bootx64.efi HTTP/1.1
> Host: 10.0.1.16:5248
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Server: nginx/1.18.0 (Ubuntu)
< Date: Fri, 05 Apr 2024 12:21:34 GMT
< Content-Length: 0
< Connection: keep-alive
<
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Connection #0 to host 10.0.1.16 left intact
ubuntu@maas-edge:/work/maas$ curl http://10.0.1.16:5240/MAAS/boot-resources/bootloaders/uefi/amd64/bootx64.efi --output /tmp/test -v
* Trying 10.0.1.16:5240...
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 10.0.1.16 (10.0.1.16) port 5240 (#0)
> GET /MAAS/boot-resources/bootloaders/uefi/amd64/bootx64.efi HTTP/1.1
> Host: 10.0.1.16:5240
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Server: nginx/1.18.0 (Ubuntu)
< Date: Fri, 05 Apr 2024 12:21:37 GMT
< Content-Type: application/octet-stream
< Content-Length: 960472
< Last-Modified: Wed, 04 Oct 2023 12:05:21 GMT
< Connection: keep-alive
< ETag: "651d5501-ea7d8"
< Accept-Ranges: bytes
<
{ [65269 bytes data]
100 937k 100 937k 0 0 777M 0 --:--:-- --:--:-- --:--:-- 915M
* Connection #0 to host 10.0.1.16 left intact
ubuntu@maas-edge:/work/maas$ curl http://10.0.1.16:5248/bootx64.efi --output /tmp/test -v
* Trying 10.0.1.16:5248...
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to 10.0.1.16 (10.0.1.16) port 5248 (#0)
> GET /bootx64.efi HTTP/1.1
> Host: 10.0.1.16:5248
> User-Agent: curl/7.81.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Server: nginx/1.18.0 (Ubuntu)
< Date: Fri, 05 Apr 2024 12:21:44 GMT
< Content-Length: 0
< Connection: keep-alive
<
  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Connection #0 to host 10.0.1.16 left intact
ubuntu@maas-edge:/work/maas$