From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: system vm Date: Thu, 17 May 2018 16:39:54 +0200 Message-ID: <87po1uxs5h.fsf@gnu.org> References: 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]:34393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJK4X-0004Xv-Hl for help-guix@gnu.org; Thu, 17 May 2018 10:40:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJK4S-0004Mr-M8 for help-guix@gnu.org; Thu, 17 May 2018 10:40:01 -0400 In-Reply-To: (catonano@gmail.com's message of "Thu, 17 May 2018 11:23:05 +0200") 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 Cc: help-guix Hello, Catonano skribis: > ~/GNU/guix$ ./pre-inst-env guix system vm > ~/configs/vm-config-desktop.scm --image-size=3D10GB > --share=3D$HOME/transit=3D/transit > > These are the last lines I can see in the terminal > > ... > [ 1.084823] 9p: Installing v9fs 9p2000 file system support > [ 1.086036] FS-Cache: Netfs '9p' registered for caching > configuring QEMU networking... > [ 1.102362] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready > loading '/gnu/store/rgpivnrpwr9mxadaxh2yq5g54ffnjkp9-linux-vm-loader'... > [ 1.137673] random: fast init done > environment variable `PATH' set to > `/gnu/store/qbqzhwbl90kpmvz1r31rwl940n1cs33s' > creating partition table with 2 partitions (20.0 MiB, 40.0 MiB)... > [ 1.568159] tsc: Refined TSC clocksource calibration: 2494.260 MHz > [ 1.569060] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: > 0x23f40b6s > [ 2.080097] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready > > > and it remains like this for several minutes This is a bug caused by a recent Linux-libre upgrade: https://bugs.gnu.org/31268 Ludo=E2=80=99.