question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Request failed with status code 500. "OSError: [Errno 28] No space left on device: '/tmp/tmp3b4hjt77/obj_train_data/frame_04268

See original GitHub issue

My actions before raising this issue

  • Read/searched the docs
  • Searched past issues

When I wanted to download my own dataset in YOLO format, it always shows that no space left on the device ‘/tmp/tmp3b4hjt77/obj_train_data/frame_04268’. But there is still space on my Mac. So I am very confused. Hope somebody can help me out. Thank you. Here is my docker-compose.override.yml file.

image

` version: “3.3”

services: cvat: environment: CVAT_SHARE_URL: “Mounted from /Users/stonemo/Downloads/agots/share_data host directory” volumes: - cvat_share:/home/django/share:ro - cvat_data:/home/django/data ports: - “80:8080”

volumes: cvat_data: driver_opts: type: none device: /Users/stonemo/Downloads/agots/data o: bind cvat_share: driver_opts: type: none device: /Users/stonemo/Downloads/agots/share_data o: bind `

Expected Behaviour

Current Behaviour

Possible Solution

Steps to Reproduce (for bugs)

Context

Your Environment

  • Git hash commit (git log -1):
  • Docker version docker version (e.g. Docker 17.0.05):

Client: Docker Engine - Community Cloud integration 0.1.18 Version: 19.03.13 API version: 1.40 Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 16:58:31 2020 OS/Arch: darwin/amd64 Experimental: false

Server: Docker Engine - Community Engine: Version: 19.03.13 API version: 1.40 (minimum version 1.12) Go version: go1.13.15 Git commit: 4484c46d9d Built: Wed Sep 16 17:07:04 2020 OS/Arch: linux/amd64 Experimental: false containerd: Version: v1.3.7 GitCommit: 8fba4e9a7d01810a393d5d25a3621dc101981175 runc: Version: 1.0.0-rc10 GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd docker-init: Version: 0.18.0 GitCommit: fec3683

  • Are you using Docker Swarm or Kubernetes? Docker Swarm
  • Operating System and version (e.g. Linux, Windows, MacOS): MacOS
  • Code example or link to GitHub repo or gist to reproduce problem:
  • Other diagnostic information / logs:
    Logs from `cvat` container

Next steps

You may join our Gitter channel for community support.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
alalekcommented, Oct 23, 2020

Please refer to docker documentation: https://docs.docker.com/docker-for-mac/space/

0reactions
azhavorocommented, Oct 29, 2020

@stoneMo have you solved this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: Request failed with status code 500. "OSError: [Errno 28 ...
When I wanted to download my own dataset in YOLO format, it always shows that no space left on the device '/tmp/tmp3b4hjt77/obj_train_data/ ...
Read more >
Python_OSError: [Errno 28] No space left on device
Late answer, but maybe usefull. I encountered a similar issue : OSError: [Errno 28] No space left on device: But, I have enough...
Read more >
OSError: [Errno 28] No space left on device - Kaggle
I overcame this problem by setting JOBLIB_TEMP_FOLDER variable using following code in Python notebook. %env JOBLIB_TEMP_FOLDER=/tmp. replyReply ...
Read more >
"OSError: [Errno 28] No space left on device" when uploading
If the sequence you're trying to upload is bigger than the current size given to /tmp, then you'll get this error. The easiest...
Read more >
Errno 28 No space left on device even though there is space
The issue isn't whether there is space somewhere on your machine but whether there is space in the specific location where you are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found