From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 23 01:24:15 2015 Return-Path: Delivered-To: emulation@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2964822F for ; Thu, 23 Apr 2015 01:24:15 +0000 (UTC) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id F16711166 for ; Thu, 23 Apr 2015 01:24:14 +0000 (UTC) Received: from yuri.doctorlan.com (c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128]) (authenticated bits=0) by shell1.rawbw.com (8.14.9/8.14.9) with ESMTP id t3N1OD1j050806 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Wed, 22 Apr 2015 18:24:14 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-50-184-63-128.hsd1.ca.comcast.net [50.184.63.128] claimed to be yuri.doctorlan.com Message-ID: <553849BC.3080908@rawbw.com> Date: Wed, 22 Apr 2015 18:24:12 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: emulation@FreeBSD.ORG Subject: [VirtualBox] FreeBSD guest freezes under consistent network load Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 01:24:15 -0000 Both host and guest are 10.1 amd64 Guest by itself works fine, until I try to rsync the large file out over ssh. When such rsync is few minutes in, random commands (mkdir/w/xterm) begin to freeze in guest. It looks like it loses the ability to launch new processes. Condition persists even when the large rsync finishes. VM needs to be powered down. Condition is repeatable. virtualbox-ose-4.3.26 Yuri