Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2018 17:15:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231810] [build] release always fails with "mkimg: partition 2: No space left on device"
Message-ID:  <bug-231810-227-y0kXwdS1qy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231810-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231810-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231810

--- Comment #2 from Matthias Apitz <guru@unixarea.de> ---
(In reply to leeb from comment #0)

I think, in your case it will help to set an env var to some file system with
more space than one normally has below /tmp, for example:

# mkdir /usr/tmp
# TMPDIR=/usr/tmp export TMPDIR

AT least, this helped me for a tiny root file system to make an image off. 

But if you specify in the command mkfs(8) that your file system should have
plenty space for additional thinks, it will create there in TMPDIR some swap
file with giga o even terra bytes.

There is something broken with mkimg(1).

Some time ago, in March 2017 on r314251, this was all working fine and w/o any
TMPDIR.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231810-227-y0kXwdS1qy>