ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] "no space left on device" during installing a rpm on the targ


From: Jeremy Wood
Subject: Re: [Ltib] "no space left on device" during installing a rpm on the target
Date: Thu, 13 Sep 2012 16:34:31 -0700

It could also be that you've run out of file system inodes. That's something that bit me on a recent project.

To find out, run "stat -f /"


Regards,

Jeremy Wood

On Thu, Sep 13, 2012 at 8:01 AM, Peter Barada <address@hidden> wrote:
On 09/13/2012 10:48 AM, CB wrote:
> Hello!
>
> Today I ran into an odd problem.
> To avoid flashing my whole rootfs all over again on every try of my tool, I
> wanted to install the generated RPM on the target. I fixed the paths with --root
> and --prefix. Also the tmp-dir was set to point to the rootfs (ext2 partition on
> a SD card). But 'rpm' fails during unpacking with "no space left on device"
> despite 'df' shows 40MB of free space (rootfs is 100MB total).
> The rootfs image on the host machine is generated correctly containing my tool.
> So the RPM file seems to be correct.
> Any suggestions on how to track down the problem?
You could try to strace the rpm command on the target to see where it
opens files for writing.  It may be that RPM needs some temp files - do
you have a small ramfs mounted on /tmp?



--
Peter Barada
address@hidden


_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/ltib



--
- - - - - - - - - - -
Jeremy Wood
Ensemble Designs
address@hidden
www.ensembledesigns.com


reply via email to

[Prev in Thread] Current Thread [Next in Thread]