From owner-freebsd-emulation@FreeBSD.ORG Fri Nov 6 18:52:15 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F46F106566B for ; Fri, 6 Nov 2009 18:52:15 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pw0-f44.google.com (mail-pw0-f44.google.com [209.85.160.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0588FC15 for ; Fri, 6 Nov 2009 18:52:15 +0000 (UTC) Received: by pwj15 with SMTP id 15so846462pwj.3 for ; Fri, 06 Nov 2009 10:52:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ePTF9mf62hmxAMj4YKuZzngP60yBam08jM1rr+omZtQ=; b=g/hcfrPpM2EMqvb/miw8SAsFedy1gXR3oVOiCvg/5QfM28qYJqJFsV05sOcFvEWsha gDT9tTaUoeqTDr+7x5kigVgkXHEhqk44NStqJBEQbUhA1CZUcqhwiEReAzVMpyG4e6ew N99ggfxDyqzQT+Q+QtST5I0MiCOUA2FUHxPF4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=felsnm8bbQJx+dEtsu2dfWLBqtdNeSZ9YEEn3Uwn6AO/yvL9xVV7BjZarHd+rbvV+W CfYM5A04VdVCN3/J56Ww41OvBeaO7omgFI0O1GVqK0ic2g6xnVxLtui18k9kbFE5LLYx 8SYqht76ZzQ3gupmiPBLWExM0H4tGGmZrdsj4= MIME-Version: 1.0 Received: by 10.142.119.20 with SMTP id r20mr452953wfc.303.1257533534326; Fri, 06 Nov 2009 10:52:14 -0800 (PST) In-Reply-To: <76a3e89017b18518691e568707540c27.squirrel@webmail.itac.at> References: <6201873e0911050900q1280f29bnd4bfffd53819fa84@mail.gmail.com> <76a3e89017b18518691e568707540c27.squirrel@webmail.itac.at> Date: Fri, 6 Nov 2009 12:52:14 -0600 Message-ID: <6201873e0911061052r5c90924dy58786f06ae6f0c28@mail.gmail.com> From: Adam Vande More To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: xen-tools like web interface for virtualbox X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Nov 2009 18:52:15 -0000 On Thu, Nov 5, 2009 at 12:36 PM, Bernhard Froehlich wrote: > On Thu, November 5, 2009 6:00 pm, Adam Vande More wrote: > > Hi, > > > > I'd like to start a web-based management system for virtualbox. Seeking > > comments on anything important to consider like licensing issues, and > > technical structure issues. Any features you think would be useful are > > welcome discussion as well. > > > > You should have a look at vboxweb [1] which is probably what you are > searching for. I've created a port [2] for it if you want to test it on > FreeBSD. > > > [1] http://code.google.com/p/vboxweb/ > [2] http://svn.bluelife.at/index.cgi/packages/browse/blueports/www/vboxweb > Thanks for the info, I have no need to reinvent the wheel. I think I'll try and add some automated iscsi support in there and it should be close to what I was thinking. -- Adam Vande More