Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No space left on device
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
RIA77
Guru
Guru


Joined: 24 Feb 2016
Posts: 390

PostPosted: Wed Oct 23, 2024 4:12 pm    Post subject: No space left on device Reply with quote

Hello and thanks in advance

Code:
Emerging (1 of 2) sys-kernel/linux-firmware-20241017-r2::gentoo
>>> Emerging (2 of 2) app-portage/gentoolkit-0.6.8::gentoo
>>> Jobs: 0 of 2 complete, 1 running                Load avg: 1.10, 0.72, 0.48[ERROR] Exception in callback PipeLogger._io_loop_done(<Task finishe...t on device')>)
handle: <Handle PipeLogger._io_loop_done(<Task finishe...t on device')>)>
Traceback (most recent call last):
  File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
    self._context.run(self._callback, *self._args)
  File "/usr/lib/python3.12/site-packages/portage/util/_async/PipeLogger.py", line 161, in _io_loop_done
    future.result()
  File "/usr/lib/python3.12/site-packages/portage/util/_async/PipeLogger.py", line 157, in _io_loop
    log_file.flush()
OSError: [Errno 28] No space left on device


Code:
env-update
>>> Regenerating /etc/ld.so.cache...


Code:
df -h /
Filesystem      Size  Used Avail Use% Mounted on
/dev/sda4        30G   13G   18G  41% /


Tried to chroot from another siystem, but just won't work.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3410
Location: Canada

PostPosted: Wed Oct 23, 2024 4:17 pm    Post subject: Reply with quote

You are not compiling in RAM, i.e in tmpfs, by chance ?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54566
Location: 56N 3W

PostPosted: Wed Oct 23, 2024 5:16 pm    Post subject: Reply with quote

What does df -I have to say about i-nodes?
Every file needs at least one i-node.

You get the same error for being out of space or i-nodes
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4993
Location: Bavaria

PostPosted: Wed Oct 23, 2024 5:27 pm    Post subject: Reply with quote

Check the number of free Inodes:
Code:
df -ih /dev/sda4

(If you have many, many small files, then you will get also a "No space left on device" if the are no free Inodes available - independent of free space)

You can increase this number either by creating a bigger partition OR defining a higher number of Inodes:
Code:
mkfs -t ext4 -N NUMBER_OF_INODES /dev/XXXXXXX



P.S.: Neddy was faster again :lol:
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum