From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30166: guix system vm-image produces ERROR: In procedure copy-file: Success Date: Fri, 19 Jan 2018 14:25:31 +0100 Message-ID: <877ese56b8.fsf@gnu.org> References: <864lnisk88.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecWgK-0002ff-3w for bug-guix@gnu.org; Fri, 19 Jan 2018 08:26:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecWgF-0005lA-Ud for bug-guix@gnu.org; Fri, 19 Jan 2018 08:26:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54492) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ecWgF-0005l0-Qn for bug-guix@gnu.org; Fri, 19 Jan 2018 08:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ecWgE-0003wv-21 for bug-guix@gnu.org; Fri, 19 Jan 2018 08:26:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <864lnisk88.fsf@gmail.com> (George myglc's message of "Thu, 18 Jan 2018 20:36:23 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: George myglc2 Clemmer Cc: 30166@debbugs.gnu.org Hi, George myglc2 Clemmer skribis: > guix system vm-image -M 4 -c 4 /home/g1/www/VM-on-GuixSD/vm/ggg8/v1.scm -= -image-size=3D5GB [...] > `/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.59.0/lib/libpopple= r-cpp.la' -> `/fs/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.59.0= /lib/libpoppler-cpp.la' > `/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.59.0/lib/libpopple= r.so.70.0.0' -> `/fs/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.5= 9.0/lib/libpoppler.so.70.0.0' > ERROR: In procedure copy-file: > ERROR: In procedure copy-file: Success Most likely this is because 5GB is not enough. Can you try *without* the =E2=80=98--image-size=E2=80=99 option? This will= let =E2=80=98guix system=E2=80=99 determine the image size automatically. TIA, Ludo=E2=80=99.