From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catonano Subject: Re: no space left on device Date: Thu, 30 Mar 2017 14:46:02 +0200 Message-ID: References: <20170330123235.ceb6wlafg4once34@abyayala> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c1cbb766579df054bf213da Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ctZSs-0000Lj-N7 for help-guix@gnu.org; Thu, 30 Mar 2017 08:46:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ctZSo-0005Pq-UI for help-guix@gnu.org; Thu, 30 Mar 2017 08:46:08 -0400 Received: from mail-wr0-x231.google.com ([2a00:1450:400c:c0c::231]:33372) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ctZSo-0005OW-J7 for help-guix@gnu.org; Thu, 30 Mar 2017 08:46:06 -0400 Received: by mail-wr0-x231.google.com with SMTP id w43so59196119wrb.0 for ; Thu, 30 Mar 2017 05:46:04 -0700 (PDT) In-Reply-To: <20170330123235.ceb6wlafg4once34@abyayala> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Catonano , help-guix --94eb2c1cbb766579df054bf213da Content-Type: text/plain; charset=UTF-8 2017-03-30 14:32 GMT+02:00 ng0 : > Catonano transcribed 6.8K bytes: > > in trying to build a vm image that runs core-updates, I run into this > error > > > > ... > > ... > > ... > > `/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.26/share/ > locale/ja/LC_MESSAGES/libgpg-error.mo' > > -> > > `/fs/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.26/share/ > locale/ja/LC_MESSAGES/libgpg-error.mo' > > `/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.26/share/ > locale/de/LC_MESSAGES/libgpg-error.mo' > > -> > > `/fs/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.26/share/ > locale/de/LC_MESSAGES/libgpg-error.mo' > > `/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.26/share/ > locale/pl/LC_MESSAGES/libgpg-error.mo' > > -> > > `/fs/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.26/share/ > locale/pl/LC_MESSAGES/libgpg-error.mo' > > ERROR: In procedure copy-file: > > ERROR: In procedure copy-file: No space left on device > > > > Entering a new prompt. Type `,bt' for a backtrace or `,q' to continue. > > [ 136.307896] Kernel panic - not syncing: Attempted to kill init! > > exitcode=0x00000000 > > [ 136.307896] > > [ 136.309002] CPU: 0 PID: 1 Comm: init Not tainted 4.10.5-gnu #1 > > [ 136.309722] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), > BIOS > > rel-1.10.1-0-g8891697-prebuilt.qemu-project.org 04/01/2014 > > [ 136.311114] Call Trace: > > [ 136.311651] dump_stack+0x63/0x90 > > [ 136.312101] panic+0xe4/0x22d > > [ 136.312491] do_exit+0xb21/0xb30 > > [ 136.312888] ? wake_up_state+0x10/0x20 > > [ 136.313279] do_group_exit+0x43/0xb0 > > [ 136.313674] SyS_exit_group+0x14/0x20 > > [ 136.314077] entry_SYSCALL_64_fastpath+0x1e/0xad > > [ 136.314580] RIP: 0033:0x5e6b98 > > [ 136.314973] RSP: 002b:00007ffc5ac95d78 EFLAGS: 00000246 ORIG_RAX: > > 00000000000000e7 > > [ 136.316217] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: > > 00000000005e6b98 > > [ 136.317519] RDX: 0000000000000000 RSI: 000000000000003c RDI: > > 0000000000000000 > > [ 136.318405] RBP: 00000000007ef4d0 R08: 00000000000000e7 R09: > > ffffffffffffffc8 > > [ 136.319211] R10: 0000000000000000 R11: 0000000000000246 R12: > > 00000000004cd850 > > [ 136.320041] R13: 0000000000a7f020 R14: 0000000001c73e60 R15: > > 0000000000000001 > > [ 136.321284] Kernel Offset: 0x27000000 from 0xffffffff81000000 > > (relocation range: 0xffffffff80000000-0xffffffffbfffffff) > > [ 136.322758] ---[ end Kernel panic - not syncing: Attempted to kill > init! > > exitcode=0x00000000 > > [ 136.322758] > > > > > > I don't understand: is this happening in my host ? Or is this happening > > inside the Qemu machine ? > > Is this with a plain qemu machine or one you spawn with "guix system vm"? > "guix system vm" machines are in /gnu/store/ and you first have to copy > them out of there to be able to write in them. > > This is with guix system vm-image /etc/config.scm As far as I understand, I didn't even attempted to run the machine. I was just building the image Does this clarify ? Thanks --94eb2c1cbb766579df054bf213da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2017-03-30 14:32 GMT+02:00 ng0 <contact.ng0@crypt= olab.net>:
Catonano transcribed 6.8K bytes:
> in trying to build a vm image that runs core-up= dates, I run into this error
>
> ...
> ...
> ...
> `/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.= 26/share/locale/ja/LC_MESSAGES/libgpg-error.mo'
> ->
> `/fs/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error= -1.26/share/locale/ja/LC_MESSAGES/libgpg-error.mo'
> `/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.= 26/share/locale/de/LC_MESSAGES/libgpg-error.mo'
> ->
> `/fs/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error= -1.26/share/locale/de/LC_MESSAGES/libgpg-error.mo'
> `/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error-1.= 26/share/locale/pl/LC_MESSAGES/libgpg-error.mo'
> ->
> `/fs/gnu/store/j92kxc1l8h879cc4ss1gbhsq73ddnbsg-libgpg-error= -1.26/share/locale/pl/LC_MESSAGES/libgpg-error.mo'
> ERROR: In procedure copy-file:
> ERROR: In procedure copy-file: No space left on device
>
> Entering a new prompt.=C2=A0 Type `,bt' for a backtrace or `,q'= ; to continue.
> [=C2=A0 136.307896] Kernel panic - not syncing: Attempted to kill init= !
> exitcode=3D0x00000000
> [=C2=A0 136.307896]
> [=C2=A0 136.309002] CPU: 0 PID: 1 Comm: init Not tainted 4.10.5-gnu #1=
> [=C2=A0 136.309722] Hardware name: QEMU Standard PC (i440FX + PIIX, 19= 96), BIOS
> rel-1.10.1-0-g8891697-prebuilt.qemu-= project.org 04/01/2014
> [=C2=A0 136.311114] Call Trace:
> [=C2=A0 136.311651]=C2=A0 dump_stack+0x63/0x90
> [=C2=A0 136.312101]=C2=A0 panic+0xe4/0x22d
> [=C2=A0 136.312491]=C2=A0 do_exit+0xb21/0xb30
> [=C2=A0 136.312888]=C2=A0 ? wake_up_state+0x10/0x20
> [=C2=A0 136.313279]=C2=A0 do_group_exit+0x43/0xb0
> [=C2=A0 136.313674]=C2=A0 SyS_exit_group+0x14/0x20
> [=C2=A0 136.314077]=C2=A0 entry_SYSCALL_64_fastpath+0x1e/0xad
> [=C2=A0 136.314580] RIP: 0033:0x5e6b98
> [=C2=A0 136.314973] RSP: 002b:00007ffc5ac95d78 EFLAGS: 00000246 ORIG_R= AX:
> 00000000000000e7
> [=C2=A0 136.316217] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: > 00000000005e6b98
> [=C2=A0 136.317519] RDX: 0000000000000000 RSI: 000000000000003c RDI: > 0000000000000000
> [=C2=A0 136.318405] RBP: 00000000007ef4d0 R08: 00000000000000e7 R09: > ffffffffffffffc8
> [=C2=A0 136.319211] R10: 0000000000000000 R11: 0000000000000246 R12: > 00000000004cd850
> [=C2=A0 136.320041] R13: 0000000000a7f020 R14: 0000000001c73e60 R15: > 0000000000000001
> [=C2=A0 136.321284] Kernel Offset: 0x27000000 from 0xffffffff81000000<= br> > (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
> [=C2=A0 136.322758] ---[ end Kernel panic - not syncing: Attempted to = kill init!
> exitcode=3D0x00000000
> [=C2=A0 136.322758]
>
>
> I don't understand: is this happening in my host ? Or is this happ= ening
> inside the Qemu machine ?

Is this with a plain qemu machine or one you spawn with "g= uix system vm"?
"guix system vm" machines are in /gnu/store/ and you first have t= o copy
them out of there to be able to write in them.

<= br>
This is with

guix system vm-image /etc/= config.scm
=C2=A0
As far as I understand, I did= n't even attempted to run the machine. I was just building the image
Does this clarify ?

Thanks
--94eb2c1cbb766579df054bf213da--