Closed ynop closed 6 years ago
Those errors are normal. We should really surpress them. Do the images eventually show up in the listing? Are there any errors after this?
With shifterimg images
they don't show up. But when i request the queue:
curl -H "authentication: ..." -X GET -v http://gpu10:5000/api/queue/jessy/
Note: Unnecessary use of -X or --request, GET is already inferred.
* Trying 160.85.37.237...
* Connected to gpu10 (160.85.37.237) port 5000 (#0)
> GET /api/queue/jessy/ HTTP/1.1
> Host: gpu10:5000
> User-Agent: curl/7.47.0
> Accept: */*
> authentication: ...
>
< HTTP/1.1 200 OK
< Server: gunicorn/19.7.1
< Date: Mon, 13 Aug 2018 16:36:33 GMT
< Connection: close
< Content-Type: application/json
< Content-Length: 238
<
{
"list": [
{
"image": "ubuntu:latest",
"status": "PULLING"
},
{
"image": "cirros:latest",
"status": "PULLING"
},
{
"image": "debian:latest",
"status": "ENQUEUED"
}
]
}
* Closing connection 0
But there are no other errors.
So it says they are pulling the images. Can you look in the cache area and see if any of the tar layers are showing up?
There are some .partial files:
-rw------- 1 shifter shifter 4194304 Aug 13 18:19 sha256:3d6427f49fe318fc8062066677acb50b2f755b716313f238de517f2b751f15b9_ENj8i.partial
-rw------- 1 shifter shifter 5917431 Aug 13 17:48 sha256:c64513b741452f95d8a147b69c30f403f6289542dd7b2b51dd8ba0cb35d0e08bNbu8eD.partial
But i just tried pull with docker and it gets stuck too. Maybe there is some other problem ...
Maybe a firewall issue.
This seems to be a non-shifter problem. Thanks for the help.
Hi
I have installed the most recent version (master) of the image manager. When I try to pull an image i get the following error in the error-log-file:
The directory exists and the user has the permissions.
Any ideas?
Best Regards Matthias