From owner-freebsd-virtualization@FreeBSD.ORG Tue Jun 25 10:18:33 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8DBCB48D for ; Tue, 25 Jun 2013 10:18:33 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) by mx1.freebsd.org (Postfix) with ESMTP id 076301FF9 for ; Tue, 25 Jun 2013 10:18:32 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id d10so856859lbj.28 for ; Tue, 25 Jun 2013 03:18:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Is6nSN9RIrLPF/C/pfjidMThP8W4kDKBxXnJ+RT3b5k=; b=XcIRkQb0hZnAq3Afvwal44oecCX/gNZ4mHC/FZ8PUzuNOXcJYGSTavldUW/CI9pl08 zIQyZuP3V2Vqh1JPI+ogN00Uy/1FuBBUrzNnOczQlIYoXRJfCzpO5VqRfDj9ZuicJ/4h zHukrtv7zRGMDRqVxWLdp8NE8fUXbjp2897akxtOgwPtSJUhs6N3dsga1SAYBMCy6wxu nAxKKC2DYIM24umwU4yNAfs4Kl50XegdzpcQjKEzfO2bW13d+FW13fUtupx0S8ZZ2epY VFHrPcMp+ffqpi4cK1vff5qbduMXVNM9ak3FS30fgi5iPRgNgI9n1GCRVsVces6TypAO m4mg== X-Received: by 10.112.5.97 with SMTP id r1mr14545931lbr.76.1372155511895; Tue, 25 Jun 2013 03:18:31 -0700 (PDT) Received: from nbvk.local (uidzr185150.sattnet.cz. [212.96.185.150]) by mx.google.com with ESMTPSA id b8sm6074007lbr.12.2013.06.25.03.18.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 25 Jun 2013 03:18:31 -0700 (PDT) Message-ID: <51C96E75.2020103@gmail.com> Date: Tue, 25 Jun 2013 12:18:29 +0200 From: kron User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130602 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: VirtualBox: The value of the Base Memory field on the System page is not complete References: <51C93F52.4050209@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 10:18:33 -0000 On 2013/06/25 09:16, Mikhail Tsatsenko wrote: > 2013/6/25 kron : >> Greetings, >> >> I'm running virtualbox-ose-4.2.14 on FreeBSD 9.1-STABLE r252094M >> amd64. The GUI of VirtualBox cannot create/update virtual box >> definitions (the *.vbox) files. The scrollbar and the form field >> for "Base Memory" are broken and the following error message >> is displayed: >> >> "The value of the Base Memory field on the System page is not >> complete." >> >> I guess it comes from the base memory upper bound preset to zero >> but I have no clue what's the source for the zero value. >> >> The problem is just in the GUI: >> - I can create or update VMs using the CLI >> - the VMs created in older VirtualBox versions run fine >> >> I anyone facing the same problem? > I confirm the problem. Apparently this is a regression in the latest version. > > Currently I'm looking at full diff between VirtualBox 4.2.12 and > 4.2.14, but still can't find a change which could cause the issue. At a first glance, RTSystemQueryAvailableRam? I see some new occurrences in the diff. Unfortunately, it's one of the OS dependent functions. However, I don't speak C++, so I'm just guessing... Oli