From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 24 17:36:30 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 170EACDF for ; Mon, 24 Jun 2013 17:36:30 +0000 (UTC) (envelope-from kaltheat@zoho.com) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 05A5D13BD for ; Mon, 24 Jun 2013 17:36:29 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=date:from:to:subject:message-id:mime-version:content-type:user-agent:sender; b=lXqXKWppuFLEy2lTswQEOJfpcpkP6PsO1nvwq3ptOmLqCHNYoTR+cjwLrFZFDFU7SKL0fDnHChCJ uzgjIivGFhbTaBX9apD8cflNvAUubAKfv13JdXO7VIOqVwVN+gAs Received: from sol (131-144-103-86.dynamic.dsl.tng.de [86.103.144.131]) by mx.zohomail.com with SMTPS id 1372095382711968.8136016278224; Mon, 24 Jun 2013 10:36:22 -0700 (PDT) Date: Mon, 24 Jun 2013 19:36:16 +0200 From: kaltheat@googlemail.com To: freebsd-emulation@freebsd.org Subject: virtualbox-ose: problem after update to 4.2.14 Message-ID: <20130624173604.GA1341@sol> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: kaltheat@zoho.com X-ZohoMailClient: External X-Zoho-Virus-Status: 2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 24 Jun 2013 17:36:30 -0000 Hi, After update of emulators/virtualbox-ose to latest version (4.2.14) virtualbox GUI is not able to set memory correctly. In GUI the maximum of choosable memory is 0MB. I tried it without the old settings and machine dirs ~/.VirtualBox, ~/VirtalBox VMs and got the same result. I'm using FreeBSD 9.1 amd64 Release. With VBoxManage however everything works fine: $ VBoxManage createvm --name test --register Virtual machine 'test' is created and registered. UUID: 48382805-96e5-4954-899f-c05836a5ec6e Settings file: '~/VirtualBox VMs/test/test.vbox' $ VBoxManage modifyvm test --memory 1024 $ Nonetheless old vms seem to work - some linux machines (with updated guest additions) seem to have more apic-timer and kernel panic problems than before, but this occurs occassionally ... (haven't digged into it further) Is anybody having similar problems? Regards, kaltheat