Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 467828 - =genkernel-3.4.45 error message ambiguous when copy target is full
Summary: =genkernel-3.4.45 error message ambiguous when copy target is full
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: Bug, LATER, NeedPatch
Depends on:
Blocks:
 
Reported: 2013-04-29 04:04 UTC by Michael Mol
Modified: 2017-01-03 05:08 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 Michael Mol 2013-04-29 04:04:12 UTC
If I try to cp a file onto a filesystem that has insufficient disk space, I get an error such as this:

cp: writing ‘/boot/example.tar’: No space left on device
cp: failed to extend ‘/boot/example.tar’: No space left on device

If I use genkernel to install to a full /boot, I get this:

* ERROR: Could not copy the initramfs image to /boot!

My assumption was that something failed to build, and so the image file wasn't available to copy. Only took me an hour to realize the target filesystem was full...
Comment 1 Richard Yao (RETIRED) gentoo-dev 2013-06-06 06:47:31 UTC
This is an issue, but fixing it will be a low priority. If you could provide a patch to resolve this, it will be fixed sooner.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2017-01-03 05:08:00 UTC
Genkernel should not squelch the no space left error, so it should be visible (I've certainly see it before).