From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31268: 'guix system vm-image' hangs Date: Mon, 30 Apr 2018 04:23:02 -0400 Message-ID: <87r2mxw1ax.fsf__36751.1056284004$1525076589$gmane$org@netris.org> References: <87604en3u5.fsf@gmail.com> <20180425223706.22d91e40@centurylink.net> <877eoua9v1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51900) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fD47O-0001IA-Td for bug-guix@gnu.org; Mon, 30 Apr 2018 04:25:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fD47K-0003mn-0J for bug-guix@gnu.org; Mon, 30 Apr 2018 04:25:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:35516) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fD47J-0003mZ-Si for bug-guix@gnu.org; Mon, 30 Apr 2018 04:25:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fD47J-0001wQ-KV for bug-guix@gnu.org; Mon, 30 Apr 2018 04:25:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877eoua9v1.fsf@gmail.com> (George myglc's message of "Thu, 26 Apr 2018 00:07:46 -0400") 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: help-guix , Eric Bavier , 31268@debbugs.gnu.org George myglc2 Clemmer writes: > On 04/26/2018 at 03:37 Eric Bavier writes: > >> Hi George, >> >> I've seen the same lately with 'guix system vm': >> >> On Wed, 25 Apr 2018 21:39:30 -0400 >> George myglc2 Clemmer wrote: >> >>> 'guix system vm-image' hangs on guix (GNU Guix) 0.14.0.4439-eb88e built >>> from source today. Please see log except below. It worked on guix (GNU >>> Guix) 0.14.0.4196-2c92a. built <2018-04-18 Wed> [...] >> I bisected the git repo to commit: >> >> ``` >> commit ba39d3280759fb20a4ff0092a5afac721a5fa769 >> Author: Mark H Weaver >> Date: Tue Apr 24 16:51:45 2018 -0400 >> >> gnu: linux-libre: Update to 4.16.4. >> >> * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.4. >> (%linux-libre-hash): Update hash. FYI, I just pushed commit 8c21c64e59d3f4d223d8aeef91f06fdde7de1ab7 which updates linux-libre to 4.16.6. Would you like to see if the problem still persists? Mark