Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 490492 - emerge --sync prints incorrect error message when /var/tmp is full
Summary: emerge --sync prints incorrect error message when /var/tmp is full
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 19:03 UTC by Doug Goldstein (RETIRED)
Modified: 2022-10-20 02:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Goldstein (RETIRED) gentoo-dev 2013-11-05 19:03:51 UTC
So the error message on an rsync was:

rsync: write failed on "/var/tmp/tmpw_wbz3": No space left on device (28)
rsync error: error in file IO (code 11) at receiver.c(389) [receiver=3.1.0]
 * Rsync has reported that there is a File IO error. Normally
 * this means your disk is full, but can be caused by corruption
 * on the filesystem that contains repository 'gentoo'. Please investigate
 * and try again after the problem has been fixed.
 * Location of repository: '/usr/portage'
emergelog(): [Errno 28] No space left on device

And the snippet from mount:

/dev/mapper/main-var on /var type ext4 (rw,noatime,commit=0)
/dev/mapper/main-portage on /usr/portage type ext4 (rw,noatime,commit=0)

And the snippet from df -h:

/dev/mapper/main-var       24G   24G     0 100% /var
/dev/mapper/main-portage   14G  4.6G  8.5G  35% /usr/portage

As you can see the wording on the error message is wrong. I wasn't out of space for my portage repo but was out of space for /var/tmp (oh webkit you are the bane of my disk space).