From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [ANNOUNCE] OSv, an new operating system for the cloud, v0.01 Date: Wed, 18 Sep 2013 13:03:11 +0800 Message-ID: <5239340F.9080301@linux.vnet.ibm.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, qemu-devel@nongnu.org, Dor Laor , Avi Kivity To: Pekka Enberg Return-path: Received: from e23smtp03.au.ibm.com ([202.81.31.145]:35398 "EHLO e23smtp03.au.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751136Ab3IRFDY (ORCPT ); Wed, 18 Sep 2013 01:03:24 -0400 Received: from /spool/local by e23smtp03.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 18 Sep 2013 15:03:22 +1000 Received: from d23relay04.au.ibm.com (d23relay04.au.ibm.com [9.190.234.120]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id 6DE1C2BB0052 for ; Wed, 18 Sep 2013 15:03:14 +1000 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay04.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8I4kh1i8126720 for ; Wed, 18 Sep 2013 14:46:43 +1000 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8I53Ddn002078 for ; Wed, 18 Sep 2013 15:03:13 +1000 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Sounds fantastic, will play it. :) On 09/17/2013 03:22 AM, Pekka Enberg wrote: > Hello, > > We're proud to announce release 0.01 of OSv, a new operating system > for running applications on virtual machines. OSv is free software, > released under the BSD license, and you can find it in > https://github.com/cloudius-systems/osv and http://www.osv.io. > > To build and run OSv under KVM/QEMU, first grab the latest source code > from Github: > > git clone git@github.com:cloudius-systems/osv.git > > Then install prerequisite packages: > > On Fedora: > yum install ant autoconf automake boost-static gcc-c++ genromfs \ > libvirt libtool zfs-fuse flex bison > > On Debian: > apt-get install libboost-all-dev genromfs zfs-fuse autoconf > > Make sure the zfs-fuse daemon is running: > > On Fedora: > sudo systemctl start zfs-fuse.service > sudo systemctl enable zfs-fuse.service # to have it start on reboot > > On Debian the daemon should be started automatically. > > Fetch git submodules: > > git submodule update --init > > Finally, build OSv: > > make external all > > You can then start a OSv guest under KVM/QEMU: > > sudo ./scripts/run.py -nv -m 2G > > You can SSH into the guest with: > > ssh admin@192.168.122.89 # password: admin > > The management web UI is at address: > > http://192.168.122.89:8080/ > > Alternatively, you can use prebuilt QEMU QCOW2 images of the release. > Instructions how to do that are on our Wiki: > > https://github.com/cloudius-systems/osv/wiki/Running-OSv-under-KVM-QEMU > > That's it! > > Pekka > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > >