From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2@gmail.com Subject: bug#30166: guix system vm-image produces ERROR: In procedure copy-file: Success Date: Sun, 21 Jan 2018 21:05:15 -0500 Message-ID: <86h8reodgk.fsf@gmail.com> References: <864lnisk88.fsf@gmail.com> <877ese56b8.fsf@gnu.org> 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]:47209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1edRUt-0001h6-IG for bug-guix@gnu.org; Sun, 21 Jan 2018 21:06:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1edRUo-00014c-KJ for bug-guix@gnu.org; Sun, 21 Jan 2018 21:06:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1edRUo-00014U-Gv for bug-guix@gnu.org; Sun, 21 Jan 2018 21:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1edRUo-0000X0-83 for bug-guix@gnu.org; Sun, 21 Jan 2018 21:06:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877ese56b8.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Fri, 19 Jan 2018 14:25:31 +0100") 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30166@debbugs.gnu.org On 01/19/2018 at 14:25 Ludovic Court=C3=A8s writes: > 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/libpoppl= er-cpp.la' -> `/fs/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.59.= 0/lib/libpoppler-cpp.la' >> `/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.59.0/lib/libpoppl= er.so.70.0.0' -> `/fs/gnu/store/3vr7hais3mwd7hkllbhlwjbs6bk7d9iw-poppler-0.= 59.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 wi= ll let =E2=80=98guix > system=E2=80=99 determine the image size automatically. > > TIA, > Ludo=E2=80=99. Hi Ludo=E2=80=99, yes that fixed it, thanks. - George