From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Progress on 'guix deploy' Date: Tue, 11 Jun 2019 20:40:26 +0200 Message-ID: <87h88wynhh.fsf@gnu.org> References: <875zpgrjqf.fsf@sdf.lonestar.org> <87h88x7pni.fsf@gnu.org> <871s01l4c2.fsf@sdf.lonestar.org> <87k1dscfxc.fsf@sdf.lonestar.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:470:142:3::10]:51345) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1halhG-0001o6-K2 for guix-devel@gnu.org; Tue, 11 Jun 2019 14:40:39 -0400 In-Reply-To: <87k1dscfxc.fsf@sdf.lonestar.org> (Jakob L. Kreuze's message of "Tue, 11 Jun 2019 11:14:39 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "Jakob L. Kreuze" Cc: guix-devel@gnu.org Hi, zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis: > ;;; [2019/06/11 10:25:54.534378, 2] channel_request: Channel request exec= success > ;;; [2019/06/11 10:25:54.593719, 2] grow_window: growing window (channel = 43:0) to 1280000 bytes > qemu-system-x86_64: terminating on signal 15 from pid 7454 (/gnu/store/02= 0aw068yfsq84h6scmnvfrjacmznsgz-profile/bin/guile) > ;;; [2019/06/11 10:25:55.074345, 2] channel_open: Creating a channel 44 w= ith 64000 window and 32768 max packet > ;;; [2019/06/11 10:25:55.074381, 1] ssh_socket_exception_callback: Socket= exception callback: 2 (-1) > ;;; [2019/06/11 10:25:55.074418, 1] ssh_socket_exception_callback: Socket= error: Unknown error -1 > ;;; [2019/06/11 10:25:55.074478, 0] channel-open-session: [GSSH ERROR] So= cket error: Unknown error -1: # Could it be that the VM died in the middle of the SSH session? Where does SIGTERM (15) come from? Thanks for investigating, Ludo=E2=80=99.