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.

When I try to run it, I get "no space left on device"

See original GitHub issue

When I try to run

➜  RTSPtoWebRTC git:(master) ✗ GO111MODULE=on go run *.go

I’m getting go: creating work dir: mkdir /tmp/go-build254459876: no space left on device

Here’s the df output for my /home dir

/dev/sdb4      ext4     213016012  20948272 181177400  11% /home

I’ve cloned RTSPtoWebRTC inside my /home directory

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
allenportercommented, Jan 30, 2022
/dev/sdb3       238G  227G     0 100% /

Root fs is full?

0reactions
deepchcommented, Jan 30, 2022

it not error RTSPtoWebRTC It Golang message check you directory exists and have available space /tmp

Read more comments on GitHub >

github_iconTop Results From Across the Web

Top 3 Ways to Fix “No Space Left on Device” Error in Linux
Fix 1: Restart Processes Using Deleted Files ... The most probable cause of the “No space left on device” error is a process...
Read more >
How to Fix the "No Space Left on Device" Error on Linux
No Space on Device Possible Causes · Deleted File Reserved by Process · Not Enough Inodes · Bad Blocks.
Read more >
No space left on device - linux - Stack Overflow
Check with the command lsof | grep deleted to see which processes have opened descriptors to deleted files. You can restart the process...
Read more >
How to Fix “No Space Left on Device” Error on Linux
Solution 1: Processes Using Deleted Files ... When a process is still using a file and that file gets deleted by the user,...
Read more >
Knowledge Base:No space left on device while there is plenty ...
The first one is the most obvious: there must be space available on the file system, meaning that there are still unused data...
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