From owner-freebsd-emulation@freebsd.org Fri Jun 24 20:40:10 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3302B74014 for ; Fri, 24 Jun 2016 20:40:10 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A0EBE1FA6 for ; Fri, 24 Jun 2016 20:40:10 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: by mailman.ysv.freebsd.org (Postfix) id A0594B74013; Fri, 24 Jun 2016 20:40:10 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A00E5B74012 for ; Fri, 24 Jun 2016 20:40:10 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 91C901FA4 for ; Fri, 24 Jun 2016 20:40:09 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yuri.doctorlan.com (c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id u5OKe9c7014403 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Fri, 24 Jun 2016 13:40:09 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-5-143-190.hsd1.ca.comcast.net [24.5.143.190] claimed to be yuri.doctorlan.com Subject: Re: [VirtualBox] FreeBSD guest freezes under consistent network load To: emulation@freebsd.org References: <553849BC.3080908@rawbw.com> From: Yuri Message-ID: Date: Fri, 24 Jun 2016 13:40:08 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <553849BC.3080908@rawbw.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.22 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: Fri, 24 Jun 2016 20:40:10 -0000 On 04/22/2015 18:24, Yuri wrote: > 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 This still happens. virtualbox-ose-4.3.38_1 Yuri