From owner-freebsd-virtualization@FreeBSD.ORG Tue Jun 25 06:57:26 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 17AE699A for ; Tue, 25 Jun 2013 06:57:26 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) by mx1.freebsd.org (Postfix) with ESMTP id A1C9C171B for ; Tue, 25 Jun 2013 06:57:25 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hq4so408428wib.12 for ; Mon, 24 Jun 2013 23:57:24 -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 :content-type:content-transfer-encoding; bh=skYzU2sE/5vkskbIx95zFKeFJeUaYNR5C6QE6FTorBs=; b=VkakjwjCf/8TS8z5cP0f+8Q/c14Hb6WCXTq5jhaZCIkSuarG/l+nfzJJ+rpQA+goTp lRJJl6sVEXGkwDFrbpk3R+yivSBWo1um05fBYS44MnbU14auEnXhf6G0YMamj5uoi1zV jL7q2emsJwi1X/mqwWVnXcniyL8fghXCE3jKbXiVOz60OYTiSKvcbtNpRMiag5nm4cGe LWtpRRVzlBfYr5LgemG1HjntFOyGv0saPg0HC7+BTvUjkX9fLLOnwQyiCmqGA387FT1z wIde9DcYfzq8yZmesyBbMqKgxjOGNah9eWf2aBi2w/j3nG8OhEsrCgOlC4SeFlBTQ9XH kAZA== X-Received: by 10.194.2.13 with SMTP id 13mr19125156wjq.74.1372143443986; Mon, 24 Jun 2013 23:57:23 -0700 (PDT) Received: from nbvk.local (uidzr185150.sattnet.cz. [212.96.185.150]) by mx.google.com with ESMTPSA id fo10sm1948219wib.8.2013.06.24.23.57.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Jun 2013 23:57:22 -0700 (PDT) Message-ID: <51C93F52.4050209@gmail.com> Date: Tue, 25 Jun 2013 08:57:22 +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: VirtualBox: The value of the Base Memory field on the System page is not complete Content-Type: text/plain; charset=UTF-8 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 06:57:26 -0000 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? BR, Oli