[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Progress on 'guix deploy'
From: |
Ludovic Courtès |
Subject: |
Re: Progress on 'guix deploy' |
Date: |
Tue, 11 Jun 2019 20:40:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
Hi,
address@hidden (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/020aw068yfsq84h6scmnvfrjacmznsgz-profile/bin/guile)
> ;;; [2019/06/11 10:25:55.074345, 2] channel_open: Creating a channel 44 with
> 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] Socket
> error: Unknown error -1: #<input-output: channel (closed) 685d880>
Could it be that the VM died in the middle of the SSH session?
Where does SIGTERM (15) come from?
Thanks for investigating,
Ludo’.